Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    r7fb1db7 rec129c4  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Mon Feb 20 12:35:48 2017
    14 %% Update Count     : 1377
     13%% Last Modified On : Tue Oct 25 23:03:59 2016
     14%% Update Count     : 1357
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
    1717% 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)
    1826
    1927\documentclass[twoside,11pt]{article}
     
    5058%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    5159
    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 
    6460% Names used in the document.
    65 \newcommand{\Version}{\input{../../version}}
     61
     62\newcommand{\Version}{1.0.0}
    6663\newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace}
    6764
     
    343340
    344341\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__©}
    348344are always available during preprocessing and have no value.
    349345\end{description}
Note: See TracChangeset for help on using the changeset viewer.