Changeset cb5d36b for doc/LaTeXmacros
- Timestamp:
- Mar 19, 2018, 5:23:47 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:
- e7602ed
- Parents:
- e6b3942
- git-author:
- Peter A. Buhr <pabuhr@…> (03/19/18 17:22:13)
- git-committer:
- Peter A. Buhr <pabuhr@…> (03/19/18 17:23:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
re6b3942 rcb5d36b 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Thu Mar 15 09:52:27201814 %% Update Count : 37 813 %% 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 104 \newcommand{\see}[1]{\emph{see}~#1} 104 105 … … 113 114 \def\impl{\@bsphack\begingroup 114 115 \def\protect##1{\string##1\space}\@sanitize 115 \@wrxref{| definition}}116 \@wrxref{|Definition}} 116 117 \newcommand{\indexcode}[1]{{\lstinline$#1$}} 117 118 \def\use{\@bsphack\begingroup … … 123 124 \if@nobreak \ifvmode\nobreak\fi\fi\@esphack} 124 125 %\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}} 125 %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}| definition}}126 %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}} 126 127 127 128 % inline text and lowercase index: \Index{inline and lowercase index text}
Note: See TracChangeset
for help on using the changeset viewer.