Changeset cb5d36b for doc/LaTeXmacros


Ignore:
Timestamp:
Mar 19, 2018, 5:23:47 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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)
Message:

fix index macros and remove AMA-Lato macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    re6b3942 rcb5d36b  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Thu Mar 15 09:52:27 2018
    14 %% Update Count     : 378
     13%% Last Modified On : Mon Mar 19 17:18:23 2018
     14%% Update Count     : 379
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    101101% index macros
    102102\newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
     103\newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}}
    103104\newcommand{\see}[1]{\emph{see}~#1}
    104105
     
    113114\def\impl{\@bsphack\begingroup
    114115          \def\protect##1{\string##1\space}\@sanitize
    115           \@wrxref{|definition}}
     116          \@wrxref{|Definition}}
    116117\newcommand{\indexcode}[1]{{\lstinline$#1$}}
    117118\def\use{\@bsphack\begingroup
     
    123124    \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
    124125%\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}}
    126127
    127128% inline text and lowercase index: \Index{inline and lowercase index text}
Note: See TracChangeset for help on using the changeset viewer.