|
Revision 71, 1.2 KB
(checked in by mwr, 18 months ago)
|
|
* Adding basic thesis content into thesis.tex and thesis-content folder.
* Modifying thesis-manual-content/bibliography.tex to use \jobname instead of literal filename.
* Moved thesis-manual.bib into thesis-manual-content folder.
* No longer forcing 10pt font size in ttuthesis.cls.
* Added copyrighted option to documentclass.
* Automating front matter page creation: acknowledgments, copyright, and dedication pages only included when requested.
* Replacing \renewcommands for committee membership with regular commands.
* Fixing VP signature block to better fit 11pt and 12pt font sizes.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | \usepackage{longtable,ltabptch} |
|---|
| 20 | \usepackage{multirow} |
|---|
| 21 | \usepackage[numbers,sort&compress,square]{natbib} |
|---|
| 22 | \usepackage{graphicx} \graphicspath{{thesis-content/}} |
|---|
| 23 | \usepackage{siunitx} |
|---|
| 24 | \DeclareSIUnit\dbm{\decibel{}m} |
|---|
| 25 | \DeclareSIUnit\mvrms{\milli\volt{}_{RMS}} |
|---|