-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_16.tex
21 lines (20 loc) · 1.11 KB
/
PROJECT_LANG_16.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{\ProjectLanguageFileSixteen} % Title
% I decided to make TeX the sixthteenth project language file for this project (Seanpm2001/SNU) as TeX is a documentation language in use in this project. I plan on documenting every project language file here. It is getting its own project language file, starting here.
\begin{document} % Begins a document
\maketitle
\I decided to make TeX the sixthteenth project language file for this project (Seanpm2001/SNU) as TeX is a documentation language in use in this project. I plan on documenting every project language file here. 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, March 13th at 3:38 pm)
% File type: LaTeX document (*.tex)
% Line count (including blank lines and compiler line): 22
% End of script