]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Add forgotten files
[lyx.git] / development / FORMAT
index 6ee9160a6c749a29330150ec72044de5f8ac415c..ef67c3cc6f16ff64464a388f2730ea94a1488102 100644 (file)
@@ -11,6 +11,59 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+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)