Changeset 3fd3bda


Ignore:
Timestamp:
Mar 13, 2018, 8:59:49 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, with_gc
Children:
753f13c9
Parents:
be03945
Message:

clean up

Location:
doc/papers/general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/general/Makefile

    rbe03945 r3fd3bda  
    5151
    5252${BASE}.ps : ${BASE}.dvi
    53         dvips -o $@ ${Build}/$<
     53        dvips ${Build}/$< -o $@
    5454
    5555${BASE}.dvi : Makefile ${Build} ${BASE}.out.ps WileyNJD-AMA.bst ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
     
    7070
    7171${BASE}.out.ps:
    72         ln -s build/Paper.out.ps .
     72        ln -fs build/Paper.out.ps .
    7373
    7474WileyNJD-AMA.bst:
    75         ln -s AMA/AMA-stix/ama/WileyNJD-AMA.bst .
     75        ln -fs AMA/AMA-stix/ama/WileyNJD-AMA.bst .
    7676
    7777${GRAPHS} : timing.gp timing.dat
  • doc/papers/general/Paper.tex

    rbe03945 r3fd3bda  
    88
    99\raggedbottom
     10
     11%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     12
     13% Latex packages used in the document.
    1014
    1115\usepackage{epic,eepic}
     
    1721%\setlist[itemize]{topsep=3pt,itemsep=2pt,parsep=0pt}% global
    1822%\usepackage{rotating}
     23
     24\hypersetup{breaklinks=true}
    1925\definecolor{ForestGreen}{cmyk}{1, 0, 0.99995, 0}
    20 \hypersetup{breaklinks=true}
    2126
    2227\usepackage[pagewise]{lineno}
     
    2530\lefthyphenmin=4                                                        % hyphen only after 4 characters
    2631\righthyphenmin=4
     32
     33%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    2734
    2835% Names used in the document.
     
    96103        {\ETC.\xspace}%
    97104}%
    98 %\newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}}
    99 %\newcommand*{\etal}{%
    100 %       \@ifnextchar{.}{\protect\ETAL}%
    101 %               {\protect\ETAL.\xspace}%
    102 %}%
     105\newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}}
     106\renewcommand*{\etal}{%
     107        \@ifnextchar{.}{\protect\ETAL}%
     108                {\protect\ETAL.\xspace}%
     109}%
    103110\newcommand{\VIZ}{\abbrevFont{viz}}
    104111\newcommand*{\viz}{%
     
    158165{}
    159166
    160 
    161 \begin{document}
    162 \linenumbers                                            % comment out to turn off line numbering
     167% inline code @...@
     168\lstMakeShortInline@%
     169
    163170
    164171\title{\texorpdfstring{\protect\CFA : Adding Modern Programming Language Features to C}{Cforall : Adding Modern Programming Language Features to C}}
     
    170177\address[1]{\orgdiv{David R. Cheriton School of Computer Science}, \orgname{University of Waterloo}, \orgaddress{\state{Ontario}, \country{Canada}}}
    171178
    172 %\corres{*Aaron Moss, \email{a3moss@uwaterloo.ca}}
    173 \corres{*Peter A. Buhr, \email{pabuhr@uwaterloo.ca}}
     179\corres{*Peter A. Buhr, \email{pabuhr{\char`\@}uwaterloo.ca}}
    174180\presentaddress{David R. Cheriton School of Computer Science, University of Waterloo, Waterloo, ON, N2L 3G1, Canada}
    175 
    176 % inline code @...@
    177 \lstMakeShortInline@%
    178181
    179182
     
    191194
    192195\keywords{generic types, tuple types, variadic types, polymorphic functions, C, Cforall}
     196
     197
     198\begin{document}
     199\linenumbers                                            % comment out to turn off line numbering
    193200
    194201\maketitle
Note: See TracChangeset for help on using the changeset viewer.