From 53facb3973aa6e6cc7abea765cdb60c1eb085510 Mon Sep 17 00:00:00 2001 From: wiemann Date: Tue, 3 May 2005 22:09:49 +0000 Subject: changed rubric formatting git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3293 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/tools/stylesheets/latex.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docutils/tools') diff --git a/docutils/tools/stylesheets/latex.tex b/docutils/tools/stylesheets/latex.tex index 44bb91251..8dbf39ab0 100644 --- a/docutils/tools/stylesheets/latex.tex +++ b/docutils/tools/stylesheets/latex.tex @@ -318,8 +318,10 @@ #1% }% } -\providecommand{\Dformatrubric}[1]{{\large\textbf{#1}}} -\providecommand{\DNrubric}[1]{\begin{center}\Dformatrubric{#1}\end{center}} +\providecommand{\Dformatrubric}[1]{\textbf{#1}} +\providecommand{\DNrubric}[1]{% + \vspace{0.3em}\Dpar\noindent\Dformatrubric{#1}\Dpar\noindent% +} \providecommand{\Dbullet}{} \providecommand{\Dsetbullet}[1]{\renewcommand{\Dbullet}{#1}} -- cgit v1.2.1