On Fri, 28 Sep 2012 11:33:00 +0200, José Carlos Santos <jcsantos@...>
wrote:
> On 28-09-2012 10:15, Ignasi wrote:
>
>>> If I compile this file:
>>>
>>> -------------------------- test.tex --------------------------
>>> \documentclass[12pt,a4paper]{article}
>>> \usepackage{libertine}
>>> \begin{document}
>>> Something.
>>> \end{document}
>>> --------------------------------------------------------------
>>>
>>> then I get this error:
>>>
>>> --------------------------------------------------------------
>>>
>>> !pdfTeX error: pdflatex (file LinLibertineO-osf-t1--base): Font
>>> LinLibertineO-o
>>> sf-t1--base at 720 not found
>>> ==> Fatal error occurred, no output PDF file produced!
>>>
>>> --------------------------------------------------------------
>>>
>>> Is there a way to avoid this?
>>>
>>
>> Some time ago libertine package was divided in two packages libertine
>> (for
>> xelatex and
>> lualatex) and libertine-legacy (for latex and pdflatex). Now they
>> changed
>> again to
>> libertineotf and libertine-type1.
>>
>> I had no problems compiling your document with pdflatex because I still
>> have libertine-legacy
>> on my system. With last miktex update (26/09/12), miktex declares
>> libertine-legacy obsolete
>> and tries to remove it (I don't know if it automatically installs new
>> ones), but it failed on
>> my system so I still have libertine-legacy.
>
> But it did *not* fail in my case. :-(
>
>> Probably, if you replaces libertine with libertine-type1 you will
>> succeed.
>
> Thanks for the suggestion, but no, it did not work. I still get the same
> error.
>
So I think you should fill a bug report. I had same problem this week with
confortaa fonts
and Ulrike Fisher suggested toe workaround of including
\pdfmapfile{=comfortaa.map} in my document, so try with
\pdfmapfile{=libertine-type1.map}
I filled a bug report which was solved the same day of the last update, so
I'm not sure if it was already incorporated in last update because
I'm still obtain same error message.
Regards,
Ignasi
|