You are not logged in.

#1 2008-02-06 21:03:25

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Texlive, error on \input

Hi

I'm using texlive-svn from community and I'm having a problem when trying to use some fonts, when I put this in my preamble:

\input Eichenla.fd

I get following warning:

fonts.tex:0: pdflatex (file Eichenla): Font Eichenla at 720 not foundOutput written on fonts.pdf (1 page, 3270 bytes).

and the new font isn't available (I get whitespace when trying to use it).
I'm sure the right file is available:

$ locate Eichenla.fd
/opt/texlive/texmf-dist/tex/latex/initials/Eichenla.fd

Does anyone know why I'm unable to use this font?

EDIT: it seems that it works with a latex -> dvipdfmx chain, but not when using pdflatex or ps2pdf in the chain. I'd like to use pdflatex...

Last edited by Ramses de Norre (2008-02-06 21:14:08)

Offline

#2 2008-02-07 00:08:18

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Texlive, error on \input

I think it's because those fonts are Postscript binary files. You can't embed PS into PDFs.

Think how when you use 'latex' your graphics have to be EPS/PS, where as when using 'pdflatex', they can be PNG/JPEG/PDF but *not* PS/EPS.

Offline

#3 2008-02-07 03:12:33

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Texlive, error on \input

Holy cow arooaroo! That's a nice set of tutorials you wrote.

Offline

#4 2008-02-07 12:16:28

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Texlive, error on \input

Why thank you smile I hope people find them useful.

Offline

#5 2008-02-07 12:21:30

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: Texlive, error on \input

Ah! I notice them just now yikes Gonna dig straight in big_smile
One thing that LaTeX misses, as far as I can see, is a nice set of rationally-organised tutorials, so I think your website provides something really needed for people like me big_smile


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#6 2008-02-07 13:12:01

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Texlive, error on \input

arooaroo wrote:

I think it's because those fonts are Postscript binary files. You can't embed PS into PDFs.

Think how when you use 'latex' your graphics have to be EPS/PS, where as when using 'pdflatex', they can be PNG/JPEG/PDF but *not* PS/EPS.

You are probably right, back to the irritating long toolchains then... Thanks for your insight wink

Offline

#7 2008-02-07 13:31:19

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Texlive, error on \input

Speed it up with a nifty shell script or Makefile, I guess.

Offline

#8 2008-02-07 21:05:14

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Texlive, error on \input

Did you try a updmap-sys --syncwithtrees as root?

Offline

#9 2008-02-07 21:28:34

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Texlive, error on \input

I got the same error. Try to remove /opt/texlive/texmf-var/fonts/map/pdftex/updmap/pdftex.map

and then try again. I tried the following file and it worked after the deletion.

\documentclass[a4paper,DIVcalc,BCOR8mm,twoside]{scrartcl} 
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern,lettrine}
\usepackage[pdftex]{graphicx}
\widowpenalty10000\raggedbottom\input Eichenla.fd
\begin{document} \lettrine{\usefont{U}{Eichenla}{xl}{n}T}{his} is a
test. This is really only a test. Dont dig too deep into this text.
Believe me, I only talk so much, because this is a test I want to
have some lines in it. This is really only a test. Dont dig too deep
into this text. Believe me, I only talk so much, because this is a
test I want to have some lines in it.
\end{document}

Offline

Board footer

Powered by FluxBB