Changeset 759f05f
- Timestamp:
- Mar 16, 2018, 12:10:44 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:
- d5ccbe9
- Parents:
- 13f5a70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r13f5a70 r759f05f 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:43201814 %% Update Count : 3 6913 %% Last Modified On : Thu Mar 15 09:52:27 2018 14 %% Update Count : 378 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 101 101 % index macros 102 102 \newcommand{\italic}[1]{\emph{\hyperpage{#1}}} 103 \newcommand{\definition}[1]{\textbf{\hyperpage{#1}}}104 103 \newcommand{\see}[1]{\emph{see}~#1} 105 104 … … 148 147 % Latin abbreviation 149 148 \newcommand{\abbrevFont}{\textit} % set empty for no italics 149 \@ifundefined{eg}{ 150 150 \newcommand{\EG}{\abbrevFont{e}.\abbrevFont{g}.} 151 151 \newcommand*{\eg}{% … … 153 153 {\@ifnextchar{:}{\EG}% 154 154 {\EG,\xspace}}% 155 }% 155 }}{}% 156 \@ifundefined{ie}{ 156 157 \newcommand{\IE}{\abbrevFont{i}.\abbrevFont{e}.} 157 158 \newcommand*{\ie}{% … … 159 160 {\@ifnextchar{:}{\IE}% 160 161 {\IE,\xspace}}% 161 }% 162 }}{}% 163 \@ifundefined{etc}{ 162 164 \newcommand{\ETC}{\abbrevFont{etc}} 163 165 \newcommand*{\etc}{% 164 166 \@ifnextchar{.}{\ETC}% 165 167 {\ETC.\xspace}% 166 }% 168 }}{}% 169 \@ifundefined{etal}{ 167 170 \newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}} 168 171 \newcommand*{\etal}{% 169 172 \@ifnextchar{.}{\protect\ETAL}% 170 173 {\protect\ETAL.\xspace}% 171 }% 174 }}{}% 175 \@ifundefined{viz}{ 172 176 \newcommand{\VIZ}{\abbrevFont{viz}} 173 177 \newcommand*{\viz}{% 174 178 \@ifnextchar{.}{\VIZ}% 175 179 {\VIZ.\xspace}% 176 } %180 }}{}% 177 181 \makeatother 178 182
Note: See TracChangeset
for help on using the changeset viewer.