]> git.lyx.org Git - features.git/commitdiff
aastex.layout: fix name and hint of \figcaption
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 9 Feb 2015 23:17:13 +0000 (00:17 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 9 Feb 2015 23:17:13 +0000 (00:17 +0100)
lib/layouts/aastex.layout
status.21x

index 9c3b8668813b14142c4e30a249b91e25e14fa9a1..db9b243b66f9f79128ef1166e04b60b9b2e558e7 100644 (file)
@@ -33,6 +33,7 @@
 # Version 1.4   26/10/08 - new custom insets for \altaffilmark, \tablenotemark
 #                        - new environments for \altaffiltext and \tablenotetext
 # Version 1.5   26/11/12 - added mandatory argument for \altaffiltext
+# Version 1.6   23/01/15 - fix for the optional argument of \figcaption
 
 
 Format 49
@@ -525,12 +526,12 @@ End
 
 
 InsetLayout Caption:FigCaption
-       LabelString          fig.
-       LaTeXType            command
-       LatexName            figcaption
+       LabelString     fig.
+       LaTeXType       command
+       LatexName       figcaption
        Argument 1
-           LabelString   "Short Title|S"
-           Tooltip       "The caption as it appears in the list of figures"
+         LabelString   "Filename"
+         Tooltip       "Filename to identify the corresponding figure file"
        EndArgument
        HTMLStyle
                div.float-caption {
index f1bc22f2ffc4e0d4a2d06d60520a10453cac33fa..863ce4778cee52846521b8dec3d57a5d263af02f 100644 (file)
@@ -61,6 +61,8 @@ What's new
 
 * USER INTERFACE
 
+- Fix name and hint of figure captions in documents using the class aastex. 
+
 
 
 * INTERNALS