commit 8599ac1e87f2f8de35ac65911cfbf884d9d5565e
Author: Uwe Stöhr <[email protected]>
Date: Tue Feb 10 00:17:13 2015 +0100
aastex.layout: fix name and hint of \figcaption
diff --git a/lib/layouts/aastex.layout b/lib/layouts/aastex.layout
index 9c3b866..db9b243 100644
--- a/lib/layouts/aastex.layout
+++ b/lib/layouts/aastex.layout
@@ -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 {
diff --git a/status.21x b/status.21x
index f1bc22f..863ce47 100644
--- a/status.21x
+++ b/status.21x
@@ -61,6 +61,8 @@ What's new
* USER INTERFACE
+- Fix name and hint of figure captions in documents using the class aastex.
+
* INTERNALS