[EMAIL PROTECTED] wrote:
For 2, as Angus suggested, it seems I need to change the path_prefix.
However, I can't find this option anywhere. I can also manually edit
one of the preferences files (I'm guessing $HOME/.lyx/lyxrc.defaults)
but I have no idea how. Also, 1 still has no solution. Can anybody
help? Thanks!
1. How do I insert a line break in an inline math formula (C-m)? Enter
and M-Enter don't work. I tried C-Enter, but this changes my math to
some other math environment (I'm guessing an eqnarray). Note that this
works fine in LaTeX:
$a\\b$
In the preamble, add the following:
\newcommand{\bb}{\\}
Within a math environment, type '\bb ' (including a space to end the
command) to insert the break. There's nothing sacred about the name of
the command; you could call it \mybreak, for instance. I don't *think*
that \bb collides with anything "standard", but I could be wrong.
Paul