From 20932418f1b4e396fde72915cccf897dd4d5f8bf Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 4 Jan 2007 12:56:00 +0100 Subject: [PATCH] MSC and keywords --- lematema.cls | 8 +++++++- lematest.tex | 16 +++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lematema.cls b/lematema.cls index 758333c..431eb91 100644 --- a/lematema.cls +++ b/lematema.cls @@ -25,9 +25,15 @@ Class for articles in ``Le Matematiche''] top=2cm]{geometry} % TODO testatine -% TODO font +% TODO abstract % TODO bibliografia +% TODO font + +\def\MSC#1{\gdef\@MSC{#1}} +\def\@MSC{} +\def\keywords#1{\gdef\@keywords{#1}} +\def\@keywords{} % In case the author forgets it: \AtBeginDocument{\maketitle} diff --git a/lematest.tex b/lematest.tex index 016e3fd..db2eb47 100644 --- a/lematest.tex +++ b/lematest.tex @@ -12,6 +12,10 @@ \thanks{Lavoro sponsorizzato da Azienda e Ministero}% } +% Mathematics Subject Classification +\MSC{C0D1C3,PR0V4} +% Parole chiave +\keywords{testing,prova} % Autori dell'articolo: è possibile aggiungere informazioni % quali l'università e/o il dipartimento di appartenenza e/o @@ -58,7 +62,17 @@ Testo dell'introduzione \input tufte -\input dawkins +\section{Altro testo} + +\input knuth + +\input tufte + +\section{Terza sezione} + +\input knuth + +\input tufte \end{document} -- 2.32.0.93.g670b81a890