-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
PROJECT_LANG_2.tex
21 lines (20 loc) · 1.08 KB
/
PROJECT_LANG_2.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{\ProjectLanguageFileTwo} % Title
% I decided to make TeX the second project language file for this project (Seanpm2001/Its-time-to-cut-WideVine-DRM) as TeX is used for citations for this project, and needs to be represented here. It is getting its own project language file, starting here.
\begin{document} % Begins a document
\maketitle
\I decided to make TeX the second project language file for this project (Seanpm2001/Its-time-to-cut-WideVine-DRM) as TeX is used for citations for this project, and needs to be represented 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 (2021, Tuesday, December 28th at 6:17 pm)
% File type: LaTeX document (*.tex)
% Line count (including blank lines and compiler line): 22
% End of script