Page LayoutContents

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Georg

Contents

Post by Georg »

Hi all,
\renewcommand{\cftparagraphfont}{\bfseries} is not working.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Contents

Post by Stefan Kottwitz »

Hi Georg,

use:

\renewcommand{\cftparafont}{\bfseries}

Stefan
LaTeX.org admin
Georg

Contents

Post by Georg »

Hi Stefan,
Thank you. Can we use \underline and smaller dotsep just for it?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Contents

Post by Stefan Kottwitz »

Sure, redefine \cftparadotsep. Underlining is, I think, not good, this is of the stone age typewriter area when there was no other kind of emphasizing (large, bold, italic, ...) A line separates, and overlaps with letters such as y and p.

Stefan
LaTeX.org admin
Georg

Contents

Post by Georg »

"the stone age typewriter :P " I agree with you.
One last question:
\titleformat{\paragraph}{\scrbookfont\fontsize{16pt}{14pt}\itshape}{\theparagraph}{1em}{}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Contents

Post by Stefan Kottwitz »

I can see the code line, but what is the question?

Stefan
LaTeX.org admin
Georg

Contents

Post by Georg »

I cant make scrbook font italic.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Contents

Post by Stefan Kottwitz »

Perhaps use\normalfont instead of \scrbookfont.

Stefan
LaTeX.org admin
Georg

Contents

Post by Georg »

\normalfont is not the case because I'm using other fonts also.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Contents

Post by Stefan Kottwitz »

Then perhaps show the code for your font settings, specifically for \scrbookfont.

Stefan
LaTeX.org admin
Post Reply