Fonts & Character Sets ⇒ Libertine as Font with LaTeX on openSUSE 11.4
-
- Posts: 3
- Joined: Sun Jun 26, 2011 9:02 pm
Libertine as Font with LaTeX on openSUSE 11.4
I was using this very nice font before - now I would like to use it again on my machine. I found on CTAN a libertine.sty file - but how do I get my latex to use it? My old .tex files which were typeset with Libertine now do not work any more, unfortunately.
Any help or directions are very welcome.
Knut
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Libertine as Font with LaTeX on openSUSE 11.4
[1] Index of /repositories/Publishing/openSUSE_11.4
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Sun Jun 26, 2011 9:02 pm
Re: Libertine as Font with LaTeX on openSUSE 11.4
thanks for the welcome!
I installed it via DVD and had to manually install kile. Thanks for the directions, still I am puzzled what to do.
Thanks for further help,
Knut
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Libertine as Font with LaTeX on openSUSE 11.4
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Libertine as Font with LaTeX on openSUSE 11.4
To get the Libertine fonts to show up in documents, I had to use the T1 font encoding:
Code: Select all
\usepackage[T1]{fontenc}
Code: Select all
LaTeX Font Warning: Font shape `OT1/fxl/m/n' undefined
(Font) using `OT1/cmr/m/n' instead on input line 25.
-
- Posts: 3
- Joined: Sun Jun 26, 2011 9:02 pm
Re: Libertine as Font with LaTeX on openSUSE 11.4
many thanks for the hints - there was a .rpm in the full install section, so I managed to activate the Libertine font.
Still, I am struggling to get g-brief active.
Many thanks,
Knut