Changes in doc/user/user.tex [7fb1db7:ec129c4]
- File:
-
- 1 edited
-
doc/user/user.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
r7fb1db7 rec129c4 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Mon Feb 20 12:35:48 201714 %% Update Count : 13 7713 %% Last Modified On : Tue Oct 25 23:03:59 2016 14 %% Update Count : 1357 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) 18 26 19 27 \documentclass[twoside,11pt]{article} … … 50 58 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 51 59 52 \CFADefaultStyle % use default CFA format-style53 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 64 60 % Names used in the document. 65 \newcommand{\Version}{\input{../../version}} 61 62 \newcommand{\Version}{1.0.0} 66 63 \newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace} 67 64 … … 343 340 344 341 \item 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©} 342 \Indexc{__CFA__}\index{preprocessor variables!__CFA__@©__CFA__©} and 343 \Indexc{__CFORALL__}\index{preprocessor variables!__CFORALL__@©__CFORALL__©} 348 344 are always available during preprocessing and have no value. 349 345 \end{description}
Note:
See TracChangeset
for help on using the changeset viewer.