Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rob_thesis/thesis.tex

    rf92aa32 r9c14ae9  
    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 
    7470\usepackage[T1]{fontenc}                                % allow Latin1 (extended ASCII) characters
    7571\usepackage{textcomp}
    7672% \usepackage[utf8]{inputenc}
    77 % \usepackage[latin1]{inputenc}
     73\usepackage[latin1]{inputenc}
    7874\usepackage{fullpage,times,comment}
    7975% \usepackage{epic,eepic}
     
    9692
    9793\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 
    229227\input{conclusions}
    230228
     
    284282\addcontentsline{toc}{chapter}{\textbf{References}}
    285283
    286 \bibliography{cfa,thesis}
     284\bibliography{cfa}
    287285% Tip 5: You can create multiple .bib files to organize your references.
    288286% Just list them all in the \bibliogaphy command, separated by commas (no spaces).
Note: See TracChangeset for help on using the changeset viewer.