Text FormattingJustified and lowercase Text with Syllabification in Headers

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Justified and lowercase Text with Syllabification in Headers

Post by AleCes »

Johannes_B wrote:This contains the information provided by you, suggestions by Thorsten. and me added. Right now i still cannot see, we you need hyphenation, but it might be the different font.
The issue is not that I desperately need hyphenation right now, it's that I want to learn how to customize headers with fancyhdr, as I said. Also, I don't like capital letters in the headers because no book I've read so far makes use of upper-case in headers. Also, no book I've read so far uses shortened versions of titles for headers/toc. The fact that the shortened version must go to the toc too is particularly annoying to me since a shortened version might be acceptable for headers but is certainly not so in the table of contents, where full-fledged titles are absolutely needed.
Johannes_B wrote:

Code: Select all

Package Fancyhdr Warning: \headheight is too small (14.49998pt): 
 Make it at least 27.22604pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.
You need to manually adjust the headheight everytime you change your headings.
How do I do that?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Justified and lowercase Text with Syllabification in Headers

Post by Johannes_B »

Just like it is described in the documentation in section 11 Fancy layouts.

Please post an example if you succeed. This would proof to us, that you are at least trying. You could also post a followup question.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Justified and lowercase Text with Syllabification in Headers

Post by AleCes »

Johannes_B wrote:Just like it is described in the documentation in section 11 Fancy layouts.

Please post an example if you succeed. This would proof to us, that you are at least trying. You could also post a followup question.
The 11th chapter is about everything but justified/syllabified text. I know I can't expect a ready-made example perfectly fitting my requirements, but I don't even know where to start writing the relevant code. :cry:
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Justified and lowercase Text with Syllabification in Headers

Post by AleCes »

Bump! The only thing I've managed to accomplish by reading the manual is centring the text with this:

Code: Select all

\fancyhead[CE]{{\leftmark}}
\fancyhead[CO]{{\rightmark}}
But what I need is justified text, not centred.
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Re: Justified and lowercase Text with Syllabification in Hea

Post by AleCes »

Bump! :roll:
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Re: Justified and lowercase Text with Syllabification in Hea

Post by AleCes »

Bump! I'm still interested in that matter. Can anyone devise a solution or at least provide me with a hint?

Thanks!
Post Reply