From 5a39a42e585052f8ef89fec90027f7c028747cb6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 22 Jan 2007 10:58:49 +0100 Subject: [PATCH] \titlenote --- lematema.cls | 9 ++++++++- lematest.tex | 14 +++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/lematema.cls b/lematema.cls index 7db16bf..ea210c8 100644 --- a/lematema.cls +++ b/lematema.cls @@ -123,6 +123,8 @@ Class for articles in ``Le Matematiche''] %%% Commands that define the article information % TODO \title +\def\titlenote#1{\expandafter\@titlenote\expandafter{\the\@titlenote\thanks{#1}}} +\newtoks\@titlenote % TODO \author % TODO \address %% Mathematics Subject Classification @@ -183,6 +185,8 @@ dicembre\else\textbf{??}\fi} \global\let\@MSC\relax \global\let\keywords\relax \global\let\@keywords\relax + \global\let\titlenote\relax + \global\let\@titlenote\relax } %% insert the article information in the top right corner @@ -209,7 +213,10 @@ Vol.~\LM@Vol~(\LM@Year)~--~Fasc.~\LM@Num,~pp.~\LM@FirstPg--\LM@LastPg \vskip 4.5truecm% \begin{center}% \let \footnote \thanks - {\Large\bfseries \@title \par}% + {\Large\bfseries \@title + %% Title note, if present + \the\@titlenote + \par}% \vskip 0.5truecm% {\Large \begin{tabular}[t]{c}% diff --git a/lematest.tex b/lematest.tex index 05f9bd0..9dcda3e 100644 --- a/lematest.tex +++ b/lematest.tex @@ -6,11 +6,15 @@ \usepackage[latin1]{inputenc} % Titolo dell'articolo: separare le righe con \\ se -% la divisione automatica non soddisfa. Per inserire una -% nota usare il comando \thanks o \footnote -\title{Articolo di esempio\\con titolo su più righe% -\thanks{Lavoro sponsorizzato da Azienda e Ministero}% -} +% la divisione automatica non soddisfa. +\title{Articolo di esempio\\con titolo su più righe} + +% Il comando \titlenote serve ad aggiungere un commento +% al titolo; il commento apparirà a piede della prima pagina +% dell'articolo +\titlenote{Lavoro sponsorizzato da Azienda e Ministero} +% È possibile anche aggiungerne più d'uno +\titlenote{Grazie tante a tutti} % Mathematics Subject Classification \MSC{C0D1C3, PR0V4} -- 2.32.0.93.g670b81a890