]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Use the LyX name of encodings instead of the LaTeX names.
[lyx.git] / development / FORMAT
index 8d0f86085b6224ce185474bbe89a8d6b72daf315..5d34fd399542637c6cb9dcec972edfc742640516 100644 (file)
@@ -11,6 +11,79 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2013-02-18 Julien Rioux <jrioux@lyx.org>
+       * 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 <spitz@lyx.org>
+       * 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 <uwestoehr@web.de>
+       * 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 <uwestoehr@web.de>
+       * 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 <spitz@lyx.org>
+       * 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 <spitz@lyx.org>
+       * 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  <Georg.Baum@post.rwth-aachen.de>
+       * 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 <spitz@lyx.org>
+       * Format incremented to 456: Proper support for memoir \epigraph
+         \epigraph{text}{source} > begin_layout Epigraph, <source> as
+         InsetArgument post:1
+
+2012-12-22 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 455: Support for beamer \frametitle
+         \frametitle<overlay>[short]{title} > begin_layout FrameTitle
+
+2012-12-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * 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  <Georg.Baum@post.rwth-aachen.de>
+       * 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 <spitz@lyx.org>
+       * Format incremented to 452: Support for beamer block arguments:
+         \begin{block}<overlay>{title}
+       
+       * Format incremented to 451: Native support for beamer action/overlay arguments.
+         \command<overlay> => \begin_inset Argument 1
+
 2012-12-04 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 450: Support for the URW Garamond LaTeX fonts.
          - \usepackage{garamondx} > \font_serif garamondx