From: Jonathan Blake Date: Tue, 4 Apr 2006 22:02:14 +0000 (+0000) Subject: Fix two bugs (one } too much and a missing line break) X-Git-Tag: 20121028~84 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=11cec5b73f76a164bd9b742dcb528b1b72623973 Fix two bugs (one } too much and a missing line break) git-svn-id: https://projectaon.org/data/trunk@149 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/xml/latex.xsl b/xml/latex.xsl index e362a52..76e9571 100644 --- a/xml/latex.xsl +++ b/xml/latex.xsl @@ -17,6 +17,9 @@ $Id$ $Log$ +Revision 1.3 2006/04/04 22:02:14 cvsuser +Fix two bugs (one } too much and a missing line break) + Revision 1.2 2005/04/09 19:51:50 angantyr Added handling of open-ended quotes. @@ -101,7 +104,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{} @@ -471,7 +474,8 @@ The implementation of tables is incomplete and kludgy. \fancyhead[LO,RE]{\iffloatpage{}{\thepage}}} {%% One-sided %% %\fancyhead[R]{\iffloatpage{}{\large{\bfseries \aonmarks}}} - %\fancyhead[L]{\iffloatpage{}{\thepage}}} + %\fancyhead[L]{\iffloatpage{}{\thepage}}% + }