Changes in doc/rob_thesis/thesis.tex [f92aa32:9c14ae9]
- File:
-
- 1 edited
-
doc/rob_thesis/thesis.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/rob_thesis/thesis.tex
rf92aa32 r9c14ae9 68 68 \documentclass[letterpaper,12pt,titlepage,oneside,final]{book} 69 69 70 % For PDF, suitable for double-sided printing, change the PrintVersion variable below71 % to "true" and use this \documentclass line instead of the one above:72 % \documentclass[letterpaper,12pt,titlepage,openright,twoside,final]{book}73 74 70 \usepackage[T1]{fontenc} % allow Latin1 (extended ASCII) characters 75 71 \usepackage{textcomp} 76 72 % \usepackage[utf8]{inputenc} 77 %\usepackage[latin1]{inputenc}73 \usepackage[latin1]{inputenc} 78 74 \usepackage{fullpage,times,comment} 79 75 % \usepackage{epic,eepic} … … 96 92 97 93 \interfootnotelinepenalty=10000 94 95 % For PDF, suitable for double-sided printing, change the PrintVersion variable below 96 % to "true" and use this \documentclass line instead of the one above: 97 %\documentclass[letterpaper,12pt,titlepage,openright,twoside,final]{book} 98 98 99 99 % Some LaTeX commands I define for my own nomenclature. … … 225 225 \input{tuples} 226 226 227 \input{variadic}228 229 227 \input{conclusions} 230 228 … … 284 282 \addcontentsline{toc}{chapter}{\textbf{References}} 285 283 286 \bibliography{cfa ,thesis}284 \bibliography{cfa} 287 285 % Tip 5: You can create multiple .bib files to organize your references. 288 286 % Just list them all in the \bibliogaphy command, separated by commas (no spaces).
Note:
See TracChangeset
for help on using the changeset viewer.