This file is indexed.

/usr/share/lyx/layouts/aastex6.layout is in lyx-common 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
#% Do not delete the line below; configure depends on this
#\DeclareLaTeXClass[aastex6,amssymb.sty,latexsym.sty,natbib.sty,verbatim.sty]{American Astronomical Society (AASTeX v. 6)}
#  \DeclareCategory{Articles}
#
# LyX support for the AAS TeX package http://www.ctan.org/pkg/aastex
#
# Author: Mike Ressler <mike.ressler@alum.mit.edu>
# Author: Uwe Stöhr <uwestoehr@web.de>
#
# Disclaimer: Though I am an astronomer at the Jet Propulsion Laboratory, this
# package was prepared on my own time on my own machine. Neither the United
# States government, the National Aeronautics and Space Administration, the
# California Institute of Technology, the American Astronomical Society, nor
# the Jet Propulsion Laboratory endorse this package - indeed, they probably
# don't even know of it's existence. Use of this package is covered by the LyX
# license which is found in the file COPYING in the root directory of the LyX
# distribution.
#
# Version 0.0   5/27/99  - Initial submission, basic LaTeX equivalents
# Version 0.1   6/04/99  - Most everything in sections 2.1-2.11 of AASTeX guide
#                          works. References work with some ERT. Regular tables
#                          (2.14) okay, deluxetable will never be supported.
#                          Figures (2.13) not even attempted yet. Misc (2.15)
#                          partially supported, but much will remain ERT.
#                          Style options (section 3) can be typed into Extra
#                          Document options.
#                          Much cleaning of this file needs to be done.
# Version 1.0   6/09/99  - Implemented remaining commands as well as possible.
#                          There is little more I can do unless LyX source code
#                          is changed. (Not by me!) Documentation, template, and
#                          example files are available.
# Version 1.1   7/25/99  - Changed \url to take advantage of new layout option.
# Version 1.2   4/18/02  - Updated for natbib in 1.2.0
# Version 1.3   5/7/04   - Updated for AASTeX 5.2
# 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
#
# Version 6.0   31/03/16 - Stub for AASTeX 6.0:
#  	  		   new layout file aastex6.layout, because
#  	  		   aastex.cls was renamed to aastex6.cls (2016/02/16)
#			   (cf. LyX ticket #10027)
#
# TODO: - support for new commands (see below)
#       - aastex6.cls loads hyperref (with pre-set options) and url
#         -> option clash if "Use Hyerref" is selected in Document>Settings

Format 60

Input aastex.layout


# For new and updated commands, see
# http://journals.aas.org/authors/aastex/revisionhistory.html

## New commands:

Style Software
	CopyStyle	Keywords
	LatexName	software
	Margin		Static
	LeftMargin	M
	TopSep		0.7
	LabelType	Above
	LabelString	"Software:"
	LabelFont
	  Shape		Italic
	EndFont

End

# other new commands are mainly for the user preamble

## Updated commands:

# TODO: dataset should become an inset similar to hyperref:
#
#   Use the \dataset command to link to data sets hosted externally
#   such as the DOI issuing Zenodo repository.
#
#      \dataset[text]{url}
#
#   Where url is the URL link to the data. The bracketed argument is optional.
#   When present the given text is used as the displayed hyperlink otherwise
#   [DATASET] is printed.


# Fixes for aastex.layout

# TODO: first/second arg for tablenotetext to replace ERT "}{"
#       Show "figcaption" label instead of "Senseless!!!"

# match label to output
Style Appendix
	Margin		Static
#	LeftMargin	""
	LabelType	Centered
	LabelString	"APPENDIX"
End

Style TableRefs
	LabelString	"References-"
	LabelFont
	  Series	Bold
	EndFont
End

Style TableComments
	LabelString	"Note-"
End