More precise format description

This commit is contained in:
Juergen Spitzmueller 2016-12-29 17:36:55 +01:00
parent 01c2433070
commit ec2520677c
2 changed files with 9 additions and 9 deletions

View 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> 2016-12-29 Jürgen Spitzmüller <spitz@lyx.org>
* Format incremented to 524: Support Crimson/Cochineal fonts * Format incremented to 524: Support Crimson/Cochineal fonts
- \usepackage{cochineal} > \font_roman cochineal - \usepackage{cochineal} > \font_roman "cochineal" "<nontexfont>"
- [osf] > \font_osf true - [osf] > \font_osf true
- \usepackage{crimson} > \font_roman cochineal - \usepackage{crimson} > \font_roman "cochineal" "<nontexfont>"
- \usepackage[cochineal]{newtxmath} > \font_math cochineal-ntxm - \usepackage[cochineal]{newtxmath}
> \font_math "cochineal-ntxm" "<nontexfont>"
2016-12-26 Jürgen Spitzmüller <spitz@lyx.org> 2016-12-26 Jürgen Spitzmüller <spitz@lyx.org>
* Format incremented to 523: Implement cjk quotation marks. * 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.. - frenchin \begin_inset Quotes i..
- russian \begin_inset Quotes r.. - russian \begin_inset Quotes r..
Change default behavior of French quote style: Change default behavior of French quote style:
- Inner quotes are now ``..''. - Inner quotes are now ``...''.
- Former french style is now called "swiss" - Former french style is now called "swiss"
2016-12-21 Jürgen Spitzmüller <spitz@lyx.org> 2016-12-21 Jürgen Spitzmüller <spitz@lyx.org>

View File

@ -94,17 +94,17 @@ Format LaTeX feature LyX feature
- russian \begin_inset Quotes r.. - russian \begin_inset Quotes r..
Change default behavior \begin_inset Quotes f.. Change default behavior \begin_inset Quotes f..
of French quote style: of French quote style:
- Inner quotes are now ``..''. - Inner quotes are now ``...''.
- Former french style is now - Former french style is now
called "swiss" called "swiss"
523 CJK Quote Styles InsetQuote 523 CJK Quote Styles InsetQuote
- cjk (corner brackets) \begin_inset Quotes j.. - cjk (corner brackets) \begin_inset Quotes j..
- cjkangle (angle brackets) \begin_inset Quotes k.. - cjkangle (angle brackets) \begin_inset Quotes k..
524 Crimson/Cochineal fonts \font_roman, \font_math 524 Crimson/Cochineal fonts \font_roman, \font_math
\usepackage{cochineal} \font_roman cochineal \usepackage{cochineal} \font_roman "cochineal" "<nontexfont>"
- [osf] \font_osf true - [osf] \font_osf true
\usepackage{crimson} \font_roman cochineal \usepackage{crimson} \font_roman "cochineal" "<nontexfont>"
\usepackage[cochineal]{newtxmath} \font_math cochineal-ntxm \usepackage[cochineal]{newtxmath} \font_math "cochineal-ntxm" "<nontexfont>"
General General