Seite 1 von 1

affiliation

Verfasst: Di 20. Apr 2010, 10:33
von wiesengrund
Hallo!

Ich habe ein LateX-Dokument (s.u.), das auf folgender Vorlage basiert (das "goeproc"-file:

http://www.univerlag.uni-goettingen.de/ ... _17x24.zip

Eigentlich geht es nur darum, dass bei dem Befehl \affil{} immer eine Art Fussnote erzeugt wird (siehe PDF im Anhang). Ich möchte, dass eigentlich genau das in der Form dasteht, was da dasteht, nur ohne die Fussnote (1) und den Stern (*). Wie macht man das?

\documentclass{goeproc}

% The following four lines were only used for the compilation of description.tex file and are not
% necessary for your contribution. They can be commented out.
\usepackage{shortvrb}
\usepackage{natbib}
\usepackage{hyperref}
\usepackage[ngerman]{babel}
\usepackage[applemac]{inputenc}
\MakeShortVerb{\|}
\def\pdfLaTeX{pdf\kern.06em\LaTeX}
\sloppy

\begin{document}

\title{Zwischen Fact und Fiction}


\author{Wolfgang}

\affil{Universität}
\affil[*]{\textit{Email:} wolfa@c.a}

\runningtitle{Zwischen}
\runningauthor{Wolfgang}

\firstpage{11}

\maketitle


% ---------------------------------

\section{Die Methode}


\end{document}