Jean-Marc Lasgouttes wrote:
"Sam Liddicott" <s...@liddicott.com> writes:
If I use a layout with "Passthrough 1" then the Lyx "E" emphasis toolbar
button will still insert \emph{} but other "CharStyle:" insets won't work.
Is this a bug, or is there some way I can specify an inset so that it
also inserts Latex macros into an environment defined with Passthrough 1
It is a bug. Note that the semantics of passthru paragraphs is not well
defined right now. I hope that I will be able to improve this in 1.7/2.0
Please keep me involved in the discussions.
I'm mostly re-written notangle in awk (to fix a few bugs) and so that it
recognizes Latex macros like
\begin{CodeScrap}
instead of <<...>>=
and
\end{CodeScrap}
instead of @
And I want to use an inset instead of <<...>> for including chunks.
I'm also intending to re-write noweave entirely as latex macros if I can
manage it, based on the listings package.
Sam