Re: [patch] support for verbatim

2012-02-12 Thread Richard Heck
On 02/12/2012 08:16 PM, Yihui Xie wrote: I have been curious about this too; even listings is well supported, but the verbatim environment is not. I believe a better HTML tag should be instead of blockquote in this case. I would think so, yes. Richard Regards, Yihui -- Yihui Xie Phone: 515-

Re: [patch] support for verbatim

2012-02-12 Thread Yihui Xie
I have been curious about this too; even listings is well supported, but the verbatim environment is not. I believe a better HTML tag should be instead of blockquote in this case. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State Univers

[patch] support for verbatim

2012-02-12 Thread Uwe Stöhr
verbatim is a standard environment in almost all document classes but LyX does for an unknown reason not support it. We got from time to time requests to support it and we have some open bugs that tex2lyx fails to import files because of this. Attached is a fix that implements this, it works fo

2 trunk compilation errors with CMake in release mode

2012-02-12 Thread Uwe Stöhr
When I compile trunk in install mode I get these compiler errors: 1. mathed.lib(_allinone_const.obj) : error LNK2019: unresolved external symbol "pu blic: __thiscall lyx::InsetMathCancelto::InsetMathCancelto(class lyx::Buffer *) " (??0InsetMathCancelto@lyx@@QAE@PAVBuffer@1@@Z) referenced in funct

Re: Anomaly with instant preview

2012-02-12 Thread Andrew Parsloe
On 13/02/2012 10:05 a.m., Jean-Marc Lasgouttes wrote: Le 12/02/2012 21:56, Andrew Parsloe a écrit : In my (limited) experience with instant preview, the situation described is not common and a per-inset indication would be the better option with caching enabled by default as at present. I read

Re: Anomaly with instant preview

2012-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2012 21:56, Andrew Parsloe a écrit : In my (limited) experience with instant preview, the situation described is not common and a per-inset indication would be the better option with caching enabled by default as at present. I read the argument differently: if the situation is rare, a

Re: Anomaly with instant preview

2012-02-12 Thread Andrew Parsloe
On 13/02/2012 4:28 a.m., Vincent van Ravesteijn wrote: Op 11-2-2012 21:19, Andrew Parsloe schreef: Inside a preview inset in ERT put \global\let\a=A In 'real life' there would be some intermediary text here. Later one wants to refer to the value stored in \a, so, in a new preview inset write

Re: Anomaly with instant preview

2012-02-12 Thread Vincent van Ravesteijn
Op 11-2-2012 21:19, Andrew Parsloe schreef: Inside a preview inset in ERT put \global\let\a=A In 'real life' there would be some intermediary text here. Later one wants to refer to the value stored in \a, so, in a new preview inset write in ERT \a Write some more text. A new value is assig