could someone please enhance my MWE so that it gets a header like the classicthesis manual (classicthesis.pdf)?

NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass[12pt,BCOR=5mm,headinclude,twoside]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[automark]{scrpage2}
\usepackage[%
beramono,
linedheaders,
pdfspacing,
% nochapters
]{classicthesis}
\usepackage{blindtext}
\setheadwidth[0pt]{textwithmarginpar}
\clearscrheadfoot
\lehead[{\makebox[\marginparwidth][r]{\pagemark}}]{\makebox[\marginparwidth][r]{\pagemark}\hspace{\marginparsep}\headmark}
\rohead[{\makebox[\marginparwidth][l]{\pagemark}}]{\headmark\hspace{\marginparsep}\makebox[\marginparwidth][l]{\pagemark}}
\pagestyle{scrheadings}
\renewcommand*{\chaptermarkformat}[1]{#1}
\renewcommand*{\sectionmarkformat}[1]{#1}
\setkomafont{pagehead}{\bfseries}
\setkomafont{pagenumber}{\bfseries}
\begin{document}
\blinddocument
\end{document}
It doesn't really attract attention. I did a small screenshot. The button can be seen in the lower right corner. Another user saw it and used it before I did [1].enrico wrote:I'm sorry but I do not see a link or button to "bump" this thread (or any thread created by myself).[...]
I didn't try to compile the sources of the manual because I just remembered the forum thread linked in my last reply.enrico wrote:[...] You see, I've compiled the classicthesis main document itself and it had the header again. But I simply don't get it how they are created/placed because I've looked everywhere in the files that come with the .zip-archive from CTAN, I do not find any command or hint at how the header is created. [...]
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p