PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : "Chapter" in "Appendix" ändern



Slatibartfass
25-08-2006, 14:40
Hallo Leute!

Ich benutze das Packet "appendix", was mir auch, wenn ich in der Umgebung "appendices" ein "chapter" anfange, die Nummer des selben in Buchstaben ändert. Also z.B. "Chaper A" statt "Chapter 2". Nun hätte ich da aber statt "Chapter" gerne "Appendix" stehen. Weiß hier vielleicht einer wie das geht?

Vielen Dank schon mal im Voraus,

Florian

bischi
25-08-2006, 16:59
afair kann das das Paket titlesec... Bin mir jedoch nicht ganz sicher...

MfG Bischi

Slatibartfass
26-08-2006, 00:05
Vielen Dank für Deine Antwort.

Wahrscheinlich habe ich zu wenig Ahnung von der Materie, aber alles was ich probierte hatte, brachte nicht den gewünschten Erfolg.

Mein header (noch ohne das titlesec Packet; bitte nicht erschrecken, ich bin da noch kein Profi :) :


%Book-header of Kay J{\"o}rg Wiese and Florian K{\"u}hnel

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%packages
\usepackage{amssymb,amsmath,mathrsfs} %mathcal{ } (calligraphic), \mathscr{ } (much more calligraphic), \mathfrak{ } (Old German)

\usepackage{times}

\usepackage[english]{babel}

%\usepackage{geometry}
\usepackage{graphicx}
%\usepackage{epsf}
%\usepackage{epstopdf} % to include .eps graphics files with pdfLaTeX
\usepackage{float,fancybox}
\usepackage{flafter} % Don't place floats before their definition
\usepackage{subfigure} % make it possible to include more than one captioned figure/table in a single float
%\usepackage{epsfig}
%\usepackage{epstopdf} % to include .eps graphics files with pdfLaTeX

%\usepackage{xy}
\usepackage{longtable}
\usepackage{dcolumn}
\usepackage{multirow}
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{delarray}

\usepackage{color}

\usepackage{lettrine}
\setcounter{DefaultLines}{1} %the number (integer) of lines covered

%% These are *decimal* numbers:
\renewcommand{\DefaultLoversize}{0.005} %the number (or fraction) of lines over the first line
\renewcommand{\DefaultLhang}{0.2} %the number (or fraction) of lines to the left over the boundary
\renewcommand{\DefaultLraise}{0.03}

%%% These are *lengths* (don't forget the unit):
%\setlength{\DefaultFindent}{0pt}
%\setlength{\DefaultNindent}{-9pt}
%\setlength{\DefaultSlope}{10mm}

%% This is a *flag* (value=true/false):
%\LettrineImagetrue %include own images instead of normal text characters

\usepackage[margin=\parindent,font=small,labelfont=bf]{caption} % Changes of caption, e.g. bold and intended. Here bold and intented as like parintend with smaller fonts

\usepackage{float}
\usepackage{url} %Command e.g.: \url{www.a.de}
\usepackage{varioref}
\usepackage{keyval}
\usepackage{textcomp} % provide lots of new symbols
\usepackage{booktabs} % for much better looking tables
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{fancyhdr} % This should be set AFTER setting up the page

%\usepackage{makeidx}
\usepackage{textcomp} % provide lots of new symbols

\usepackage[bookmarks,colorlinks,breaklinks]{hyperref} % PDF hyperlinks, with coloured links
\hypersetup{linkcolor=red,citecolor=blue,filecolor =dullmagenta,urlcolor=darkblue} % coloured links

\usepackage[toc]{appendix} % to make appendices; enviroment ``\begin{appendices}...\end{appendices}'' can also be used inside a document, followed by chapters, sections, etc.; option ``toc'' puts the appendices in the toc (of course), option ``page'' make a separate page before the appendices with ``Appendices'' on it

\usepackage{type1cm} % makes scalable fonts, i.e. more that the existing: \small, \large, etc.; command: \fontsize{x}{y}

\usepackage[nottoc]{tocbibind-flo} % puts the bib in the toc

\usepackage{fancyhdr}

%\usepackage{titlesec}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%colour-definitons; existing: black, white, blue, red, green, yellow
\definecolor{dullmagenta}{rgb}{0.4,0,0.4} % #660066
\definecolor{darkblue}{rgb}{0,0,0.4}
\definecolor{lightgreen}{rgb}{0,1,0}
\definecolor{orange}{rgb}{1,0.5,0}
\definecolor{lightbrown}{rgb}{0.75,0.5,0.25}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%pageparameters
\textwidth=460pt
\marginparwidth=5pt
\hoffset = -20pt
\evensidemargin = 20pt
\oddsidemargin = 20pt
\marginparwidth = 50pt
%\voffset = -20pt

%\textwidth = 6.5 in
\textheight = 9 in
%\oddsidemargin = 0.0 in
%\evensidemargin = 0.0 in
%\topmargin = 0.0 in
\headheight = 0.0 in
\headsep = 0.5 in
\parskip = 0.15in %space between Absaetzen
\parindent = 0.15in %einruecken in the first line of a new Absatz
\renewcommand{\baselinestretch}{1.3} %space between lines
%\footsep = 25pt

\unitlength=1mm



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%footnotes
\renewcommand{\thefootnote}{\Roman{footnote}} %Big Roman numbers for footnote-marks



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%lines under the headings except for the first chapter page (from Christian Buggle (2006)) and modified by Florian Kuehnel (2006)
%redefine headers to appear in lowercase
\pagestyle{fancy} %also avalible: headings, plain, empty
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{$\mathfrak{\thesection}$\ #1}}
\fancyhf{} %delete current settings for header and footer
\fancyhead[LE,RO]{\bfseries$\mathfrak{\thepage}$} \fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
%add a line below header, remove line of footer
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt} \fancypagestyle{plain}{
\fancyhead{} %remove headers on plain page
\renewcommand{\headrulewidth}{0pt} % and the line
}
%-------------------------------------------------------------------------
\makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern \z@}
% redefine the start-of-chapter style for manually created chapters
%V.Mogendorf 2004
\def\@makechapterhead#1{
% #1 is the number of the chapter
% \vspace*{10\p@}
{\parindent \z@
% {\centering \small{Chapter}
{\bfseries\Huge{$\mathfrak{\large Chapter\q}$}\reset@font
\fontsize{6ex}{6ex}\selectfont
\bfseries $\mathfrak{\thechapter}$
\par\nobreak}
\vskip 2\p@
% \hrulefill
% \vskip 4\p@
% \par\nobreak
% \interlinepenalty\@M
\raggedright \Huge \bfseries #1
\par\nobreak

\par\nobreak
\vskip 30\p@
}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\@makechapter*head#1{
% #1 is the number of the chapter
% \vspace*{10\p@}
{\parindent \z@
% {\centering \small{Chapter}
{\bfseries\Huge{$\mathfrak{\large Chapter\q}$}\reset@font
\fontsize{6ex}{6ex}\selectfont
\bfseries $\mathfrak{\thechapter}$
\par\nobreak}
\vskip 2\p@
% \hrulefill
% \vskip 4\p@
% \par\nobreak
% \interlinepenalty\@M
\raggedright \Huge \bfseries #1
\par\nobreak

\par\nobreak
\vskip 30\p@
}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%New fonts
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Some parameters to be set: (from Kay Wiese (2005))
\setlength{\arraycolsep}{0.6mm}

\arraycolsep0.5mm
\newcommand{\nn}{\nonumber}
\newcommand{\ind}[1]{{\mathrm{#1}}}
\newcommand{\half}{\frac{1}{2}}
\newcommand{\ts}{\hskip0.1ex\raisebox{-1ex}[0ex][0.8ex]{\rule{0.1ex}{2.75ex}\hskip0.2ex}}
\newcommand{\lts}{
{\raisebox{0ex}{\parbox{0.5ex}{
\setlength{\unitlength}{0.5ex}
\begin{picture}(1,12)
\thinlines
\put(0.5,-0.25){\line(0,1){12}}
\end{picture}
}}}
}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Some norms
\newcommand{\normsingle}[1]{\left|{#1}\right|}
\newcommand{\normdouble}[1]{\left|\!\left|{#1}\right|\!\right|}
\newcommand{\normtriple}[1]{\left|\!\left|\!\left|{#1}\right|\!\right|\!\righ t|}
\newcommand{\norm}[1]{\left|\!\left|{#1}\right|\!\right|}
\newcommand{\normtzero}[1]{\left|\!\left|{#1}\right|\!\right|_{0}}
\newcommand{\normtinfty}[1]{\left|\!\left|{#1}\right|\!\right|_{\infty}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Greek symbols
\renewcommand{\a}{\alpha}
\renewcommand{\b}{\beta}
\newcommand{\g}{\gamma}
\newcommand{\e}{\epsilon}
\renewcommand{\k}{\kappa}
\renewcommand{\l}{\lambda}
\newcommand{\s}{\sigma}
\newcommand{\w}{\omega}
\newcommand{\z}{\zeta}
\newcommand{\A}{\Alpha}
\newcommand{\B}{\Beta}
\newcommand{\G}{\Gamma}
\newcommand{\D}{\Delta}
\renewcommand{\L}{\Lambda}
\newcommand{\K}{\Kappa}
\renewcommand{\S}{\Sigma}
\newcommand{\W}{\Omega}
\newcommand{\Z}{\Zeta}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%shifts
\newcommand{\q}{\quad}
\newcommand{\qq}{\qquad}
\newcommand{\qqq}{\qquad \quad}
\newcommand{\qqqq}{\qquad \qquad}
\newcommand{\vs}{\vspace}
\newcommand{\hs}{\hspace}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%miscellaneous
\newcommand{\bt}{\textbf}
\renewcommand{\sf}{\textsf}
\renewcommand{\it}{\textit}
\renewcommand{\t}{\text}
\newcommand{\aref}{Abbildung \ref}
\newcommand{\eref}{equation \eqref}
\newcommand{\fref}{figure \ref}
\newcommand{\gref}{Gleichung \eqref}
\newcommand{\tref}{table \ref}
\newcommand{\aae}{\"a}
\newcommand{\uue}{\"u}
\newcommand{\ooe}{\"o}
\renewcommand{\o}{\overline}
\renewcommand{\u}{\underline}
\newcommand{\ob}{\underbrace}
\newcommand{\os}{\overset}
\newcommand{\ub}{\underbrace}
\newcommand{\us}{\underset}
\newcommand{\T}{\mathrm{T}}
\newcommand{\sst}{\s^{*}}
\newcommand{\sh}{\hat{\s}}
\newcommand{\ovs}{\o{v}^{2}}
\newcommand{\mpi}{\m^{\pi}}
\newcommand{\Mpi}{\M^{\pi}}
\newcommand{\jdt}{\mathrm{J}_{d,\,2}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%arrows
\newcommand{\ra}{\rightarrow}
\newcommand{\la}{\leftarrow}
\newcommand{\Ra}{\Rightarrow}
\newcommand{\La}{\Leftarrow}
\newcommand{\lra}{\leftrightarrow}
\newcommand{\Lra}{\Leftrightarrow}
\newcommand{\Ral}{\Longrightarrow}
\newcommand{\Lal}{\Longleftarrow}
\newcommand{\Lral}{\Longleftrightarrow}
\newcommand{\lral}{\ongleftrightarrow}
\newcommand{\ral}{\longrightarrow}
\newcommand{\lal}{\longleftarrow}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%math
\newcommand{\sgn}{{\mathrm{sgn}}}
\newcommand{\rme}{{\mathrm{e}}}
\newcommand{\rmd}{{\mathrm{d}}}
\newcommand{\ex}{\exists}
\newcommand{\for}{\forall}
\newcommand{\eq}{\equiv}
\newcommand{\bm}{\mathbf}
\newcommand{\cm}{\mathcal}
\renewcommand{\D}{\mathcal{D}}
\newcommand{\ap}{\approx}
\renewcommand{\d}{\mathrm{d}}
\newcommand{\ee}{\mathrm{e}}
\newcommand{\sumint}[1]{\sum\hs{-4.8mm}\int\limits_{#1}\hs{0.5mm}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%matricies
\newcommand{\jk}{{\mathbb K}}
\newcommand{\ja}{{\mathbb A}}
\newcommand{\je}{{\mathbb E}}
\newcommand{\jg}{{\mathbb G}}
\newcommand{\jm}{{\mathbb M}}
\newcommand{\jn}{{\mathbb N}}
\newcommand{\jp}{{\mathbb P}}
\newcommand{\jpbar}{\overline{\mathbb P}}
\newcommand{\jq}{{\mathbb Q}}
\newcommand{\jr}{{\mathbb R}}
\newcommand{\ju}{{1\hspace{-0.54ex}\mathrm{l}}} %matrix one (two lines)
\newcommand{\juu}{{1\hspace{-0.54ex}\mathrm{l}\hspace{-0.30ex}\mathrm{l}}} %big matrix one (three lines)
\newcommand{\jubar}{{\o{1\hspace{-0.52ex}\mathrm{l}}}}
\newcommand{\cd}{{\cal H}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%wick-contractions
\usepackage{wick} %package by T. Kugo


... und meine Datei (Auszug):



\documentclass[a4paper,11pt,twoside]{book-flo}

\include{header-kay-flo}

\begin{document}

...........

\begin{appendices}
\chapter{blabla}
\label{blabla}
.....


Das poduziert immer Chapter A u.ä. aber nicht Appendix A.

Ich dachte in der appendices Umgebung würde da \appendixname (der gleich Appendix ist) oder so eingesetzt.


Für eine ausführliche Antwort wäre ich sehr dankbar,

Florian

rais
26-08-2006, 05:32
Moin moin,


Das poduziert immer Chapter A u.ä. aber nicht Appendix A.

Ich dachte in der appendices Umgebung würde da \appendixname (der gleich Appendix ist) oder so eingesetzt.

Als erstes vielleicht mal diesen Block


\def\@makechapterhead#1{
% #1 is the number of the chapter
% \vspace*{10\p@}
{\parindent \z@
% {\centering \small{Chapter}
{\bfseries\Huge{$\mathfrak{\large Chapter\q}$}\reset@font
\fontsize{6ex}{6ex}\selectfont
\bfseries $\mathfrak{\thechapter}$
\par\nobreak}
\vskip 2\p@
% \hrulefill
% \vskip 4\p@
% \par\nobreak
% \interlinepenalty\@M
\raggedright \Huge \bfseries #1
\par\nobreak

\par\nobreak
\vskip 30\p@
}}
\def\@makechapter*head#1{
% #1 is the number of the chapter
% \vspace*{10\p@}
{\parindent \z@
% {\centering \small{Chapter}
{\bfseries\Huge{$\mathfrak{\large Chapter\q}$}\reset@font
\fontsize{6ex}{6ex}\selectfont
\bfseries $\mathfrak{\thechapter}$
\par\nobreak}
\vskip 2\p@
% \hrulefill
% \vskip 4\p@
% \par\nobreak
% \interlinepenalty\@M
\raggedright \Huge \bfseries #1
\par\nobreak

\par\nobreak
\vskip 30\p@
}}

komplett auskommentieren - wenn's dann immer noch nicht funzt,




\documentclass[a4paper,11pt,twoside]{book-flo}

versuch's mal mit einer Standard- oder KOMA-Klasse.
Wozu brauchst Du eigentlich appendix als Paket? Bei mir tut's auch ein \appendix ;)
MfG,

Slatibartfass
26-08-2006, 11:59
Vielen Dank Rainer,

das funktioniert! (Das kommt davon, wenn man etwas in seine Header übernimmt ohne zu wissen was das alles tut :)

Also, soweit ich weiß hat die appendices Umgebung den Vorteil, dass man Appendices auch innerhalb einer Dokumentes manchen kann und nicht nur am Ende.

Wie kann man denn ganze Blöcke einfach auskommentieren?

Vielen Dank nochmal,

Florian

RedCloud
26-08-2006, 14:57
Vielen Dank Rainer,

das funktioniert! (Das kommt davon, wenn man etwas in seine Header übernimmt ohne zu wissen was das alles tut :)

Also, soweit ich weiß hat die appendices Umgebung den Vorteil, dass man Appendices auch innerhalb einer Dokumentes manchen kann und nicht nur am Ende.

Wie kann man denn ganze Blöcke einfach auskommentieren?

Paket comment

\begin{comment}
...
\end{comment}

oder TeX-like

\iffalse
...
\fi

rc

rais
26-08-2006, 15:27
Moin moin,

Also, soweit ich weiß hat die appendices Umgebung den Vorteil, dass man Appendices auch innerhalb einer Dokumentes manchen kann und nicht nur am Ende.

Schon klar. Was ich nicht verstehe ist: Was kann in einem Dokument nach dem Anhang kommen? Das wär' dann ja ``an den Anhang angehängt'' ;-)
MfG,

Slatibartfass
31-08-2006, 20:55
Danke RedCloud,

\iffalse
...
\fi

funktioniert gut.

Florian