Changeset a98b2cc for doc/user


Ignore:
Timestamp:
Feb 20, 2017, 12:11:48 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

remove multiple lstset macros, introduce \CFADefaultStyle macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    rd150ea2 ra98b2cc  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Tue Oct 25 23:03:59 2016
    14 %% Update Count     : 1357
     13%% Last Modified On : Sun Feb 19 09:29:10 2017
     14%% Update Count     : 1376
    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)
    2618
    2719\documentclass[twoside,11pt]{article}
     
    5850%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    5951
     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
    6064% Names used in the document.
    61 
    62 \newcommand{\Version}{1.0.0}
     65\newcommand{\Version}{\input{version}}
    6366\newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace}
    6467
     
    340343
    341344\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©}
    344348are always available during preprocessing and have no value.
    345349\end{description}
Note: See TracChangeset for help on using the changeset viewer.