Here is another patch to fix a TeX crash I ran into: if you have a text containing a \url and you apply a text attribute (like 'small') to it, you get it inserted inside the url:

{\small abc}\url{\small def}{\small ghi}

making TeX crash royally.

Martin
diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc
index 2c4eb4f..1054254 100644
--- a/lib/layouts/stdinsets.inc
+++ b/lib/layouts/stdinsets.inc
@@ -387,6 +387,7 @@ InsetLayout "Flex:URL"
 	PassThru              true
 	FreeSpacing           true
 	ForceLTR              true
+	ResetsFont            false
 	Font
 	  Family              Typewriter
 	  Color               urltext

Reply via email to