From: Ryszard K. <ry...@bi...> - 2005-09-28 09:05:46
|
Hello All! As the version 2.8 is buggy with respect to generating <p>-tags I've fetched the experimental version 2.9 of Hyperlatex (files hyperlatex.el and siteinit.el). Unfortunately the noew version seems to have a little bug. Look at this simple document: \documentclass[12pt]{article} \newcommand{\path}{f:/Opisy/Test} \begin{document} a \input{\path/intro.tex} \end{document} This compiles well supposed intro.tex is a valid hyperlatex file. However, if one removes the character 'a' then Hyperlatex fails with: Hyperlatex ERROR: I can't find the file ?f:/Opisy/Test/intro.tex (I put ? in this insted of some non-ASCII character.) I suspect that the bug may have to do with the lower bound of regions manipulated by the function hyperlatex-insert-file in hyperlatex.el I haven't had time though to go deeper in the analysis. I hope that the authors may easily find and remove the bug. Best Regards Rysiek |