X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=5d34fd399542637c6cb9dcec972edfc742640516;hb=9dd1b7c578153b7138f27600a93a1dbedec48af9;hp=a460b2447435a6344bbb2bb12172f2e3668114c2;hpb=52c2fb81e971eb6a53a4ce433e728b6ad958e5e8;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index a460b24474..5d34fd3995 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -11,10 +11,84 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx. ----------------------- +2013-02-18 Julien Rioux + * Format incremented to 463: + - Use the LyX name of encodings instead of the LaTeX names. + The LyX name must be unique, while the name used by LaTeX + not necessarily, e.g. different packages might implement + support for the same encoding. + - Add utf8-platex encoding. + +2013-02-15 Jürgen Spitzmüller + * Format incremented to 462: Support for recent libertine LaTeX fonts + a.) Support Libertine Mono: + \usepackage[scaled=$val]{libertineMono-type1} + => \font_typewriter libertine-mono + b.) Support Biolinum scaling: + \usepackage[scaled=$val]{biolinum-type1} + => \font_sans biolinum + +2013-02-11 Uwe Stöhr + * Format incremented to 461: support for kurier fonts + new supported sansserif fonts "kurier", "kurierl", "kurierc" + and "kurierlc" and the math font "kurier-math" + +2013-02-09 Uwe Stöhr + * Format incremented to 460: support for IEEE conference articles + No changes in the file format + This format change was added for the lyx2lyx conversion + +2012-12-31 Jürgen Spitzmüller + * Format incremented to 459: Introduce new beamer frames: + Frame, PlainFrame, FragileFrame (LaTeX: \begin{frame}, + \begin{frame}[plain], \begin{frame}[fragile]). These will + eventually replace the old BeginFrame, BeginPlainFrame, which + still exist. + +2012-12-30 Jürgen Spitzmüller + * Format incremented to 458: Extended caption inset support. + Former special caption layouts (e.g. of KOMA) are now proper caption + insets. + +2012-12-28 Georg Baum + * Format incremented to 457 + support for the LaTeX-package stackrel (fix bug 8464) + New buffer param \use_package stackrel + +2012-12-28 Jürgen Spitzmüller + * Format incremented to 456: Proper support for memoir \epigraph + \epigraph{text}{source} > begin_layout Epigraph, as + InsetArgument post:1 + +2012-12-22 Jürgen Spitzmüller + * Format incremented to 455: Support for beamer \frametitle + \frametitle[short]{title} > begin_layout FrameTitle + +2012-12-19 Jürgen Spitzmüller + * Format incremented to 454: + Real support for beamer overprint environment. This environment has a + list structure (with \onslide item commands). Previously, we just output + the begin/end tags, which was rather useless. Since the syntax is so + different, the old overprint layouts are converted to ERT, likewise the + reversion is to ERT. + +2012-12-15 Georg Baum + * Format incremented to 453 + support for the LaTeX-package stmaryrd (fix bug 8434) + New buffer param \use_package stmaryrd + +2012-12-09 Jürgen Spitzmüller + * Format incremented to 452: Support for beamer block arguments: + \begin{block}{title} + + * Format incremented to 451: Native support for beamer action/overlay arguments. + \command => \begin_inset Argument 1 + 2012-12-04 Jürgen Spitzmüller * Format incremented to 450: Support for the URW Garamond LaTeX fonts. - \usepackage{garamondx} > \font_serif garamondx - [osf], [osfI] > \font_osf true + - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm Also (fallback): - \renewcommand{\sffamily}{ugm} > \font_serif garamondx