Ignore:
Timestamp:
Jul 13, 2017, 7:22:10 AM (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:
4438281
Parents:
ef6851a
git-author:
Peter A. Buhr <pabuhr@…> (07/13/17 07:16:12)
git-committer:
Peter A. Buhr <pabuhr@…> (07/13/17 07:22:10)
Message:

make CFA icon all san-serif, increase tab size, add "with" keyword, add C++ language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    ref6851a r1a6e855  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Sun Jun 18 20:32:32 2017
    14 %% Update Count     : 319
     13%% Last Modified On : Wed Jul 12 23:01:58 2017
     14%% Update Count     : 327
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    3636% Names used in the document.
    3737
    38 \newcommand{\CFAIcon}{\textrm{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name
     38\newcommand{\CFAIcon}{\textsf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name
    3939\newcommand{\CFA}{\protect\CFAIcon} % safe for section/caption
    4040\newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall symbolic name
     
    231231basicstyle=\linespread{0.9}\sf,                                                 % reduce line spacing and use sanserif font
    232232stringstyle=\tt,                                                                                % use typewriter font
    233 tabsize=4,                                                                                              % 4 space tabbing
     233tabsize=6,                                                                                              % N space tabbing
    234234xleftmargin=\parindentlnth,                                                             % indent code to paragraph indentation
    235235extendedchars=true,                                                                             % allow ASCII characters in the range 128-255
Note: See TracChangeset for help on using the changeset viewer.