]> git.lyx.org Git - features.git/commitdiff
More precise format description
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 29 Dec 2016 16:36:55 +0000 (17:36 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 29 Dec 2016 16:36:55 +0000 (17:36 +0100)
development/FORMAT
src/tex2lyx/TODO.txt

index 595b9340a2b3bcc4e4737ad83ad30d37caa4a5ff..de470b3b34ea796b8eba2f2c443d36b2ba43baf8 100644 (file)
@@ -13,11 +13,11 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 2016-12-29 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 524: Support Crimson/Cochineal fonts
-         - \usepackage{cochineal} > \font_roman cochineal
+         - \usepackage{cochineal} > \font_roman "cochineal" "<nontexfont>"
             - [osf] > \font_osf true
-         - \usepackage{crimson} > \font_roman cochineal
-          - \usepackage[cochineal]{newtxmath} > \font_math cochineal-ntxm
-
+         - \usepackage{crimson} > \font_roman "cochineal" "<nontexfont>"
+          - \usepackage[cochineal]{newtxmath} 
+             > \font_math "cochineal-ntxm" "<nontexfont>"
 
 2016-12-26 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 523: Implement cjk quotation marks.
@@ -38,7 +38,7 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
           - frenchin \begin_inset Quotes i..
           - russian \begin_inset Quotes r..
           Change default behavior of French quote style:
-          - Inner quotes are now ``..''.
+          - Inner quotes are now ``...''.
           - Former french style is now called "swiss"
 
 2016-12-21 Jürgen Spitzmüller <spitz@lyx.org>
index d6e1a86ce1d1fadb92c1e4a2c03be4cc679cca49..47cfcd01863c1858978baffb8f2d048febc4610e 100644 (file)
@@ -94,17 +94,17 @@ Format LaTeX feature                        LyX feature
        - russian                             \begin_inset Quotes r..
        Change default behavior               \begin_inset Quotes f..
        of French quote style:
-       - Inner quotes are now ``..''.
+       - Inner quotes are now ``...''.
        - Former french style is now
          called "swiss"
 523    CJK Quote Styles                      InsetQuote
        - cjk (corner brackets)               \begin_inset Quotes j..
        - cjkangle (angle brackets)           \begin_inset Quotes k..
 524    Crimson/Cochineal fonts               \font_roman, \font_math
-       \usepackage{cochineal}                \font_roman cochineal
+       \usepackage{cochineal}                \font_roman "cochineal" "<nontexfont>"
        - [osf]                              \font_osf true
-       \usepackage{crimson}                  \font_roman cochineal
-       \usepackage[cochineal]{newtxmath}     \font_math cochineal-ntxm
+       \usepackage{crimson}                  \font_roman "cochineal" "<nontexfont>"
+       \usepackage[cochineal]{newtxmath}     \font_math "cochineal-ntxm" "<nontexfont>"
 
 General