Changeset e229c22 for doc/refrat
- Timestamp:
- Jun 4, 2016, 12:34:24 PM (8 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, with_gc
- Children:
- 57aa6f5, b8387fc
- Parents:
- 31eed869
- Location:
- doc/refrat
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/refrat.tex
r31eed869 re229c22 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%``%% 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 %% 2 3 %% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 4 %% … … 10 11 %% Created On : Wed Apr 6 14:52:25 2016 11 12 %% Last Modified By : Peter A. Buhr 12 %% Last Modified On : Tue May 3 18:00:28 201613 %% Update Count : 6 413 %% Last Modified On : Fri Jun 3 09:43:48 2016 14 %% Update Count : 66 14 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 15 16 … … 29 30 \usepackage{textcomp} 30 31 \usepackage[latin1]{inputenc} 31 \usepackage{upquote} 32 \usepackage{fullpage,times} 32 \usepackage{fullpage,times,comment} 33 33 \usepackage{epic,eepic} 34 \usepackage{upquote} % switch curled `' to straight `' 34 35 \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 39 40 \usepackage{mathptmx} % better math font with "times" 40 41 \usepackage[pagewise]{lineno}
Note: See TracChangeset
for help on using the changeset viewer.