diff options
Diffstat (limited to 'doc/coq-html.sty')
| -rw-r--r-- | doc/coq-html.sty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/coq-html.sty b/doc/coq-html.sty new file mode 100644 index 0000000000..2793fdc2aa --- /dev/null +++ b/doc/coq-html.sty @@ -0,0 +1,6 @@ +\def\sf{\purple} +\def\textsf#1{{\sf #1}} +\newcommand{\inference}[1]{$${#1}$$} +\newcommand{\NInd}[3]{\mbox{{\sf Ind}$(#1)(#2:=#3\,)$}} +\newcommand{\Ind}[4]{\mbox{{\sf Ind}$(#1)[#2](#3:=#4\,)$}} +\renewcommand{\medskip}{\\} |
