On Sat, 23 Feb 2008 11:13:53 +0100
"Dominik Böhm" <[EMAIL PROTECTED]> wrote:
[snip ...]
>
> I have two other request aswell:
>
> 1. Is it possible to generate previews for ERT-insets? It would be great if
> we could configure single insets to be rendered as preview. I am asking, as
That would have to be on a per ERT basis otherwise related ERTs would cause
problems. For example I define in my header (easier this way when I make a lot
of changes with what to export, for exercises and such)
\newcommand{\ignore}[1]{}
and then in two ERTs
\ignore{
and
}
How would this be handled for instant previews of ERTs?
> the support for trees in LyX is not the best, yet. I print some trees using
> something like
>
> \Tree { & && \K{+} \B{dll} \B{drr} \\
> &\K{$\cdot$}\B{dl}\B{dr}&& & &\K{$\cdot$} \B{dl}
> \B{dr} \\
> \K{2} & & \K{$a$} && \K{3} & & \K{$\mathcircumflex$}
> \B{dl} \B{dr} \\
> & & && & \K{$b$}
> & & \K{2}}
>
> And have to render my >100 pages document each time to have a look if I
> entered anything correctly (what I usually don't in the first approach).
>
> 2. Is it possible to mark a part of my file to be collapsible and
> expandable? I would like to have my header (which now is not in an external
> file) on top of my file but collapsed. I am looking for the "region-feature"
> in visual studio. There you can define regions that become collapsible. I
> think that would be a great feature!
>
There was a talk about this some time back with regards to outlines. I don't
remember the reasons for not implementing it at the time.
> Thanks again, have a nice weekend and best regards
> Dominik