]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/BUGS
just Changelog
[lyx.git] / lib / reLyX / BUGS
index bf193ba61e1c454dd378f12c91de07caf92de761..2b2643093a2d58286407c6c9d7be22b88dee2fcc 100644 (file)
@@ -20,7 +20,7 @@ commands (see the Syntax Files section of the man page).  Also, if you have
 an underscore in a file name, you have to use the LaTeX style of \input. That
 is, write "\input{a_b}" instead of the old TeX style "\input a_b" (even though
 the latter is legal LaTeX). If \includegraphics can't be copied for various
-reasons (see the reLyX man page), underscore will break. Finally, 
+reasons (see the reLyX man page), underscore will break. Finally,
 \label{foo_bar} in math mode will break.
 
 - Complicated nesting could confuse matters. Simple nesting, including nesting
@@ -42,11 +42,6 @@ Even if it complains, it may get the sizes right.
 and extra set of (red) braces, but those braces won't show up in the dvi file
 or printed output.
 
-- CleanTeX adds {} around arguments if they're not there already. It breaks
-on a_b_c or a_\foo{bar}. Unfortunately, examples like that are pretty hard
-to parse, so all we can do is ask you to write clearer LaTeX (or contribute
-your coding skills to the reLyX project!). Sorry.
-
 - reLyX translates {\bf foo} to \textbf{foo}. However, it also does that in
 math mode. Write \mathbf{foo} explicitly in the LyX file instead.
 
@@ -54,8 +49,10 @@ math mode. Write \mathbf{foo} explicitly in the LyX file instead.
 a reference to "Dr." in the LyX file, with an extra "foo}" printed as
 regular text
 
-- \end in a \newcommand, for example, will really confuse reLyX. Put the
-\newcommand in the preamble to avoid this problem.
+- \end or \begin in a \newcommand, for example, will really confuse reLyX,
+because they're not being used for their regular purpose of starting or
+ending an environment. Put the \newcommand in the preamble to avoid this
+problem.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Changes in translation caused by features not (yet) in LyX: