HCM
12-02-2008, 09:49
Hallo Leute,
habe eine kurze Frage, die mir selbst etwas dämlich vorkommt: Kann man bei der Dokumentenklasse proc kein Datum in den Titel einfügen? Habe den Titel mit \title, \author und \date angegeben, wenn ich dann aber nach \begin{document} den Befehl \maketitle eingebe, bekomme ich nur den Titel und den Autor.
Hier das Minimalbeispiel:
\documentclass[
a4paper,
german
]{proc}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}
\usepackage{myftnright}
\usepackage [in] {fullpage}
\usepackage{alnumsec}
\surroundarabic[(][)]{}{.}
\otherseparators{5}
\alnumsecstyle{LRnld}
\usepackage{varioref}
\clubpenalty = 10000
\widowpenalty = 10000 \displaywidowpenalty = 10000
\usepackage[
authorformat=dynamic,
annotatorformat=italic,
annotatorfirstsep=in,
commabeforerest,
titleformat=commasep,
howcited=normal,
dotafter=bibentry,
pages=format,
bibformat=compress,
crossref=normal,
citefull=first,
lookat,
]
{jurabib}
\renewcommand*{\bibpldelim}{(}
\renewcommand*{\bibprdelim}{)}
\renewcommand*{\bibatsep}{,}
\renewcommand*{\bibbdsep}{}
\renewcommand*{\ajtsep}{}
\renewcommand*{\bibjtsep}{in: }
\renewcommand*{\bibbtsep}{in: }
\renewcommand{\jbaensep}{,}
\citetitlefortype{article,commented,periodical,inc ollection}
\formatpages[ ]{article,periodical,incollection}{(}{)}
\jbnoformatafterstartpagetrue
\jbignorevarioref
\renewcommand*{\biblnfont}{\textit}
\renewcommand*{\bibfnfont}{\textit}
\renewcommand*{\bibelnfont}{\textit}
\renewcommand*{\bibefnfont}{\textit}
\AddTo\bibsgerman{
\renewcommand*{\lookatprefix}{\space(Fn.~}
\renewcommand*{\lookatsuffix}{)}
}
\usepackage{jurarsp}
\rspsetup{
makelists=never,
citationmode=brackets,
fullcitecontent=full
}
\usepackage[bookmarks,bookmarksnumbered]{hyperref}
%Überschrift:
\title{Blabla Blubber}
\author{Dagobert Duck}
\date{12. Februar 2008}
%Ab hier beginnt das Dokument:
\begin {document}
\maketitle
\end{document}
Ich habe das Gefühl, ich stehe irgendwie auf dem Schlauch, hat jemand eine Idee?
Vielen Dank im voraus!
habe eine kurze Frage, die mir selbst etwas dämlich vorkommt: Kann man bei der Dokumentenklasse proc kein Datum in den Titel einfügen? Habe den Titel mit \title, \author und \date angegeben, wenn ich dann aber nach \begin{document} den Befehl \maketitle eingebe, bekomme ich nur den Titel und den Autor.
Hier das Minimalbeispiel:
\documentclass[
a4paper,
german
]{proc}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}
\usepackage{myftnright}
\usepackage [in] {fullpage}
\usepackage{alnumsec}
\surroundarabic[(][)]{}{.}
\otherseparators{5}
\alnumsecstyle{LRnld}
\usepackage{varioref}
\clubpenalty = 10000
\widowpenalty = 10000 \displaywidowpenalty = 10000
\usepackage[
authorformat=dynamic,
annotatorformat=italic,
annotatorfirstsep=in,
commabeforerest,
titleformat=commasep,
howcited=normal,
dotafter=bibentry,
pages=format,
bibformat=compress,
crossref=normal,
citefull=first,
lookat,
]
{jurabib}
\renewcommand*{\bibpldelim}{(}
\renewcommand*{\bibprdelim}{)}
\renewcommand*{\bibatsep}{,}
\renewcommand*{\bibbdsep}{}
\renewcommand*{\ajtsep}{}
\renewcommand*{\bibjtsep}{in: }
\renewcommand*{\bibbtsep}{in: }
\renewcommand{\jbaensep}{,}
\citetitlefortype{article,commented,periodical,inc ollection}
\formatpages[ ]{article,periodical,incollection}{(}{)}
\jbnoformatafterstartpagetrue
\jbignorevarioref
\renewcommand*{\biblnfont}{\textit}
\renewcommand*{\bibfnfont}{\textit}
\renewcommand*{\bibelnfont}{\textit}
\renewcommand*{\bibefnfont}{\textit}
\AddTo\bibsgerman{
\renewcommand*{\lookatprefix}{\space(Fn.~}
\renewcommand*{\lookatsuffix}{)}
}
\usepackage{jurarsp}
\rspsetup{
makelists=never,
citationmode=brackets,
fullcitecontent=full
}
\usepackage[bookmarks,bookmarksnumbered]{hyperref}
%Überschrift:
\title{Blabla Blubber}
\author{Dagobert Duck}
\date{12. Februar 2008}
%Ab hier beginnt das Dokument:
\begin {document}
\maketitle
\end{document}
Ich habe das Gefühl, ich stehe irgendwie auf dem Schlauch, hat jemand eine Idee?
Vielen Dank im voraus!