diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 22:26:19 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 22:26:19 +0000 |
| commit | 25decd0059501f1581c3079896a21626fcdb8174 (patch) | |
| tree | c4fdc5a662f266da632c27ce34e3a2b3a0747684 /tools | |
| parent | 8252a44b36b80dc64f70b92666b525f5b44f2d4c (diff) | |
| download | docutils-25decd0059501f1581c3079896a21626fcdb8174.tar.gz | |
updated docs: history and tranform list
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/stylesheets/latex.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/stylesheets/latex.tex b/tools/stylesheets/latex.tex index aee91b56f..da8af083f 100644 --- a/tools/stylesheets/latex.tex +++ b/tools/stylesheets/latex.tex @@ -100,7 +100,7 @@ \ifthenelse{\equal{\Dneedvspace}{true}}{\vspace{\Dblocklevelvspace}}{}% \par\noindent% } -\providecommand{\Dauxiliaryparspace}{% +\providecommand{\Dauxiliaryparspace}{% XXX REMOVEME \ifthenelse{\equal{\Dneedvspace}{true}}{\vspace{\Dblocklevelvspace}}{}% \par% } @@ -247,7 +247,10 @@ }}}}% } -\providecommand{\DNparagraph}[1]{#1} +\providecommand{\DNparagraph}[1]{% + \ifthenelse{\equal{\Dparagraphindented}{true}}{\indent}{\noindent}% + #1% +} \providecommand{\Dformatboxtitle}[1]{{\Large\textbf{#1}}} \providecommand{\Dformatboxsubtitle}[1]{{\large\textbf{#1}}} \providecommand{\Dtopictitle}[1]{% |
