Code: Select all
Code, edit and compile here:
\documentclass[11pt,a5paperfootinclude=true,headinclude=true]{scrbook} % KOMA-Script book\usepackage[T1]{fontenc}\usepackage{lipsum}\usepackage[linedheaders,parts,pdfspacing]{classicthesis} % ,manychapters\usepackage[bitstream-charter]{mathdesign}\usepackage[osf]{libertine}\usepackage{amsthm}\usepackage{amsmath}\usepackage{anysize}\marginsize{0.1\paperwidth}{0.1\paperheight}{2cm}{2cm}\newcommand{\bigslant}[2]{{\raisebox{.2em}{$#1$}\left/\raisebox{-.2em}{$#2$}\right.}}\begin{document}\theoremstyle{plain}\newtheorem{thm}{Theorem}[chapter] % reset theorem numbering for each chapter\theoremstyle{definition}\newtheorem{defn}[thm]{Definition} % definition numbers are dependent on theorem numbers\newtheorem{exmp}[thm]{Example}\theoremstyle{corollary}\newtheorem{cor}[thm]{Corollary}\theoremstyle{lemma}\newtheorem{lem}[thm]{Lemma}\theoremstyle{proposition}\newtheorem{prop}[thm]{Proposition}\newcommand{\ndiv}{\hspace{-4pt}\not|\hspace{2pt}}% \pagestyle{scrheadings}% \manualmark% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}\tableofcontents%\automark[section]{chapter}% \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}% \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}% use \cleardoublepage here to avoid problems with pdfbookmark% \cleardoublepage\part{Test Part}\newtheoremstyle{note}% hnamei{3pt}% hSpace abovei{3pt}% hSpace belowi note{}% hBody fonti{}% hIndent amounti1{\itshape}% hTheorem head fonti% {\spacedlowsmallcaps}%{:}% hPunctuation after theorem headi
I would like to be able to get a capital letter in the name of the section: i.e 1.1 Cubic rings.
Thanks for any help