X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=xml%2Flatex.xsl;h=76e95715e3afd0804abb759dd99df16701872eaa;hp=e362a525b6cb93b17942016430a2c3beb62004b0;hb=53d5f97cd1474231d3f343c70918a91ade6466e2;hpb=92773b510e139ee2dc2d7a06d64cd5024f3dcdcc 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}}% + }