Changeset 07bc165 for doc/LaTeXmacros/common.tex
- Timestamp:
- Jul 10, 2016, 12:56:11 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r0b4d93ab r07bc165 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sun Jul 3 08:36:24201614 %% Update Count : 20 013 %% Last Modified On : Sun Jul 10 12:34:09 2016 14 %% Update Count : 205 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 26 26 \lefthyphenmin=4 27 27 \righthyphenmin=4 28 29 %\usepackage{pslatex} % reduce size of san serif font30 28 31 29 \usepackage[ignoredisplayed]{enumitem} % do not affect trivlist … … 127 125 \newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi} 128 126 127 % cannot use © 129 128 \newcommand{\Indexc}[1]{\lstinline$#1$\index{#1@\lstinline$#1$}} 130 129 \newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}}
Note: See TracChangeset
for help on using the changeset viewer.