PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : \maketitle aus SVJour3 mit KOMA-Script nutzen



efelcie
20-07-2013, 10:51
Liebes Forum,

ich verwende meistens KOMA-Script und hätte gerne, dass sich \maketitle wie bei SVJour3 verhält. (ftp://ftp.springer.de/pub/tex/latex/svjour3/global/) Damit meine ich das mein Titel dann so formatiert ist, wie bei dieser Vorlage. (inkl. Fußnoten bei "\thanks{}" und "\institute{}"

Mein LaTeX-Verständnis ist beschränkt aber ich könnte mir vorstellen, dass ich dafür einfach ein paar Zeilen aus svjour3.cls (ftp://ftp.springer.de/pub/tex/latex/svjour3/global/svjour3.cls) in meine KOMA-Script verwendente Datei kopieren (und vielleicht anpassen) muss. Nur ich hab auch nach langem herum suchen keine Ahnung welche Zeilen dafür relevant sind.

Statt einem funktionierende Minimalbeispiel kann ich nur mein "Traumminimalbeispiel" angeben. (Basierend auf template.tex (ftp://ftp.springer.de/pub/tex/latex/svjour3/global/template.tex).)



\documentclass{scrartcl}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Zeile x, y--z aus svjour3.cls
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\title{Insert your title here\thanks{Grants or other notes
about the article that should go on the front page should be
placed here. General acknowledgments should be placed at the end of the article.}
}

\subtitle{Do you have a subtitle?\\ If so, write it here}

%\titlerunning{Short form of title} % if too long for running head

\author{First Author \and
Second Author %etc.
}

%\authorrunning{Short form of author list} % if too long for running head

\institute{F. Author \at
first address \\
Tel.: +123-45-678910\\
Fax: +123-45-678910\\
\email{fauthor@example.com} % \\
% \emph{Present address:} of F. Author % if needed
\and
S. Author \at
second address
}

\date{Received: date / Accepted: date}
% The correct dates will be entered by the editor


\maketitle

\begin{abstract}
Insert your abstract here. Include keywords, PACS and mathematical
subject classification numbers as needed.
\keywords{First keyword \and Second keyword \and More}
% \PACS{PACS code1 \and PACS code2 \and more}
% \subclass{MSC code1 \and MSC code2 \and more}
\end{abstract}

\section{Introduction}
\label{intro}
Your text comes here. Separate text sections with

\end{document}


Keine Ahnung ob meine Idee vernünftig machbar ist und ob ich alle nötigen Infos gegeben habe.

Liebe Grüße,
Peter