aboutsummaryrefslogtreecommitdiff
path: root/doc/macros.tex
diff options
context:
space:
mode:
authorbarras2003-12-18 17:50:12 +0000
committerbarras2003-12-18 17:50:12 +0000
commitc69cc72c1cae9deb8d78a05a7b7bc5f25bd3ab99 (patch)
tree07ed7af90ebdfbc9e956f9fd0294741a5533d2e5 /doc/macros.tex
parentf3b385a202884424082ad7f1349b49a5147493a1 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8412 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/macros.tex')
-rwxr-xr-xdoc/macros.tex21
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/macros.tex b/doc/macros.tex
index 080aeb77a8..02a29458a1 100755
--- a/doc/macros.tex
+++ b/doc/macros.tex
@@ -85,19 +85,30 @@
% \rm\sl series %
%%%%%%%%%%%%%%%%%
+\newcommand{\nterm}[1]{\textrm{\textsl{#1}}}
+
+%% New syntax specific entries
+\newcommand{\termarg}{\nterm{arg}}
+\newcommand{\caseitems}{\nterm{caseitems}}
+\newcommand{\caseitem}{\nterm{case\_item}}
+\newcommand{\casetype}{\nterm{casetype}}
+\newcommand{\letclauses}{\nterm{letclauses}}
+\newcommand{\annotation}{\nterm{annotation}}
+\newcommand{\returntype}{\nterm{return\_type}}
+
+\newcommand{\typecstr}{\zeroone{{\tt :} {\term}}}
+
\newcommand{\Fwterm}{\textrm{\textsl{Fwterm}}}
\newcommand{\Index}{\textrm{\textsl{index}}}
\newcommand{\abbrev}{\textrm{\textsl{abbreviation}}}
-\newcommand{\annotation}{\textrm{\textsl{annotation}}}
-\newcommand{\returntype}{\textrm{\textsl{return\_type}}}
-\newcommand{\caseitem}{\textrm{\textsl{case\_item}}}
\newcommand{\atomictac}{\textrm{\textsl{atomic\_tactic}}}
\newcommand{\binders}{\textrm{\textsl{bindings}}}
\newcommand{\binder}{\textrm{\textsl{binding}}}
+\newcommand{\binderlist}{\nterm{binderlist}}
\newcommand{\bindinglist}{\textrm{\textsl{bindings\_list}}}
\newcommand{\cast}{\textrm{\textsl{cast}}}
+\newcommand{\cofixpointbodies}{\textrm{\textsl{cofix\_bodies}}}
\newcommand{\cofixpointbody}{\textrm{\textsl{cofix\_body}}}
-\newcommand{\coinductivebody}{\textrm{\textsl{coind\_body}}}
\newcommand{\commandtac}{\textrm{\textsl{tactic\_invocation}}}
\newcommand{\constructor}{\textrm{\textsl{constructor}}}
\newcommand{\convtactic}{\textrm{\textsl{conv\_tactic}}}
@@ -110,6 +121,7 @@
\newcommand{\field}{\textrm{\textsl{field}}}
\newcommand{\firstletter}{\textrm{\textsl{first\_letter}}}
\newcommand{\fixpg}{\textrm{\textsl{fix\_pgm}}}
+\newcommand{\fixpointbodies}{\textrm{\textsl{fix\_bodies}}}
\newcommand{\fixpointbody}{\textrm{\textsl{fix\_body}}}
\newcommand{\fixpoint}{\textrm{\textsl{fixpoint}}}
\newcommand{\flag}{\textrm{\textsl{flag}}}
@@ -129,6 +141,7 @@
\newcommand{\mutualcoinductive}{\textrm{\textsl{mutual\_coinductive}}}
\newcommand{\mutualinductive}{\textrm{\textsl{mutual\_inductive}}}
\newcommand{\nestedpattern}{\textrm{\textsl{nested\_pattern}}}
+\newcommand{\name}{\textrm{\textsl{name}}}
\newcommand{\num}{\textrm{\textsl{num}}}
\newcommand{\params}{\textrm{\textsl{params}}}
\newcommand{\binderlet}{\textrm{\textsl{binder\_let}}}