aastex.layout: fix name and hint of \figcaption

This commit is contained in:
Uwe Stöhr 2015-02-10 00:17:13 +01:00
parent f3dc9d339c
commit 8599ac1e87
2 changed files with 8 additions and 5 deletions

View 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
@ -529,8 +530,8 @@ InsetLayout Caption:FigCaption
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 {

View File

@ -61,6 +61,8 @@ What's new
* USER INTERFACE
- Fix name and hint of figure captions in documents using the class aastex.
* INTERNALS