Fonts & Character Sets ⇒ Fraktur-compliant fonts
Re: Fraktur-compliant fonts
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
Fraktur-compliant fonts
Thank you,
Fraktur-compliant fonts
Bump!AleCes wrote:OK, at least could you give me a hint on how to include hyphenation patterns containing ſ? Where do I find the hyphenation file and how should I modify it?
Thank you,

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Fraktur-compliant fonts
For hyphenation you could use
\usepackage[german]{babel}
. This should be close enough for starting.If you need more help, you know exactly what a Minimal Working example is.
Fraktur-compliant fonts
<ALT GR> + <s>> gives Eszett (ß) not Long s (ſ) which is peculiar to Fraktur. The problem with hyphenation is that this character it's not recognized neither by babel or polyglossia, I need to modify the babel/polyglossia hyphenation database if I want to make use of syllabification.Johannes_B wrote:You could change your keyboard layout to german. The long ſ should be easier to find (on my linux its <ALT GR> + <s>).
For hyphenation you could use\usepackage[german]{babel}
. This should be close enough for starting.
If you need more help, you know exactly what a Minimal Working example is.