I have several terms indexed like "/etc/named.conf".
But when I make them italics, I get errors like:
Missing $ Inserted
\item
/etc/rndc.conf, 25
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
I tried manually moving the index outside of the emph but problem
continued.
Here is an example of the lyx code:
\begin_layout Standard
This file, if installed as /etc/rndc.conf, would allow the command:
\begin_inset LatexCommand \index{/etc/rndc.conf}
\end_inset
\end_layout
I manually removed the emph part and problem continued.
Here is another example:
as the PID file instead of the default,
\emph on
/var/run/lwresd.pid
\emph default
\begin_inset LatexCommand \index{/var/run/lwresd.pid}
\end_inset
.
\end_layout
And I have problems like:
\item
$GENERATE, 142, 143
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
I also tried escaping the $ with a \ but same issue.
I have indexed dollar signs before and path names before so I am not sure
what is causing it to fail now.
Any ideas?
I don't want to use math mode. I am using LyX 1.4.3.
Jeremy C. Reed