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

Bug#356960: lyx font errors



On Tue, Mar 14, 2006 at 19:59 -0600, Jeremiah Savage wrote:
> Package: tex-common
> Version: 0.19
> Severity: normal

Thanks for the report. What tetex packages do you have installed, ie,
what is the output of

dpkg -l tetex-* | egrep '^ii'

?
 
> When running lyx-1.4.0 ( 
> ftp://ftp.lyx.org/pub/lyx/bin/1.4.0/debian-unstable ) as a non-root user, I 
> am not able to View the files as DVI, PS, nor PDF. root is able to convert 
> to these formats without error.

This sounds as if there are problems with font caching. What is the
ouput of 

ls -l /var/cache/fonts

?

> I am using the simple Intro.lyx file as a 
> test case, and selecting to View as a DVI. I am running a current Debian 
> Unstable with Lyx being the only foreign package.
> 
> Lyx pops up a 2 pane error dialog. The top says:
> -----------------------
> Font T1/cmr/m/it/6=ecti0600 at 6.0pt not loadable: Metric (TFM) file not 
> found
> Font T1/cmr/bx/it/10=ecbi1000 at 10.0pt not loadable: Metric (TFM) file not 
> found
> Font T1/cmr/bx/it/7=ecti0700 at 7.0pt not loadable: Metric (TFM) file not 
> found

Let's make this a bit simpler by removing the extra layer due to lyx.
Could you please process the following file with latex and view the
resulting dvi file with xdvi:

\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
test
\end{document}

Do you get any error messages? Thanks.

cheerio
ralf



Reply to: