diff options
author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-25 18:31:48 +0000 |
---|---|---|
committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-25 18:31:48 +0000 |
commit | 905976014be91324d50fa8e7d3d7a5ad05bfca63 (patch) | |
tree | 2e82d47e30a5b0a2609ad8af410a651b531c3d77 /test | |
parent | dbd944e80a6f67bea3f3b0e332a3b0c34ee618f5 (diff) | |
download | docutils-905976014be91324d50fa8e7d3d7a5ad05bfca63.tar.gz |
disable automatic dash-transformation ("--" to en-dash) in LaTeX
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2869 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/expected/standalone_rst_latex.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex index 38d308d70..5770de317 100644 --- a/test/functional/expected/standalone_rst_latex.tex +++ b/test/functional/expected/standalone_rst_latex.tex @@ -542,21 +542,21 @@ command-line option ``a'' \item [-b file] options can have arguments and long descriptions -\item [--long] +\item [-{}-long] options can be long also -\item [--input=file] +\item [-{}-input=file] long options can also have arguments -\item [--very-long-option] +\item [-{}-very-long-option] The description can also start on the next line. The description may contain multiple body elements, regardless of where it starts. \item [-x, -y, -z] Multiple options are an ``option group''. -\item [-v, --verbose] +\item [-v, -{}-verbose] Commonly-seen: short {\&} long options. -\item [-1 file, --one=file, --two file] +\item [-1 file, -{}-one=file, -{}-two file] Multiple options with arguments. \item [/V] DOS/VMS-style options too @@ -841,7 +841,7 @@ document (a document-wide \href{\#table-of-contents}{table of contents}). \pdfbookmark[2]{2.14.2~~~Images}{images} \subsubsection*{2.14.2~~~Images} -An image directive (also clickable -- a hyperlink reference): +An image directive (also clickable -{}- a hyperlink reference): \href{\#directives}{\includegraphics{../../../docs/user/rst/images/title.png}} A figure directive: \begin{figure}[htbp]\begin{center} @@ -1070,7 +1070,7 @@ This~one~starts~with~a~literal~block. }\end{quote} Compound 4, a paragraph. -Now something \emph{really} perverted -- a nested compound block. In +Now something \emph{really} perverted -{}- a nested compound block. In LaTeX, the following paragraphs should all be first-line indented: Compound 5, block 1 (a paragraph). |