This message inadvertently sent to Todd Denniston (appologies to Todd) instead
of the user list:
On Thu, 30 Jun 2005 10:28 am, you wrote:
> Roger McMurtrie wrote:
> > Geoffrey Lloyd wrote:
>
> <SNIP>
>
> > > When you view either dvi or pdf lyx runs latex then bibtex then latex
> > > twice more so this really shouldn't be the route of the problem.
> > >
> > > Geoff
> >
> > This problem has only recently appeared, View->PDF and View->DVI used to
> > work fine with one pass.
>
> would running LyX with "LaTeX generation/execution" debugging turned on get
> Roger any further along? That is run LyX with the following command:
> `lyx -dbg 128`
>
>--
>Todd Deniston
I tried Todd's suggestion:
$ lyx -dbg 128
Setting debug level to 128
Debugging `latex' (LaTeX generation/execution)
On opening file:
xset: bad font path element (#59), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Unable to add font path.
On View->DVI:
makeLaTeXFile...
Validating buffer...
LyX needs the following commands when LaTeXing:
***** Packages:\usepackage{amsmath}
\usepackage{setspace}
\onehalfspacing
\usepackage{amssymb}
***** Macros:
***** Textclass stuff:
***** done.
Buffer validation done.
then lots of:
TeXOnePar... 0x88e5d68
SimpleTeXOnePar... 0x88e5d68
TeXOnePar... 0x8875c00
SimpleTeXOnePar... 0x8875c00
SimpleTeXOnePar...done 0x8875c00
TeXOnePar...done 0
then:
TeXEnvironment...done 0
makeLaTeXFile...done
This is TeX, Version 3.14159 (Web2C 7.4.5)
(./test.tex
LaTeX2e <2003/12/01>
Babel <v3.8c> and hyphenation patterns for american, french, german, ngerman,
basque, italian, portuges, russian, spanish, nohyphenation, loaded.
My tmp directory shows a toc file has been generated with content:
[EMAIL PROTECTED] {english}
\contentsline {chapter}{\numberline {1}Introduction}{7}
which appears correct in that my lyx test file has only one Chapter called
Introduction
I can't see anything wrong here, but then, I'm no expert.
Perhaps something's missing.
Roger