Changeset b52d900 for doc/refrat
- Timestamp:
- Apr 12, 2016, 6:28:37 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 3849857
- Parents:
- 4b8f918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/refrat.tex
r4b8f918 rb52d900 11 11 %% Created On : Wed Apr 6 14:52:25 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri Apr 8 18:32:07201614 %% Update Count : 613 %% Last Modified On : Sat Apr 9 10:19:12 2016 14 %% Update Count : 8 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 26 26 \usepackage{listings} 27 27 \usepackage{comment} 28 \usepackage{latexsym} 29 \usepackage{mathptmx} 28 \usepackage{latexsym} % \Box 29 \usepackage{mathptmx} % better math font with "times" 30 30 \usepackage[pagewise]{lineno} 31 31 \renewcommand{\linenumberfont}{\scriptsize\sffamily} … … 39 39 \input{common} 40 40 41 \setcounter{secnumdepth}{3} % number subsubsections 42 \setcounter{tocdepth}{3} % subsubsections in table of contents 41 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 42 43 \setcounter{secnumdepth}{3} % number subsubsections 44 \setcounter{tocdepth}{3} % subsubsections in table of contents 43 45 \makeindex 44 46 … … 47 49 \begin{document} 48 50 \pagestyle{headings} 49 \linenumbers 51 \linenumbers % comment out to turn off line numbering 50 52 51 53 \title{\Huge 54 \vspace*{1in} 52 55 \CFA (\CFL) Reference Manual and Rationale 53 56 }% title
Note: See TracChangeset
for help on using the changeset viewer.