From 1afeaf60656f2d9d3ff15f244a62286c96331a59 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 8 Oct 2006 09:41:58 +0000 Subject: [PATCH] Fix reST samples for raw directive. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4758 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/user/latex.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/user/latex.txt b/docs/user/latex.txt index 498b62cb6..58a37f4bb 100644 --- a/docs/user/latex.txt +++ b/docs/user/latex.txt @@ -195,7 +195,7 @@ Table of figures A table of figures can be generated by a command directly to LaTeX:: - .. raw:: LaTeX + .. raw:: latex \listoffigures @@ -249,14 +249,14 @@ Commands directly to LaTeX By means of the reST-raw directive one can give commands directly to LaTeX, e.g. forcing a page break:: - .. raw:: LaTeX + .. raw:: latex \newpage Or setting formulas in LaTeX:: - .. raw:: LaTeX + .. raw:: latex $$x^3 + 3x^2a + 3xa^2 + a^3,$$ @@ -269,13 +269,13 @@ reStructuredText do something like this:: Nobody expects the spanish inquisition. |endcolorbox| - .. |begincolorbox| raw:: LaTeX + .. |begincolorbox| raw:: latex \\begin{center} \\colorbox{bg}{ \\parbox{0.985\\linewidth}{ - .. |endcolorbox| raw:: LaTeX + .. |endcolorbox| raw:: latex }} \\end{center} -- 2.11.4.GIT