von Masterarbeiter » Sa 7. Apr 2012, 14:43
Hallo mal wieder,
bevor ich stundenlang rumprobiere frage ich einfach mal die Profis
Ich möchte, dass meine Arbeit so endet
Glossar
Anhang
-A
-B
-C
Aktuell ist es so
Glossar
-A. bla
-B. foo
-C. blubb
Die Teile A, B, C sind fett wie normale \chapter. Das will ich nicht. Außerdem fehlt das Wörtchen Anhang. Wenn ich aber ein \chapter{Anhang} reinmache, dann bekommt dieses Chapter die Nummer A. Ich will aber nur einen Anhang mit mehreren \sections.
%Hier sind Parameter einzustellen (Pakete werden geladen und durch [Optionen]
%und {Argumente} bestimmt
\documentclass[%
paper=A4,%
a4paper,%
BCOR=8mm,%
DIV=current,%
twoside,%
12pt,%
headinclude=true,%
headlines=1.8,%
footinclude=false,version=first,%
bibliography=totoc,%
]{scrbook}
%Kodierung des Tex-Dokumentes
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage[utf8x]{inputenc}
%erlaubt die deutschsprachigen Zeichen
\usepackage[ngerman]{babel}
%\usepackage{marvosym}
%Mathematische und andere Symbole
\usepackage{amsmath,mathrsfs,amssymb}
\usepackage[scaled=.92]{helvet}
\usepackage{courier}
\usepackage[sectionbib,square]{natbib}
%\usepackage{a4wide}
% programm code
% Index
\usepackage{makeidx}
%erlaubt Referenzen im Inhaltsverzeichnis
\usepackage[
pdftex,
pdfpagelabels,
plainpages=false,
colorlinks,
urlcolor=gray,
linkcolor=black,
citecolor=black
]{hyperref}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{calc}
%Zeilenabstand
% \linespread{1}
%Glossar
\usepackage[toc,nonumberlist]{glossaries}
\makeglossaries
\include{glossar}
\glsaddall
\begin{document}
\pagenumbering{roman}
%%% Titel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{titel}
\pagenumbering{Roman}
%%% .. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{erklaerung}
\tableofcontents
\listoffigures
\cleardoublepage
\pagenumbering{arabic}
\renewcommand*{\dictumwidth}{.45\textwidth}
\newcommand{\miniheading}[1]{\noindent\textsf{\textbf{#1}}\vspace{2mm}\nopagebreak[4]\\}
\newcommand{\otodo}[1]{\todo[color=green!40]{#1}}
%%% Hauptteil %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Schlusstei
l%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Glossar
\renewcommand*{\glossaryname}{Glossar}
\deftranslation{Glossary}{Glossar}
\renewcommand*{\glspostdescription}{}
\renewcommand*{\glsgroupskip}{} %no extra vertical space
\printglossaries
\appendix
%\renewcommand*{\thesection}{\Alph{section}}
%\addtocounter{secnumdepth}{1}
\chapter{bla}
\lstinputlisting[language=xml]{schema.xml}
%% Literatur %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{dinat}
\bibliography{bib/bibliography}
\end{document}
Ich hoffe ich habe es mit dem Minimalbeispeil nun richtig gemacht

Hallo mal wieder,
bevor ich stundenlang rumprobiere frage ich einfach mal die Profis :)
Ich möchte, dass meine Arbeit so endet
Glossar
Anhang
-A
-B
-C
Aktuell ist es so
Glossar
-A. bla
-B. foo
-C. blubb
Die Teile A, B, C sind fett wie normale \chapter. Das will ich nicht. Außerdem fehlt das Wörtchen Anhang. Wenn ich aber ein \chapter{Anhang} reinmache, dann bekommt dieses Chapter die Nummer A. Ich will aber nur einen Anhang mit mehreren \sections.
[code]
%Hier sind Parameter einzustellen (Pakete werden geladen und durch [Optionen]
%und {Argumente} bestimmt
\documentclass[%
paper=A4,%
a4paper,%
BCOR=8mm,%
DIV=current,%
twoside,%
12pt,%
headinclude=true,%
headlines=1.8,%
footinclude=false,version=first,%
bibliography=totoc,%
]{scrbook}
%Kodierung des Tex-Dokumentes
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage[utf8x]{inputenc}
%erlaubt die deutschsprachigen Zeichen
\usepackage[ngerman]{babel}
%\usepackage{marvosym}
%Mathematische und andere Symbole
\usepackage{amsmath,mathrsfs,amssymb}
\usepackage[scaled=.92]{helvet}
\usepackage{courier}
\usepackage[sectionbib,square]{natbib}
%\usepackage{a4wide}
% programm code
% Index
\usepackage{makeidx}
%erlaubt Referenzen im Inhaltsverzeichnis
\usepackage[
pdftex,
pdfpagelabels,
plainpages=false,
colorlinks,
urlcolor=gray,
linkcolor=black,
citecolor=black
]{hyperref}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{calc}
%Zeilenabstand
% \linespread{1}
%Glossar
\usepackage[toc,nonumberlist]{glossaries}
\makeglossaries
\include{glossar}
\glsaddall
\begin{document}
\pagenumbering{roman}
%%% Titel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{titel}
\pagenumbering{Roman}
%%% .. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{erklaerung}
\tableofcontents
\listoffigures
\cleardoublepage
\pagenumbering{arabic}
\renewcommand*{\dictumwidth}{.45\textwidth}
\newcommand{\miniheading}[1]{\noindent\textsf{\textbf{#1}}\vspace{2mm}\nopagebreak[4]\\}
\newcommand{\otodo}[1]{\todo[color=green!40]{#1}}
%%% Hauptteil %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Schlusstei
l%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Glossar
\renewcommand*{\glossaryname}{Glossar}
\deftranslation{Glossary}{Glossar}
\renewcommand*{\glspostdescription}{}
\renewcommand*{\glsgroupskip}{} %no extra vertical space
\printglossaries
\appendix
%\renewcommand*{\thesection}{\Alph{section}}
%\addtocounter{secnumdepth}{1}
\chapter{bla}
\lstinputlisting[language=xml]{schema.xml}
%% Literatur %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{dinat}
\bibliography{bib/bibliography}
\end{document}
[/code]
Ich hoffe ich habe es mit dem Minimalbeispeil nun richtig gemacht :-)