On Wed, 21 Jul 1999, Jean-Marc Lasgouttes wrote:

> Strange... Could you after this first run, find your .tex file in
> /tmp/lyx_tmpXXXX/... and send it to the list (if it is short). I'd
> like to see what's is in it.
>
This is simplifed version (master document) for my book.
Error is reported in \def\input@path line at point in 3.2 in path.
 

> Many crashes? That's not good :( What you could do, is either
> 
> 1/ To send us precise directions to reproduce the crashes
> 
> or
> 
> 2/ run lyx under gdb as explained in Help->Known_Bugs and send us the
> backtrace.
>
I just donwloaded 1.0.3 release since I have to finish my book on time
and I hope that 1.0.3 is more stable.

However, I just had similar crash when running View DVI, and the same
error with input path in 1.0.3.

I'll try to reproduce it and then run under debugger.
Sincerely,
Sasa


\batchmode
\listfiles
\makeatletter
\def\input@path{{/home/mama/knjiga/32//}}
\makeatother
\documentclass[10pt,croatian]{book}
\usepackage[T1]{fontenc}
\usepackage[latin2]{inputenc}
\usepackage{avant}
\usepackage{geometry}
\geometry{verbose,a5paper,lmargin=22mm,rmargin=22mm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{babel}

\makeatletter


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\noun}[1]{\textsc{#1}}
%% Special footnote code from the package 'stblftnt.sty'
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
\let\SF@@footnote\footnote
\def\footnote{\ifx\protect\@typeset@protect
    \expandafter\SF@@footnote
  \else
    \expandafter\SF@gobble@opt
  \fi
}
\expandafter\def\csname SF@gobble@opt \endcsname{\@ifnextchar[%]
  \SF@gobble@twobracket
  \@gobble
}
\edef\SF@gobble@opt{\noexpand\protect
  \expandafter\noexpand\csname SF@gobble@opt \endcsname}
\def\SF@gobble@twobracket[#1]#2{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\newcommand{\Index}[1]{#1\index{#1}}
\renewcommand{\chaptermark}[1]{%
 \markboth{\thechapter.\ #1}{}}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\slshape\leftmark}
\fancyhead[RE]{\slshape Ovo je naslov knjige}
\fancypagestyle{plain}{%
 \fancyhead{}
 \renewcommand{\headrulewidth}{0pt}
}
%\usepackage[croatian]{babel}
\geometry{twoside}
\usepackage{layout}
\usepackage{xr}
\externaldocument{poglavlje_18}
\date{}
\newcommand{\clearemptydoublepage}{\newpage{\thispagestyle
  {plain}\cleardoublepage}}

\makeatother

\begin{document}


\title{Ovo je naslov knjige}


\maketitle
\pagenumbering{roman} \include{posveta} \include{zahvala}

\include{uvod}

\listoffigures{}

\clearemptydoublepage 

\tableofcontents{}

\clearemptydoublepage 

\pagenumbering{arabic} 

\clearemptydoublepage

\include{poglavlje_1}

\include{poglavlje_2}

\appendix

\include{dodatak_a}

\include{dodatak_b}
\end{document}

Reply via email to