Uwe Stöhr wrote:
> The patch is now in trunk. Jürgen, do you want this for trunk too?
For branch, yes.
Jürgen
The patch is now in trunk. Jürgen, do you want this for trunk too?
regards Uwe
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
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
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
Uwe Stöhr <[EMAIL PROTECTED]> writes:
> // only non-lyxspecific stuff
> if ( name != "\\noun"
> - && name != "\\tabularnewline"
> - && name != "\\LyX"
> - && name != "\\lyxline"
>
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()
{