aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/macros.tex
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-07 08:39:54 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-07 08:39:54 +0000
commit09ac2630b448848aaefae605dc28c5fe4755900d (patch)
treeae8616a20009af52b0d0a24f4a7d4d0b470d2988 /doc/macros.tex
parentb4e94b0b89d3496cd9532d0121a1232db2cbc2cc (diff)
plus derreur hevea/hacha
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8471 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/macros.tex')
-rwxr-xr-xdoc/macros.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/macros.tex b/doc/macros.tex
index e385381cd..b16c4fb09 100755
--- a/doc/macros.tex
+++ b/doc/macros.tex
@@ -26,7 +26,14 @@
%END LATEX
%HEVEA \newenvironment{centerframe}{\begin{center}}{\end{center}}
-%HEVEA \newcommand{\vec}[1]{\textbf{#1}}
+%HEVEA \newcommand{\vec}[1]{\mathbf{#1}}
+%HEVEA \newcommand{\ominus}{-}
+%HEVEA \renewcommand{\oplus}{+}
+%HEVEA \renewcommand{\otimes}{\times}
+%HEVEA \newcommand{\land}{\wedge}
+%HEVEA \newcommand{\lor}{\vee}
+%HEVEA \newcommand{\k}[1]{#1}
+%HEVEA \newcommand{\phantom}[1]{\qquad}
%%%%%%%%%%%%%%%%%%%%%%%
% Formatting commands %