summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rwxr-xr-xtemplate.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/template.tex b/template.tex
index 6469ad4..3a4f1db 100755
--- a/template.tex
+++ b/template.tex
@@ -4,9 +4,9 @@
\begin{document}
-\section{Header Level One}
+\resetv{-3\unit}\section{Header Level One}
-\reset\subsection{Header Level Two}
+\subsection{Header Level Two}
\subsubsection{Header Level Three}
@@ -59,14 +59,14 @@ int main() {
}
\end{codeblock}
-\begin{mathblock}
-f(s) = \int_{0}^{\infty}\left[\mathrm{Math\ Block}\right]\, e^{-st}\end{mathblock}
+\begin{math}
+f(s) = \int_{0}^{\infty}\left[\mathrm{Math\ Block}\right]\, e^{-st}\, dt
+\end{math}
\newpage
-\section{Paragraph Test}
+\resetv{-3\unit}\section{Paragraph Test}
-\reset
In mathematics, computer science, and linguistics, a \bold{formal language} consists of words whose letters are taken from an alphabet and are well-formed according to a specific set of rules. The alphabet of a formal language consist of symbols, letters, or tokens that concatenate into strings of the language. Each string concatenated from symbols of this alphabet is called a word, and the words that belong to a particular formal language are sometimes called \italic{well-formed words} or \italic{well-formed formulas}. A formal language is often defined by means of a formal grammar such as a regular grammar or context-free grammar, which consists of its formation rules.
The field of \bold{formal language theory} studies primarily the purely syntactical aspects of such languages---that is, their internal structural patterns. Formal language theory sprang out of linguistics, as a way of understanding the syntactic regularities of natural languages. In computer science, formal languages are used among others as the basis for defining the grammar of programming languages and formalized versions of subsets of natural languages in which the words of the language represent concepts that are associated with particular meanings or semantics.
@@ -74,7 +74,7 @@ The field of \bold{formal language theory} studies primarily the purely syntacti
\section{Table Test}
\begin{table}{x x x}
-\bold{Header 1} & \bold{Header 2} & \bold{Header 3} \\
+\bold{Header 1} & \bold{Header 2} & \bold{Header 3} \\
\cline{1-3}
And blood-black nothingness began to spin, & A system of cells interlinked within & Cells interlinked within cells interlinked \\
Within one stem; and dreadfully distinct & Against the dark, a tall white fountain played. & \italic{(Nabokov, 1962)}
@@ -99,11 +99,11 @@ One \> Two \> Three \> Four
\newpage
-\section{Image Test}
+\resetv{-3\unit}\section{Image Test}
\begin{figure}
-\reset\includegraphics{image.png}
+\reset\includegraphics[height=3.5in]{image.png}
\caption{Image Caption}
\end{figure}
-\end{document} \ No newline at end of file
+\end{document}