generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.tex
27 lines (26 loc) · 1.39 KB
/
PROJECT_LANG_1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Start of script
\documentclass{article} % Starts an article
\usepackage{amsmath} % Imports amsmath
\title{\ProjectLanguageFile} % Title
% Project language file 1
% For: seanpm2001/Learn-Tex
% About:
% I decided to make TeX the main project language file for this project (Seanpm2001/Learn-TeX) as TeX is the language this project is dedicated to, because this project is about learning the TeX programming language. It only makes sense to TeX the official language for this project. It is getting its own project language file, starting here.
\begin{document} % Begins a document
\maketitle
\1 Project language file 1
\2 For: seanpm2001/Learn-TeX
\3 About:
\4 I decided to make TeX the main project language file for this project (Seanpm2001/Learn-TeX) as TeX is the language this project is dedicated to, because this project is about learning the TeX programming language. It only makes sense to TeX the official language for this project. It is getting its own project language file, starting here.
% This is a comment, not shown in final output.
% The following shows typesetting power of LaTeX:
\begin{align}
E_0 &= mc^2 \\
E &= \frac{mc^2}{\sqrt{1-\frac{v^2}{c^2}}}
\end{align}
\end{document}
% File info
% File version: 1 (2022, Sunday, November 6th at 11:21 pm PST)
% File type: LaTeX/TeX source document (*.tex)
% Line count (including blank lines and compiler line): 28
% End of script