generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.tex
21 lines (20 loc) · 965 Bytes
/
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
% Start of script
\documentclass{article} % Starts an article
\usepackage{amsmath} % Imports amsmath
\title{\ProjectLanguageFile} % Title
% I decided to make the project language file for this project LaTeX/TeX (THe-Existential-Index) as I feel it is a good format for collaboration on books, and I wanted to start using LaTeX.
\begin{document} % Begins a document
\maketitle
\I decided to make the project language file for this project LaTeX/TeX (THe-Existential-Index) as I feel it is a good format for collaboration on books, and I wanted to start using LaTeX.
% 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 (Saturday, July 24th 2021 at 10:29 pm)
% File type: LaTeX document (*.tex)
% Line count (including blank lines and compiler line): 22
% End of script