Changeset a98b2cc for doc/user/user.tex
- Timestamp:
- Feb 20, 2017, 12:11:48 PM (8 years ago)
- 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, resolv-new, with_gc
- Children:
- 3bff885, 7fb1db7
- Parents:
- d150ea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
rd150ea2 ra98b2cc 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue Oct 25 23:03:59 201614 %% Update Count : 13 5713 %% Last Modified On : Sun Feb 19 09:29:10 2017 14 %% Update Count : 1376 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 17 17 % requires tex packages: texlive-base texlive-latex-base tex-common texlive-humanities texlive-latex-extra texlive-fonts-recommended 18 19 % inline code ©...© (copyright symbol) emacs: C-q M-)20 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.21 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_22 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"23 % LaTex escape §...§ (section symbol) emacs: C-q M-'24 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^25 % math escape $...$ (dollar symbol)26 18 27 19 \documentclass[twoside,11pt]{article} … … 58 50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 59 51 52 \CFADefaultStyle % use default CFA format-style 53 54 % inline code ©...© (copyright symbol) emacs: C-q M-) 55 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 56 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ 57 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-" 58 % LaTex escape §...§ (section symbol) emacs: C-q M-' 59 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^ 60 % math escape $...$ (dollar symbol) 61 62 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 63 60 64 % Names used in the document. 61 62 \newcommand{\Version}{1.0.0} 65 \newcommand{\Version}{\input{version}} 63 66 \newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace} 64 67 … … 340 343 341 344 \item 342 \Indexc{__CFA__}\index{preprocessor variables!__CFA__@©__CFA__©} and 343 \Indexc{__CFORALL__}\index{preprocessor variables!__CFORALL__@©__CFORALL__©} 345 \Indexc{__CFA__}\index{preprocessor variables!__CFA__@©__CFA__©}, 346 \Indexc{__CFORALL__}\index{preprocessor variables!__CFORALL__@©__CFORALL__©} and 347 \Indexc{__cforall}\index{preprocessor variables!__cforall@©__cforall©} 344 348 are always available during preprocessing and have no value. 345 349 \end{description}
Note: See TracChangeset
for help on using the changeset viewer.