Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Juergen Spitzmueller
Uwe Stöhr wrote: > The patch is now in trunk. Jürgen, do you want this for trunk too? For branch, yes. Jürgen

Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Uwe Stöhr
The patch is now in trunk. Jürgen, do you want this for trunk too? regards Uwe

Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Andre Poenitz
On Wed, Dec 05, 2007 at 12:50:03PM +0100, Uwe Stöhr wrote: > Jean-Marc Lasgouttes schrieb: > >> Please do not change alignment (or at least use something that makes >> sense). > > This is automatically done by the MSVC editor. It replaces multiple spaces > by tabs to get uniform indentation. Last

Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > This is automatically done by the MSVC editor. It replaces multiple > spaces by tabs to get uniform indentation. This is OK in my opinion, > but I can revert this. I've seen that all other indentations in the > file are done by tabs too, only 2 code parts us

Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Please do not change alignment (or at least use something that makes sense). This is automatically done by the MSVC editor. It replaces multiple spaces by tabs to get uniform indentation. This is OK in my opinion, but I can revert this. I've seen that all other i

Re: [patch] font support for tex2lyx (lyxformat 247)

2007-12-05 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > // only non-lyxspecific stuff > if ( name != "\\noun" > - && name != "\\tabularnewline" > - && name != "\\LyX" > - && name != "\\lyxline" >

[patch] font support for tex2lyx (lyxformat 247)

2007-12-04 Thread Uwe Stöhr
The attached patch adds font support for tex2lyx. This font stuff as introduced with lyxformat 247. regards Uwe Index: Context.h === --- Context.h (revision 21959) +++ Context.h (working copy) @@ -36,7 +36,7 @@ } void init() {