Hello,
Surprisingly pdflatex stopped to create any output, in fact no export
command (dvi, ps, tex) produces any result. I don't get any file and no
error message either.
Export always used to work and still works fine with earlier versions of
the same document. Between these versions I did not add anything new I
hadn't added before, except for one footnote.
The preamble of the not-working version contains one paragraph of
"textclass specific commands" that the older version does not have.
Could this relate to the problem?
I'm using Windows XP, Lyx 1.6.2.
Below is the complete preamble.
Thanks a million if you have any idea!
-Markus
\documentclass[12pt,english]{article}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage[letterpaper]{geometry}
\geometry{verbose,tmargin=3cm,bmargin=3cm,lmargin=3cm,rmargin=3cm}
\setcounter{secnumdepth}{-1}
\usepackage{textcomp}
\usepackage{setspace}
\usepackage[authoryear]{natbib}
\onehalfspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LyX specific LaTeX commands.
\DeclareRobustCommand{\greektext}{%
\fontencoding{LGR}\selectfont\def\encodingdefault{LGR}}
\DeclareRobustCommand{\textgreek}[1]{\leavevmode{\greektext #1}}
\DeclareFontEncoding{LGR}{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Textclass specific LaTeX commands.
\newenvironment{lyxlist}[1]
{\begin{list}{}
{\settowidth{\labelwidth}{#1}
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\renewcommand{\makelabel}[1]{##1\hfil}}}
{\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
User specified LaTeX commands.
\usepackage[TS1,T1]{fontenc}
\usepackage{textcomp}
\usepackage{ae}
\bibpunct[,~]{(}{)}{,}{a}{}{;}
\usepackage{babel}
\begin{document}