Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rob_thesis/thesis.tex

    r9c14ae9 rf92aa32  
    6868\documentclass[letterpaper,12pt,titlepage,oneside,final]{book}
    6969
     70% For PDF, suitable for double-sided printing, change the PrintVersion variable below
     71% to "true" and use this \documentclass line instead of the one above:
     72% \documentclass[letterpaper,12pt,titlepage,openright,twoside,final]{book}
     73
    7074\usepackage[T1]{fontenc}                                % allow Latin1 (extended ASCII) characters
    7175\usepackage{textcomp}
    7276% \usepackage[utf8]{inputenc}
    73 \usepackage[latin1]{inputenc}
     77% \usepackage[latin1]{inputenc}
    7478\usepackage{fullpage,times,comment}
    7579% \usepackage{epic,eepic}
     
    9296
    9397\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}
    9898
    9999% Some LaTeX commands I define for my own nomenclature.
     
    225225\input{tuples}
    226226
     227\input{variadic}
     228
    227229\input{conclusions}
    228230
     
    282284\addcontentsline{toc}{chapter}{\textbf{References}}
    283285
    284 \bibliography{cfa}
     286\bibliography{cfa,thesis}
    285287% Tip 5: You can create multiple .bib files to organize your references.
    286288% Just list them all in the \bibliogaphy command, separated by commas (no spaces).
Note: See TracChangeset for help on using the changeset viewer.