Skip to content
Snippets Groups Projects
Commit dce9f328 authored by Sami Nuuttila's avatar Sami Nuuttila
Browse files

annales.cls: fix for more than 6 publications; example.tex: fix typo

parent 77c519a8
Branches
No related tags found
No related merge requests found
......@@ -298,6 +298,11 @@
\Tabfalse\Labeltrue
\addtolength{\boxskip}{35mm}
\stepcounter{origpaperscnt}
% if we have 6th publication move the sidetabs back to top,
% surely nobody sane has more than 11?
\ifnum\value{origpaperscnt} = 6
\setlength{\boxskip}{0mm}
\fi
% lets try to keep info beside the numbered tab in the margin
\ifnum\value{origpaperscnt} > 1
\vspace*{\dimexpr\boxskip-6mm\relax}
......
......@@ -214,7 +214,7 @@ are referred to in the text by their Roman numerals:
\item[IV] Author(s) of the publication. Full title of the publication. Journal, publishing ear; issue number: pages.
\end{entry}
\noindent The list of original publications have been reproduced with the permission of the copyright holders.
\noindent The original publications have been reproduced with the permission of the copyright holders.
%%%
%%% insert your additional chapters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment