Hi there,
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
Fonts & Character Sets ⇒ Libertine as Font with LaTeX on openSUSE 11.4
-
- Posts: 3
- Joined: Sun Jun 26, 2011 9:02 pm
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Libertine as Font with LaTeX on openSUSE 11.4
Did you install TeX Live from the »Publishing« repository [1}? Or did you install it from DVD and evade the RPM package manager?
[1] Index of /repositories/Publishing/openSUSE_11.4
Best regards and welcome to the board
Thorsten
[1] Index of /repositories/Publishing/openSUSE_11.4
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
-
- Posts: 3
- Joined: Sun Jun 26, 2011 9:02 pm
Re: Libertine as Font with LaTeX on openSUSE 11.4
Hi,
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
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: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Libertine as Font with LaTeX on openSUSE 11.4
It's suggestive to do a full installation. I'm pretty sure that the package is part of the DVD content. An update via internet by the TeX Live Manager (tlmgr) is not possible any more because TeX Live 2010 has been frozen. TeX Live 2011 pretesting is on the way.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Libertine as Font with LaTeX on openSUSE 11.4
localghost is correct that the libertine package is included on the TeX Live 2010 DVD.
To get the Libertine fonts to show up in documents, I had to use the T1 font encoding:
Otherwise the OT1 font encoding got used by default, which resulted in this message:
And when looking at the PDF's properties in Acrobat Reader, it would show that the default Computer Modern font was still being used. Forcing the T1 encoding solved that font substitution problem.
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
Hi all,
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
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