Changeset 07bc165 for doc/LaTeXmacros


Ignore:
Timestamp:
Jul 10, 2016, 12:56:11 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6e4b913
Parents:
0b4d93ab
Message:

update section on pointer/reference and LaTeX macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    r0b4d93ab r07bc165  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Sun Jul  3 08:36:24 2016
    14 %% Update Count     : 200
     13%% Last Modified On : Sun Jul 10 12:34:09 2016
     14%% Update Count     : 205
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    2626\lefthyphenmin=4
    2727\righthyphenmin=4
    28 
    29 %\usepackage{pslatex}                           % reduce size of san serif font
    3028
    3129\usepackage[ignoredisplayed]{enumitem}  % do not affect trivlist
     
    127125\newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
    128126
     127% cannot use ©
    129128\newcommand{\Indexc}[1]{\lstinline$#1$\index{#1@\lstinline$#1$}}
    130129\newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}}
Note: See TracChangeset for help on using the changeset viewer.