Changeset b8387fc for doc/refrat


Ignore:
Timestamp:
Jun 6, 2016, 11:35:39 AM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, with_gc
Children:
321a2481
Parents:
e365cb5 (diff), e229c22 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ctor

Location:
doc/refrat
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • doc/refrat/refrat.tex

    re365cb5 rb8387fc  
    1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%``%%
     1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
     2%%
    23%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
    34%%
     
    1011%% Created On       : Wed Apr  6 14:52:25 2016
    1112%% Last Modified By : Peter A. Buhr
    12 %% Last Modified On : Tue May  3 18:00:28 2016
    13 %% Update Count     : 64
     13%% Last Modified On : Fri Jun  3 09:43:48 2016
     14%% Update Count     : 66
    1415%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1516
     
    2930\usepackage{textcomp}
    3031\usepackage[latin1]{inputenc}
    31 \usepackage{upquote}
    32 \usepackage{fullpage,times}
     32\usepackage{fullpage,times,comment}
    3333\usepackage{epic,eepic}
     34\usepackage{upquote}                                                                    % switch curled `' to straight `'
    3435\usepackage{xspace}
    35 \usepackage{varioref}
    36 \usepackage{listings}
    37 \usepackage{comment}
    38 \usepackage{latexsym}                                   % \Box
     36\usepackage{varioref}                                                                   % extended references
     37\usepackage{listings}                                                                   % format program code
     38\usepackage{footmisc}                                                                   % support label/reference in footnote
     39\usepackage{latexsym}                                   % \Box glyph
    3940\usepackage{mathptmx}                                   % better math font with "times"
    4041\usepackage[pagewise]{lineno}
Note: See TracChangeset for help on using the changeset viewer.