Immi
20-06-2006, 22:58
Hallo,
anbei mal ein Auszug aus meiner *.cls-Datei die ich gerade erstelle.
Meine Frage
kann das so gehen ?
%%-------------------------------------------------------------------------------------------------
%% hier wir dann die Std-Classe noch mit seinen Optionen nachgeladen.
\def\DocClass{}
\if@diplom
\def\DocClass{scrreprt}
\else
\def\DocClass{scrartcl}
\fi
%%-------------------------------------------------------------------------------------------------
%% Optionen fuer die komascript-Familie
%%
%% bibtotoc => Aufnahme des Literaturverzeichnis ins Inhaltsverz.
%% idxtotoc => Aufnahme des Stichwortregister ins Inhaltsverz.
%% liststotoc => Aufnahme des Abbildungs- u. Tabellenverzeichnis ins Inhaltsverz.
\def\DocOption{12pt, bibtotoc, idxtotoc, liststotoc}
\if@draft
\LoadClass[\DocOption, draft]{\DocClass}
\else
\LoadClass[\DocOption]{\DocClass}
\fi
Ich bekomme immer noch eine Warnung und dann sind die Optionen leider nicht drin.
LaTeX Warning: Unused global option(s): [ bibtotoc, idxtotoc, liststotoc].
anbei mal ein Auszug aus meiner *.cls-Datei die ich gerade erstelle.
Meine Frage
kann das so gehen ?
%%-------------------------------------------------------------------------------------------------
%% hier wir dann die Std-Classe noch mit seinen Optionen nachgeladen.
\def\DocClass{}
\if@diplom
\def\DocClass{scrreprt}
\else
\def\DocClass{scrartcl}
\fi
%%-------------------------------------------------------------------------------------------------
%% Optionen fuer die komascript-Familie
%%
%% bibtotoc => Aufnahme des Literaturverzeichnis ins Inhaltsverz.
%% idxtotoc => Aufnahme des Stichwortregister ins Inhaltsverz.
%% liststotoc => Aufnahme des Abbildungs- u. Tabellenverzeichnis ins Inhaltsverz.
\def\DocOption{12pt, bibtotoc, idxtotoc, liststotoc}
\if@draft
\LoadClass[\DocOption, draft]{\DocClass}
\else
\LoadClass[\DocOption]{\DocClass}
\fi
Ich bekomme immer noch eine Warnung und dann sind die Optionen leider nicht drin.
LaTeX Warning: Unused global option(s): [ bibtotoc, idxtotoc, liststotoc].