Changeset d395012 for doc/user/user.tex


Ignore:
Timestamp:
Jul 1, 2017, 5:24:03 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:
86f384b
Parents:
b0f7a43
Message:

support separator at end of line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    rb0f7a43 rd395012  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Thu Jun 22 16:53:29 2017
    14 %% Update Count     : 2493
     13%% Last Modified On : Sat Jul  1 17:19:42 2017
     14%% Update Count     : 2495
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    26122612Manipulators \Indexc{sepOn}\index{manipulator!sepOn@©sepOn©} and \Indexc{sepOff}\index{manipulator!sepOff@©sepOff©} \emph{locally} toggle printing the separator, \ie the seperator is adjusted only with respect to the next printed item.
    26132613\begin{cfa}[mathescape=off,belowskip=0pt]
    2614 sout | sepOn | 1 | 2 | 3 | sepOn | endl;        §\C{// separator at start of line}§
     2614sout | sepOn | 1 | 2 | 3 | sepOn | endl;        §\C{// separator at start/end of line}§
    26152615\end{cfa}
    26162616\begin{cfa}[mathescape=off,showspaces=true,aboveskip=0pt,belowskip=0pt]
    2617  1 2 3
     2617® ®1 2 3® ®
    26182618\end{cfa}
    26192619\begin{cfa}[mathescape=off,aboveskip=0pt,belowskip=0pt]
Note: See TracChangeset for help on using the changeset viewer.