]> git.lyx.org Git - features.git/commitdiff
Some documentation
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Nov 2012 17:44:59 +0000 (18:44 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Nov 2012 17:44:59 +0000 (18:44 +0100)
development/FORMAT
src/tex2lyx/TODO.txt

index 2cb24d31a19fa860004de73e1089c5880aca24ac..391b414ef09c516e2492ab7fa2e969e1629d8a89 100644 (file)
@@ -12,6 +12,20 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 -----------------------
 
 
+2012-11-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 446: Change of InsetArgument syntax.
+         InsetArgument now has a numeric identifier which determines
+         its position (in the LaTeX output):
+           \begin_inset Argument 1
+           ...
+           \end_inset
+         Pre-2.1 documents' arguments all get the number "999", and then
+         InsetArgument::updateBuffer() computes the correct number.
+         This is because lyx2lyx has no access to layouts and hence does
+         not know how many optional arguments a layout can have (if a command
+         has two optional and one mandatory arguments and only one optional
+         is actually given, the mandatory arg still must get number 3).
+
 2012-10-20 Liviu Andronic <landronimirc@gmail.com>
        * Format incremented to 445: support for the URW Classico font,
          an Optima clone.
index ee927a3b36be518ccf163b2848923cc2c529f17d..3e4c02d32e2ce151bc7009e2bfc61a9641577ed4 100644 (file)
@@ -78,6 +78,8 @@ Format LaTeX feature                        LyX feature
        libertine-legacy.sty
 445    URW Classico LaTeX font              \font_sans uop
        \renewcommand{\sffamily}{uop}
+446    Optional and required arguments      InsetArgument
+       now numbered by order
 
 
 General