aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/coq-tex.1
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-08 14:44:12 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-08 14:44:12 +0000
commitd9fa3bb11966e69dc7734ebac678570c7732e74b (patch)
treefdd264dafbdeee0c9e11c5ceca7188b933edac84 /man/coq-tex.1
parent2794d97e444aff75368c807c7773d138568839e7 (diff)
Various fixes in manpages
* hyphen meant as the ascii character should be escaped * lines starting with a dot have a special meaning git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11322 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'man/coq-tex.1')
-rw-r--r--man/coq-tex.122
1 files changed, 11 insertions, 11 deletions
diff --git a/man/coq-tex.1 b/man/coq-tex.1
index 737de70a9..7e0a2f81e 100644
--- a/man/coq-tex.1
+++ b/man/coq-tex.1
@@ -15,19 +15,19 @@ coq-tex \- Process Coq phrases embedded in LaTeX files
.BI \-image \ coq-image
]
[
-.B -w
+.B \-w
]
[
-.B -v
+.B \-v
]
[
-.B -sl
+.B \-sl
]
[
-.B -hrule
+.B \-hrule
]
[
-.B -small
+.B \-small
]
.I input-file ...
@@ -75,7 +75,7 @@ typewriter font.
.TP
.BI \-o \ output-file
Specify the name of a file where the LaTeX output is to be stored. A
-dash `-' causes the LaTeX output to be printed on standard output.
+dash `\-' causes the LaTeX output to be printed on standard output.
.TP
.BI \-n \ line-width
Set the line width. The default is 72 characters. The responses of the
@@ -90,23 +90,23 @@ this is the command
.IR coqtop
without specifying any path which is used to evaluate the Coq phrases.
.TP
-.B -w
+.B \-w
Cause lines to be folded on a space character whenever possible,
avoiding word cuts in the output. By default, folding occurs at
the line width, regardless of word cuts.
.TP
-.B -v
+.B \-v
Verbose mode. Prints the Coq answers on the standard output.
Useful to detect errors in Coq phrases.
.TP
-.B -sl
+.B \-sl
Slanted mode. The Coq answers are written in a slanted font.
.TP
-.B -hrule
+.B \-hrule
Horizontal lines mode. The Coq parts are written between two
horizontal lines.
.TP
-.B -small
+.B \-small
Small font mode. The Coq parts are written in a smaller font.