Changeset 7937abf for doc/LaTeXmacros
- Timestamp:
- May 4, 2016, 1:58:35 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, 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:
- 1b7ea43, 7b937575
- Parents:
- 0638c44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/LaTeXmacros/common.tex ¶
r0638c44 r7937abf 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue May 3 07:59:41201614 %% Update Count : 4413 %% Last Modified On : Wed May 4 08:01:10 2016 14 %% Update Count : 54 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 132 132 % blocks and titles 133 133 \newcommand{\define}[1]{\emph{#1\/}\index{#1}} 134 \newcommand{\rewrite}{\(\Rightarrow\)}135 134 \newcommand{\rewriterules}{\paragraph{Rewrite Rules}~\par\noindent} 136 135 \newcommand{\examples}{\paragraph{Examples}~\par\noindent} … … 144 143 \newcommand{\lhs}[1]{\par{\emph{#1:}}\index{#1@{\emph{#1}}|italic}} 145 144 \newcommand{\rhs}{\hfil\break\hbox{\hskip1in}} 146 \newcommand{\oldlhs}[1]{\emph{#1: \ ldots}\index{#1@{\emph{#1}}|italic}}145 \newcommand{\oldlhs}[1]{\emph{#1: \dots}\index{#1@{\emph{#1}}|italic}} 147 146 \newcommand{\nonterm}[1]{\emph{#1\/}\index{#1@{\emph{#1}}|italic}} 148 147 \newcommand{\opt}{$_{opt}$\ } … … 200 199 belowskip=2pt, 201 200 moredelim=**[is][\color{red}]{®}{®}, % red highlighting 202 % moredelim=**[is][\color{blue}]{ ©}{©}, % blue highlighting201 % moredelim=**[is][\color{blue}]{¢}{¢}, % blue highlighting 203 202 moredelim=[is][\lstset{keywords={}}]{¶}{¶}, % temporarily turn off keywords 204 203 % literate={\\`}{\raisebox{0.3ex}{\ttfamily\upshape \hspace*{-2pt}`}}1, % escape \`, otherwise used for red highlighting 204 literate={...}{{$\dots$}}1 {<-}{{$\leftarrow$}}1 {=>}{{$\Rightarrow$}}1, 205 205 }% 206 206
Note: See TracChangeset
for help on using the changeset viewer.