From: Javier Fernández-Sanguino Date: Tue, 18 Sep 2007 22:56:00 +0000 (+0000) Subject: Fix errors in stylesheet, leads to wrong LaTeX files X-Git-Url: http://git.projectaon.org/?a=commitdiff_plain;h=2515fbb013a8aa511c7deaf1dee3cd3cfb8eccad;p=project-aon.git Fix errors in stylesheet, leads to wrong LaTeX files git-svn-id: https://projectaon.org/data/en/xml@504 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- 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}}% - } + } + }