Changeset 32cab5b for doc/LaTeXmacros/common.tex
- Timestamp:
- Apr 17, 2018, 12:01:09 PM (7 years ago)
- 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, with_gc
- Children:
- 3265399
- Parents:
- b2fe1c9 (diff), 81bb114 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
rb2fe1c9 r32cab5b 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sat Feb 17 21:58:43 201814 %% Update Count : 3 6913 %% Last Modified On : Mon Mar 19 17:18:23 2018 14 %% Update Count : 379 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 101 101 % index macros 102 102 \newcommand{\italic}[1]{\emph{\hyperpage{#1}}} 103 \newcommand{\ definition}[1]{\textbf{\hyperpage{#1}}}103 \newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}} 104 104 \newcommand{\see}[1]{\emph{see}~#1} 105 105 … … 114 114 \def\impl{\@bsphack\begingroup 115 115 \def\protect##1{\string##1\space}\@sanitize 116 \@wrxref{| definition}}116 \@wrxref{|Definition}} 117 117 \newcommand{\indexcode}[1]{{\lstinline$#1$}} 118 118 \def\use{\@bsphack\begingroup … … 124 124 \if@nobreak \ifvmode\nobreak\fi\fi\@esphack} 125 125 %\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}} 126 %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}| definition}}126 %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}} 127 127 128 128 % inline text and lowercase index: \Index{inline and lowercase index text} … … 148 148 % Latin abbreviation 149 149 \newcommand{\abbrevFont}{\textit} % set empty for no italics 150 \@ifundefined{eg}{ 150 151 \newcommand{\EG}{\abbrevFont{e}.\abbrevFont{g}.} 151 152 \newcommand*{\eg}{% … … 153 154 {\@ifnextchar{:}{\EG}% 154 155 {\EG,\xspace}}% 155 }% 156 }}{}% 157 \@ifundefined{ie}{ 156 158 \newcommand{\IE}{\abbrevFont{i}.\abbrevFont{e}.} 157 159 \newcommand*{\ie}{% … … 159 161 {\@ifnextchar{:}{\IE}% 160 162 {\IE,\xspace}}% 161 }% 163 }}{}% 164 \@ifundefined{etc}{ 162 165 \newcommand{\ETC}{\abbrevFont{etc}} 163 166 \newcommand*{\etc}{% 164 167 \@ifnextchar{.}{\ETC}% 165 168 {\ETC.\xspace}% 166 }% 169 }}{}% 170 \@ifundefined{etal}{ 167 171 \newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}} 168 172 \newcommand*{\etal}{% 169 173 \@ifnextchar{.}{\protect\ETAL}% 170 174 {\protect\ETAL.\xspace}% 171 }% 175 }}{}% 176 \@ifundefined{viz}{ 172 177 \newcommand{\VIZ}{\abbrevFont{viz}} 173 178 \newcommand*{\viz}{% 174 179 \@ifnextchar{.}{\VIZ}% 175 180 {\VIZ.\xspace}% 176 } %181 }}{}% 177 182 \makeatother 178 183
Note:
See TracChangeset
for help on using the changeset viewer.