Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss/comp_II/comp_II.tex

    r23c27039 r728df66  
     1% inline code ©...© (copyright symbol) emacs: C-q M-)
     2% red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
     3% blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
     4% green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
     5% LaTex escape §...§ (section symbol) emacs: C-q M-'
     6% keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
     7% math escape $...$ (dollar symbol)
     8
    19\documentclass[twoside,11pt]{article}
    210
     
    1927\usepackage{mathptmx}                                   % better math font with "times"
    2028\usepackage[usenames]{color}
     29\usepackage[pagewise]{lineno}
     30\renewcommand{\linenumberfont}{\scriptsize\sffamily}
    2131\input{common}                                          % bespoke macros used in the document
    2232\usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,colorlinks=true,pagebackref=true,linkcolor=blue,citecolor=blue,urlcolor=blue,pagebackref=true,breaklinks=true]{hyperref}
     
    2434\renewcommand{\UrlFont}{\small\sf}
    2535
    26 \usepackage[pagewise]{lineno}
    27 \renewcommand{\linenumberfont}{\scriptsize\sffamily}
    28 
    29 % Default underscore is too low and wide. Cannot use lstlisting "literate" as replacing underscore
    30 % removes it as a variable-name character so keywords in variables are highlighted. MUST APPEAR
    31 % AFTER HYPERREF.
    32 \renewcommand{\textunderscore}{\leavevmode\makebox[1.2ex][c]{\rule{1ex}{0.075ex}}}
    33 
    3436\setlength{\topmargin}{-0.45in}                                                 % move running title into header
    3537\setlength{\headsep}{0.25in}
    36 
    37 \CFAStyle                                                                                               % use default CFA format-style
    38 
    39 % inline code ©...© (copyright symbol) emacs: C-q M-)
    40 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
    41 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
    42 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
    43 % LaTex escape §...§ (section symbol) emacs: C-q M-'
    44 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
    45 % math escape $...$ (dollar symbol)
    4638
    4739\usepackage{caption}
     
    630622\addcontentsline{toc}{section}{\refname}
    631623\bibliographystyle{plain}
    632 \bibliography{pl}
     624\bibliography{cfa}
    633625
    634626%\addcontentsline{toc}{section}{\indexname} % add index name to table of contents
Note: See TracChangeset for help on using the changeset viewer.