texlive[73676] Master/texmf-dist: classicthesis (1feb25)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 1 21:43:20 CET 2025


Revision: 73676
          https://tug.org/svn/texlive?view=revision&revision=73676
Author:   karl
Date:     2025-02-01 21:43:20 +0100 (Sat, 01 Feb 2025)
Log Message:
-----------
classicthesis (1feb25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/classicthesis/Bibliography.bib
    trunk/Master/texmf-dist/doc/latex/classicthesis/CHANGES
    trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf
    trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
    trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex
    trunk/Master/texmf-dist/doc/latex/classicthesis/LISTOFFILES
    trunk/Master/texmf-dist/doc/latex/classicthesis/README
    trunk/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex
    trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-arsclassica.sty
    trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-linedheaders.sty
    trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-plain.sty

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp
    trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Bibliography.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Bibliography.bib	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Bibliography.bib	2025-02-01 20:43:20 UTC (rev 73676)
@@ -154,8 +154,7 @@
   title     = {The Last Lecture},
   publisher = {Hodder \& Stoughton},
   year      = {2008},
-  author    = {Pausch, Randy},
-  editor    = {Zaslow, Jeffrey},
+  author    = {Pausch, Randy and Zaslow, Jeffrey},
   address   = {London, United Kingdom},
 }
 
@@ -187,7 +186,6 @@
   title     = {Poor Charlie's Almanack: The Wit and Wisdom of Charles T. Munger},
   publisher = {Donning Company},
   year      = {2008},
-  author    = {Munger, Charles T.},
   editor    = {Kaufman, Peter D.},
   address   = {Virginia Beach, VA, USA},
   edition   = {3},

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/CHANGES	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/CHANGES	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,3 +1,47 @@
+Changes in version 4.8 (February 2025)
+o Warning if used with plain LaTeX
+  (classicthesis.sty) #174
+o Removed remreset package from
+  classicthesis.sty (now obsolete as its
+  functionality has been incorporated into
+  the basic LaTeX format) #172
+o Moved the "linedheaders" option to a
+  separate style (classicthesis.sty,
+  classicthesis-linedheaders.sty) #160
+o Changed \settowidth{\newchnumberwidth}{0}
+  instead of {.} in classicthesis.sty
+  (thanks to Rueyshi Jang) #163
+o Added support for cleveref (in 
+  classicthesis-config.tex and 
+  Chapter02.tex) for getting labels right 
+  (thanks to kluth and Enrico Gregorio). 
+  cleveref is not compatible with LyX. #128
+o Minor fixes in example Bibliography.bib
+o Fixed documentation (linedheaders, parts)
+o Changed address for the postcards
+o Introduced new "plain vanilla" style
+  (classicthesis-plain.sty)
+o Clarified some license issues 
+  (Chapter01.tex), namely that PDFs produced 
+	with latex and classicthesis shall not be 
+	considered derivative works of 
+	classicthesis in the sense of the GPL. 
+	(thanks to Eike Fokken) #123
+o Fixed problem with parts font in ToC via ugly
+hack with \spacedlowsmallcapsstyle. #203
+o Fixed font loading for XeLaTeX and LuaTeX 
+  (in classicthesis-arsclassica.sty) #208
+
+Changes in version 4.7 (January 2019)
+o Dummy part bookmark for back matter in
+  ClassicThesis.tex #161
+o Moved hyperref's hyperfootnotes=false
+  from classicthesis.sty to
+  classicthesis-config.tex #169
+o Changed \cftchapfont to
+  \spacedlowsmallcaps #168 (thanks to
+  Anonymous)
+
 Changes in version 4.6 (June 2018)
 o Integration of arsclassica
   (with permission from Lorenzo Pantieri)

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -40,9 +40,10 @@
 
 If you like the style then I would appreciate a postcard:
 \begin{center}
-    André Miede \\
-    Detmolder Straße 32 \\
-    31737 Rinteln \\
+    htw saar \\
+    c/o André Miede \\
+    Goebenstraße 40 \\
+    66117 Saarbrücken \\
     Germany
 \end{center}
 The postcards I received so far are available at:
@@ -164,23 +165,12 @@
             Might come in handy not to give your Prof. that old draft.
         \end{itemize}
 
-    \item Parts and Chapters:
-        \begin{itemize}
-            \item\texttt{parts}: use this option if you \emph{use} Part
-             divisions in your document. This is necessary to get the
-             spacing of the Table of Contents right.
-            (Cannot be used together with \texttt{nochapters}.)
-
-            \item\texttt{linedheaders}: changes the look of the chapter
-            headings a bit by adding a horizontal line above the chapter
-            title. The chapter number will also be moved to the top of the
-            page, above the chapter title.
-        \end{itemize}
-
     \item Typography:
         \begin{itemize}
             \item\texttt{style}: this offers a comfortable way of changing the look and feel easily. Default style is \texttt{classicthesis}.
 
+            A slight variation of the default style is \texttt{linedheaders}: it changes the look of the chapter headings a bit by adding a horizontal line above the chapter title. The chapter number will also be moved to the top of the page, above the chapter title. For experimental and simplistic reasons, there is also a plain vanilla \texttt{plain} style, with chapters looking like sections (but with line).
+
             As a new feature, Lorenzo Pantieri's \texttt{arsclassica} is available as well. As Lorenzo's package is discontinued and with his permission, \texttt{classicthesis-arsclassica.sty} is now part of \texttt{classicthesis} and will be maintained here.
 
             \item\texttt{palatino}: Hermann Zapf's classic font is the free standard font for this style. Robert Bringhurst's book uses Adobe's commercial font Minion Pro. However, there are other free alternatives also available. Deactivate this option for loading such alternatives and see \texttt{classicthesis-config.tex} for some suggestions.
@@ -281,7 +271,6 @@
   tocaligned=false,
   dottedtoc=false,
   eulerchapternumbers=true,
-  linedheaders=false,
   floatperchapter=true,
   eulermath=false,
   beramono=true,
@@ -358,12 +347,12 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
 
-\paragraph{classichthesis Authors' note:} There have been some discussions about the GPL's implications on using \texttt{classicthesis} for theses etc. Details can be found here:
+\paragraph{classicthesis Authors' note:} There have been some discussions about the GPL's implications on using \texttt{classicthesis} for theses etc. Details can be found here:
 \begin{center}
   \url{https://bitbucket.org/amiede/classicthesis/issues/123/}
 \end{center}
 
-We chose (and currently stick with) the GPL because we would not like to compete with proprietary modified versions of our own work. However, the whole template is free as free beer and free speech. We will not demand the sources for theses, books, CVs, etc. that were created using \texttt{classicthesis}.
+We chose (and currently stick with) the GPL because we would not like to compete with proprietary modified versions of our own work. However, the whole template is free as free beer and free speech. We will not demand the sources for theses, books, CVs, etc. that were created using \texttt{classicthesis}. Also, PDFs produced with \LaTeX\ and \texttt{classicthesis} shall not be considered derivative works of \texttt{classicthesis} in the sense of the GPL.
 
 Postcards are still highly appreciated.
 

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,11 +1,6 @@
 %*****************************************
 \chapter{Examples}\label{ch:examples}
 %*****************************************
-%\setcounter{figure}{10}
-% \begin{flushright}
-% \itshape Robert Cialdini, Scott Adams, and Tony Robbins
-% \end{flushright}
-% \NoCaseChange{Homo Sapiens}
 Ei choro aeterno antiopam mea, labitur bonorum pri no
 \citeauthor{taleb:2012} \citep{taleb:2012}. His no decore
 nemore graecis. %In eos meis nominavi, liber soluta vim cu. Sea commune
@@ -12,16 +7,15 @@
 suavitate interpretaris eu, vix eu libris efficiantur.
  Some interesting books in order to get a multi-page bibliography: \cite{ferriss:2016,greenwald:2014,adams:2013,pausch:2008,aurelius:2002,adams:1996,trump:1987,feynman:1985,cialdini:1984,seneca,orwell:1949,taleb:2010,munger:2008,postman:2005,harari:2014,peterson:2018,taleb:2018,frankl:1959} %\nocite{*}
 
+% See classicthesis-config.tex for changing the prefixes of the refs
+Testing for autoref: \autoref{ch:introduction}, \autoref{ch:examples}, and \autoref{sec:new}
+
+%Testing for ``clever'' references: \cref{ch:introduction} and \cref{ch:examples}
 % Ugly work-around
 % Part~\textsc{\ref{pt:showcase}}
 
-% Does not work
-% \begingroup
-% \renewcommand{\thepart}{\Roman{part}}
-% Part~\ref{pt:showcase}
-% \endgroup
 
-\section{A New Section}
+\section{A New Section}\label{sec:new}
 Illo principalmente su nos. Non message \emph{occidental} angloromanic
 da. Debitas effortio simplificate sia se, auxiliar summarios da que,
 se avantiate publicationes via. Pan in terra summarios, capital

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,12 +0,0 @@
-[FormatInfo]
-Type=TeXnicCenterProjectInformation
-Version=4
-
-[ProjectInfo]
-MainFile=ClassicThesis.tex
-UseBibTeX=1
-UseMakeIndex=0
-ActiveProfile=LaTeX ⇨ PDF
-ProjectLanguage=en
-ProjectDialect=US
-

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -2,7 +2,7 @@
 % A Classic Thesis Style
 % An Homage to The Elements of Typographic Style
 %
-% Copyright (C) 2018 André Miede and Ivo Pletikosić
+% Copyright (C) 2025 André Miede and Ivo Pletikosić
 %
 % If you like the style then I would appreciate a postcard. My address
 % can be found in the file ClassicThesis.pdf. A collection of the
@@ -42,6 +42,7 @@
 %*******************************************************
 \input{classicthesis-config}
 
+
 %********************************************************************
 % Bibliographies
 %*******************************************************
@@ -110,6 +111,7 @@
 %********************************************************************
 % Other Stuff in the Back
 %*******************************************************
+\pdfbookmark[-1]{Back Matter}{back} % Dummy part bookmark for back matter
 \cleardoublepage\include{FrontBackmatter/Bibliography}
 \cleardoublepage\include{FrontBackmatter/Declaration}
 \cleardoublepage\include{FrontBackmatter/Colophon}

Deleted: trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,152 +0,0 @@
-[FormatInfo]
-Type=TeXnicCenterProjectSessionInformation
-Version=2
-
-[Frame0]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=Chapters\Chapter02.tex
-
-[Frame0_View0,0]
-TopLine=21
-Cursor=2195
-
-[Frame1]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=CHANGES
-
-[Frame1_View0,0]
-TopLine=0
-Cursor=215
-
-[Frame2]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=classicthesis-config.tex
-
-[Frame2_View0,0]
-TopLine=36
-Cursor=3581
-
-[Frame3]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=ClassicThesis.tex
-
-[Frame3_View0,0]
-TopLine=47
-Cursor=2542
-
-[Frame4]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=Chapters\Chapter01.tex
-
-[Frame4_View0,0]
-TopLine=0
-Cursor=0
-
-[Frame5]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=Chapters\Chapter0A.tex
-
-[Frame5_View0,0]
-TopLine=0
-Cursor=0
-
-[Frame6]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=classicthesis.sty
-
-[Frame6_View0,0]
-TopLine=12
-Cursor=1132
-
-[Frame7]
-Flags=0
-ShowCmd=1
-MinPos.x=-1
-MinPos.y=-1
-MaxPos.x=-1
-MaxPos.y=-1
-NormalPos.left=4
-NormalPos.top=26
-NormalPos.right=1562
-NormalPos.bottom=539
-Class=LaTeXView
-Document=FrontBackmatter\Bibliography.tex
-
-[Frame7_View0,0]
-TopLine=0
-Cursor=591
-
-[SessionInfo]
-FrameCount=8
-ActiveFrame=6
-

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -2,7 +2,7 @@
 \documentclass[10pt,a4paper]{article} % KOMA-Script article scrartcl
 \usepackage{lipsum}
 \usepackage{url}
-\usepackage[nochapters]{../classicthesis} % nochapters
+\usepackage{../classicthesis} % nochapters style=linedheaders
 
 \begin{document}
     \pagestyle{plain}

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -6,7 +6,7 @@
 \usepackage[T1]{fontenc}
 \usepackage{lipsum}
 %\usepackage{hyperref}
-\usepackage[parts]{../classicthesis} % ,manychapters
+\usepackage[parts,eulerchapternumbers=true,beramono=false,eulermath=true]{../classicthesis} % ,manychapters
 %\usepackage[osf]{libertine}
 %\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
 
@@ -27,7 +27,26 @@
     \lipsum[1]
 
     \section{A Section}
-    \lipsum[1]
+    \begin{equation}
+    	\kappa =\frac{\xi}{E_{\textrm{max}}} %\mathbb{ZNR}
+    \end{equation}
+    $E_{\textrm{max}}$ is the maximum transferable energy in a single
+    collision with an atomic electron.
+    \[
+    E_{\textrm{max}} =\frac{2 m_{\textrm{e}} \beta^2\gamma^2 }{1 +
+    	2\gamma m_{\textrm{e}}/m_{\textrm{x}} + \left ( m_{\textrm{e}}
+    	/m_{\textrm{x}}\right)^2}\ ,
+    \]
+    where $\gamma = E/m_{\textrm{x}}$, $E$ is energy and
+    $m_{\textrm{x}}$ the mass of the incident particle,
+    $\beta^2 = 1 - 1/\gamma^2$ and $m_{\textrm{e}}$ is the electron mass.
+    $\xi$ comes from the Rutherford scattering cross section
+    and is defined as:
+    \begin{eqnarray*} \xi  = \frac{2\pi z^2 e^4 N_{\textrm{Av}} Z \rho
+    		\delta x}{m_{\textrm{e}} \beta^2 c^2 A} =  153.4 \frac{z^2}{\beta^2}
+    	\frac{Z}{A}
+    	\rho \delta x \quad\textrm{keV},
+    \end{eqnarray*}
 
     \chapter{Test Chapter}
     \lipsum[1]

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -5,7 +5,7 @@
 \documentclass[11pt,paper=b5,footinclude,headinclude]{scrbook} % KOMA-Script book
 \usepackage[T1]{fontenc}
 \usepackage{lipsum}
-\usepackage[linedheaders=true]{../classicthesis} % ,manychapters
+\usepackage[parts=false]{../classicthesis} % ,manychapters
 %\usepackage[osf]{libertine}
 
 \begin{document}
@@ -20,7 +20,7 @@
 %   \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
 
     % use \cleardoublepage here to avoid problems with pdfbookmark
-    \cleardoublepage\part{Test Part}\label{part:testpart}
+    %\cleardoublepage\part{Test Part}\label{part:testpart}
     \chapter{Some Testing}
     We discuss in Part~\ref{part:testpart} the test results.
 
@@ -42,7 +42,7 @@
 %   \include{multiToC}
 
     \appendix
-    \cleardoublepage\part{Appendix}
+    %\cleardoublepage\part{Appendix}
     \chapter{Appendix Chapter}
     \lipsum[1]
 

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -26,14 +26,14 @@
 
 Regarding the typography and other help, many thanks go to Marco
 Kuhlmann, Philipp Lehman, Lothar Schlesier, Jim Young, Lorenzo
-Pantieri and Enrico Gregorio\footnote{Members of GuIT (Gruppo
-Italiano Utilizzatori di \TeX\ e \LaTeX )}, J\"org Sommer,
+Pantieri and Enrico Gregorio, J\"org Sommer,
 Joachim K\"ostler, Daniel Gottschlag, Denis Aydin, Paride
 Legovini, Steffen Prochnow, Nicolas Repp, Hinrich Harms,
 Roland Winkler, Jörg Weber, Henri Menke, Claus Lahiri,
 Clemens Niederberger, Stefano Bragaglia, Jörn Hees,
 Scott Lowe, Dave Howcroft, Jos\'e M. Alcaide, David Carlisle,
-Ulrike Fischer, Hugues de Lassus, Csaba Hajdu, Dave Howcroft, 
+Ulrike Fischer, Hugues de Lassus, Csaba Hajdu, Dave Howcroft,
+Anonymous, Konrad Höffner, 
 and the whole \LaTeX-community for support, ideas and
 some great software.
 

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -9,7 +9,8 @@
   \manualmark
   \markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}%
   \addtocontents{toc}{\protect\vspace{\beforebibskip}}%
-  \addcontentsline{toc}{chapter}{\tocEntry{#1}}%
+  \addcontentsline{toc}{chapter}{#1}%
+  % \addcontentsline{toc}{chapter}{\tocEntry{#1}}%
   \chapter*{#1}%
 }
 \printbibliography[heading=bibintoc]

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -2,7 +2,7 @@
 % Publications
 %*******************************************************
 \pdfbookmark[1]{Publications}{publications}
-\chapter*{Publications}\graffito{This is just an early --~and currently ugly~-- test!}
+\chapter*{Publications}\graffito{This is just an example.}
 This might come in handy for PhD theses: some ideas and figures have appeared previously in the following publications:
 
 %\noindent Put your publications from the thesis here. The packages \texttt{multibib} or \texttt{bibtopic} etc. can be used to handle multiple different bibliographies in your document.

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/LISTOFFILES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/LISTOFFILES	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/LISTOFFILES	2025-02-01 20:43:20 UTC (rev 73676)
@@ -3,166 +3,157 @@
  *File List*
  silence.sty    2012/07/02 v1.5b Selective filtering of warnings and error mess
 ages
-scrreprt.cls    2017/09/07 v3.24 KOMA-Script document class (report)
-scrkbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-dependent bas
+scrreprt.cls    2024/10/24 v3.43 KOMA-Script document class (report)
+scrkbase.sty    2024/10/24 v3.43 KOMA-Script package (KOMA-Script-dependent bas
 ics and keyval usage)
- scrbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-independent b
+ scrbase.sty    2024/10/24 v3.43 KOMA-Script package (KOMA-Script-independent b
 asics and keyval usage)
-  keyval.sty    2014/10/28 v1.15 key=value parser (DPC)
-scrlfile.sty    2017/09/07 v3.24 KOMA-Script package (loading files)
-tocbasic.sty    2017/09/07 v3.24 KOMA-Script package (handling toc-files)
-scrsize11pt.clo    2017/09/07 v3.24 KOMA-Script font size class option (11pt)
-typearea.sty    2017/09/07 v3.24 KOMA-Script package (type area)
+scrlfile.sty    2024/10/24 v3.43 KOMA-Script package (file load hooks)
+scrlfile-hook.sty    2024/10/24 v3.43 KOMA-Script package (using LaTeX hooks)
+ scrlogo.sty    2024/10/24 v3.43 KOMA-Script package (logo)
+  keyval.sty    2022/05/29 v1.15 key=value parser (DPC)
+tocbasic.sty    2024/10/24 v3.43 KOMA-Script package (handling toc-files)
+scrsize11pt.clo    2024/10/24 v3.43 KOMA-Script font size class option (11pt)
+typearea.sty    2024/10/24 v3.43 KOMA-Script package (type area)
 classicthesis-config.tex
-inputenc.sty    2015/03/17 v1.2c Input encoding file
-    utf8.def    2017/01/28 v1.1t UTF-8 support for inputenc
-   t1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-  ot1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-  omsenc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-   babel.sty    2017/11/03 3.15 The Babel package
+inputenc.sty    2024/02/08 v1.3d Input encoding file
+ fontenc.sty    2021/04/29 v2.0v Standard LaTeX package
+   babel.sty    2025/01/01 v25.1 The multilingual framework for pdfLaTeX, LuaLa
+TeX and XeLaTeX
  bblopts.cfg    2005/09/08 v0.1 add Arabic and Farsi to "declared" options of b
 abel
- ngerman.ldf    2016/11/02 v2.9 German support for babel (new orthography)
+ ngerman.ldf    2024/12/10 v2.15 German support for babel (post-1996 orthograph
+y)
 american.ldf    2017/06/06 v3.3r English support from the babel system
-csquotes.sty    2017/03/11 v5.2b context-sensitive quotations (JAW)
-etoolbox.sty    2017/11/22 v2.5 e-TeX tools for LaTeX (JAW)
-csquotes.def    2017/03/11 v5.2b csquotes generic definitions (JAW)
+babel-american.tex
+babel-ngerman.tex
+csquotes.sty    2024-04-04 v5.2o context-sensitive quotations (JAW)
+etoolbox.sty    2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
+csquotes.def    2024-04-04 v5.2o csquotes generic definitions (JAW)
 csquotes.cfg    
-biblatex.sty    2017/11/21 v3.9 programmable bibliographies (PK/JW/AB)
-pdftexcmds.sty    2017/03/19 v0.25 Utility functions of pdfTeX for LuaTeX (HO)
-infwarerr.sty    2016/05/16 v1.4 Providing info/warning/error messages (HO)
-ifluatex.sty    2016/05/16 v1.4 Provides the ifluatex switch (HO)
- ltxcmds.sty    2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
-   ifpdf.sty    2017/03/15 v3.2 Provides the ifpdf switch
-kvoptions.sty    2016/05/16 v3.12 Key value format for package options (HO)
-kvsetkeys.sty    2016/05/16 v1.17 Key value parser (HO)
-etexcmds.sty    2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
+biblatex.sty    2024/03/21 v3.20 programmable bibliographies (PK/MW)
+pdftexcmds.sty    2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
+infwarerr.sty    2019/12/03 v1.5 Providing info/warning/error messages (HO)
+   iftex.sty    2024/12/12 v1.0g TeX engine tests
+ ltxcmds.sty    2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
+kvoptions.sty    2022-06-15 v3.15 Key value format for package options (HO)
+kvsetkeys.sty    2022-10-05 v1.19 Key value parser (HO)
   logreq.sty    2010/08/04 v1.0 xml request logger
   logreq.def    2010/08/04 v1.0 logreq spec v1.0
-  ifthen.sty    2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
+  ifthen.sty    2024/03/16 v1.1e Standard LaTeX ifthen package (DPC)
      url.sty    2013/09/16  ver 3.4  Verb mode for urls, etc.
- xstring.sty    2013/10/13  v1.7c  String manipulations (C Tellechea)
-  blx-dm.def
-numeric-comp.dbx
-biblatex-dm.cfg
-blx-compat.def    2017/11/21 v3.9 biblatex compatibility (PK/JW/AB)
-blx-bibtex.def    2017/11/21 v3.9 biblatex compatibility (PK/JW/AB)
-biblatex.def    2017/11/21 v3.9 biblatex compatibility (PK/JW/AB)
-blx-natbib.def    2017/11/21 v3.9 biblatex compatibility (PK/JW/AB)
-standard.bbx    2017/11/21 v3.9 biblatex bibliography style (PK/JW/AB)
- numeric.bbx    2017/11/21 v3.9 biblatex bibliography style (PK/JW/AB)
-numeric-comp.bbx    2017/11/21 v3.9 biblatex bibliography style (PK/JW/AB)
-numeric-comp.cbx    2017/11/21 v3.9 biblatex citation style (PK/JW/AB)
+  blx-dm.def    2024/03/21 v3.20 biblatex datamodel (PK/MW)
+blx-compat.def    2024/03/21 v3.20 biblatex compatibility (PK/MW)
+blx-bibtex.def    2024/03/21 v3.20 biblatex compatibility (PK/MW)
+biblatex.def    2024/03/21 v3.20 biblatex compatibility (PK/MW)
+blx-natbib.def    2024/03/21 v3.20 biblatex compatibility (PK/MW)
+standard.bbx    2024/03/21 v3.20 biblatex bibliography style (PK/MW)
+ numeric.bbx    2024/03/21 v3.20 biblatex bibliography style (PK/MW)
+numeric-comp.bbx    2024/03/21 v3.20 biblatex bibliography style (PK/MW)
+numeric-comp.cbx    2024/03/21 v3.20 biblatex citation style (PK/MW)
 biblatex.cfg    
- amsmath.sty    2017/09/02 v2.17a AMS math features
- amstext.sty    2000/06/29 v2.01 AMS text
+   expl3.sty    2024-12-09 L3 programming layer (loader) 
+l3backend-pdftex.def    2024-05-08 L3 backend support: PDF output (pdfTeX)
+blx-case-expl3.sty    2024/03/21 v3.20 expl3 case changing code for biblatex
+  xparse.sty    2024-08-16 L3 Experimental document command parser
+ amsmath.sty    2024/11/05 v2.17t AMS math features
+ amstext.sty    2021/08/26 v2.01 AMS text
   amsgen.sty    1999/11/30 v2.0 generic functions
   amsbsy.sty    1999/11/29 v1.2d Bold Symbols
-  amsopn.sty    2016/03/08 v2.02 operator names
- fontenc.sty
-   t1enc.def    2017/04/05 v2.0i Standard LaTeX file
-textcomp.sty    2017/04/05 v2.0i Standard LaTeX package
-  ts1enc.def    2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
-  ts1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
- scrhack.sty    2017/09/07 v3.24 KOMA-Script package 
-  xpatch.sty    2012/10/02 v0.3 Extending etoolbox patching commands
-   expl3.sty    2017/12/16 L3 programming layer (loader) 
-expl3-code.tex    2017/12/16 L3 programming layer 
-l3pdfmode.def    2017/03/18 v L3 Experimental driver: PDF mode
-  xparse.sty    2017/12/16 L3 Experimental document command parser
+  amsopn.sty    2022/04/08 v2.04 operator names
+graphicx.sty    2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
+graphics.sty    2024/08/06 v1.4g Standard LaTeX Graphics (DPC,SPQR)
+    trig.sty    2023/12/02 v1.11 sin cos tan (DPC)
+graphics.cfg    2016/06/04 v1.11 sample graphics configuration
+  pdftex.def    2024/04/13 v1.2c Graphics/color driver for pdftex
+ scrhack.sty    2024-09-04 v3.42 scrhack emulation package
   xspace.sty    2014/10/28 v1.13 Space after command names (DPC,MH)
-mparhack.sty    2005/04/17 v1.4 (T. Sgouros and S. Ulrich)
- acronym.sty    2015/03/21 v1.41 Support for acronyms (Tobias Oetiker)
+ acronym.sty    2024/03/30 v1.49 Support for acronyms (Tobias Oetiker)
   suffix.sty    2006/07/15 1.5a Variant command support
- relsize.sty    2003/07/04 ver 3.1
-tabularx.sty    2016/02/03 v2.11 `tabularx' package (DPC)
-   array.sty    2016/10/06 v2.4d Tabular extension package (FMi)
- caption.sty    2016/02/21 v3.3-144 Customizing captions (AR)
-caption3.sty    2016/05/22 v1.7-166 caption3 kernel (AR)
+ xstring.sty    2023/08/22 v1.86 String manipulations (CT)
+ relsize.sty    2013/03/29 ver 4.1
+tabularx.sty    2023/12/11 v2.12a `tabularx' package (DPC)
+   array.sty    2024/10/17 v2.6g Tabular extension package (FMi)
   subfig.sty    2005/06/28 ver: 1.3 subfig package
-listings.sty    2015/06/04 1.6 (Carsten Heinz)
- lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
-listings.cfg    2015/06/04 1.6 listings configuration
-listings.hak    2017/09/07 v3.24 KOMA-Script package (hacking package listings)
-
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
- lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
-hyperref.sty    2017/03/14 v6.85a Hypertext links for LaTeX
-hobsub-hyperref.sty    2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
-hobsub-generic.sty    2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
-  hobsub.sty    2016/05/16 v1.14 Construct package bundles (HO)
-  ifvtex.sty    2016/05/16 v1.6 Detect VTeX and its facilities (HO)
- intcalc.sty    2016/05/16 v1.2 Expandable calculations with integers (HO)
-kvdefinekeys.sty    2016/05/16 v1.4 Define keys (HO)
-pdfescape.sty    2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
-bigintcalc.sty    2016/05/16 v1.4 Expandable calculations on big integers (HO)
-  bitset.sty    2016/05/16 v1.2 Handle bit-vector datatype (HO)
-uniquecounter.sty    2016/05/16 v1.3 Provide unlimited unique counter (HO)
-letltxmacro.sty    2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
- hopatch.sty    2016/05/16 v1.3 Wrapper for package hooks (HO)
-xcolor-patch.sty    2016/05/16 xcolor patch
-atveryend.sty    2016/05/16 v1.9 Hooks at the very end of document (HO)
-atbegshi.sty    2016/06/09 v1.18 At begin shipout hook (HO)
-refcount.sty    2016/05/16 v3.5 Data extraction from label references (HO)
- hycolor.sty    2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
- ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
- auxhook.sty    2016/05/16 v1.4 Hooks for auxiliary files (HO)
-  pd1enc.def    2017/03/14 v6.85a Hyperref: PDFDocEncoding definition (HO)
-hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
- hpdftex.def    2017/03/14 v6.85a Hyperref driver for pdfTeX
-rerunfilecheck.sty    2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
-graphicx.sty    2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
-graphics.sty    2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
-    trig.sty    2016/01/03 v1.10 sin cos tan (DPC)
-graphics.cfg    2016/06/04 v1.11 sample graphics configuration
-  pdftex.def    2017/12/07 v1.0i Graphics/color driver for pdftex
-classicthesis.sty    2017/12/12 v4.5 Typographic style for a classic-looking th
+ caption.sty    2023/08/05 v3.6o Customizing captions (AR)
+caption3.sty    2023/07/31 v2.4d caption3 kernel (AR)
+caption-koma.sto    2023/09/08 v2.0e Adaption of the caption package to the KOM
+A-Script document classes (AR)
+listings.sty    2024/09/23 1.10c (Carsten Heinz)
+lstpatch.sty    2024/09/23 1.10c (Carsten Heinz)
+ lstmisc.sty    2024/09/23 1.10c (Carsten Heinz)
+listings.cfg    2024/09/23 1.10c listings configuration
+lstlang1.sty    2024/09/23 1.10c listings language file
+lstlang2.sty    2024/09/23 1.10c listings language file
+lstlang3.sty    2024/09/23 1.10c listings language file
+lstlang1.sty    2024/09/23 1.10c listings language file
+lstlang2.sty    2024/09/23 1.10c listings language file
+lstlang3.sty    2024/09/23 1.10c listings language file
+lstlang1.sty    2024/09/23 1.10c listings language file
+lstlang2.sty    2024/09/23 1.10c listings language file
+lstlang3.sty    2024/09/23 1.10c listings language file
+ lstmisc.sty    2024/09/23 1.10c (Carsten Heinz)
+classicthesis.sty    2025/01/04 v4.8 Typographic style for a classic-looking th
 esis
-latexrelease.sty    2016/12/29 v1.0h LaTeX release emulation and tests
-  xcolor.sty    2016/05/11 v2.12 LaTeX color extensions (UK)
+   ifpdf.sty    2019/10/25 v3.4 ifpdf legacy package. Use iftex instead.
+ ifxetex.sty    2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
+ifluatex.sty    2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
+  xcolor.sty    2024/09/29 v3.02 LaTeX color extensions (UK)
    color.cfg    2016/01/02 v1.6 sample color configuration
+mathcolor.ltx
 dvipsnam.def    2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
-mathpazo.sty    2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS) 
+mathpazo.sty    2020/03/25 PSNFSS-v9.3 Palatino w/ Pazo Math (D.Puga, WaS) 
 beramono.sty    2004/01/31 (WaS)
-    ueur.fd    2013/01/14 v3.01 Euler Roman
-microtype.sty    2017/07/07 v2.7 Micro-typographical refinements (RS)
-microtype-pdftex.def    2017/07/07 v2.7 Definitions specific to pdftex (RS)
-microtype.cfg    2017/07/07 v2.7 microtype main configuration file (RS)
-booktabs.sty    2005/04/14 v1.61803 publication quality tables
-textcase.sty    2004/10/07 v0.07 Text only upper/lower case changing (DPC)
-scrlayer-scrpage.sty    2017/09/07 v3.24 KOMA-Script package (end user interfac
+  t1pplj.fd    2004/09/06 font definitions for T1/pplj.
+microtype.sty    2024/12/12 v3.2 Micro-typographical refinements (RS)
+microtype-pdftex.def    2024/12/12 v3.2 Definitions specific to pdftex (RS)
+microtype.cfg    2024/12/12 v3.2 microtype main configuration file (RS)
+mparhack.sty    2021-05-02 v1.5 (T. Sgouros and S. Ulrich)
+booktabs.sty    2020/01/12 v1.61803398 Publication quality tables
+textcase.sty    2023/07/27 v1.04 Text only upper/lower case changing (DPC)
+scrlayer-scrpage.sty    2024/10/24 v3.43 KOMA-Script package (end user interfac
 e for scrlayer)
-scrlayer.sty    2017/09/07 v3.24 KOMA-Script package (defining layers and page 
+scrlayer.sty    2024/10/24 v3.43 KOMA-Script package (defining layers and page 
 styles)
-titlesec.sty    2016/03/21 v2.10.2 Sectioning titles
+titlesec.sty    2023/10/27 v2.16 Sectioning titles
  tocloft.sty    2017/08/31 v2.3i parameterised ToC, etc., typesetting
- scrtime.sty    2017/09/07 v3.24 KOMA-Script package (time of LaTeX run)
-prelim2e.sty    2009/05/29 v1.3 prelim2e Package (MS)
-everyshi.sty    2001/05/15 v3.00 EveryShipout Package (MS)
- english.lbx    2017/11/21 v3.9 biblatex localization (PK/JW/AB)
-american.lbx    2017/11/21 v3.9 biblatex localization (PK/JW/AB)
-  german.lbx    2017/11/21 v3.9 biblatex localization (PK/JW/AB)
- ngerman.lbx    2017/11/21 v3.9 biblatex localization (PK/JW/AB)
-  ts1cmr.fd    2014/09/29 v2.5h Standard LaTeX font definitions
-  t1pplj.fd    2004/09/06 font definitions for T1/pplj.
+ scrtime.sty    2024/10/24 v3.43 KOMA-Script package (time of LaTeX run)
+prelim2e.sty    2020/11/24 v2.0 prelim2e Package
+hyperref.sty    2024-11-05 v7.01l Hypertext links for LaTeX
+kvdefinekeys.sty    2019-12-19 v1.6 Define keys (HO)
+pdfescape.sty    2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
+ hycolor.sty    2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
+ nameref.sty    2023-11-26 v2.56 Cross-referencing by name of section
+refcount.sty    2019/12/15 v3.6 Data extraction from label references (HO)
+gettitlestring.sty    2019/12/15 v1.6 Cleanup title references (HO)
+stringenc.sty    2019/11/29 v1.12 Convert strings between diff. encodings (HO)
+  pd1enc.def    2024-11-05 v7.01l Hyperref: PDFDocEncoding definition (HO)
+ intcalc.sty    2019/12/15 v1.3 Expandable calculations with integers (HO)
+   puenc.def    2024-11-05 v7.01l Hyperref: PDF Unicode definition (HO)
+  bitset.sty    2019/12/09 v1.3 Handle bit-vector datatype (HO)
+bigintcalc.sty    2019/12/15 v1.5 Expandable calculations on big integers (HO)
+atbegshi-ltx.sty    2021/01/10 v1.0c Emulation of the original atbegshi
+package with kernel methods
+ hpdftex.def    2024-11-05 v7.01l Hyperref driver for pdfTeX
+atveryend-ltx.sty    2020/08/19 v1.0a Emulation of the original atveryend packa
+ge
+with kernel methods
+rerunfilecheck.sty    2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
+uniquecounter.sty    2019/12/15 v1.4 Provide unlimited unique counter (HO)
+ english.lbx    2024/03/21 v3.20 biblatex localization (PK/MW)
+american.lbx    2024/03/21 v3.20 biblatex localization (PK/MW)
+  german.lbx    2024/03/21 v3.20 biblatex localization (PK/MW)
+ ngerman.lbx    2024/03/21 v3.20 biblatex localization (PK/MW)
 ClassicThesis.bbl
 ClassicThesis1-blx.bbl
- nameref.sty    2016/05/21 v2.44 Cross-referencing by name of section
-gettitlestring.sty    2016/05/16 v1.5 Cleanup title references (HO)
+supp-pdf.mkii
+epstopdf-base.sty    2020-01-24 v2.11 Base part for package epstopdf
+epstopdf-sys.cfg    2021/03/18 v2.0 Configuration of epstopdf for MiKTeX
+  mt-ppl.cfg    2005/11/16 v1.6 microtype config. file: Palatino (RS)
 ClassicThesis.out
 ClassicThesis.out
-supp-pdf.mkii
-epstopdf-base.sty    2016/05/15 v2.6 Base part for package epstopdf
-  grfext.sty    2016/05/16 v1.2 Manage graphics extensions (HO)
-  mt-ppl.cfg    2005/11/16 v1.6 microtype config. file: Palatino (RS)
+bookmark.sty    2023-12-10 v1.31 PDF bookmarks (HO)
+bkm-pdftex.def    2023-12-10 v1.31 bookmark driver for pdfTeX and luaTeX (HO)
 FrontBackmatter/DirtyTitlepage.tex
  ot1pplx.fd    2004/09/06 font definitions for OT1/pplx.
  omlzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OML/zplm.
@@ -169,7 +160,6 @@
  omszplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMS/zplm.
  omxzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMX/zplm.
  ot1zplm.fd    2002/09/08 Fontinst v1.914 font definitions for OT1/zplm.
-   t1fvm.fd    2004/09/07 scalable font definitions for T1/fvm.
 FrontBackmatter/Titlepage.tex
 gfx/TFZsuperellipse_bw.pdf
 FrontBackmatter/Titleback.tex
@@ -176,6 +166,7 @@
  ts1pplj.fd    2004/09/06 font definitions for TS1/pplj.
 FrontBackmatter/Dedication.tex
 FrontBackmatter/Abstract.tex
+   t1fvm.fd    2004/09/07 scalable font definitions for T1/fvm.
 FrontBackmatter/Publications.tex
 FrontBackmatter/Acknowledgments.tex
 FrontBackmatter/Contents.tex
@@ -187,7 +178,7 @@
 gfx/example_4.jpg
 Chapters/Chapter03.tex
 Chapters/Chapter0A.tex
-lstlang1.sty    2015/06/04 1.6 listings language file
+lstlang1.sty    2024/09/23 1.10c listings language file
 FrontBackmatter/Bibliography.tex
 FrontBackmatter/Declaration.tex
 FrontBackmatter/Colophon.tex

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/README	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/README	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,6 +1,6 @@
-A Classic Thesis Style v4.6
+A Classic Thesis Style v4.8
 An Homage to The Elements of Typographic Style
-Copyright (C) 2018 André Miede and Ivo Pletikosić 
+Copyright (C) 2025 André Miede and Ivo Pletikosić 
 
 Please see the file ClassicThesis.pdf for more information.
 Your comments are highly appreciated.

Modified: trunk/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex	2025-02-01 20:43:20 UTC (rev 73676)
@@ -32,16 +32,15 @@
   drafting=true,    % print version information on the bottom of the pages
   tocaligned=false, % the left column of the toc will be aligned (no indentation)
   dottedtoc=false,  % page numbers in ToC flushed right
-  eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino)
-  linedheaders=false,       % chaper headers will have line above and beneath
+  eulerchapternumbers=false, % use AMS Euler for chapter font (otherwise Palatino)
   floatperchapter=true,     % numbering per chapter for all floats (i.e., Figure 1.1)
   eulermath=false,  % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
   beramono=true,    % toggle a nice monospaced font (w/ bold)
   palatino=true,    % deactivate standard font for loading another one, see the last section at the end of this file for suggestions
-  style=classicthesis % classicthesis, arsclassica
+  %linedheaders=true, % obsolete / available for backwards compatibility
+  style=classicthesis % classicthesis, arsclassica, linedheaders, plain
 }{classicthesis}
 
-
 % ****************************************************************************************************
 % 2. Personal data and user ad-hoc commands (insert your own data here)
 % ****************************************************************************************************
@@ -56,7 +55,7 @@
 \newcommand{\myDepartment}{Put data here\xspace}
 \newcommand{\myUni}{Put data here\xspace}
 \newcommand{\myLocation}{Saarbrücken\xspace}
-\newcommand{\myTime}{June 2018\xspace}
+\newcommand{\myTime}{February 2025\xspace}
 \newcommand{\myVersion}{\classicthesis}
 
 % ********************************************************************
@@ -84,7 +83,7 @@
 \usepackage{csquotes}
 \PassOptionsToPackage{%
   %backend=biber,bibencoding=utf8, %instead of bibtex
-  backend=bibtex8,bibencoding=ascii,%
+  backend=bibtex8,bibencoding=auto,% ascii
   language=auto,%
   style=numeric-comp,%
   %style=authoryear-comp, % Author 1999, 2010
@@ -157,8 +156,6 @@
 % ****************************************************************************************************
 
 
-
-
 % ****************************************************************************************************
 % 6. Last calls before the bar closes
 % ****************************************************************************************************
@@ -165,6 +162,7 @@
 % ********************************************************************
 % Her Majesty herself
 % ********************************************************************
+\PassOptionsToPackage{hyperfootnotes=false}{hyperref}
 \usepackage{classicthesis}
 
 
@@ -201,34 +199,38 @@
 % language you use, e.g., american, ngerman
 % (as chosen when loading babel/AtBeginDocument)
 % ********************************************************************
-\makeatletter
-\@ifpackageloaded{babel}%
-  {%
-    \addto\extrasamerican{%
-      \renewcommand*{\figureautorefname}{Figure}%
-      \renewcommand*{\tableautorefname}{Table}%
-      \renewcommand*{\partautorefname}{Part}%
-      \renewcommand*{\chapterautorefname}{Chapter}%
-      \renewcommand*{\sectionautorefname}{Section}%
-      \renewcommand*{\subsectionautorefname}{Section}%
-      \renewcommand*{\subsubsectionautorefname}{Section}%
-    }%
-    \addto\extrasngerman{%
-      \renewcommand*{\paragraphautorefname}{Absatz}%
-      \renewcommand*{\subparagraphautorefname}{Unterabsatz}%
-      \renewcommand*{\footnoteautorefname}{Fu\"snote}%
-      \renewcommand*{\FancyVerbLineautorefname}{Zeile}%
-      \renewcommand*{\theoremautorefname}{Theorem}%
-      \renewcommand*{\appendixautorefname}{Anhang}%
-      \renewcommand*{\equationautorefname}{Gleichung}%
-      \renewcommand*{\itemautorefname}{Punkt}%
-    }%
-      % Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
-      \providecommand{\subfigureautorefname}{\figureautorefname}%
-    }{\relax}
-\makeatother
+ \makeatletter
+ \@ifpackageloaded{babel}%
+   {%
+     \addto\extrasamerican{%
+       \renewcommand*{\figureautorefname}{Figure}%
+       \renewcommand*{\tableautorefname}{Table}%
+       \renewcommand*{\partautorefname}{Part}%
+       \renewcommand*{\chapterautorefname}{Chapter}%
+       \renewcommand*{\sectionautorefname}{Section}%
+       \renewcommand*{\subsectionautorefname}{Section}%
+       \renewcommand*{\subsubsectionautorefname}{Section}%
+     }%
+     \addto\extrasngerman{%
+       \renewcommand*{\paragraphautorefname}{Absatz}%
+       \renewcommand*{\subparagraphautorefname}{Unterabsatz}%
+       \renewcommand*{\footnoteautorefname}{Fu\"snote}%
+       \renewcommand*{\FancyVerbLineautorefname}{Zeile}%
+       \renewcommand*{\theoremautorefname}{Theorem}%
+       \renewcommand*{\appendixautorefname}{Anhang}%
+       \renewcommand*{\equationautorefname}{Gleichung}%
+       \renewcommand*{\itemautorefname}{Punkt}%
+     }%
+       % Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
+       \providecommand{\subfigureautorefname}{\figureautorefname}%
+     }{\relax}
+ \makeatother
 
+% (Better) alternative to \autoref is \cref via the cleveref package
+%\usepackage{cleveref}
+%\crefformat{part}{Part #2\MakeUppercase{#1}#3}
 
+
 % ********************************************************************
 % Development Stuff
 % ********************************************************************

Modified: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-arsclassica.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-arsclassica.sty	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-arsclassica.sty	2025-02-01 20:43:20 UTC (rev 73676)
@@ -3,6 +3,7 @@
 % Integrated into classicthesis with permission and adapted
 % by André Miede and Ivo Pletikosić
 % 2018
+% --> to be loaded via option in classicthesis.sty
 %************************************************************
 % Copyright (C) 2008--2017 Lorenzo Pantieri
 % http://www.lorenzopantieri.net/
@@ -9,7 +10,7 @@
 %************************************************************
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{classicthesis-arsclassica}[2018/05/20]
+\ProvidesPackage{classicthesis-arsclassica}[2025/01/18]
 
 \ifdefined\classicthesis\else\RequirePackage{classicthesis}\fi
 
@@ -18,8 +19,13 @@
 % Fonts
 %************************************************************
 \ifthenelse{\boolean{xetex}\OR\boolean{luatex}}
-    {\setsansfont[Ligatures=TeX,Numbers=OldStyle]{Iwona}}
-    {\renewcommand{\sfdefault}{iwona}}
+    {\setsansfont[Ligatures=TeX,Numbers=OldStyle,%
+    	Extension=.otf,%
+    	UprightFont=*-Regular,%
+    	ItalicFont=*-Italic,%
+    	BoldFont=*-Bold,%
+    	BoldItalicFont=*-BoldItalic,%
+    ]{Iwona}}{\renewcommand{\sfdefault}{iwona}}
 \renewcommand*{\ct at altfont}{\sffamily}
 
 \ifthenelse{\boolean{ct at eulerchapternumbers}}% font for the chapter numbers; scale in classicthesis is 7

Added: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-linedheaders.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-linedheaders.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-linedheaders.sty	2025-02-01 20:43:20 UTC (rev 73676)
@@ -0,0 +1,16 @@
+%************************************************************
+% classicthesis-linedheaders.sty
+% --> to be loaded via option in classicthesis.sty
+%************************************************************
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{classicthesis-linedheaders}[2019/09/01]
+
+\ifdefined\classicthesis\else\RequirePackage{classicthesis}\fi
+
+% lines above and below, number right
+\titleformat{\chapter}[display]%
+{\relax}{\raggedleft{\color{CTsemi}\chapterNumber\thechapter} \\ }{0pt}%
+{\titlerule\vspace*{.9\baselineskip}\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
+
+%************************************************************


Property changes on: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-linedheaders.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-plain.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-plain.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-plain.sty	2025-02-01 20:43:20 UTC (rev 73676)
@@ -0,0 +1,16 @@
+%************************************************************
+% classicthesis-plain.sty
+% --> to be loaded via option in classicthesis.sty
+%************************************************************
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{classicthesis-plain}[2019/11/14]
+
+\ifdefined\classicthesis\else\RequirePackage{classicthesis}\fi
+
+% Plain vanilla chapters, looking like sections, but with line
+\titleformat{\chapter}[block]
+  {\relax}{\thechapter}{1em}
+  {\raggedright\spacedlowsmallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
+
+%************************************************************


Property changes on: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis-plain.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty	2025-02-01 20:43:05 UTC (rev 73675)
+++ trunk/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty	2025-02-01 20:43:20 UTC (rev 73676)
@@ -1,7 +1,7 @@
 % ********************************************************************
 % classicthesis.sty
 %
-% Copyright (C) 2018 André Miede and Ivo Pletikosić
+% Copyright (C) 2025 André Miede and Ivo Pletikosić
 %
 % If you like the style then I would appreciate a postcard. My address
 % can be found in the file ClassicThesis.pdf. A collection of the
@@ -32,8 +32,8 @@
 %
 % ********************************************************************
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{classicthesis}[2018/06/03 v4.6 Typographic style for a classic-looking thesis]
-\providecommand{\classicthesis}{classicthesis v4.6}
+\ProvidesPackage{classicthesis}[2025/02/02 v4.8 Typographic style for a classic-looking thesis]
+\providecommand{\classicthesis}{classicthesis v4.8}
 % Removed due to hint by David Carlisle and Ulrike Fischer
 % \PassOptionsToPackage{latest}{latexrelease} % replacement for fixltx2e,
 %   \RequirePackage{latexrelease} % emulate newer kernel version if older is detected
@@ -52,24 +52,24 @@
 \DeclareBoolOption{dottedtoc} % page numbers in ToC flushed right
 \DeclareBoolOption{listsseparated} % OBSOLETE; toggles the vertical space between lof/lot entries of different chapters
 
-\DeclareBoolOption[true]{parts} % OBSOLETE - automatic check; use part division
+\DeclareBoolOption[true]{parts} % OBSOLETE -- automatic check; use part division
 
-\DeclareBoolOption{nochapters} % OBSOLETE - automatic check; disable all chapter-specific commands
+\DeclareBoolOption{nochapters} % OBSOLETE -- automatic check; disable all chapter-specific commands
 \DeclareBoolOption{eulerchapternumbers} % use AMS Euler for chapter font (otherwise Palatino)
-\DeclareBoolOption{linedheaders} % chaper headers will have line above and beneath
 \DeclareBoolOption{floatperchapter} % numbering per chapter for all floats (i.e., Figure 1.1)
 \DeclareBoolOption{manychapters} % additional space in ToC after chapter number (if two digits are needed)
 
-\DeclareBoolOption{listings} % OBSOLETE - automatic check; load listings package and setup LoL
-\DeclareBoolOption{subfig} % OBSOLETE - automatic check; setup for preloaded @subfig package
+\DeclareBoolOption{listings} % OBSOLETE -- automatic check; load listings package and setup LoL
+\DeclareBoolOption{subfig} % OBSOLETE -- automatic check; setup for preloaded @subfig package
 
 \DeclareBoolOption{eulermath} % use awesome Euler fonts for mathematical formulae; only with pdflatex
 \DeclareBoolOption[true]{beramono} % toggle a nice monospaced font (w/ bold) + pre-installed
-\DeclareBoolOption{minionpro} % OBSOLETE - removed; setup for minion pro font; use minion pro small caps as well
+\DeclareBoolOption{minionpro} % OBSOLETE -- removed; setup for minion pro font; use minion pro small caps as well
 \DeclareBoolOption[true]{palatino} % default is Palatino/Paladio/TeX Gyre Pagella font, use this switch to skip selection
-\DeclareStringOption[classicthesis]{style} % classicthesis or arsclassica
+\DeclareBoolOption{linedheaders} % OBSOLETE -- to be used with style=linedheaders now
+\DeclareStringOption[classicthesis]{style} % classicthesis, arsclassica, linedheaders, plain
 \DeclareBoolOption{minionprospacing} % OBSOLETE; use minion pro's textssc for letter spacing
-\DeclareBoolOption{pdfspacing} % OBSOLETE; use pdftex for letterspacing (via microtype)
+\DeclareBoolOption{pdfspacing} % OBSOLETE -- use pdftex for letterspacing (via microtype)
 
 \DeclareBoolOption{a4paper}
 \DeclareBoolOption{a5paper}
@@ -111,9 +111,7 @@
 % fine-tuning if we do not use chapters
 \ifthenelse{\isundefined{\chapter}\OR\boolean{ct at nochapters}}
     {
-        \PackageWarningNoLine{classicthesis}{Chapter sectioning command not present in this document class. %
-                Deactivating options floatperchapter, linedheaders, manychapters, listsseparated, eulerchapternumbers}%
-        \setboolean{ct at linedheaders}{false}
+        \PackageWarningNoLine{classicthesis}{Chapter sectioning command not present in this document class. Deactivating options floatperchapter, manychapters, listsseparated, eulerchapternumbers}%
         \setboolean{ct at listsseparated}{false}
         \setboolean{ct at eulerchapternumbers}{false}
         \setboolean{ct at parts}{false}
@@ -126,6 +124,15 @@
 \ifthenelse{\NOT\isundefined{\part}\AND\boolean{ct at parts}}
     {\setboolean{ct at parts}{true}}{\setboolean{ct at parts}{false}}
 
+% use linedheaders style
+\provideboolean{ct at linedheadersstyle}
+\ifthenelse{\boolean{ct at linedheaders}}{% 
+	\PackageWarningNoLine{classicthesis}{Option "linedheaders" is obsolete. Please use "style=linedheaders" instead.}%
+	\renewcommand*{\ct at style}{linedheaders}% experimental; overwrites other used style options
+	}{\relax}
+\ifthenelse{\equal{\ct at style}{linedheaders}}%
+	{\setboolean{ct at linedheadersstyle}{true}}{\setboolean{ct at linedheadersstyle}{false}}
+
 % use arsclassica style
 \provideboolean{ct at arsclassica}
 \ifthenelse{\equal{\ct at style}{arsclassica}}%
@@ -132,6 +139,12 @@
     {%\setboolean{ct at eulerchapternumbers}{true}% for arsclassica only eulerchapternumbers
     \setboolean{ct at arsclassica}{true}}{\setboolean{ct at arsclassica}{false}}
 
+% use plain vanilla style
+\provideboolean{ct at plain}
+\ifthenelse{\equal{\ct at style}{plain}}%
+    {\setboolean{ct at plain}{true}}{\setboolean{ct at plain}{false}}
+
+
 % ********************************************************************
 % PDF and XeLaTeX Stuff
 % ********************************************************************
@@ -161,17 +174,33 @@
      \RequirePackage{fontspec}
      \ifthenelse{\boolean{ct at palatino}}% default
        {
-         \setmainfont[Ligatures=TeX,Numbers=OldStyle]{TeX Gyre Pagella} % Palatino clone
+         \setmainfont[Ligatures=TeX,Numbers=OldStyle]{texgyrepagella}[ % Palatino clone
+	        Extension= .otf,%
+	        UprightFont=*-regular,%
+	        ItalicFont= *-italic,%
+	        BoldFont= *-bold,%
+	        BoldItalicFont = *-bolditalic,%
+         ]%
          \linespread{1.05} % a bit more for Palatino
          \RequirePackage{unicode-math}
-         \setmathfont{TeX Gyre Pagella Math}
+         \setmathfont{texgyrepagella-math}[Extension= .otf]%
        }{\relax} % use class' default font
-     \ifthenelse{\boolean{ct at beramono}}%
-       {\setmonofont[Scale=0.85]{DejaVu Sans Mono}} % like Bera; Scale=MatchLowercase
-       {\setmonofont[Scale=1]{Latin Modern Mono}}
-     % font for the chapter numbers will be defined in the old way below
-     % because there is no OpenType Euler font; this is how it should be done:
-     %\newfontface\chapterNumber[Scale=7,Color=000000]{TeX Gyre Pagella Bold}
+     \setmonofont[Scale=0.85]{DejaVuSansMono}[%
+     		Extension      = .ttf,%
+     	    BoldFont       = *-Bold,%
+            ItalicFont     = *-Oblique,%
+            BoldItalicFont = *-BoldOblique%
+     ]%
+     %\ifthenelse{\boolean{ct at beramono}}%
+     %  {\setmonofont[Scale=0.85]{DejaVuSansMono}} % like Bera; Scale=MatchLowercase
+     %  {\setmonofont[Scale=1]{lmmono10-regular}[Extension= .otf]} % https://www.ctan.org/tex-archive/fonts/lm/fonts/opentype/public/lm/ 
+     \ifthenelse{\boolean{ct at eulermath}}%
+     {\PassOptionsToPackage{math-style=upright}{unicode-math}%
+     	\RequirePackage{euler-math}} % Euler math fonts (OTF)
+     {\relax}
+     \ifthenelse{\boolean{ct at eulerchapternumbers}}% font for the chapter numbers
+     	{\newfontface\chapterNumber[Scale=7,Color=000000]{Euler-Math}[Extension= .otf]}%
+     	{\newfontface\chapterNumber[Scale=7,Color=000000]{texgyrepagella-regular}[Extension= .otf]}%
    }
    { % use Type 1 fonts with pdflatex
      \ifthenelse{\boolean{ct at palatino}}% default
@@ -195,20 +224,20 @@
          {\PassOptionsToPackage{euler-digits}{eulervm}%
          \RequirePackage{eulervm}} % Euler math fonts
          {\relax}
+         
+       \ifthenelse{\boolean{ct at eulerchapternumbers}}% font for the chapter numbers
+		{\DeclareFixedFont{\chapterNumber}{U}{eur}{b}{n}{70}}%
+		{\DeclareFixedFont{\chapterNumber}{T1}{pplj}{m}{n}{70}}%
+		%{\newfont{\chapterNumber}{eurb10 scaled 7000}}%
+		%{\newfont{\chapterNumber}{pplr9d scaled 7000}}
+		% Euler eurb10 / Palatino OSF pplr9d / Palatino SC pplrc9d
+		% Latin Modern cork-lmr10 / Minion MinionPro-Regular-osf-t1
+		% (MinionPro-SemiboldCapt-osf-t1 MinionPro-SemiboldDisp-osf-t1)
    }
 
-       \ifthenelse{\boolean{ct at eulerchapternumbers}}% font for the chapter numbers
-          {\DeclareFixedFont{\chapterNumber}{U}{eur}{b}{n}{70}}%
-          {\DeclareFixedFont{\chapterNumber}{T1}{pplj}{m}{n}{70}}%
-         %{\newfont{\chapterNumber}{eurb10 scaled 7000}}%
-         %{\newfont{\chapterNumber}{pplr9d scaled 7000}}
-         % Euler eurb10 / Palatino OSF pplr9d / Palatino SC pplrc9d
-         % Latin Modern cork-lmr10 / Minion MinionPro-Regular-osf-t1
-         % (MinionPro-SemiboldCapt-osf-t1 MinionPro-SemiboldDisp-osf-t1)
 
 
 
-
 \RequirePackage{microtype} % character protruding and other micro-typography stuff
 % [expansion=false]
 
@@ -318,6 +347,7 @@
       \microtypesetup{protrusion=true,expansion=true}
       \DeclareRobustCommand{\spacedallcaps}[1]{\textls[160]{\ct at caps\MakeTextUppercase{#1}}}
       \DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\ct at caps\MakeTextLowercase{#1}}}
+	  \DeclareRobustCommand{\spacedlowsmallcapsstyle}{\ct at caps\lsstyle\lowercase}	  
       }{\relax}
 
     \ifthenelse{\boolean{xetex}}{ % use fontspec features; \OR\boolean{luatex} does not work well
@@ -325,8 +355,17 @@
       \microtypesetup{expansion=false}
       \DeclareRobustCommand{\spacedallcaps}[1]{{\addfontfeature{LetterSpace=18.0}\ct at caps\MakeTextUppercase{#1}}}% WordSpace=1.8
       \DeclareRobustCommand{\spacedlowsmallcaps}[1]{{\addfontfeatures{LetterSpace=14.0}\ct at caps\MakeTextLowercase{#1}}}% WordSpace=1.8
+	  \DeclareRobustCommand{\spacedlowsmallcapsstyle}{\addfontfeatures{LetterSpace=14.0}\ct at caps\lowercase}
       }{\relax}
 
+      \ifthenelse{\boolean{pdf}\OR\boolean{xetex}\OR\boolean{luatex}}% ever used? only dvi engines remain
+      {\relax}{%
+        \PackageWarningNoLine{classicthesis}{Plain LaTeX / DVI engines no longer supported. spacedlowsmallcaps and spacedallcaps will not work. See the Wiki for help.}%
+        \DeclareRobustCommand{\spacedlowsmallcaps}[1]{#1}%
+        \DeclareRobustCommand{\spacedallcaps}[1]{#1}%
+		 \DeclareRobustCommand{\spacedlowsmallcapsstyle}{\relax}%
+      }
+
 % ********************************************************************
 % headlines
 % ********************************************************************
@@ -375,16 +414,11 @@
     {\color{CTtitle}\spacedallcaps}[\bigskip\normalfont\normalsize\color{Black}\begin{quote}\ctparttext at print\end{quote}]
 }{\relax}
 % chapters
-\ifthenelse{\boolean{ct at linedheaders}}%
-{% lines above and below, number right
-    \titleformat{\chapter}[display]%
-    {\relax}{\raggedleft{\color{CTsemi}\chapterNumber\thechapter} \\ }{0pt}%
-    {\titlerule\vspace*{.9\baselineskip}\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
-}{% something like Bringhurst
-    \titleformat{\chapter}[display]%
-    {\relax}{\mbox{}\oldmarginpar{\vspace*{-3\baselineskip}\color{CTsemi}\chapterNumber\thechapter}}{0pt}%
-    {\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
-}
+% something like Bringhurst
+  \titleformat{\chapter}[display]%
+  {\relax}{\mbox{}\oldmarginpar{\vspace*{-3\baselineskip}\color{CTsemi}\chapterNumber\thechapter}}{0pt}%
+  {\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
+
 % sections \FloatBarrier
 \titleformat{\section}
     {\relax}{\textsc{\MakeTextLowercase{\thesection}}}{1em}{\spacedlowsmallcaps}
@@ -423,7 +457,7 @@
 
 % space for more than nine chapters
 \newlength{\newchnumberwidth}
-\settowidth{\newchnumberwidth}{.} % <--- tweak here if more space required
+\settowidth{\newchnumberwidth}{0} % <--- tweak here if more space required
 \ifthenelse{\boolean{ct at manychapters}}% <--- many chapters option
 {%
     \addtolength{\cftchapnumwidth}{\newchnumberwidth}%
@@ -440,10 +474,10 @@
 {%
     \renewcommand{\thepart}{\roman{part}}%
     \renewcommand{\cftpartpresnum}{\scshape}%  \MakeTextLowercase
-    \renewcommand{\cftpartaftersnum}{}%
+    \renewcommand{\cftpartaftersnum}{\spacedlowsmallcaps}%
     \renewcommand{\cftpartaftersnumb}{\spacedlowsmallcaps}%
     \setlength{\cftpartnumwidth}{\cftchapnumwidth}
-    \renewcommand{\cftpartfont}{\color{CTtitle}\normalfont}%
+    \renewcommand{\cftpartfont}{\color{CTtitle}\spacedlowsmallcapsstyle}% \normalfont
     \cftpagenumbersoff{part}
     \renewcommand{\cftpartpagefont}{\normalfont}%
     \ifthenelse{\boolean{ct at dottedtoc}}{\relax}%
@@ -461,7 +495,7 @@
     {%
         \renewcommand{\cftchappresnum}{\spacedlowsmallcaps}%
         \renewcommand{\cftchapaftersnumb}{\spacedlowsmallcaps}%
-        \renewcommand{\cftchapfont}{\normalfont}%
+        \renewcommand{\cftchapfont}{\spacedlowsmallcaps}%
         \renewcommand{\cftchappagefont}{\normalfont}%
         \ifthenelse{\boolean{ct at dottedtoc}}{\relax}%
           {%
@@ -534,23 +568,25 @@
 % listings
 \ifthenelse{\boolean{ct at listings}}%
 {%
-    \newlistof{listings}{lol}{\lstlistlistingname}%
-    \renewcommand{\cftlistingspresnum}{\scshape\MakeTextLowercase}%
-    \renewcommand{\cftlistingsfont}{\normalfont}%
-    \renewcommand{\cftlistingspresnum}{\lstlistingname~}%
-    \renewcommand{\cftlistingspagefont}{\normalfont}%
-    \ifthenelse{\boolean{ct at dottedtoc}}{\relax}%
-    {%
-        \renewcommand{\cftlistingsleader}{\hspace{1.5em}}%
-        \renewcommand{\cftlistingsafterpnum}{\cftparfillskip}%
-    }
-    \newlength{\listingslabelwidth}%
-    \settowidth{\listingslabelwidth}{\cftlistingspresnum~999}%
-    \addtolength{\listingslabelwidth}{2.5em}%
-    %\cftsetindents{listings}{0em}{\listingslabelwidth}%
-    \cftsetindents{listings}{0em}{\figurelabelwidth}%
-    \let\l at lstlisting\l at listings%
-    \let\lstlistoflistings\listoflistings%
+	\AtBeginDocument{%
+	    \newlistof{listings}{lol}{\lstlistlistingname}%
+	    \renewcommand{\cftlistingspresnum}{\scshape\MakeTextLowercase}%
+	    \renewcommand{\cftlistingsfont}{\normalfont}%
+	    \renewcommand{\cftlistingspresnum}{\lstlistingname~}%
+	    \renewcommand{\cftlistingspagefont}{\normalfont}%
+	    \ifthenelse{\boolean{ct at dottedtoc}}{\relax}%
+	    {%
+	        \renewcommand{\cftlistingsleader}{\hspace{1.5em}}%
+	        \renewcommand{\cftlistingsafterpnum}{\cftparfillskip}%
+	    }
+	    \newlength{\listingslabelwidth}%
+	    \settowidth{\listingslabelwidth}{\cftlistingspresnum~999}%
+	    \addtolength{\listingslabelwidth}{2.5em}%
+	    %\cftsetindents{listings}{0em}{\listingslabelwidth}%
+	    \cftsetindents{listings}{0em}{\figurelabelwidth}%
+	    \let\l at lstlisting\l at listings%
+	    \let\lstlistoflistings\listoflistings%
+	}%
 }{\relax}%
 
 % dirty work-around to get the spacing after the toc/lot/lof-titles right
@@ -643,21 +679,24 @@
 }{%
     \ifthenelse{\boolean{ct at listings}}{%
         \lstset{numberbychapter=false}}{\relax}%
-    \RequirePackage{remreset}%
-        \ifthenelse{\boolean{ct at nochapters}}%
-        {\relax}{%
-            \@removefromreset{table}{chapter}  % requires remreset package
-        }%
-        \renewcommand{\thetable}{\arabic{table}}%
-        \ifthenelse{\boolean{ct at nochapters}}%
-        {\relax}{%
-            \@removefromreset{figure}{chapter}  % requires remreset package
-        }%
-        \renewcommand{\thefigure}{\arabic{figure}}%
-        \ifthenelse{\boolean{ct at nochapters}}%
-        {\relax}{%
-            \@removefromreset{equation}{chapter}  % requires remreset package
-        }%
+    % remreset is now obsolete as its functionality has
+    % been incorporated into the LaTeX format.
+    % https://ctan.org/pkg/remreset
+    % \RequirePackage{remreset}%
+    %     \ifthenelse{\boolean{ct at nochapters}}%
+    %     {\relax}{%
+    %         \@removefromreset{table}{chapter}  % requires remreset package
+    %     }%
+    %     \renewcommand{\thetable}{\arabic{table}}%
+    %     \ifthenelse{\boolean{ct at nochapters}}%
+    %     {\relax}{%
+    %         \@removefromreset{figure}{chapter}  % requires remreset package
+    %     }%
+    %     \renewcommand{\thefigure}{\arabic{figure}}%
+    %     \ifthenelse{\boolean{ct at nochapters}}%
+    %     {\relax}{%
+    %         \@removefromreset{equation}{chapter}  % requires remreset package
+    %     }%
         \renewcommand{\theequation}{\arabic{equation}}%
 }
 
@@ -668,11 +707,25 @@
 \RequirePackage{classicthesis-arsclassica}
 \fi
 
+% ********************************************************************
+% linedheaders as separate style integration (experimental)
+% ********************************************************************
+\ifct at linedheadersstyle
+\RequirePackage{classicthesis-linedheaders}
+\fi
 
 % ********************************************************************
+% plain vanilla as separate style integration (experimental)
+% ********************************************************************
+\ifct at plain
+\RequirePackage{classicthesis-plain}
+\fi
+
+
+% ********************************************************************
 % hyperreferences, pdf outline
 % ********************************************************************
-\PassOptionsToPackage{hyperfootnotes=false}{hyperref}
+% \PassOptionsToPackage{hyperfootnotes=false}{hyperref}
 \RequirePackage{hyperref}
     \pdfstringdefDisableCommands{\let\thepart=\relax} % no part numbers (i, ii, iii) in PDF outline   IVO
    %\pdfstringdefDisableCommands{\renewcommand{\thepart}{\Roman{part}}} %%%IVO bring back Part numbers in PDF outline



More information about the tex-live-commits mailing list.