-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCompile.txt
32 lines (22 loc) · 1.04 KB
/
Compile.txt
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
----------------------------------------------------------
----------------------------------------------------------
TAMU LaTeX Thesis/Dissertation Template
Compilation Instructions
Office: 208 Nagle
Phone: (979) 845-3631
----------------------------------------------------------
----------------------------------------------------------
This document outlines some basic compilation instructions
for the LaTeX template.
From a GUI, you'll need the following compilation sequence:
XeLaTeX - BibTex - XeLaTeX - XeLaTeX
PDFLaTeX is not suggested, as this template was built to
use XeLaTeX. The file Instructions.pdf outlines how to
set the proper xetex drivers.
Compilation can also be done in the terminal. Navigate to
the folder in which you have saved the main file
TAMUTemplate.tex (or whatever you may have renamed it). In
a Windows/DOS-style command prompt:
xelatex tamutemplate & bibtex tamutemplate & xelatex tamutemplate & xelatex tamutemplate
Linux users will need to replace & with && in the above.