From 8599ac1e87f2f8de35ac65911cfbf884d9d5565e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 10 Feb 2015 00:17:13 +0100 Subject: [PATCH] aastex.layout: fix name and hint of \figcaption --- lib/layouts/aastex.layout | 11 ++++++----- status.21x | 2 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/layouts/aastex.layout b/lib/layouts/aastex.layout index 9c3b866881..db9b243b66 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 f1bc22f2ff..863ce4778c 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 -- 2.39.5