diff options
| author | Hugo Herbelin | 2015-09-26 15:00:33 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2015-09-26 15:20:43 +0200 |
| commit | 5481ff4f6935874ac3798a61f5a2a810006bde37 (patch) | |
| tree | 07394b2faa06520edde9c288a8ea946fbd9257f6 /doc | |
| parent | 802f3a5c313c8ef98109a3f29c3c862de63bd53c (diff) | |
Clarifying the doc of coqdoc --utf8 as discussed on coq-club on August 19, 2015.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/coqdoc.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/refman/coqdoc.tex b/doc/refman/coqdoc.tex index ee2b042f4e..30467a5e6e 100644 --- a/doc/refman/coqdoc.tex +++ b/doc/refman/coqdoc.tex @@ -285,7 +285,7 @@ suffix \verb!.tex!. Select a \texmacs\ output. -\item[\texttt{--stdout}] ~\par +\item[\texttt{\mm{}stdout}] ~\par Write output to stdout. @@ -496,14 +496,16 @@ Default behavior is to assume ASCII 7 bits input files. \item[\texttt{-latin1}, \texttt{\mm{}latin1}] ~\par Select ISO-8859-1 input files. It is equivalent to - \texttt{--inputenc latin1 --charset iso-8859-1}. + \texttt{\mm{}inputenc latin1 \mm{}charset iso-8859-1}. \item[\texttt{-utf8}, \texttt{\mm{}utf8}] ~\par - Select UTF-8 (Unicode) input files. It is equivalent to - \texttt{--inputenc utf8 --charset utf-8}. - \LaTeX\ UTF-8 support can be found at - \url{http://www.ctan.org/pkg/unicode}. + Set \texttt{\mm{}inputenc utf8x} for \LaTeX\ output and + \texttt{\mm{}charset utf-8} for HTML output. Also use Unicode + replacements for a couple of standard plain ASCII notations such + as $\rightarrow$ for \texttt{->} and $\forall$ for + \texttt{forall}. \LaTeX\ UTF-8 support can be found at + \url{http://www.ctan.org/pkg/unicode}. \item[\texttt{\mm{}inputenc} \textit{string}] ~\par |
