[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: texlive font not found ?





On 10/14/2017 10:36 PM, Tim wrote:
On Sat, 2017-10-14 at 20:08 +0200, Pierre Couderc wrote:
On 10/14/2017 03:10 PM, Tim wrote:
[snip]
Do you have the PostScript Type 1 fonts installed in
/usr/share/texlive/texmf-
dist/fonts/type1/public/libertine/LinBiolinumT*.pfb?

Yes,

nous@pcouderc:~/projets$ locate  LinBiolinumT | grep pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/libertine/LinBiolinumT.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/libertine/LinBiolinumTB.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/libertine/LinBiolinumTBO.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/libertine/LinBiolinumTI.pfb

I add the full log here, eve if it is a bit verbose :

This is LuaTeX, Version 0.95.0 (TeX Live 2016/Debian) (format=lualatex
2017.10.14)  14 OCT 2017 19:56
Ah, I see you're using LuaLaTex to compile the document instead of
pdfLaTeX. The .tex file you're using uses the T1 font encoding
(“\usepackage[T1]{fontenc}”) which is incompatible with the LuaTeX
engine. If you do not load the fontenc package, you should be able
compile the file using `lualatex`.
So either compile using `pdflatex` or using `lualatex`, but then remove
the line “\usepackage[T1]{fontenc}”.

Oh yes, this is the point. By removing fontenc, all is good.
Thank you  and thank you all.


Reply to: