-p
.-> |
® | <- |
¬ | * |
× | |||
<= |
£ | >= |
³ | => |
Ž | |||
<> |
¹ | <-> |
« | |- |
|- | |||
\/ |
or | /\ |
& | ~ |
not |
|
' also in front of the first pattern. Here is the
difference:
|
|
-
). Coq files are identified
by the suffixes .v
and .g
and LATEX files by the
suffix .tex
. The latter will be copied `as is' in the final
document. The order of files on the command line is kept in the final
document.\section
, \subsection
, etc. There is
still an index, in the usual LATEX sense. (Therefore, if you have
introduced LATEX sections and subsections, their numbers will
appear in the index.)\begin{document}
. See also the control (*p..v
(or .g
) file or a .tex
file.--no-preamble
), then you must insert
into your own preamble the command
Alternatively, you may also pass these options with the\usepackage[
options]{coqweb}
--latex-options
option of the coqweb
command.coqweb.sty
that the document was generated with the
--noweb
option so that no WEB sections are used, and
the index was generated by referencing the LATEX sections,
subsections, etc.\renewcommand{\coqwkw}[1]{\textsl{#1}}anywhere between
\usepackage{coqweb}
and
\begin{document}
. .v
file.
Default is
\newcommand{\coqwmodule}[1]{\section*{Module #1}}and you may redefine it using
\renewcommand
.coqweb.sty
style file. See
Section 5. We do not recommend to modify
the coqweb.sty
file directly, since you would not be able to
update easily to future versions. You should rather redefine the
macros using \renewcommand
. If you want to customize other
parameters that are not currently customizable, please contact the
developers.\input
or \include
command to insert the file generated by coqweb in your main
LATEX file.).tex
file that you will provide on the coqweb command line.
Then, there is no longer square brackets in your source comments,
but only calls to these macros.This document was translated from LATEX by HEVEA.