diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 19:38:02 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 19:38:02 +0000 |
commit | 431a9248967546aafb1ea6309939fdb8dc7a7415 (patch) | |
tree | 7a01ead8935a5eddec103af0826aeb49f87601bd /Master/texmf-dist/tex | |
parent | 6891ff595999bc063deca4970de4edeb3db9368f (diff) |
chet update
git-svn-id: svn://tug.org/texlive/trunk@23353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chet/chet.cls | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/chet/chet.cls b/Master/texmf-dist/tex/latex/chet/chet.cls index a0cab496cb6..86409aefb61 100644 --- a/Master/texmf-dist/tex/latex/chet/chet.cls +++ b/Master/texmf-dist/tex/latex/chet/chet.cls @@ -941,7 +941,8 @@ EXECUTE {end.bib} \usepackage{cite} \usepackage{color} \usepackage{collref} -\usepackage{footmisc} +\usepackage[para]{manyfoot} +\usepackage[bottom]{footmisc} \usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=3cm]{geometry} \usepackage[linktocpage]{hyperref} @@ -951,8 +952,6 @@ EXECUTE {end.bib} \newcommand{\draftmode}{\usepackage[notref,notcite]{showkeys}\usepackage{rcite}} \providecommand*\showkeyslabelformat[1]{\normalfont\sffamily\footnotesize#1} -\newcommand{\multaffil}{\usepackage[noblocks,affil-it]{authblk}\setlength{\affilsep}{0.5cm}\renewcommand{\affiliation}{\affil}\renewcommand\Authsep{, } \renewcommand\Authand{ and } \renewcommand\Authands{ and }} - % Table of contents formatting \setcounter{tocdepth}{3} \renewcommand{\cfttoctitlefont}{\hfill\bfseries} @@ -1078,12 +1077,15 @@ EXECUTE {end.bib} \mydate{} +\DeclareNewFootnote[para]{E}[roman] +\newcommand{\email}[1]{\footnoteE{\href{mailto:#1}{\texttt{#1}}}} +\newcommand{\emails}[1]{\let\thefootnote\relax\footnotetext{{\texttt{#1}}}} + %Titlepage \makeatletter \renewcommand{\abstract}[1]{\def \@abstract {#1}} \newcommand{\affiliation}[1]{\def \@affiliation {#1}} \newcommand{\preprint}[1]{\def\@preprint {#1}} - \newcommand{\email}[2]{\footnote[#1]{\href{mailto:#2}{\texttt{#2}}}} \abstract{} \affiliation{} \preprint{} @@ -1105,13 +1107,14 @@ EXECUTE {end.bib} \bigskip - \it{\@affiliation} + \emph{\@affiliation} + \end{center} - \vskip 1cm + \bigskip\bigskip \noindent\@abstract - \vfill + \vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill\vfill \noindent\@date \end{titlepage} } |