Ignore:
Timestamp:
Apr 12, 2016, 6:28:37 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

extend user manual, update latex macros, and update reference manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/refrat/refrat.tex

    r4b8f918 rb52d900  
    1111%% Created On       : Wed Apr  6 14:52:25 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Fri Apr  8 18:32:07 2016
    14 %% Update Count     : 6
     13%% Last Modified On : Sat Apr  9 10:19:12 2016
     14%% Update Count     : 8
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    2626\usepackage{listings}
    2727\usepackage{comment}
    28 \usepackage{latexsym}                                   % \Box
    29 \usepackage{mathptmx}                                   % better math font with "times"
     28\usepackage{latexsym}                                   % \Box
     29\usepackage{mathptmx}                                   % better math font with "times"
    3030\usepackage[pagewise]{lineno}
    3131\renewcommand{\linenumberfont}{\scriptsize\sffamily}
     
    3939\input{common}
    4040
    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
    4345\makeindex
    4446
     
    4749\begin{document}
    4850\pagestyle{headings}
    49 \linenumbers                                    % comment out to turn off line numbering
     51\linenumbers                                            % comment out to turn off line numbering
    5052
    5153\title{\Huge
     54\vspace*{1in}
    5255\CFA (\CFL) Reference Manual and Rationale
    5356}% title
Note: See TracChangeset for help on using the changeset viewer.