]> git.lyx.org Git - features.git/commitdiff
doc glitch
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 25 Sep 2012 09:18:23 +0000 (11:18 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 25 Sep 2012 09:18:23 +0000 (11:18 +0200)
development/FORMAT

index 7fa84f9f7e1937620c3f533015f2cfc895865b0b..33f9ce458d6234b2b4ea253a09b741d8b5c028d2 100644 (file)
@@ -39,9 +39,9 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
          - add support for the mathdesign fonts without loading mathfonts:
            \renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
                                               \font_math default
-           \renewcommand{mdput} >             \font_roman md-utopia
+           \renewcommand{\rmfamily}{mdput} >  \font_roman md-utopia
                                               \font_math default
-           \renewcommand{mdugm} >             \font_roman md-garamond
+           \renewcommand{\rmfamily}{mdugm} >  \font_roman md-garamond
                                               \font_math default
 
 2012-09-22 Jürgen Spitzmüller <spitz@lyx.org>