diff en/99defs.tex @ 80:ea951cfb5cd9

Much template-related content.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 06 Sep 2006 23:36:47 -0700
parents 8806b2875f10
children 5b80c922ebdd
line wrap: on
line diff
--- a/en/99defs.tex	Mon Sep 04 14:31:17 2006 -0700
+++ b/en/99defs.tex	Wed Sep 06 23:36:47 2006 -0700
@@ -29,6 +29,16 @@
 % Mercurial command, with arguments.
 \newcommand{\hgcmdargs}[2]{\index{\texttt{#1} command}``\texttt{hg #1 #2}''}
 
+\newcommand{\tplkword}[1]{\index{\texttt{#1} template keyword}\index{template keywords!\texttt{#1}}\texttt{#1}}
+
+\newcommand{\tplkwfilt}[2]{\index{\texttt{#1} template keyword!\texttt{#2}
+    filter}\index{template filters!\texttt{#2}}\index{\texttt{#2}
+    template filter}\texttt{#2}}
+
+\newcommand{\tplfilter}[1]{\index{template
+    filters!\texttt{#1}}\index{\texttt{#1} template
+    filter}\texttt{#1}}
+
 % Shell/system command.
 \newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}}