I complained before with 1.6.2 that I could not typeset two types of notes: comments and greyed-out notes. Somehow, recompiling with Qt-4.4 seemed to fix that, and LyX/Mac-1.6.2.1 will properly typeset the User's Guide.
Now, with 1.6.3svn, I can't do it. I've recompiled with exactly the same settings used to compile LyX/Mac-1.6.2.1, and I still can't typeset any document with either of these two types of notes in them. I've attached a minimal file exhibiting the problem. I'm copying below the source code generated in the preview pane. You'll notice that the preamble does not have appropriate definitions for the lyxgreyedout and comment environments. Any suggestions for why this is happening? Bennettt --------------------- % Preview source code %% LyX 1.6.3svn created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage[american]{babel} \begin{document} \selectlanguage{american} testing % \begin{lyxgreyedout} testing \end{lyxgreyedout} % \begin{comment} Testing \end{comment} {} \end{document}
note-error.lyx
Description: Binary data
