mikedg
21-01-2008, 18:18
Hallo
Ich habe folgendes Problem: arbeite mit scrreprt und habe das fncychap paket installiert, das coole kapitelüberschriften gibt.
Nur habe ich das problem, das die chapter schrift dann viel dünner ist, als der standart der section in scrreprt. wenn ich die schriften \bfseries\sf wähle (im fncychap.sty file verändere), kriege ich nicht eine solch fette schrift hin, wie bei der standart schrift für chapter / section etc. von scrreprt.
Ich habe nirgends gefunden, um welche schrift es sich bei scrrerpt standardmässig handelt, und warum die so fett ist.
Wo liegt da der Haken?
danke mike
\documentclass[a4paper,10pt, twoside, openright, pointlessnumbers, bibtotoc, idxtotoc, liststoc]{scrreprt}
\usepackage{graphicx, palatino, xcolor, graphics, subfigure}
\usepackage{natbib}
\usepackage{amsmath}
%\usepackage[dvips]{color}
%\usepackage{fullpage}
\usepackage[left=25mm, right=25mm, top=30mm, bottom=30mm, headsep=10mm]{geometry}
%\usepackage{simplemargins}
\usepackage[ngerman,english]{babel}
\usepackage{pdflscape}
\usepackage{slashbox}
\usepackage[Lenny]{fncychap} %Glenn
%\usepackage{fancyhdr}
\selectlanguage{english}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{floatflt}
%\usepackage{epstopdf}
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abbreviations, Acronyms and Notation}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1} %\dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
\newcommand{\Abkuerzung}{
\printnomenclature
\newpage
}
\makeglossary
\makeindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setkomafont{section}{\LARGE\bfseries\sf}
\setkomafont{subsection}{\Large\bfseries\sf}
\setkomafont{captionlabel}{\bfseries\sf}
%\setkomafont{chapter}{\usekomafont{section}}
%\usepackage[linktocpage]{hyperref}
%\usepackage{nomencl}
\usepackage[automark, headsepline]{scrpage2}
\usepackage{booktabs}
\automark[section]{chapter}
\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{scrheadings}
\pagenumbering{Roman}
%\setlength{\topskip}{15mm}
%\setlength{\footskip}{15mm}
\renewcommand{\headfont}{\normalfont}
\renewcommand{\textfraction}{0.15}%0.15
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}
\renewcommand{\baselinestretch}{1.50}\normalsize
%\setlength{\headsep}{7mm}
\begin{document}
\include{titlepage}
\thispagestyle{empty}
\cleardoublepage
\pagenumbering{roman}
\tableofcontents
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Vorwort}{Vorwort}
\protect\addcontentsline{toc}{chapter}{Vorwort}
\include{Vorwort}%
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Summary}{Summary}
\protect\addcontentsline{toc}{chapter}{Summary}
\include{Summary}%
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Zusammenfassung}{Zusammenfassung }
\protect\addcontentsline{toc}{chapter}{Zusammenfas sung}
\include{Zusammenfassung}%
\newpage\thispagestyle{empty}
\cleardoublepage
\listoffigures
\protect\markboth{List of Figures}{List of Figures}
\protect\addcontentsline{toc}{chapter}{List of Figures}
\newpage\thispagestyle{empty}
\cleardoublepage
\listoftables
\protect\markboth{List of Tables}{List of Tables}
\protect\addcontentsline{toc}{chapter}{List of Tables}
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Abbreviations, Acronyms and Notation}{Abbreviations, Acronyms and Notation}
\protect\addcontentsline{toc}{chapter}{Abbreviatio ns, Acronyms and Notation}
\Abkuerzung
%\thispagestyle{scrheadings}
\newpage\thispagestyle{empty}
\cleardoublepage
\pagestyle{scrheadings}
\include{introduction}
\newpage\thispagestyle{empty}
\include{theory}
\newpage\thispagestyle{empty}
\include{site}
\newpage\thispagestyle{empty}
\include{methods}
\newpage\thispagestyle{empty}
\include{results}
\newpage\thispagestyle{empty}
\include{discussion}
\newpage\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{References}
\bibliographystyle{elsart-harv}
\bibliography{Literature}
\newpage\thispagestyle{empty}
\cleardoublepage
\include{appendix}
\end{document}
Ich habe folgendes Problem: arbeite mit scrreprt und habe das fncychap paket installiert, das coole kapitelüberschriften gibt.
Nur habe ich das problem, das die chapter schrift dann viel dünner ist, als der standart der section in scrreprt. wenn ich die schriften \bfseries\sf wähle (im fncychap.sty file verändere), kriege ich nicht eine solch fette schrift hin, wie bei der standart schrift für chapter / section etc. von scrreprt.
Ich habe nirgends gefunden, um welche schrift es sich bei scrrerpt standardmässig handelt, und warum die so fett ist.
Wo liegt da der Haken?
danke mike
\documentclass[a4paper,10pt, twoside, openright, pointlessnumbers, bibtotoc, idxtotoc, liststoc]{scrreprt}
\usepackage{graphicx, palatino, xcolor, graphics, subfigure}
\usepackage{natbib}
\usepackage{amsmath}
%\usepackage[dvips]{color}
%\usepackage{fullpage}
\usepackage[left=25mm, right=25mm, top=30mm, bottom=30mm, headsep=10mm]{geometry}
%\usepackage{simplemargins}
\usepackage[ngerman,english]{babel}
\usepackage{pdflscape}
\usepackage{slashbox}
\usepackage[Lenny]{fncychap} %Glenn
%\usepackage{fancyhdr}
\selectlanguage{english}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{floatflt}
%\usepackage{epstopdf}
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abbreviations, Acronyms and Notation}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1} %\dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
\newcommand{\Abkuerzung}{
\printnomenclature
\newpage
}
\makeglossary
\makeindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setkomafont{section}{\LARGE\bfseries\sf}
\setkomafont{subsection}{\Large\bfseries\sf}
\setkomafont{captionlabel}{\bfseries\sf}
%\setkomafont{chapter}{\usekomafont{section}}
%\usepackage[linktocpage]{hyperref}
%\usepackage{nomencl}
\usepackage[automark, headsepline]{scrpage2}
\usepackage{booktabs}
\automark[section]{chapter}
\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{scrheadings}
\pagenumbering{Roman}
%\setlength{\topskip}{15mm}
%\setlength{\footskip}{15mm}
\renewcommand{\headfont}{\normalfont}
\renewcommand{\textfraction}{0.15}%0.15
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}
\renewcommand{\baselinestretch}{1.50}\normalsize
%\setlength{\headsep}{7mm}
\begin{document}
\include{titlepage}
\thispagestyle{empty}
\cleardoublepage
\pagenumbering{roman}
\tableofcontents
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Vorwort}{Vorwort}
\protect\addcontentsline{toc}{chapter}{Vorwort}
\include{Vorwort}%
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Summary}{Summary}
\protect\addcontentsline{toc}{chapter}{Summary}
\include{Summary}%
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Zusammenfassung}{Zusammenfassung }
\protect\addcontentsline{toc}{chapter}{Zusammenfas sung}
\include{Zusammenfassung}%
\newpage\thispagestyle{empty}
\cleardoublepage
\listoffigures
\protect\markboth{List of Figures}{List of Figures}
\protect\addcontentsline{toc}{chapter}{List of Figures}
\newpage\thispagestyle{empty}
\cleardoublepage
\listoftables
\protect\markboth{List of Tables}{List of Tables}
\protect\addcontentsline{toc}{chapter}{List of Tables}
\newpage\thispagestyle{empty}
\cleardoublepage
\protect\markboth{Abbreviations, Acronyms and Notation}{Abbreviations, Acronyms and Notation}
\protect\addcontentsline{toc}{chapter}{Abbreviatio ns, Acronyms and Notation}
\Abkuerzung
%\thispagestyle{scrheadings}
\newpage\thispagestyle{empty}
\cleardoublepage
\pagestyle{scrheadings}
\include{introduction}
\newpage\thispagestyle{empty}
\include{theory}
\newpage\thispagestyle{empty}
\include{site}
\newpage\thispagestyle{empty}
\include{methods}
\newpage\thispagestyle{empty}
\include{results}
\newpage\thispagestyle{empty}
\include{discussion}
\newpage\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{References}
\bibliographystyle{elsart-harv}
\bibliography{Literature}
\newpage\thispagestyle{empty}
\cleardoublepage
\include{appendix}
\end{document}