-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.tex
47 lines (29 loc) · 833 Bytes
/
test.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass{article}
\usepackage{graphicx}
\usepackage{amsmath,amsfonts,amsthm}
\usepackage{calc}
\usepackage[nomessages]{fp}
\newcommand{\testvariable}{ 100 }
\begin{document}
\title{Budget Justification Text}
\author{Andrew Severin}
\maketitle
Putting a variable into a paragraph \testvariable may prove to be more challenging \testvariable then I believe \testvariable
$a + b + \testvariable*10$
\FPeval{result}{round(2*\testvariable,2)}
\result
\begin{abstract}
The abstract text goes here.
\end{abstract}
\section{Introduction}
Here is the text of your introduction.
%\input{methods}
\begin{equation}
\label{simple_equation}
\alpha = \sqrt{ \beta }
\end{equation}
\subsection{Subsection Heading Here}
Write your subsection text here.
\section{Conclusion}
Write your conclusion here.
\end{document}