commit ec2520677c7a997462d77456b097787cdd254ab6
Author: Juergen Spitzmueller <[email protected]>
Date:   Thu Dec 29 17:36:55 2016 +0100

    More precise format description
---
 development/FORMAT   |   10 +++++-----
 src/tex2lyx/TODO.txt |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/development/FORMAT b/development/FORMAT
index 595b934..de470b3 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -13,11 +13,11 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 
 2016-12-29 Jürgen Spitzmüller <[email protected]>
        * 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 <[email protected]>
        * 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 <[email protected]>
diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt
index d6e1a86..47cfcd0 100644
--- a/src/tex2lyx/TODO.txt
+++ b/src/tex2lyx/TODO.txt
@@ -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
 

Reply via email to