Ignore:
Timestamp:
Feb 1, 2018, 10:03:35 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
295e5071
Parents:
281806b
Message:

further harmonize document Makefile and documents

File:
1 edited

Legend:

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

    r281806b r23c27039  
    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 
    91\documentclass[twoside,11pt]{article}
    102
     
    2719\usepackage{mathptmx}                                   % better math font with "times"
    2820\usepackage[usenames]{color}
    29 \usepackage[pagewise]{lineno}
    30 \renewcommand{\linenumberfont}{\scriptsize\sffamily}
    3121\input{common}                                          % bespoke macros used in the document
    3222\usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,colorlinks=true,pagebackref=true,linkcolor=blue,citecolor=blue,urlcolor=blue,pagebackref=true,breaklinks=true]{hyperref}
     
    3424\renewcommand{\UrlFont}{\small\sf}
    3525
     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
    3634\setlength{\topmargin}{-0.45in}                                                 % move running title into header
    3735\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)
    3846
    3947\usepackage{caption}
     
    622630\addcontentsline{toc}{section}{\refname}
    623631\bibliographystyle{plain}
    624 \bibliography{cfa}
     632\bibliography{pl}
    625633
    626634%\addcontentsline{toc}{section}{\indexname} % add index name to table of contents
Note: See TracChangeset for help on using the changeset viewer.