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 # Version 1.4 26/10/08 - new custom insets for \altaffilmark, \tablenotemark
# - new environments for \altaffiltext and \tablenotetext # - new environments for \altaffiltext and \tablenotetext
# Version 1.5 26/11/12 - added mandatory argument for \altaffiltext # 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 Format 49
@ -525,12 +526,12 @@ End
InsetLayout Caption:FigCaption InsetLayout Caption:FigCaption
LabelString fig. LabelString fig.
LaTeXType command LaTeXType command
LatexName figcaption LatexName figcaption
Argument 1 Argument 1
LabelString "Short Title|S" LabelString "Filename"
Tooltip "The caption as it appears in the list of figures" Tooltip "Filename to identify the corresponding figure file"
EndArgument EndArgument
HTMLStyle HTMLStyle
div.float-caption { div.float-caption {

View File

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