秋季OL职场女性穿搭公式 照着穿准优雅
Tagged with small-caps classicthesis
11 questions
1
vote
1
answer
137
views
Classicthesis: chapter titles are not small capitals in TOC [duplicate]
My understanding of the classicthesis template is that the chapter titles in the TOC are typeset as small capitals like the Introduction chapter here (taken from the classicthesis manual):
However, ...
2
votes
2
answers
86
views
How to obtain a description item starting with a capital letter using classicthesis?
Consider following MWE:
\documentclass{report}
\begin{document}
\begin{description}
\item[Apple] apple
\item[\textbf{Apple}] apple
\item[apple] apple
\end{description}
\end{document}
which gives
...
0
votes
0
answers
88
views
Manually modify TOC in Lyx (Classic Thesis)
I'm using Miede's classic thesis template for Lyx and want to change two things:
i) It uses lower case small caps for latex equivalents of \part() and \part*(). However, only \part() is shown as lower ...
2
votes
2
answers
250
views
Uppercase numbers in section headers - classicthesis
How can I force an uppercase number in the subsection header of classicthesis? As oldstyle numbers are used through classicthesis, this causes a problem for headers where abbreviations containing ...
1
vote
1
answer
165
views
Page headers for glossary in arsclassica
I cannot find a good way of making page headers of glossaries-extra’s glossary formatted in ???????s? s???? ???s that is default format for arsclassica’s chapter (i.e, left-hand side pages) and ...
5
votes
1
answer
9k
views
change spacedallcaps and spacedlowsmallcaps to something like spacedsmallcaps (classicthesis)
Instead of \spacedallcaps and \spacedlowsmallcaps would like to have big and small capitals (like \scshape) but keep the definitions for space between the letters, size, colour, ...
With \...
3
votes
1
answer
859
views
\MakeTextLowercase not working with \cref
I'm using cleveref and classicthesis. classicthesis defines section headings to use small caps and uses \MakeTextLowercase to achieve this. However, when using the capitalize option for cleveref, the ...
5
votes
1
answer
543
views
Problem with classicthesis and small caps
Obtaining the example code
I tried compiling the classicthesis example documents, especially classicthesis-book.tex. Therefore I copied the directory to my home folder with
cp -R $(kpsewhich -var-...
6
votes
1
answer
2k
views
Theorems in classicthesis with \spacedlowsmallcaps as headerfont
I am using the classicthesis package and would like to add custom Theorems and Proof styles. I am also using the amsthm package.
Page 10 & 11 of the manual for classicthesis show a sample code in ...
7
votes
1
answer
3k
views
Small caps acronyms with classic thesis
In an answer to my question about acronyms in section names with classic thesis I have been suggested to typeset acronyms using \spacedlowsmallcaps:
In classicthesis acronyms is typeset with space ...
5
votes
1
answer
2k
views
Lower case of the small caps in description
I would to use the normal small caps with the item in description in order to distinguish lower from upper case (e.g. LaTeX).
In particular:
\begin{description}
\item[I cAn't DiStiNguISH upPeR fROm ...