From 2515fbb013a8aa511c7deaf1dee3cd3cfb8eccad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Tue, 18 Sep 2007 22:56:00 +0000 Subject: [PATCH] Fix errors in stylesheet, leads to wrong LaTeX files git-svn-id: https://projectaon.org/data/en/xml@504 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- latex.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/latex.xsl b/latex.xsl index a48a734..a8fcf50 100644 --- a/latex.xsl +++ b/latex.xsl @@ -127,7 +127,7 @@ The implementation of tables is incomplete and kludgy. {%% One-sided %% \fancyhead[C]{\iffloatpage{}{\bfseries{:} \normalfont{}}} \fancyhead[R]{\iffloatpage{}{\thepage}}} - \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}} + \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} \fancypagestyle{plain}{ \fancyhf{} @@ -542,7 +542,8 @@ The implementation of tables is incomplete and kludgy. {%% One-sided %% \fancyhead[R]{\iffloatpage{}{\large{\bfseries \aonmarks}}} \fancyhead[L]{\iffloatpage{}{\thepage}}% - } + } + } -- 2.34.1