diff --git a/README.md b/README.md index 484230c..8b60d58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.45282.svg)](http://dx.doi.org/10.5281/zenodo.45282) +[![v6.0.1 DOI](https://zenodo.org/badge/doi/10.5281/zenodo.45282.svg)](http://doi.org/10.5281/zenodo.45282) -## AASTeX60 -The Version 6 style files and documentation for authoring [AAS Journal](http://journals.aas.org) articles in LaTeX2e were released on January 6, 2016. A list of updates and changes provided by Version 6 can be found in the [AASTeX Revision History](http://journals.aas.org/authors/aastex/revisionhistory.html). +## AASTeX6 +The Version 6 style files and documentation for authoring [AAS Journal](http://journals.aas.org) articles in LaTeX2e were released on January 6, 2016. A list of updates and changes provided by Version 6 can be found in the [AASTeX Revision History](http://journals.aas.org/authors/aastex/revisionhistory.html). ## BibTeX This repository also includes the AAS Journals BibTeX style file, [aasjournal.bst](bst/aasjournal.bst). @@ -12,5 +12,27 @@ You may download the most recent version from this repository or from the [AAS J ## Documentation In addition to the [sample files](sample) provided here, an extensive AASTeX guide can be found at our [AAS Journals website](http://journals.aas.org/authors/aastex/aasguide.html). Broader style, data, and graphics guides are also [available](http://journals.aas.org/authors/). +## Development model +AASTeX development is performed outside of the Github platform, but incremental updates from our developers are posted here regularly, and we gladly accept issues and user pull requests. + +## Citation +While the AAS Journals encourage developers to post preferred citations for their codes and encourage authors to cite all software that supports their research articles, citation of AASTeX or acknowledgement of the developers and maintainers of this package is traditionally seen as inappropriate and is not requested. + ## Contact Outside of issues or pull requests, please contact the AASTeX team for help at our [authoring helpdesk](mailto:authors@aas.org) or reach us on Twitter [@AAS_Publishing](https://twitter.com/AAS_Publishing). + +## Release History + +| Version | Github Release | DOI | +| -------- |:----------------:| -----| +| [v6.0.1](https://github.com/AASJournals/AASTeX60/tree/v6.0.1) | 2016 January 26 | [10.5281/zenodo.45282](http://doi.org/10.5281/zenodo.45282)| +| [v6.0.2](https://github.com/AASJournals/AASTeX60/tree/v6.0.2) | 2016 March 02 | tbd | +| [v6.1](https://github.com/AASJournals/AASTeX60/tree/v6.1) | 2016 November 23 | tbd | + + [9e852317]: https://github.com/augustfly/AASTeX60/releases/tag/v6.0.1 "v6.0.1" + + +## Credit +AASTeX originated 28 years ago with a set of LaTeX macros developed by [Bob Hanisch and Chris Biemesderfer](https://ui.adsabs.harvard.edu/#abs/1989BAAS...21..780H/abstract). While a more detailed history is available in the [sample document](sample/sample61.tex), we want to recognize the most recent contributions of individual astronomers to AASTeX 6 here. A partial list includes: + ++ @dfm and @davidwhogg authored a [series of readability and layout modifications of AASTeX v6.0](https://github.com/dfm/peerless/blob/master/document/ms.tex#L19-L69) in a recent manuscript that were incorporated into v6.1 as the *"modern"* document style. \ No newline at end of file diff --git a/bst/aasjournal.bst b/bst/aasjournal.bst index ee6879c..a2ce47d 100644 --- a/bst/aasjournal.bst +++ b/bst/aasjournal.bst @@ -1,11 +1,21 @@ %% %% $Log: apj.bst,v $ -%% Revision 1.12 2016/2/11 Amy +%% Revision 1.14 2016/10/5 Amy Hendrickson +%% Changed bbl.version so that there is no longer a trailing `.' + +%% Revision 1.14 2016/9/14 Amy Hendrickson +%% Added URL field + +%% Revision 1.13 2016/8/9 Amy Hendrickson +%% Change to presort and bibsort to get multiple entries with same author/year +%% combination to be ordered in bibliography in same order as \cite{}s entered in text. + +%% Revision 1.12 2016/2/11 Amy Hendrickson %% Changes to @misc function to specifications by Dr. August Muench. %% Made comma appear between title and publisher whether or not there is a version number. -%% Revision 1.11 2015/12/31 Amy +%% Revision 1.11 2015/12/31 Amy Hendrickson %% Changes to @misc function to specifications by Dr. August Muench. %% Added version and publisher fields. @@ -132,11 +142,12 @@ ENTRY school series title -misctitle + misctitle type volume year version + url } {} { label extra.label sort.label short.list } @@ -288,7 +299,7 @@ FUNCTION {bbl.volume} { "Vol." } FUNCTION {bbl.version} -{ "v." } +{ "v" } FUNCTION {bbl.of} { "of" } @@ -539,6 +550,7 @@ FUNCTION {format.note} if$ } + FUNCTION {format.title} { title empty$ { "" } @@ -676,6 +688,13 @@ FUNCTION {format.doi} if$ } +FUNCTION {format.url} +{ url empty$ + { "" } + { new.block "\url{" url * "}" * } + if$ +} + FUNCTION {format.eprint} { eprint empty$ { "" } @@ -1151,6 +1170,7 @@ FUNCTION {article} { format.journal.pages } if$ format.note output + format.url output fin.entry } @@ -1186,6 +1206,7 @@ FUNCTION {book} format.pages output format.note output format.pid output + format.url output fin.entry } @@ -1201,6 +1222,7 @@ FUNCTION {booklet} address output format.note output format.pid output + format.url output fin.entry } @@ -1238,6 +1260,7 @@ FUNCTION {inbook} % if$ format.pages "pages" output.check format.note output + format.url output fin.entry } @@ -1263,6 +1286,7 @@ FUNCTION {incollection} % if$ format.pages "pages" output.check format.note output + format.url output fin.entry } @@ -1291,6 +1315,7 @@ FUNCTION {inproceedings} % if$ format.pages output format.note output + format.url output fin.entry } @@ -1309,6 +1334,7 @@ FUNCTION {manual} address output format.note output format.pid output + format.url output fin.entry } @@ -1325,6 +1351,7 @@ FUNCTION {mastersthesis} address output format.note output format.pid output + format.url output fin.entry } @@ -1341,6 +1368,7 @@ FUNCTION {misc} format.aaspublisher format.note output format.pid output + format.url output fin.entry } @@ -1357,6 +1385,7 @@ FUNCTION {phdthesis} address output format.note output format.pid output + format.url output fin.entry } @@ -1390,6 +1419,7 @@ FUNCTION {proceedings} % publisher output format.pages output format.note output + format.url output fin.entry } @@ -1406,6 +1436,7 @@ FUNCTION {techreport} address output format.note output format.pid output + format.url output fin.entry } @@ -1419,6 +1450,7 @@ FUNCTION {unpublished} % format.title "title" output.check format.note "note" output.check format.pid output + format.url output fin.entry } @@ -1640,9 +1672,14 @@ FUNCTION {presort} * " " * - title field.or.null - sort.format.title - * +%% August 2016 +%% commenting out this combination gets the cites right but references wrong +%% title field.or.null +%% sort.format.title +%% * +%% +%% with only this line on, we get cites right but references wrong + sort.format.title #1 entry.max$ substring$ 'sort.key$ := } @@ -1704,9 +1741,11 @@ FUNCTION {bib.sort.order} * " " * - title field.or.null - sort.format.title - * +%% Commented out August 2016, so that multiple indentical author/year +%% combinations are entered in the order that \cite{}s are found in text. +% title field.or.null +% sort.format.title +% * #1 entry.max$ substring$ 'sort.key$ := } @@ -1725,6 +1764,8 @@ FUNCTION {begin.bib} write$ newline$ "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" write$ newline$ + "\providecommand{\url}[1]{\href{#1}{#1}}" + write$ newline$ } EXECUTE {begin.bib} diff --git a/cls/aastex6.cls b/cls/aastex61.cls similarity index 78% rename from cls/aastex6.cls rename to cls/aastex61.cls index 8330eb6..41adeb1 100644 --- a/cls/aastex6.cls +++ b/cls/aastex61.cls @@ -1,10 +1,11 @@ +%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% AASTeX.cls %% -%% March 2, 2016 %% +%% AASTeX61.cls %% +%% October 5, 2016 %% %% Copyright 2016 American Astronomical Society %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\currversion{6.0} +\def\currversion{6.1} %% %% These files are distributed @@ -27,7 +28,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~}% %% -%%% date = "2016/01/4", +%%% date = "9/19/2016", %%% author = "Amy Hendrickson (mailto:amyh@texnology.com)" %%% including %%% 1) code from emulateapj.cls, version 01/23/15(marked below) @@ -40,8 +41,6 @@ %%% environments; rotate tables; gridlines for use in positioning figures, %%% track changes. - - %%% This work may be distributed and/or modified under the %%% conditions of the LaTeX Project Public License, either version 1.3c %%% of this license or (at your option) any later version. @@ -82,8 +81,8 @@ %%% abstract = "formatter for AAS journal submissions", %%% } -\ProvidesClass{aastex}% - [2016/02/16 1.0/AAS markup document class]% +\ProvidesClass{aastex61}%%% + [2016/04/16 Version 6.1/AAS markup document class]% {} \ClassInfo{aastex}{% ^^J @@ -98,7 +97,7 @@ emulateapj.cls included, Copyright 2000-2015 Alexey Vikhlinin ^^J Rewrite and update of emulateapj.cls, revised and enhanced with table macros, gridlines, draft watermark,^^J -ORCID identifier and more, by Amy Hendrickson,% +track changes, new `modern' style and much more, by Amy Hendrickson,% ^^J (amyh@texnology.com, http://www.texnology.com) ^^J @@ -106,67 +105,124 @@ ORCID identifier and more, by Amy Hendrickson,% }% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% aastex6.cls version 1.0 is a based on emulateapj.cls, version January 23, 2015, +%% aastex.cls version 2.0 is a based on emulateapj.cls, version January 23, 2015, %% and an older version of aastex.cls, with many additional functionalities. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Options +%% Options. Document style options, and additional feature options. + +% These are the General document style options, 6 choices -% These are the available options: % manuscript : onecolumn, doublespace, 12pt fonts -% preprint : onecolumn, single space, 10pt fonts -% preprint2 : twocolumn, single space, 10pt fonts -% revtex4 : will produce an error message and demand to download revtex4-1. -% twocolumn : a two column article. Probably not needed, but here just in case. -% onecolumn : a one column article; default option. -% twocolappendix: make 2 column appendix -% onecolappendix: make 1 column appendix is the default. -% astrosymb : Loads Astrosymb font and define \astrocommands. -% tighten : Makes baselineskip slightly smaller -% times : uses times font instead of the default -% linenumbers : turn on lineno package. -% trackchanges : required to see the revision mark up and print output -% numberedappendix: Needed to label appendix sections A, B, . -% appendixfloats: Needed. Resets figure and table counters to zero +%% Preprints are like manuscript, except they are single spaced. +% preprint : onecolumn, single space, 12pt fonts +% preprint2 : twocolumn, single space, 12pt fonts + +%% Modern is new design developed by David Hogg and Daniel Foreman-Mackey +% modern : one column, single space, 10pt fonts, more stylish + +% twocolumn : a two column article, single space, 10pt fonts + +% Default document style option +% onecolumn : a one column article; single space, 10pt fonts +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Additional feature options: + +% revtex4 : will produce an error message and demand to download revtex4-1. +% twocolappendix: make 2 column appendix // produces error message. +% onecolappendix: make 1 column appendix is the default. // not needed because it is the default +% astrosymb : Loads Astrosymb font and define \astro commands. +% tighten : Makes baselineskip slightly smaller, only works with twocolumn option. +%% author can also use the commands \tighten, or \singlespace or \doublespace in the body of their article +%% to get this change to the baselineskip +% times : uses times font as the default +% linenumbers : turn on lineno package. +% trackchanges : required to see the revision mark up and print output +% letteredappendix: (was numbered appendix) Not needed because it is the default, will label appendix sections A, B, ... +% numberedappendix: Legacy command, will produce same results as lettered appendix, since we don't want more +% than one `section 1' in article: will cause problems for cross referencing. + + +\newif\ifmanu +\newif\iftwelvepoint +\newif\ifmodern \newif\ifdoublespace \newif\if@two@col +\newif\ifonecolstyle +\newif\iftwocolstyle + + \DeclareOption{manuscript}{\twelvepointtrue\@two@colfalse\doublespacetrue\manutrue}% + +%% Preprints are like manuscript but are single spaced: +\newif\ifpreprint + \DeclareOption{preprint}{\@two@colfalse\preprinttrue\twelvepointtrue}% + +\newif\ifpreprinttwo + \DeclareOption{preprint2}{\@two@coltrue\preprinttwotrue\twelvepointtrue}% - \DeclareOption{manuscript}{\@two@colfalse\doublespacetrue}% single column, double space - \DeclareOption{preprint}{\@two@colfalse\doublespacefalse}% single column, single space - \DeclareOption{preprint2}{\@two@coltrue\doublespacefalse}% double column, single space - \DeclareOption{revtex4}{\typeout{=================^^J^^J!!! The revtex4 option no longer - allowed!^^J^^J Please download revtex4-1.cls^^J^^J - Thank-you!^^J^^J=================}\stop} + +%% New design suggested by +\DeclareOption{modern}{\@two@colfalse\twelvepointtrue\moderntrue} %% left in from older version, in case it could be useful: -\DeclareOption{twocolumn}{\@two@coltrue} -\DeclareOption{onecolumn}{\@two@colfalse} +\DeclareOption{twocolumn}{\twocolstyletrue\@two@coltrue} + +%% default style +\DeclareOption{onecolumn}{\onecolstyletrue} +%% obsolete option +\DeclareOption{revtex4}{\typeout{=================^^J^^J!!! The revtex4 option no longer + allowed!^^J^^J Please download revtex4-1.cls^^J^^J + Thank-you!^^J^^J=================}\stop} \newif\if@two@col@app -\DeclareOption{twocolappendix}{\@two@col@apptrue} +\DeclareOption{twocolappendix}{\typeout{^^J^^J The option^^J +`twocolappendix' no +longer works! onecolappendix is preferred,^^J +and is the default.^^J^^J}\stop}%\@two@col@apptrue} \DeclareOption{onecolappendix}{\@two@col@appfalse}%% this is default +\newif\iflongauthor +\DeclareOption{longauthor}{\global\longauthortrue} + \newlength{\bibbaselineskip}\setlength{\bibbaselineskip}{3.075mm} \DeclareOption{astrosymb}{ \def\astro#1{\leavevmode\hbox{\astro@font#1}}% \def\load@astro@font{% - \font\astro@font=Astrosym at\f@size pt - }% +\iftwelvepoint + \font\astro@font=Astrosym at 8pt +\else + \font\astro@font=Astrosym at 7pt +\fi +}% \AtBeginDocument{\load@astro@font} } +%% Default definition for \astro, in case astrosymb option has not +%% been used: +\def\astro#1{\typeout{^^J^^J Please use class option `astrosymb' to +access fonts for the \string\astro\space command +^^J^^J +}\stop} + \def\apjsecfont{\normalsize} \def\secnum@size{\small} \def\subsecnum@size{\normalsize} \def\AppendixApjSectionMarkInTitle#1{\relax} -\newif\ifnumberedappendix - \DeclareOption{numberedappendix}{\global\numberedappendixtrue +\newif\ifletteredappendix + \DeclareOption{letteredappendix}{\global\letteredappendixtrue + \def\AppendixApjSectionMarkInTitle#1{#1.\ } + } + +%% this option is obsolete, since letteredappendix is a more logical name; +%% but keeping it here in case someone uses it, set to be the same as +%% letteredappendix. + \DeclareOption{numberedappendix}{\global\letteredappendixtrue \def\AppendixApjSectionMarkInTitle#1{#1.\ } } @@ -195,14 +251,15 @@ ORCID identifier and more, by Amy Hendrickson,% %% End AH Options -\ExecuteOptions{onecolumn,onecolappendix,numberedappendix}% +\ExecuteOptions{onecolumn,onecolappendix,letteredappendix}% \ProcessOptions %%%%%%%%%%%%% +% \iftimes -%% would be better to use apjfonts, from Alexey Vikhlinin's website +%% Might be better to use apjfonts, from Alexey Vikhlinin's website %% http://hea-www.harvard.edu/~alexey/emulateapj/apjfonts.sty %%\usepackage{apjfonts} %% but times.sty is ubiquitous, and many people may not have apjfonts.sty @@ -211,10 +268,6 @@ ORCID identifier and more, by Amy Hendrickson,% \usepackage{times} \fi -%%%%%%%%%%%%% -%% Line numbering -\usepackage{lineno} - %%%%%%%%%%%%% \IfFileExists{revtex4-1.cls}{ @@ -223,17 +276,30 @@ ORCID identifier and more, by Amy Hendrickson,% \typeout{^^J^^J Please update your system to include revtex4-1.cls^^J^^J}\stop } - \def\@revtex@cls{revtex4-1} \let\@startsection@from@latex=\@startsection -\if@two@col - \LoadClass[twocolumn,nofootinbib,showkeys,twoside,floatfix,unsortedaddress,flushbottom,10pt,aps,pra] -{\@revtex@cls} -\else - \LoadClass[nofootinbib,showkeys,twoside,floatfix,unsortedaddress,flushbottom,notitlepage,10pt,aps,pra] -{\@revtex@cls} -\fi + +%% Passing options to revtex while loading: + \iftwelvepoint + \iflongauthor + \LoadClass[nofootinbib,showkeys,twoside,floatfix,unsortedaddress,flushbottom,12pt,aps,pra] + {\@revtex@cls} + \else + \LoadClass[nofootinbib,showkeys,twoside,floatfix,superscriptaddress,flushbottom,12pt,aps,pra] + {\@revtex@cls} + \fi + \else %not twelvepoint + \iflongauthor + \LoadClass[nofootinbib,showkeys,twoside,floatfix,unsortedaddress,flushbottom,10pt,aps,pra] + {\@revtex@cls} + \else + \LoadClass[nofootinbib,showkeys,twoside,floatfix,superscriptaddress,flushbottom,10pt,aps,pra] + {\@revtex@cls} + \fi + \fi + +%%%%%%%%%%%%%%%%%%%% \def\blankaffiliation{~}% @@ -245,6 +311,7 @@ revtex4-1.cls^^J^^J}\stop % Restore natbib package without sorting. \def\NAT@sort{0} \def\NAT@cmprs{0} + % only redefine sort@cites for natbib versions < 2009 \@ifundefined{NAT@sort@cites@}{\def\NAT@sort@cites#1{\edef\NAT@cite@list{#1}}}% @@ -268,48 +335,124 @@ revtex4-1.cls^^J^^J}\stop %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Font families -%% modification of bk10.clo, standard LaTeX distribution +%% modification of bk10.clo, and bk12.clo, standard LaTeX distribution %% %% Implements doublespace used in `manuscript' option %% Implements `tighten' option: make baselineskip smaller if `tighten' is used %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% tighten only works with two column styles: +\iftwocolstyle\else\global\tightenfalse\fi + +%%% preprint, preprint2, manuscript are 12pt +%% Modified bk12.clo +\iftwelvepoint + \renewcommand\normalsize{% -\ifdoublespace -\iftighten +\ifdoublespace % manuscript + \iftighten + \@setfontsize\normalsize\@xiipt{20}% + \else \@setfontsize\normalsize\@xiipt{24}% + \fi +\else + \iftighten + \@setfontsize\normalsize\@xiipt{13}% + \else + \ifmodern + \@setfontsize\normalsize\@xiipt{16}% + \else + \@setfontsize\normalsize\@xiipt{15}% + \fi + \fi +\fi %% end doublespace/no double space + \abovedisplayskip 12\p@ \@plus3\p@ \@minus7\p@ + \abovedisplayshortskip \z@ \@plus3\p@ + \belowdisplayshortskip 6.5\p@ \@plus3.5\p@ \@minus3\p@ + \belowdisplayskip \abovedisplayskip + \let\@listi\@listI} + +\normalsize + +\renewcommand\small{% +\ifdoublespace % manuscript + \@setfontsize\small\@xipt{20}% \else - \@setfontsize\normalsize\@xiipt{28}% +\ifmodern + \@setfontsize\small\@xipt{12}% +\else + \@setfontsize\small\@xipt{13.6}% +\fi\fi +%% end doublespace/no double space + \abovedisplayskip 11\p@ \@plus3\p@ \@minus6\p@ + \abovedisplayshortskip \z@ \@plus3\p@ + \belowdisplayshortskip 6.5\p@ \@plus3.5\p@ \@minus3\p@ + \def\@listi{\leftmargin\leftmargini + \topsep 9\p@ \@plus3\p@ \@minus5\p@ + \parsep 4.5\p@ \@plus2\p@ \@minus\p@ + \itemsep \parsep}% + \belowdisplayskip \abovedisplayskip +} + +\renewcommand\footnotesize{% +\ifdoublespace % manuscriptstyle + \@setfontsize\footnotesize\@xpt{18} +\else + \ifmodern + \@setfontsize\footnotesize\@xpt{11}% + \else + \@setfontsize\footnotesize\@xpt\@xiipt +\fi\fi + \abovedisplayskip 10\p@ \@plus2\p@ \@minus5\p@ + \abovedisplayshortskip \z@ \@plus3\p@ + \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@ + \def\@listi{\leftmargin\leftmargini + \topsep 6\p@ \@plus2\p@ \@minus2\p@ + \parsep 3\p@ \@plus2\p@ \@minus\p@ + \itemsep \parsep}% + \belowdisplayskip \abovedisplayskip +} +\ifdoublespace % manuscript style +\renewcommand\scriptsize{\@setfontsize\scriptsize\@viiipt{14}} +\renewcommand\tiny{\@setfontsize\tiny\@vipt{10}} +\renewcommand\large{\@setfontsize\large\@xivpt{18}} +\renewcommand\Large{\@setfontsize\Large\@xviipt{22}} +\renewcommand\LARGE{\@setfontsize\LARGE\@xxpt{25}} +\renewcommand\huge{\@setfontsize\huge\@xxvpt{30}} +\else +\renewcommand\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} +\renewcommand\tiny{\@setfontsize\tiny\@vipt\@viipt} +\renewcommand\large{\@setfontsize\large\@xivpt{22}} +\renewcommand\Large{\@setfontsize\Large\@xviipt{24}} +\renewcommand\LARGE{\@setfontsize\LARGE\@xxpt{28}} +\renewcommand\huge{\@setfontsize\huge\@xxvpt{30}} \fi -\else % not doublespace +\let\Huge=\huge +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\else %% not twelvepoint, now tenpoint +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% no doublespace here, because the only doublespace is in `manuscript style' which is 12pt + +\renewcommand\normalsize{% \iftighten \@setfontsize\normalsize\@xpt{11.5}% \else \@setfontsize\normalsize\@xpt{12.5}% \fi -\fi%% end doublespace branch - \abovedisplayskip 2.2mm \@plus2\p@ \@minus1\p@ + \abovedisplayskip 10\p@ \@plus2\p@ \@minus5\p@ \abovedisplayshortskip \z@ \@plus3\p@ - \belowdisplayshortskip 2.2mm \@plus2\p@ \@minus1\p@ + \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@ \belowdisplayskip \abovedisplayskip \let\@listi\@listI} \normalsize \renewcommand\small{% -\ifdoublespace -\iftighten - \@setfontsize\small\@xipt{20}% -\else - \@setfontsize\small\@xipt{22}% -\fi -\else % not doublespace \iftighten - \@setfontsize\small\@ixpt{8.68}% + \@setfontsize\small\@ixpt{12}% \else - \@setfontsize\small\@ixpt{9.68}% + \@setfontsize\small\@ixpt{11}% \fi -\fi%% end doublespace branch \abovedisplayskip 8.5\p@ \@plus3\p@ \@minus4\p@ \abovedisplayshortskip \z@ \@plus2\p@ \belowdisplayshortskip 4\p@ \@plus2\p@ \@minus2\p@ @@ -321,19 +464,11 @@ revtex4-1.cls^^J^^J}\stop } \renewcommand\footnotesize{% -\ifdoublespace -\iftighten - \@setfontsize\footnotesize\@xpt{22}% -\else - \@setfontsize\footnotesize\@xpt{24}% -\fi -\else % not doublespace \iftighten - \@setfontsize\footnotesize\@viiipt{7.36}% + \@setfontsize\footnotesize\@viiipt{9}% \else - \@setfontsize\footnotesize\@viiipt{8.36}% + \@setfontsize\footnotesize\@viiipt{9.5}% standard eightpoint size \fi -\fi%% end doublespace branch \abovedisplayskip 6\p@ \@plus2\p@ \@minus4\p@ \abovedisplayshortskip \z@ \@plus\p@ \belowdisplayshortskip 3\p@ \@plus\p@ \@minus2\p@ @@ -344,17 +479,7 @@ revtex4-1.cls^^J^^J}\stop \belowdisplayskip \abovedisplayskip } -\ifdoublespace - -\renewcommand\scriptsize{\@setfontsize\scriptsize\@viiipt{16}} -\renewcommand\tiny{\@setfontsize\tiny\@vipt{12}} -\renewcommand\large{\@setfontsize\large\@xivpt{24}} -\renewcommand\Large{\@setfontsize\Large\@xviipt{24}} -\renewcommand\LARGE{\@setfontsize\LARGE\@xxpt{30}} -\renewcommand\huge{\@setfontsize\huge\@xxvpt{36}} -\let\Huge=\huge - -\else +%% Standard 10pt font sizes \renewcommand\scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt} \renewcommand\tiny{\@setfontsize\tiny\@vpt\@vipt} \renewcommand\large{\@setfontsize\large\@xiipt{14}} @@ -362,8 +487,13 @@ revtex4-1.cls^^J^^J}\stop \renewcommand\LARGE{\@setfontsize\LARGE\@xviipt{22}} \renewcommand\huge{\@setfontsize\huge\@xxpt{25}} \renewcommand\Huge{\@setfontsize\Huge\@xxvpt{30}} + \fi +%% End font sizes +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + \setlength\smallskipamount{3\p@ \@plus 1\p@ \@minus 1\p@} \setlength\medskipamount{6\p@ \@plus 2\p@ \@minus 2\p@} \setlength\bigskipamount{12\p@ \@plus 4\p@ \@minus 4\p@} @@ -461,23 +591,20 @@ revtex4-1.cls^^J^^J}\stop \evensidemargin=0in \parskip=0cm -%\tolerance=600 % 3x "normal" value; cuts down on overfull complaints +\tolerance=600 % 3x "normal" value; cuts down on overfull complaints %% AV,MM, to have 64 lines per column, with textheight 25cm: \textheight=64\baselineskip \textheight=\baselinestretch\textheight \ifdim\textheight>25.2cm\textheight=25.0cm\fi -\advance\textheight -36pt +%% so that the margin at the bottom of the page is about equal to margin at top. -- AH +\advance\textheight -54pt \topskip\baselineskip \maxdepth\baselineskip -\let\tighten=\relax -\let\tightenlines=\tighten -\let\singlespace=\relax -\let\doublespace=\relax \def\eqsecnum{ \@newctr{equation}[section] @@ -506,24 +633,77 @@ revtex4-1.cls^^J^^J}\stop %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \long\def\frontmatter@title@above{ +\ifmodern +\vglue-18pt +{\footnotesize +\raggedright +{\sc Draft version \today}\\[2pt] +{\footnotesize +Typeset using \LaTeX\ {\bf modern} style in AASTeX61} +\vskip48pt +} +\else +%% +\ifpreprint +\vspace*{-\headsep}\vspace*{\headheight} +\footnotesize +\noindent{\sc Draft version \today}\\[2pt] +{\footnotesize Typeset using \LaTeX\ {\bf preprint} style in AASTeX61} +\par\vspace*{-\baselineskip}\vspace*{0.625in} +\else +%% +\ifpreprinttwo +\vspace*{-\headsep}\vspace*{\headheight} +\footnotesize +{\footnotesize\textsc{\@journalinfo}}\par +{\footnotesize Typeset using \LaTeX\ {\bf preprint2} style in AASTeX61} +\par\vspace*{-\baselineskip}\vspace*{0.625in} +\else +%% +\iftwocolstyle +\vspace*{-\headsep}\vspace*{\headheight} +\footnotesize +{\footnotesize\textsc{\@journalinfo}}\par +{\footnotesize Typeset using \LaTeX\ {\bf twocolumn} style in AASTeX61} +\par\vspace*{-\baselineskip}\vspace*{0.625in} +\else +\ifmanu +\vspace*{-\headsep}\vspace*{\headheight} +\footnotesize +\noindent\textsc{\@journalinfo}\\[-8pt] +{\footnotesize Typeset using \LaTeX\ {\bf manuscript} style in AASTeX61} +\par\vspace*{-\baselineskip}\vspace*{0.625in} +\else +%% Default \vspace*{-\headsep}\vspace*{\headheight} \footnotesize {\footnotesize\textsc{\@journalinfo}}\par -{\scriptsize Preprint typeset using \LaTeX\ style AASTeX6 v.\ 1.0 -}\par\vspace*{-\baselineskip}\vspace*{0.625in} +{\footnotesize Typeset using \LaTeX\ default style in AASTeX61}%% default style +\par\vspace*{-\baselineskip}\vspace*{0.625in} +\fi\fi\fi\fi\fi }% + \def\frontmatter@title@produce{% \begingroup +\ifnumlines\nolinenumbers\fi \frontmatter@title@above \frontmatter@title@format \@title \vskip12pt \@ifx{\@title@aux\@title@aux@cleared}{}{% - \expandafter\frontmatter@footnote\expandafter{\@title@aux}% + \expandafter\frontmatter@footnote\expandafter{\@title@aux}% }% \par %% \class@warn{Unused short title ignored}% +\ifmodern +\vskip-42pt +\else +\ifmanu +\vskip-60pt +\else \frontmatter@title@below +\fi +\fi \endgroup }% @@ -532,111 +712,178 @@ revtex4-1.cls^^J^^J}\stop \long\def\tempfootnote#1{\global\advance\fncount by 1\relax% \expandafter\gdef\csname footnote\the\fncount\endcsname{#1}} -\def\tempfootnoteintitle#1{\hskip-1.5pt$^{\fnsymbol{footnote}}$} +\long\def\abstracttempfootnote#1{\global\advance\fncount by 1\relax% +\expandafter\gdef\csname absfootnote\the\fncount\endcsname{#1}} +\def\tempfootnoteintitle#1{} + +\long\def\ltx@foottext#1#2{% + \begingroup + \expandafter\ltx@make@current@footnote\expandafter{\@mpfn}{#1}% +\@footnotetext{#2}% + \endgroup +}% + +\def\kickoutfootnotes{\c@footnote=0\relax% +\loop\advance\endfncount by 1\relax% +\expandafter\ifx\csname footnote\the\endfncount\endcsname\relax% +\else% +\def\thempfn{\fnsymbol{footnote}}% +\advance\c@footnote by 1\relax% +\unskip\footnote{\csname footnote\the\endfncount\endcsname}% +\repeat} + + + +%% \renewcommand\title[2][]{% \def\@title{\setbox0=\vbox{\let\footnote\tempfootnote #2}% {\let\footnote\tempfootnoteintitle\uppercase{#2}} -\loop\advance\endfncount by 1 -\expandafter\ifx\csname footnote\the\endfncount\endcsname\relax\else -\footnote{\csname footnote\the\endfncount\endcsname} -\repeat -\ifdoublespace\vskip 3\baselineskip -\fi +\kickoutfootnotes +\ifdoublespace\vskip 3\baselineskip\fi }% \def\@shorttitle{#1}% \let\@AF@join\@title@join }% + \def\frontmatter@title@format{\normalsize\centering} -\def\frontmatter@title@below{\vspace*{-2.63\baselineskip\vspace*{0.25in}}}% -\def\frontmatter@above@affilgroup{\vspace*{0.25in}}% -\def\frontmatter@authorformat{\small\scshape\centering}% -\def\frontmatter@affiliationfont{\normalfont\footnotesize}% +\def\frontmatter@title@below{\vskip12pt}% -\def\frontmatter@finalspace{\vspace*{-\baselineskip}\vspace*{0.375in}} +\def\frontmatter@authorformat{\small\scshape +\ifmodern +\vskip48pt +\centering +\leftskip=.05in plus 1fil +\rightskip=.05in plus 1 fil +\baselineskip=13pt +\else +\centering +\fi +}% -\def\@separator{\\}% -\def\frontmatter@footnote#1{% - \begingroup - \@booleanfalse\temp@sw - \def\@tempa{#1}% - \let\@tempb\@empty - \def\@TBN@opr{\y@match\@tempa}% - \@FMN@list - \temp@sw{% - \expandafter\frontmatter@footnotemark - \expandafter{\@tempb}% - }{% - \def\@thefnmark{\relax} - \frontmatter@footnotetext{#1} - }% - \endgroup +\def\frontmatter@affiliationfont{\normalfont\footnotesize\it +\ifmodern\baselineskip=14pt\fi +\iflongauthor\else +\rightskip-12pt plus 1fil +\leftskip6pt \parindent-4pt +\fi }% +\def\frontmatter@finalspace{\vskip-24pt}%\vspace*{-\baselineskip}\vspace*{0.375in}} + +\def\@separator{\\}% + \newcounter{front@matter@foot@note}\setcounter{front@matter@foot@note}{0} -\def\frontmatter@above@affiliation{\vspace*{0.5mm}}% +\iflongauthor \renewcommand\affiliation[1]{% \move@AU\move@AF% +\iflongauthor\let\@listand\relax\fi \begingroup% - \@affiliation{\hspace*{2mm}\advance\baselineskip2pt #1\vskip1sp}% + \@affiliation{%\hspace*{2mm} +\ifnum\countauthors<\AuthorCollaborationLimit + #1\ifmodern\iflongauthor\baselineskip=12pt\else\vskip2pt\fi\else\baselineskip=12pt\fi\fi +\ifnum\countauthors=\AuthorCollaborationLimit + #1\ifmodern\iflongauthor\baselineskip=12pt\else\vskip2pt\fi\else\baselineskip=12pt\fi\fi +\iflongauthor\vskip-12pt\ifnum\countauthors>\AuthorCollaborationLimit\iftwelvepoint\vskip-3pt\else\iftwocolstyle\else\vskip-6pt\fi\fi\fi% +\fi +}% }% - -\def\affil#1{\expandafter\gdef\csname - xaffil\the\authorcount\endcsname{#1} -\affiliation{#1}} - -\def\affil@mark#1{\textsuperscript{#1}} - -\def\affile@mark@pad{0.2em} - -% Fight poor revtex algorithm for altaffiliation: -\def\@alt@affil@kill@next@symbol#1{\relax} -\newtoks\alt@affil@toks \alt@affil@toks{\@alt@affil@kill@next@symbol} -\newtoks\alt@affil@toks@count \alt@affil@toks@count{} - -\let\@author@finish@revtex=\@author@finish -\def\@author@finish{% -\if!\the\alt@affil@toks@count!% -\relax \else -\altaffiliation{\the\alt@affil@toks}\the\alt@affil@toks@count -\fi -\@author@finish@revtex -} +%% older version +\renewcommand\affiliation[1]{% + \move@AU\move@AF% + \begingroup% + \@affiliation{%\hspace*{2mm} + #1\ifmodern\iflongauthor\baselineskip=12pt\else\vskip2pt\fi\else\baselineskip=12pt\fi}% +}% +\fi %% end switch for longauthor -\let\old@foot@note@mark=\footnotemark -\let\old@foot@note@text=\footnotetext -\def\footnotemark[#1]{\altaffilmark{#1}} -\def\footnotetext[#1]#2{\altaffiltext{#1}{#2}} % ABSTRACT - \def\frontmatter@abstractfont{\normalsize\parindent=0.0in}% -\def\frontmatter@abstractwidth{6in} -\def\frontmatter@preabstractspace{0.0\baselineskip} -\def\frontmatter@postabstractspace{0.0\baselineskip} +\def\frontmatter@abstractfont{\normalsize\parindent=9pt +}% +%\def\frontmatter@abstractwidth{6in} +\def\frontmatter@preabstractspace{12pt} +\def\frontmatter@postabstractspace{12pt} \def\abstractname{ABSTRACT} \long\def\frontmatter@abstractheading{% -\makeaffils - \vspace*{-\baselineskip}\vspace*{1.5pt} -% \centerline{\itshape\footnotesize\@submitted} - \vspace*{0.13189in} \begingroup \centering \abstractname \vskip 1mm \par \endgroup - \everypar{\rightskip=0.5in\leftskip=\rightskip}\par }% -% Redefine the LaTeX \and command for this style. -\def\and{\ifnum\AuthorCallLimit>0\else\xauthor{\vspace*{-0.2in}and\vspace*{-0.558cm}}\noaffiliation\fi} -\def\@listand{\@ifnum{\@tempcnta=\tw@}{\andname\space}{}}% +\newif\ifabstract% +\renewenvironment{frontmatter@abstract}{% + \aftermaketitle@chk{\begin{abstract}}% +\global\abstracttrue + \global\setbox\absbox\vbox\bgroup + \color@begingroup + \columnwidth\textwidth + \hsize\columnwidth + \@parboxrestore + \def\@mpfn{mpfootnote}\def\thempfn{\thempfootnote)}\c@mpfootnote\z@ % should be footnote, not mpfootnote? +% \let\@footnotetext\frontmatter@footnotetext + \minipagefootnote@init + \let\set@listindent\set@listindent@ + \let\@listdepth\@mplistdepth \@mplistdepth\z@ + \let@environment{description}{frontmatter@description}% + \@minipagerestore + \@setminipage + \frontmatter@abstractheading + \frontmatter@abstractfont +% \let\footnote\mini@note + \expandafter\everypar\expandafter{\the\everypar\addcontents@abstract\everypar{}}% +\ifnumlines\let\go\linenumbers\else\let\go\relax\fi\go +}{% +\ifnumlines\let\go\endlinenumbers\else\let\go\relax\fi\go + \par + \unskip + \minipagefootnote@here + \@minipagefalse %% added 24 May 89 + \color@endgroup +\egroup% end setbox\absbox +}% + +\let\abstract\frontmatter@abstract + +\def\frontmatter@abstract@produce{% + \par + \preprintsty@sw{% + \do@output@MVL{% + \vskip\frontmatter@preabstractspace + \vskip200\p@\@plus1fil + \penalty-200\relax + \vskip-200\p@\@plus-1fil + }% + }{% + \addvspace{\frontmatter@preabstractspace}% + }% + \begingroup + \dimen@\baselineskip + \setbox\z@\vtop{\unvcopy\absbox}% + \advance\dimen@-\ht\z@\advance\dimen@-\prevdepth + \@ifdim{\dimen@>\z@}{\vskip\dimen@}{}% + \endgroup + \begingroup + \prep@absbox +\unvbox\absbox + \post@absbox + \endgroup + \@ifx{\@empty\mini@notes}{}{\mini@notes\par}% + \addvspace\frontmatter@postabstractspace +\global\abstractfalse +}% + +\newif\ifbib + % **************************************** % * KEYWORDS * @@ -646,7 +893,7 @@ revtex4-1.cls^^J^^J}\stop \def\@keys@name{\textit{Keywords:}\/~\mbox{}}% \newlength{\keys@width} -\def\frontmatter@keys@format{\vspace*{0.5mm}% +\def\frontmatter@keys@format{\ifmodern\vskip0pt\else\vspace*{0.5mm}\fi% \settowidth{\keys@width}{\normalsize\@keys@name}% \rightskip=0.5in\leftskip=\rightskip\parindent=0pt% \hangindent=\keys@width\hangafter=1\normalsize}% @@ -665,32 +912,18 @@ revtex4-1.cls^^J^^J}\stop \let\subjectheadings=\keywords + % **************************************** % * FOOTNOTES * % **************************************** -% Modify code from revtex: -\def\@xfootnotemark@ltx[#1]{% - \begingroup -% \csname c@\@mpfn\endcsname #1\relax - \unrestored@protected@xdef\@thefnmark{#1}% - \endgroup - \H@@footnotemark -}% -% Modify code from LaTeX to fix footnotes: -\def\@xfootnotenext[#1]{% - \begingroup -% \csname c@\@mpfn\endcsname #1\relax - \unrestored@protected@xdef\@thefnmark{#1}% - \endgroup - \@footnotetext} - - +%% legacy notes and footnote code % Footnotes on the last page: user issues \lastpagefootnotes. It catches all % footnotes and issues them before \begin{refernces} or % \begin{\thebibliography} or \begin{appendix}, whichever comes first, % at the end of right column. +%% ??? \newcounter{lastfootnote} \let\orig@footnote=\footnote % @@ -727,9 +960,16 @@ revtex4-1.cls^^J^^J}\stop } \let\lastpagefootnote=\lastpagefootnotes +%% probably not needed: +\def\notetoeditor#1{}% % We do not need notes to editor in the preprint +\def\placetable#1{}% % We do not need notes to editor in the preprint +\def\placefigure#1{}% % We do not need notes to editor in the preprint + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \ifdoublespace %used for manuscript -\skip\footins 36pt \footnotesep 12pt +\skip\footins 36pt \else \footnotesep 12pt \skip\footins 24pt @@ -739,9 +979,6 @@ revtex4-1.cls^^J^^J}\stop \def\@makefntext#1{\mbox{}\hspace*{3mm}\@makefnmark~#1} -\def\notetoeditor#1{}% % We do not need notes to editor in the preprint -\def\placetable#1{}% % We do not need notes to editor in the preprint -\def\placefigure#1{}% % We do not need notes to editor in the preprint % **************************************** % * SECTIONS * @@ -752,13 +989,20 @@ revtex4-1.cls^^J^^J}\stop \newif\if@firstsection \@firstsectiontrue \def\section{% - \if@firstsection\@firstsectionfalse - \maketitle\setcounter{footnote}{\thefront@matter@foot@note}% - \let\footnotetext=\old@foot@note@text - \let\footnotemark=\old@foot@note@mark - \fi - \@startsection{section}{1}{\z@}{9pt plus 2pt minus 1pt}{4pt}{\apjsecfont\center}} - +\if@firstsection + \maketitle +\global\@firstsectionfalse + \setcounter{footnote}{\thefront@matter@foot@note}% + \let\footnotetext=\old@foot@note@text + \let\footnotemark=\old@foot@note@mark + \clearpage + \if@two@col + \twocolumngrid + \fi +\fi + \@startsection{section}{1}{\z@}{9pt plus 1pt minus + 1pt}{4pt}{\apjsecfont\center}} + \def\subsection{\@startsection{subsection}{2}{\z@}{9pt plus 1pt minus 1pt}{4pt}% {\normalsize\itshape \center}} @@ -766,15 +1010,16 @@ revtex4-1.cls^^J^^J}\stop {2ex plus 1ex minus .2ex}{1ex plus .2ex}{\small\itshape \center}} \def\paragraph{\@startsection{paragraph}{4}{\z@}% - {1.5ex plus 1ex minus .2ex}{-0.5\parindent}{\small\it}} + {1.5ex plus 1ex minus .2ex}{0pt}{\small\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{\z@}% - {1ex plus 1ex minus .2ex}{-0.5\parindent}{\small\it}} + {1ex plus 1ex minus .2ex}{-0.5\parindent}{\small\itshape}} + -\def\thesection{\@arabic{\c@section}} -\def\thesubsection{\thesection.\@arabic{\c@subsection}} -\def\thesubsubsection{\thesubsection.\@arabic{\c@subsubsection}} -\def\theparagraph{\thesubsubsection.\@arabic{\c@paragraph}} +\def\thesection{\arabic{section}} +\def\thesubsection{\thesection.\arabic{subsection}} +\def\thesubsubsection{\thesubsection.\arabic{subsubsection}} +\def\theparagraph{\thesubsubsection.\arabic{paragraph}} \def\p@section {} \def\p@subsection {} \def\p@subsubsection {} @@ -790,8 +1035,10 @@ revtex4-1.cls^^J^^J}\stop \def\ApjSectionMarkInTitle#1{#1.\ } \def\ApjSectionpenalty{0} + \def\@sect#1#2#3#4#5#6[#7]#8% -{\@tempskipa #5\relax +{\ifnum#2=1\setbox0=\hbox{\def\label##1{\gdef\templabel{##1}}#7}\fi +\@tempskipa #5\relax \ifdim \@tempskipa >\z@ \begingroup #6\relax \ifnum #2>\c@secnumdepth \def \@svsec {}\else @@ -819,10 +1066,15 @@ revtex4-1.cls^^J^^J}\stop the#1\endcsname }\fi #7}}\fi \@xsect {#5} \penalty \ApjSectionpenalty %-refstepcounter is now within a group. So \@currentlabel, which is normally %-set by \refstepcounter is hidden within a group. Need to set it manually. -\protected@edef\@currentlabel{\csname p@#1\endcsname\csname the#1\endcsname} +\protected@edef\@currentlabel{\csname p@#1\endcsname\csname +the#1\endcsname} +\expandafter\ifx\csname templabel\endcsname\relax +\let\go\relax +\else +\def\go{\label{\templabel}}\fi\go +\let\templabel\relax } - \def\@ssect#1#2#3#4#5{\@tempskipa #3\relax \ifdim \@tempskipa>\z@ \begingroup #4\@hangfrom{\hskip #1}{\interlinepenalty \@M @@ -849,12 +1101,13 @@ revtex4-1.cls^^J^^J}\stop % do \begin{appendix}...\end{appendix}. Changed to \appendix which is how it is used. % numberedappendix: Needed to label appendix sections A, B, . -% appendixfloats: Needed. Resets figure and table counters to zero, also needs letters +% appendixfloats: Needed. ?? +\newif\ifappendixon \def\appendix{ - \if@two@col@app\else - \onecolumngrid - \fi +\global\appendixontrue +\onecolumngrid +%\clearpage % \vrule used for extra space; otherwise revtex4-1 sometimes eats % away the last line before appendix \noindent\mbox{}\vrule height 24pt width0pt\hfill{\apjsecfont APPENDIX}\hfill\mbox{}\par @@ -864,17 +1117,18 @@ revtex4-1.cls^^J^^J}\stop \setcounter{subsection}{0} \setcounter{equation}{0} %% -\ifnumberedappendix +\ifletteredappendix \def\thesection{\Alph{section}} \def\theequation{\hbox{\Alph{section}\arabic{equation}}} -\setcounter{table}{0} -\setcounter{figure}{0} -\else +%% these are NOT supposed to reset to zero +%\setcounter{table}{0} +%\setcounter{figure}{0} +\fi %% \if@number@appendix@floats -\setcounter{table}{0} -\setcounter{figure}{0} -\setcounter{equation}{0} +% we don't want to set equations to zero in appendix, because there +% might then be two equation 1's, etc., confusing for cross referencing. +%\setcounter{equation}{0} \def\thesection{\Alph{section}} \def\theequation{\hbox{\Alph{section}\arabic{equation}}} \def\section{ @@ -883,15 +1137,11 @@ revtex4-1.cls^^J^^J}\stop \else % Do not use appendix numbers in the titles \def\ApjSectionMarkInTitle{\AppendixApjSectionMarkInTitle} -\fi\fi -%% +\fi +} % -%% this will work for either lettered or not lettered section heads, since -%% the definition of \thesection will be dependant on conditionals above. -\def\thefigure{\thesection\arabic{figure}} -\def\thetable{\thesection\arabic{table}}} - +%% % **************************************** % * BIBLIOGRAPHY * @@ -916,30 +1166,42 @@ revtex4-1.cls^^J^^J}\stop \onecolumngrid } -% redefine thebibliography % redefine thebibliography % remove numbers from the reference list \def\@biblabel#1{\relax} -\bibliographystyle{aasjournal} +\newskip\bibskip +\bibskip=0pt plus 1pt +\let\savebibitem\bibitem +\def\bibitem{\vskip\bibskip\savebibitem} \newdimen\bibindent -\renewenvironment{thebibliography}[1]{ +\renewenvironment{thebibliography}[1]{\global\bibtrue + \onecolumngrid \vspace{20pt} +\goodbreak \hbox to\textwidth{\hss\normalsize REFERENCES\hss} -\vspace{4pt} +\vspace{6pt}\parskip=0pt \twocolumngrid - \par +\par \raggedright - \vspace{10pt plus 3pt} - \par +\small +\ifmodern\else + \vspace{10pt plus 3pt}\fi +\par +\topsep=0pt \list{}% { - \parindent=0pt \parskip=1pt \parsep=0pt % AV + \parindent=0pt \parskip=1pt plus 1pt \parsep=0pt % AV \bibindent=0pt % - \footnotesize -\baselineskip=10pt plus .01pt \interlinepenalty \@M % AV +\ifmodern\vskip-12pt +\baselineskip=13pt plus 1pt +\else +\ifdoublespace +\baselineskip=20pt +\else +\baselineskip=13pt plus 1pt \fi\fi \interlinepenalty \@M % AV \frenchspacing % AV - to get right spacing after ``et al.'' \hyphenpenalty=10000 \itemindent=-1.0em % @@ -952,13 +1214,17 @@ revtex4-1.cls^^J^^J}\stop %%% \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\relax}}% - \sloppy\clubpenalty4000\widowpenalty4000% - \sfcode`\.\@m} + \sloppy\clubpenalty10000\widowpenalty10000% + \sfcode`\.\@m\relax +%%%\item[] This May be necessary, but causes extra vertical space in first column +%%% of the bibliography. +} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% - \endlist +\endlist \onecolumngrid % to balance references - \if@two@col \twocolumngrid \fi +\global\bibfalse +\newpage } % %% AV: @@ -968,20 +1234,14 @@ revtex4-1.cls^^J^^J}\stop {Each reference command should have a key corresponding to a markcite somewhere in the text}}} \def\@reference#1{\refpar} -%% subtitle header and journal info: -\def\submitted#1{\gdef\@submitted{#1}} -\def\journalinfo#1{\gdef\@journalinfo{#1}} +%% subtitle header and journal info, legacy, probably not needed +% \def\submitted#1{\gdef\@submitted{#1}} +% \let\slugcomment\submitted % slugcomment == submitted +% \submitted{Draft version \today} +% \journalinfo{\@submitted} -%% AH: modification in definition of subtitle to use aastex instead of emulateapj: -\def\subtitle{ - \vspace*{-12mm} - \noindent - {\scriptsize {\sc \@journalinfo} \\ - Preprint typeset using \LaTeX\ style AASTeX 6 v.\ 1.0} -} -\let\slugcomment\submitted % slugcomment == submitted -\submitted{Draft version \today} -\journalinfo{\@submitted} + \def\journalinfo#1{\gdef\@journalinfo{#1}} + \journalinfo{Draft version \today} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1018,15 +1278,12 @@ revtex4-1.cls^^J^^J}\stop \setlength{\belowcaptionskip}{4pt}% \setlength{\abovecaptionskip}{5pt} -\setlength{\textfloatsep}{-\baselinestretch\baselineskip} -\setlength{\dbltextfloatsep}{-\baselinestretch\baselineskip} -%\if@apj@letter -% \addtolength{\textfloatsep}{5mm plus 10mm minus 10mm} -% \addtolength{\dbltextfloatsep}{5mm plus 10mm minus 10mm} -%\else - \addtolength{\textfloatsep}{7mm plus 10mm minus 10mm} - \addtolength{\dbltextfloatsep}{7mm plus 10mm minus 10mm} -%\fi +\setlength{\textfloatsep}{9pt} +\setlength{\dbltextfloatsep}{0pt} + +% \addtolength{\textfloatsep}{17mm plus 10mm minus 10mm} + % \addtolength{\dbltextfloatsep}{7mm plus 10mm minus 10mm} + \renewcommand{\topfraction}{1.0} \renewcommand{\bottomfraction}{1.0} @@ -1083,14 +1340,16 @@ revtex4-1.cls^^J^^J}\stop }% +%% these don't seem to be relevant: \newcommand\figcaption{\@testopt{\@xfigcaption}{}}% %% suggested by Joern Wilms \def\@figcaption#1{{\def\@captype{figure}\caption{\footnotesize #1}}} -\def\@xfigcaption[#1]#2{{\def\@captype{figure}\caption{\footnotesize #2}}} +\def\@xfigcaption[#1]#2{{\def\@captype{figure}\caption{\footnotesize +#2}}} \def\thefigure{\@arabic\c@figure} -\def\fnum@figure{{\footnotesize{\@eapj@cap@font +\def\fnum@figure{{\footnotesize{\@eapj@cap@font\rm \mbox{\@eapj@figname~\thefigure}% <== was period here }}} @@ -1215,7 +1474,7 @@ revtex4-1.cls^^J^^J}\stop \newcommand\ubvr{\mbox{$U\!BV\!R$}}%% UBVR system \newcommand\ub{\mbox{$U\!-\!B$}}% % U-B \newcommand\bv{\mbox{$B\!-\!V$}}% % B-V -\renewcommand\vr{\mbox{$V\!-\!R$}}% % V-R +\renewcommand\vr{\mbox{$V\!-\!R$}}% % V-R ++ \newcommand\ur{\mbox{$U\!-\!R$}}% % U-R %% need this change so that it works correctly in tables: @@ -1255,6 +1514,7 @@ revtex4-1.cls^^J^^J}\stop \newcommand\Aquarius{\astro{\char21}}% \newcommand\Pisces{\astro{\char22}}% + \newcommand\sbond{\chem@bnd{\@sbnd}}% \newcommand\dbond{\chem@bnd{\@dbnd}}% \newcommand\tbond{\chem@bnd{\@tbnd}}% @@ -1299,10 +1559,10 @@ revtex4-1.cls^^J^^J}\stop \def\ref@jnl#1{{\jnl@style#1}}% \newcommand\aj{\ref@jnl{AJ}}% % Astronomical Journal \newcommand\araa{\ref@jnl{ARA\&A}}% % Annual Review of Astron and Astrophys -\renewcommand\apj{\ref@jnl{ApJ}}% % Astrophysical Journal +\renewcommand\apj{\ref@jnl{ApJ}}% % Astrophysical Journal ++ \newcommand\apjl{\ref@jnl{ApJL}} % Astrophysical Journal, Letters \newcommand\apjs{\ref@jnl{ApJS}}% % Astrophysical Journal, Supplement -\renewcommand\ao{\ref@jnl{ApOpt}}% % Applied Optics +\renewcommand\ao{\ref@jnl{ApOpt}}% % Applied Optics ++ \newcommand\apss{\ref@jnl{Ap\&SS}}% % Astrophysics and Space Science \newcommand\aap{\ref@jnl{A\&A}}% % Astronomy and Astrophysics \newcommand\aapr{\ref@jnl{A\&A~Rv}}% % Astronomy and Astrophysics Reviews @@ -1313,11 +1573,11 @@ revtex4-1.cls^^J^^J}\stop \newcommand\jrasc{\ref@jnl{JRASC}}% % Journal of the RAS of Canada \newcommand\memras{\ref@jnl{MmRAS}}% % Memoirs of the RAS \newcommand\mnras{\ref@jnl{MNRAS}}% % Monthly Notices of the RAS -\renewcommand\pra{\ref@jnl{PhRvA}}% % Physical Review A: General Physics -\renewcommand\prb{\ref@jnl{PhRvB}}% % Physical Review B: Solid State -\renewcommand\prc{\ref@jnl{PhRvC}}% % Physical Review C -\renewcommand\prd{\ref@jnl{PhRvD}}% % Physical Review D -\renewcommand\pre{\ref@jnl{PhRvE}}% % Physical Review E +\renewcommand\pra{\ref@jnl{PhRvA}}% % Physical Review A: General Physics ++ +\renewcommand\prb{\ref@jnl{PhRvB}}% % Physical Review B: Solid State ++ +\renewcommand\prc{\ref@jnl{PhRvC}}% % Physical Review C ++ +\renewcommand\prd{\ref@jnl{PhRvD}}% % Physical Review D ++ +\renewcommand\pre{\ref@jnl{PhRvE}}% % Physical Review E ++ \renewcommand\prl{\ref@jnl{PhRvL}}% % Physical Review Letters \newcommand\pasp{\ref@jnl{PASP}}% % Publications of the ASP \newcommand\pasj{\ref@jnl{PASJ}}% % Publications of the ASJ @@ -1370,16 +1630,7 @@ revtex4-1.cls^^J^^J}\stop \newcommand\dlap[1]{\vbox\@to\z@{{#1\vss}}}% -% Implementation of deluxetables via the longtable package disabled. - \newcounter{table@save} -% doesn't seem needed: -%\def\save@label#1{ - % \if@filesw\immediate\write\@auxout{% - % \string\newlabel{#1}{{\@currentlabel}{\thepage}}}% -% \fi% -%} - \def\tablenum#1{% \setcounter{table@save}{\the\c@table} @@ -1423,7 +1674,7 @@ revtex4-1.cls^^J^^J}\stop \let\LT@makecaption@rtx=\LT@makecaption % to fight redefinition in Revtex-4.1 \def\xfigure{figure} -%% from book.cls +%% from book.cls/ used?? \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \ifx\@captype\xfigure @@ -1432,10 +1683,10 @@ revtex4-1.cls^^J^^J}\stop \gdef \@currentlabel{\thetable}\fi %% \small added to keep currtabletypesize from determining size of caption \sbox\@tempboxa{\small -#1. #2}% +{\bf #1.} #2}% \ifdim \wd\@tempboxa >\hsize \small - #1. #2\par +{\bf #1.} #2\par \else \global \@minipagefalse \hb@xt@\hsize{\hfill\box\@tempboxa\hfill}% @@ -1464,8 +1715,8 @@ revtex4-1.cls^^J^^J}\stop \newif\if@table@not@headed -%% this doesn't seem to be used: -\def\tablehead#1{\@table@not@headedfalse% +%% this version of \tablehead doesn't seem to be used, so set to \xyztablehead{} +\def\xyztablehead#1{\@table@not@headedfalse% \kill \caption{\\% \@tablecaption}% @@ -1491,11 +1742,14 @@ revtex4-1.cls^^J^^J}\stop \newcounter{deluxe@table@num} \newdimen\LTcapwidth -\def\colhead#1{\multicolumn{1}{c}{\vrule depth 3pt width 0pt#1}} -\def\twocolhead#1{\multicolumn{2}{c}{\hss\vrule depth 3pt width -0pt#1\hss}} -\def\nocolhead#1{\multicolumn{1}{h}{}} -\def\dcolhead#1{\multicolumn{1}{c}{$\vrule depth 3pt width0pt\relax#1$}} +%% \ignorespaces necessary ++== depth 6pt was depth 3pt +\def\colhead#1{\multicolumn{1}{c}{\vrule depth 6pt width +0pt\relax#1}\ignorespaces} +\def\twocolhead#1{\multicolumn{2}{c}{\hss\vrule depth 6pt width +0pt\relax#1\hss}\ignorespaces} +\def\nocolhead#1{\multicolumn{1}{h}{}\ignorespaces} +\def\dcolhead#1{\multicolumn{1}{c}{$\vrule depth 6pt +width0pt\relax#1$}\ignorespaces} %\newcounter{LT@tables} \def\tablewidth#1{% @@ -1560,12 +1814,11 @@ revtex4-1.cls^^J^^J}\stop \newdimen\lastrowheight \def\set@last@row@height{\setlength{\lastrowheight}{\ht\strutbox}\addtolength{\lastrowheight}{\dp\strutbox}\setlength{\lastrowheight}{-\arraystretch\lastrowheight}} -\let\tableline=\hline % Revtex said: Command \tableline is obsolete; Use \colrule instead.. +\let\tableline=\colrule % Revtex said: Command \tableline is obsolete; Use \colrule instead.. -%% not used? +%% \newtoks\DT@p@ftn \global\def\xtablenotetext@DT#1#2{ -% \edef\@tempa{\the\DT@p@ftn\noexpand\footnotetext[#1]} \edef\@tempa{\the\DT@p@ftn\noexpand\tablenotemark{#1}~} \global\DT@p@ftn\expandafter{\@tempa{\@table@type@size#2}\par}}% @@ -1628,7 +1881,7 @@ revtex4-1.cls^^J^^J}\stop \newcommand{\figsetgrpstart}{} \newcommand{\figsetgrpend}{} \newcommand{\figsetnum}[1]{{\bf #1.}} -\newcommand{\figsettitle}[1]{ {\bf #1} } +\newcommand{\figsettitle}[1]{ {\bf #1}} \newcommand{\figsetgrpnum}[1]{\noprint{#1}} \newcommand{\figsetgrptitle}[1]{\noprint{#1}} \newcommand{\figsetplot}[1]{\noprint{#1}} @@ -1640,18 +1893,23 @@ revtex4-1.cls^^J^^J}\stop %% for tables continuing over pages \usepackage{longtable} +%% for editing changes +\usepackage{xcolor} +% hyperref link defaults to "blue" (0000ff) as this matches our publisher produced pdf style +\definecolor{xlinkcolor}{cmyk}{1,1,0,0} + + %% In response to request from AAS \usepackage[bookmarks=false, % show bookmarks bar? pdfnewwindow=true, % links in new window colorlinks=true, % false: boxed links; true: colored links - linkcolor=cyan, % color of internal links - citecolor=cyan, % color of links to bibliography - filecolor=cyan, % color of file links - urlcolor=cyan, % color of external links + linkcolor=xlinkcolor, % color of internal links + citecolor=xlinkcolor, % color of links to bibliography + filecolor=xlinkcolor, % color of file links + urlcolor=xlinkcolor, % color of external links +final=true ]{hyperref} -%% for editing changes -\usepackage{xcolor} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Additions to AASTeX by Amy Hendrickson, TeXnology Inc, August 17, 2015 @@ -1821,6 +2079,7 @@ revtex4-1.cls^^J^^J}\stop %% when counting the number of columns in table. \makeatother \def\xD{D} +\def\xaster{*} \newcount\howmanyDs \newcount\firsthowmanyDs \newcount\secondhowmanyDs @@ -1836,7 +2095,8 @@ revtex4-1.cls^^J^^J}\stop \global\advance\colcount by1\relax \fi %% -\futurelet\next\lookatnext} +\futurelet\next\lookatnext +} \makeatletter \def\xeatone#1{\countcols} @@ -1870,7 +2130,7 @@ revtex4-1.cls^^J^^J}\stop \newif\ifsecondbox \newif\ifthirdbox -\long\gdef\CheckNumberAndSwitch{\global\advance\columncount by 1\relax% +\long\gdef\CheckNumberAndSwitch{\unskip\global\advance\columncount by 1\relax% \saveampersand} @@ -4199,8 +4459,8 @@ Thank you!^^J}\fi% %%AAA \newif\ifdeluxestar \expandafter\def\csname -deluxetable*\endcsname{\onecolumngrid\deluxestartrue\bgroup -\hsize=\textwidth +deluxetable*\endcsname{\deluxestartrue\bgroup\floattrue +\hsize=\textwidth \deluxetable} \expandafter\def\csname enddeluxetable*\endcsname{\enddeluxetable @@ -4208,25 +4468,43 @@ deluxetable*\endcsname{\onecolumngrid\deluxestartrue\bgroup \global\colnumbersonfalse \global\deluxedecimalsfalse \global\deluxestarfalse -\if@two@col -\hsize=\columnwidth -\twocolumngrid\fi } \def\deluxedecimalcolnumbers{\deluxedecimalstrue\colnumbersontrue} \def\deluxetablecaption#1{\gdef\@tablecaption{#1}} +\newif\ifstartlongtable +\def\startlongtable{\global\startlongtabletrue} + \newif\iffloat \def\floattable{\global\deluxestartrue\global\floattrue} -\def\deluxetable{\global\deluxetrue +%% for equivalent but in \begin...\end form. +\def\floatrotatetable{\global\deluxestartrue\global\floattrue} +\let\endfloatrotatetable\relax + +\def\deluxetable{ +\global\deluxetrue \catcode`\&=\active \catcode`\$=\active \let\tablecaption\deluxetablecaption \deluxetablecaption{} -\iffloat +%% july 2016 +% \iffloat +% \let\go\ydeluxetable +% \else\let\go\longdeluxetable\fi\go%} +%% aug 2016 +\ifstartlongtable + \ifdeluxestar +\vskip12pt + \if@two@col\onecolumngrid + \vskip12pt + \fi\fi +\let\go\longdeluxetable +\else \let\go\ydeluxetable -\else\let\go\longdeluxetable\fi\go} +\fi\go +} \def\ydeluxetable#1{% \@ifnextchar[{\xdeluxetable{#1}}{\zdeluxetable{#1}}} @@ -4250,6 +4528,8 @@ deluxetable*\endcsname{\onecolumngrid\deluxestartrue\bgroup %%%%%%%%%%%% \lineskiplimit=\z@ % restore default setting \ifdeluxestar +\gdef\two{#2}\gdef\checkh{h} +\ifx\two\checkh\onecolumngrid\fi \begin{table*}[#2]\hsize=\textwidth\else \begin{table}[#2]\fi \noindent\setbox\splitbox=\vtop\bgroup% @@ -4307,7 +4587,7 @@ to\hsize{\hss\vtop{\hsize=\wd0 \setbox0=\hbox{\colnumbersonfalse \begin{tabular}{#1} \pt@head -##1\end{tabular}} +##1\end{tabular}}% \expandafter\ifx\csname @tablecaption\endcsname\empty\else \noindent\hbox @@ -4318,7 +4598,7 @@ to\hsize{\hss\vtop{\hsize=\wd0 \hline\hline\noalign{\vskip-9pt}% \pt@head% -##1\omit\\\omit\\\hline\end{tabular}} +##1\omit\\\omit\\\hline\end{tabular}}%%<<== original \vskip-\parskip \noindent\hbox to\hsize{\hss\copy3\hss} \global\setbox4\vtop\bgroup\hsize=\wd0\relax @@ -4367,43 +4647,59 @@ to\hsize{\hss\vtop{\hsize=\wd0 \endfirsthead \noalign{\centerline{\small -Table \thetable\ \it(continued)}\vskip6pt} -\hline\hline\\[-20pt] +{\bf Table \thetable}\ \it(continued)}\vskip6pt} +\hline\hline +\noalign{\vskip-12pt} \pt@head% \endhead -\\[-3pt] \hline -\\[-8pt] -\multicolumn{\totalcolumns}{r}{\small\it Table \thetable\ +\multicolumn{\totalcolumns}{c}{\vrule height 24pt width0pt\small\it +Table \thetable\ continued \if@two@col\else on next page\fi}\\ \endfoot -\\[-6pt] -\hline +\hline%\nobreak \endlastfoot ##1 \end{longtable} +\vglue-24pt \egroup -\global\setbox4=\vtop\bgroup\hsize=\wd\longtablebox +\global\setbox4=\vtop\bgroup +\ifdim\wd\longtablebox>\textwidth +\hsize=\textwidth +\else +\hsize=\wd\longtablebox\fi \leftskip=6pt \parindent=-6pt \currtabletypesize +\global\startlongtablefalse }% end data, endlongtable } \def\endlongdeluxetable{\vrule depth 6pt width 0pt -\vskip1sp\egroup +\vskip1sp +\egroup \ifdim\dp4>6pt -\vglue-1.5\baselineskip -\hbox to \columnwidth{\hfill\copy4\hfill}\fi -\vglue2\baselineskip -\global\colnumbersonfalse +\vbox{%\vglue-3.5\baselineskip %% why this dimension?? +\hbox to \columnwidth{\hfill +\vtop{\hsize\wd\longtablebox +\leftskip=6pt\parindent-6pt +\copy4}\hfill} +}\fi +\ifdeluxestar + \if@two@col +\vglue\ht4 + \twocolumngrid + \hsize=\columnwidth +\fi\fi% +\global\colnumbersonfalse \global\deluxedecimalsfalse \global\rotateonfalse -\global\floatfalse +%\global\floatfalse +\if@two@col\vskip12pt\twocolumngrid\fi \relax} %% bbb @@ -4424,15 +4720,19 @@ continued \if@two@col\else on next page\fi}\\ \vspace*{\belowdeluxetableskip} \vspace*{24pt} \fi -\ifdeluxestar\end{table*}\global\deluxestarfalse\else\end{table}\fi +\ifdeluxestar\end{table*}\global\deluxestarfalse +\if@two@col +\twocolumngrid\hsize=\columnwidth\fi%% check this!! +\else\end{table}\fi \gdef\colnumbers{\saveplaincolnumbers} \global\breaktabfalse \global\deluxefalse \global\colnumbersonfalse \global\deluxedecimalsfalse \global\rotateonfalse -\global\floatfalse -} +\startlongtablefalse +%\global\floatfalse +}%% check this!! @@ -4484,15 +4784,16 @@ continued \if@two@col\else on next page\fi}\\ \let\startdata\xstartdata} %% \end{splitdeluxetable}: +\newdimen\movetabledown + \def\endsplitdeluxetable{\vskip1sp\egroup%% end box with tablenotes \hbox to \hsize{\hss\copy4\hss} \egroup \vskip1pt \ifrotateon\global\rotateonfalse -\rotatebox{90}{\vbox{ -\noindent\unvbox\splitbox +\vskip\movetabledown\rotatebox{90}{\vbox{\noindent\unvbox\splitbox % \vspace*{\belowdeluxetableskip} -}}\else +}}\global\movetabledown=0pt\else \noindent\unvbox\splitbox \vspace*{\belowdeluxetableskip} \fi @@ -4709,7 +5010,7 @@ width 0pt\currtabletypesize{\bf References}---{#1}\vskip1sp}} \gdef\lookfordecimal#1#2#3#4.#5 {\gdef\xone{{\let$\relax\savedollar#4\savedollar}} \gdef\xtwo{#5}\ifx\xtwo\empty\else\gdef\xtwo{{\let$\relax\savedollar#5\savedollar}}\fi} -%% D +++ +%% D \def\newdoit{\setbox0=\hbox\bgroup\zdoit} \def\endnewdoit{\egroup\unhbox0} @@ -4769,15 +5070,14 @@ width 0pt\currtabletypesize{\bf References}---{#1}\vskip1sp}} \let&\CheckNumberAndSwitch% \gdef\pt@head{% \hline\hline% -\multicolumn1c{ -\tempcounter=0 +\multicolumn1c{\tempcounter=0 \expandafter\getDs\tabfullpreamble\relax \global\colcount=0 \global\colheadcount=0}% -\\[-10pt]% this is right +\\[-10pt]% this is right #1\ifcolnumberson% \ifnotfirst\\[-22pt]\fi -\else\\\hline\fi% +\else\\\hline\\[-8pt]\fi% space below hline for 2nd and 3rd part of split table }% % } @@ -4786,7 +5086,7 @@ width 0pt\currtabletypesize{\bf References}---{#1}\vskip1sp}} \catcode`\$=\active% \zztablehead} -%%+++ +%% \def\zztablehead#1{\let&\CheckNumberAndSwitch% \gdef\pt@head{% %% this is needed: @@ -4798,9 +5098,10 @@ width 0pt\currtabletypesize{\bf References}---{#1}\vskip1sp}} \ifcolnumberson\\[6pt] \savecolnumbers\vrule height 11pt depth 4pt width 0pt\relax% \\[6pt] -\ifdeluxedecimals\\[-14pt] % ??? +\ifdeluxedecimals\\[-14pt] % \savedecimals\fi -\else \vrule depth 6pt width0pt\\\ifdeluxedecimals\savedecimals\fi\hline\fi% +\else \vrule depth 6pt +width0pt\\\ifdeluxedecimals\savedecimals\fi\hline\fi% }} @@ -4823,13 +5124,19 @@ width 0pt\currtabletypesize{\bf References}---{#1}\vskip1sp}} \newcount\colheadcount \newcommand\xcolhead[1]{\multicolumn{\expandafter\ifx\csname col\the\colheadcount\endcsname\relax 1\else\expandafter% -\csname col\the\colheadcount\endcsname\fi}{c}{\vrule depth 4pt width +\csname col\the\colheadcount\endcsname\fi}{c}{\vrule depth 4pt width %% 0pt#1\relax\global\advance\colheadcount by 1\relax}\ignorespaces}% % +%% \extrarowheight=2pt %% from revtex4-1, additions on top +%% fix for \usepackage{amsmath} and +%% any matrix environment +\def\matrixpreamble{*\c@MaxMatrixCols c} +%% this causes problem, must be fixed! +%\let\save@array@array@new\@array@array@new \def\@array@array@new[#1]#2{% \ifbreaktab \else @@ -4838,8 +5145,12 @@ by 1\relax}\ignorespaces}% \def\catchpreamble{#2\relax} \gdef\tabfullpreamble{#2\relax} {\colcount=0 +%% important fix, makes it possible to use amsmath and matrices. +\def\two{#2} +\ifx\matrixpreamble\two +\else \expandafter\countcols\catchpreamble -\global\totalcolumns=\colcount} +\global\totalcolumns=\colcount\fi} \fi %%% end of additions \@tempdima\ht\strutbox @@ -4878,26 +5189,110 @@ by 1\relax}\ignorespaces}% %% \rotate \newif\ifrotateon -\def\rotate{\iffloat\global\let\go\relax\global\rotateontrue\else +\def\rotate{\global\floattrue\iffloat\global\let\go\relax\global\rotateontrue\else \global\rotateonfalse -\def\go{\vskip48pt\huge -{\tt \string\floattable\space must precede table using -\string\rotate !!}}\fi\go} +\let\go\relax +%\def\go{\vskip48pt\huge +%{\tt \string\floattable\space must precede table using +%\string\rotate !!}} +\fi\go} + +\def\colnumbers{\plaincolnumbers} + +%% add 6pt of space between table and following text: +\let\saveendtable\endtable +\def\endtable{\vskip6pt\saveendtable} +\expandafter \let \csname endtable*\endcsname = \endtable +%% -\newbox\rotatingbox -\def\rotatetable{\setbox\rotatingbox=\vbox\bgroup} +\newbox\rotatetablebox +\def\rotatetable{% +\global\startlongtabletrue\setbox\rotatetablebox=\vbox\bgroup +} \def\endrotatetable{\egroup -\rotatebox{90}{\vtop{\unvbox\rotatingbox}} +\vglue\movetabledown +\hbox to +\textwidth{\hss\rotatebox{90}{\hbox{\box\rotatetablebox}}\hss} +\global\movetabledown=0pt\relax +\global\startlongtablefalse } -\def\colnumbers{\plaincolnumbers} +\expandafter\def\csname rotatetable*\endcsname{% +\global\startlongtabletrue\setbox\rotatetablebox=\vbox to +\textwidth\bgroup\vfill} + + +\expandafter\def\csname endrotatetable*\endcsname{\vfill\egroup +\vbox to \textheight{\vfill +\vglue\movetabledown +\hbox to +\textwidth{\hss\rotatebox{90}{\box\rotatetablebox}\hss}\global\movetabledown=0pt\relax +\vfill} +\clearpage +\if@two@col +\twocolumngrid +\global\startlongtablefalse +} + + +\def\longrotatetable{% + \if@two@col\onecolumngrid\clearpage + \fi +\clearpage + \clearpage + \begingroup +\expandafter\def\csname deluxetable*\endcsname{\deluxetable} +\expandafter\def\csname enddeluxetable*\endcsname{\enddeluxetable} +\global\floatfalse +\global\startlongtabletrue +\def\LS@rot{% + \setbox\@outputbox\vbox{\hbox{\rotatebox{90}{\box\@outputbox}}}} + +\let\LS@makecol=\@makecol +\let\LS@makefcolumn=\@makefcolumn + + \vsize=\textwidth + \hsize=\textheight + \linewidth=\hsize + \columnwidth=\hsize + \@colroom=\vsize + \textheight=\vsize + \@colht=\vsize + \def\@makecol{\LS@makecol\LS@rot}% + \def\@makefcolumn##1{\LS@makefcolumn{##1}\LS@rot}} +\def\endlongrotatetable{% +\onecolumngrid %% ?? +\clearpage + \ifGin@pdftex + \pdfpageattr{/Rotate 90} + \fi + \clearpage + \endgroup + \if@two@col\twocolumngrid\fi +\clearpage + \global\@colht=\textheight + \global\vsize=\textheight + \global\@colroom=\textheight} + + +\newif\ifGin@pdftex +\Gin@pdftexfalse +\DeclareOption{pdftex}{% + \PassOptionsToPackage\CurrentOption{graphicx} + \Gin@pdftextrue +} + +\DeclareOption*{\PassOptionsToPackage\CurrentOption{graphicx}} +\ProcessOptions + %% set &, $ catcode back to normal: \catcode`&=4 \catcode`$=3 + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% end table tools %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -4939,9 +5334,27 @@ by 1\relax}\ignorespaces}% %%%%%%%%%% End Grid line Macros %%%%%%%%%% %%%%%%%%%% Color Editing Macros %%%%%%%%%% +%% \turnoffedit or \turnoffedits +%% will prevent all \edit{text}, all +%% \collaborationcomment{text}, and all +%% \authorcomment{text} from producing any text. + \newif\ifturnoffedit \def\turnoffedit{\global\turnoffedittrue} -\def\turnonedit{\global\turnoffeditfalse} +\def\turnoffedits{\global\turnoffedittrue} + +\newif\ifturnoffone +\newif\ifturnofftwo +\newif\ifturnoffthree + +%% \turnoffeditone to only turn off only \edit1, \collaborationcomment1 and \authorcomment1 : +\def\turnoffeditone{\turnoffonetrue} + +%% \turnoffedittwo to only turn off only \edit2, \collaborationcomment2 and \authorcomment2 : +\def\turnoffedittwo{\turnofftwotrue} + +%% \turnoffeditthree to only turn off only \edit3, \collaborationcomment3 and \authorcomment3 : +\def\turnoffeditthree{\turnoffthreetrue} %% Other choices can be made, but this should be %% standardized, so didn't make an user interface @@ -4952,21 +5365,32 @@ by 1\relax}\ignorespaces}% \expandafter\def\csname editcolor3\endcsname{violet} \newcount\colorcount - -\def\edit#1#2{\colorcount=#1 -\ifturnoffedit #2\else -\textcolor{\expandafter\csname -editcolor\the\colorcount\endcsname}{\ifnum\colorcount=1{\bf #2}\else -\ifnum\colorcount=2{\it #2}\else -\ifnum\colorcount=3{#2}\fi\fi\fi}\fi} - -\def\collaborationcomment#1#2{\ifturnoffedit\else \colorcount=#1{\textcolor{\expandafter\csname -editcolor\the\colorcount\endcsname} -{\ifnum\colorcount=1{\bf Collaboration~note: #2}\else -\ifnum\colorcount=2{\it Collaboration~note: #2}\else -\ifnum\colorcount=3{Collaboration~note: #2}\fi\fi\fi}}\fi} - -\let\authorcomment\collaborationcomment +\def\edit#1#2{{\colorcount=#1\relax% +\ifturnoffedit\let\go\ignorespaces\else% +\let\go\relax% +\color{\csname editcolor\the\colorcount\endcsname}% +\ifnum\colorcount=1{\ifturnoffone\else\bf#2\ \fi}\else% +\ifnum\colorcount=2{\ifturnofftwo\else\it#2\ \fi}\else% +\ifnum\colorcount=3{\ifturnoffthree\else#2\ \fi}\fi\fi\fi\fi% +}\go} + +\def\collaborationcomment#1#2{{\colorcount=#1 +\ifturnoffedit\let\go\ignorespaces\else% +\let\go\relax% +\color{\csname editcolor\the\colorcount\endcsname} +\ifnum\colorcount=1{\ifturnoffone\else\bf (Collaboration~note: #2)\ \fi}\else +\ifnum\colorcount=2{\ifturnofftwo\else\it (Collaboration~note: #2)\ \fi}\else +\ifnum\colorcount=3{\ifturnoffthree\else (Collaboration~note: #2)\ \fi}\fi\fi\fi\fi% +\go}} + +\def\authorcomment#1#2{{\colorcount=#1 +\ifturnoffedit\let\go\ignorespaces\else% +\let\go\relax% +\color{\csname editcolor\the\colorcount\endcsname} +\ifnum\colorcount=1{\ifturnoffone\else\bf (Author~note: #2)\ \fi}\else +\ifnum\colorcount=2{\ifturnofftwo\else\it (Author~note: #2)\ \fi}\else +\ifnum\colorcount=3{\ifturnoffthree\else (Author~note: #2)\ \fi}\fi\fi\fi\fi% +\go}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -4990,24 +5414,23 @@ editcolor\the\colorcount\endcsname} \let\@oddfoot\@empty \let\@evenhead\@empty\let\@evenfoot\@empty} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% ORCID identifier - -\def\ORCID#1{% - \aftermaketitle@chk{\ORCIDs}% - \gdef\@Orcid{\vskip2pt\noindent\hskip.5in{\it ORCID: \rm #1}\vskip1pt}% -}% +% end of watermark definitions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand*\submitjournal[1] +{\def\@submitted{Submitted to #1}}% +%% this one is used \def\titleblock@produce{% \begingroup - \ltx@footnote@pop - \def\@mpfn{mpfootnote}% - \def\thempfn{\thempfootnote}% - \c@mpfootnote\z@ - \let\@makefnmark\frontmatter@makefnmark + \ltx@footnote@pop + \def\@mpfn{mpfootnote}% + \def\thempfn{\thempfootnote}% + \c@mpfootnote\z@ + \let\@makefnmark\frontmatter@makefnmark \frontmatter@setup \thispagestyle{titlepage}\label{FirstPage}% +\ifmodern\leftskip=0pt\rightskip\leftskip\fi \frontmatter@title@produce \groupauthors@sw{% \frontmatter@author@produce@group @@ -5015,21 +5438,24 @@ editcolor\the\colorcount\endcsname} \frontmatter@author@produce@script }% \frontmatter@RRAPformat{% +\vskip12pt \expandafter\produce@RRAP\expandafter{\@date}% \expandafter\produce@RRAP\expandafter{\@received}% \expandafter\produce@RRAP\expandafter{\@revised}% \expandafter\produce@RRAP\expandafter{\@accepted}% \expandafter\produce@RRAP\expandafter{\@published}% }% +\expandafter\ifx\csname @submitted\endcsname\relax\else +\vskip6pt +\expandafter\produce@RRAP\expandafter{\centerline{\@submitted\hbox +to 20pt{\hfill}}\vskip12pt}% +\fi \frontmatter@abstract@produce \@ifx@empty\@pacs{}{% \@pacs@produce\@pacs }% \@ifx@empty\@keywords{}{% \@keywords@produce\@keywords -%%% Addition to produce ORCID identifier(s) -\expandafter\ifx\csname @Orcid\endcsname\relax\else -\@Orcid\global\let\@Orcid\relax\fi }% \par \frontmatter@finalspace @@ -5048,14 +5474,13 @@ editcolor\the\colorcount\endcsname} .93\textwidth{\hss$\vcenter{\advance\hsize -24pt #1}$\hss}}}\gdef\highlightfigure{\typeout{^^J^^JERROR!^^J^^J Only One Highlighted Figure per Article!^^J^^J}\stop}} -%%%%%%%%%%%%%%%%%%%%%%%%% -%% Track Changes -%% Amy Hendrickson, Nov 2015 -%% Change Jan 2016, to allow list of changes -%% to give line and page numbers for more than one entry on the same line. -%% Change Feb 2016, to allow optional argument for time/date, and/or editor initials, etc. + +%%%%%%%%%%%%% +%% Line numbering \ifnumlines +\usepackage{lineno} + \linenumbers*[1] \if@two@col \advance\linenumbersep -4pt @@ -5063,9 +5488,33 @@ Only One Highlighted Figure per Article!^^J^^J}\stop}} \advance\linenumbersep 12pt \fi\fi + +\gdef\specialbibitem#1[#2]#3#4{ +{\tt\string\bibitem}[#2]{\tt\string{\string}} +#4} + +\let\savecite\cite +\let\savecitep\citep +\let\savecitet\citet +\def\specialcite#1{\hbox{\savecite{#1}}} +\def\specialcitep#1{\hbox{\savecitep{#1}}} +\def\specialcitet#1{\hbox{\savecitet{#1}}} +\let\saveref\ref +\def\specialref#1{\hbox{\saveref{#1}}} + +%%%%%%%%%%%%%%%%%%%%%%%%% +%% Track Changes +%% Amy Hendrickson, Nov 2015 +%% Change Jan 2016, to allow list of changes +%% to give line and page numbers for more than one entry on the same line. +%% Change Feb 2016, to allow optional argument for time/date, and/or editor initials, etc. + + \providecolor{trackchange}{rgb}{1,0,0} \providecolor{explain}{rgb}{.5,0,.5} +\newif\ifsilent + \newcount\refchangenumber \def\added{\@ifnextchar[{\xadded}{\yadded}} @@ -5073,84 +5522,185 @@ Only One Highlighted Figure per Article!^^J^^J}\stop}} \iftrack {\global\advance\refchangenumber by 1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines -\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% -\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi% -\color{trackchange}(Added: #2)}%% +\vskip14pt}% +\ifnumlines% +\ifabstract\else% +\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi\else% +\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi}% +{\color{trackchange}(Added: [#1] #2)}%% +\ifabstract\label{\the\refchangenumber}% \expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Added: [#1] -\textcolor{trackchange}{#2}, }\else#2\fi} +\textcolor{trackchange}{#2}\global\silenttrue}% +\else\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Added: [#1] +\textcolor{trackchange}{\let\bibitem\specialbibitem #2}\global\silentfalse}\fi% +\else#2\fi} + + \long\def\yadded#1{% \iftrack{\global\advance\refchangenumber by 1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines -\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% -\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi% -\color{trackchange}(Added: #1)}%% -\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Added: -\textcolor{trackchange}{#1}, }\else#1\fi} +\vskip14pt}% +\ifnumlines\ifabstract\else% +\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi\else% +\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit% +\fi}% +{\color{trackchange}(Added: #1)}%% +\ifabstract% +\label{\the\refchangenumber}% +\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Added: +\textcolor{trackchange}{#1}, +\global\silenttrue}\else +\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Added: +\textcolor{trackchange}{\let\bibitem\specialbibitem #1},% +\global\silentfalse}\fi% +\else#1\fi} + + \def\deleted{\@ifnextchar[{\xdeleted}{\ydeleted}} -\long\def\xdeleted[#1]#2{ -\iftrack -\global\advance\refchangenumber by 1 +\long\def\xdeleted[#1]#2{\iftrack{\global\advance\refchangenumber by +1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +\vskip14pt}% +\ifnumlines\ifabstract\else% +\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi% +\else% \xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% -{\color{trackchange}(Deleted: \sout{#2})}% -\expandafter\def\csname +}% +{\color{trackchange}% +\ifbib\let\sout\relax\fi% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\ref\specialref\let\cite\specialcite (Deleted: [#1] \sout{#2}) +}% +\ifabstract\label{\the\refchangenumber}% +\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Deleted: [#1] -{\color{trackchange}\sout{#2}}, }\fi} - -\long\def\ydeleted#1{ -\iftrack -\global\advance\refchangenumber by 1 +{\color{trackchange}% +\let\citet\specialcitet% +\let\citep\specialcitep% +\let\cite\specialcite\sout{#2}}\global\silenttrue}% +\else +\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Deleted: [#1] +{\color{trackchange}% +\let\bibitem\specialbibitem% +\let\ref\specialref% +\let\cite\specialcite% +\let\citep\specialcitep% +\let\citet\specialcitet% +\sout{#2} +}\global\silentfalse}\fi% +\fi} + +\long\def\ydeleted#1{\iftrack{\global\advance\refchangenumber by 1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% -\xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% -{\color{trackchange}(Deleted: \sout{#1})}% -\expandafter\def\csname changenum\the\refchangenumber\endcsname{Deleted: -{\color{trackchange}\sout{#1}}, }\fi} +\vskip14pt}% +\ifnumlines\ifabstract\else% +\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi% +\else% +\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit% +\fi}% +%% +{\color{trackchange}% +\ifbib\let\sout\relax\fi% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\ref\specialref\let\cite\specialcite(Deleted: \sout{#1} +)}% +\ifabstract\label{\the\refchangenumber}% +\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Deleted: +{\color{trackchange}\let\ref\specialref% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\sout{#1}}\global\silenttrue}% +\else +\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Deleted: +{\color{trackchange}% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\bibitem\specialbibitem% +\let\ref\specialref% +\let\cite\specialcite\sout{#1}}\global\silentfalse}\fi% +\fi} + \def\replaced{\@ifnextchar[{\xreplaced}{\yreplaced}} \long\def\xreplaced[#1]#2#3{% -\iftrack -\global\advance\refchangenumber by 1 +\iftrack\global\advance\refchangenumber by 1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +\vskip14pt}% +\ifnumlines\ifabstract\else\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi\else% \xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% -{\color{trackchange}(Replaced: \sout{#2}} -{\color{black}replaced with:} {\color{trackchange} #3)}% +{\ifbib\let\sout\relax\fi +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange}(Replaced: [#1] \sout{#2}}% +{\color{black}replaced with:} {\let\ref\specialref% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange} #3)}% +\ifabstract\label{\the\refchangenumber}% +\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Replaced: [#1] +{\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange}\sout{#2}} {\color{black} replaced with:} +{\color{trackchange}#3}, \global\silenttrue}% +\else \expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Replaced: [#1] -{\color{trackchange}\sout{#2}} {\color{black} replaced with:} -{\color{trackchange}#3}, }\else#3\fi} +{\ifbib\let\sout\relax\fi\let\bibitem\specialbibitem +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange}\sout{#2} +} {\color{black} replaced with:} +{\let\bibitem\specialbibitem\color{trackchange}#3}, \global\silentfalse}\fi% +\else#3\fi} \long\def\yreplaced#1#2{% -\iftrack -\global\advance\refchangenumber by 1 +\iftrack\global\advance\refchangenumber by 1\relax% \vtop to 0pt{\vss \hypertarget{link\the\refchangenumber}{} -\vskip14pt} -\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +\vskip14pt}% +\ifnumlines\ifabstract\else\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\fi\else% \xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% -{\color{trackchange}(Replaced: \sout{#1}} -{\color{black}replaced with:} {\color{trackchange} #2)}% +{\ifbib\let\sout\relax\fi\let\ref\specialref% +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange}(Replaced: %\sout +{#1} +}% +{\color{black}replaced with:} +{\color{trackchange} #2)}% +\ifabstract\label{\the\refchangenumber}% \expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Replaced: -{\color{trackchange}\sout{#1}} {\color{black} replaced with:} -{\color{trackchange}#2}, }\else#2\fi} +{\let\cite\specialcite% +\let\citep\specialcitep% +\let\citet\specialcitet% +\color{trackchange}\sout{#1}} {\color{black} replaced with:} +{\color{trackchange}#2},\global\silenttrue}% +\else +\expandafter\gdef\csname +changenum\the\refchangenumber\endcsname{Replaced: +{\ifbib\let\sout\relax\fi\let\bibitem\specialbibitem +\let\citep\specialcitep% +\let\citet\specialcitet% +\let\cite\specialcite\color{trackchange}\sout{#1} +} {\color{black} replaced with:} +{\let\bibitem\specialbibitem\color{trackchange}#2}, \global\silentfalse}\fi% +\else#2\fi} \def\explain{\@ifnextchar[{\xexplain}{\yexplain}} @@ -5166,34 +5716,32 @@ changenum\the\refchangenumber\endcsname{Replaced: [#1] \clearpage \iftrack \ifnum\refchangenumber>0 -\ifnumlines\nolinenumbers\else -\hypersetup{linkcolor=black} -\fi +\ifnumlines\nolinenumbers\fi \vskip36pt -%\vtop{ \hrule \noindent{\vrule height 14pt width0pt depth 6pt\large\bf List of Changes} \hrule -\vskip18pt%} +\vskip18pt \nobreak {\parskip=4pt \parindent=0pt \loop +\global\silentfalse \vskip-1pt\relax \global\advance\listchangenum by 1\relax \expandafter\ifx\csname changenum\the\listchangenum\endcsname\relax \else \csname changenum\the\listchangenum\endcsname\ on page -%% can't get hyperlink to work correctly for page numbers, yet: -%\hyperlink{link\the\listchangenum}{ -\pageref{\the\listchangenum}%}% -\ifnumlines +%% can't get hyperlink to work correctly for page numbers, works but error messages. +\hyperlink{link\the\listchangenum}{\bf\pageref{\the\listchangenum}}% +\ifnumlines% +\ifsilent\global\silentfalse \else% \setbox0=\hbox{\lineref{\the\listchangenum}}% -\ifdim\wd0>20pt% -\else +\ifdim\wd0<20pt% , line\ \hyperlink{link\the\listchangenum}{\lineref{\the\listchangenum}}% -\fi\fi. +\fi +\fi\fi.\relax \repeat} \fi\fi \thispagestyle{empty} @@ -5204,159 +5752,6 @@ on page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Limit number of printed author/affiliations - - -\def\collaborationName#1{\def\thecollaborationname{#1}} -\def\fullcollaborationName#1{\def\thefullcollaborationname{#1}} - -\collaborationName{} - -\collaborationName{{\tt Please Enter \string\collaborationName\string{< name -for Collaboration >\string}}} - -\def\collaborationlist#1{\vskip24pt -\noindent The \expandafter\ifx\csname -fullcollaborationname\endcsname\relax -\thecollaborationname\else -\thefullcollaborationname\fi\ is #1} - -\newcount\AuthorCallLimit -%% no limit for default -\AuthorCallLimit=100 -\let\saveauthor\author -\def\xauthor#1{\saveauthor{#1}} - -\long\def\eatentry#1{} -\long\def\almosteatentry#1{\expandafter\gdef\csname -xaffil\the\authorcount\endcsname{#1}} - -\def\eatarg#1{} -\def\eattwo#1#2{} -\newcount\authorcount - -\def\eatnine#1#2#3#4#5#6#7#8#9{} - -\def\author#1{ -\ifnum\AuthorCallLimit<1 -\xauthor{#1} - \else - \ifnum\authorcount<\AuthorCallLimit - \xauthor{#1} - \else - \ifnum\authorcount=\AuthorCallLimit -\def\frontmatter@collaboration@above{\vskip12pt} -\collaboration{and -\expandafter\ifx\csname thefullcollaborationname\endcsname\relax -the \thecollaborationname\ collaboration -\else -\thefullcollaborationname\fi -} -\global\let\affil\almosteatentry -\global\let\email\eatentry -\global\let\thecollaboration\relax -\let\and\relax -\def\@listand{\@ifnum{\@tempcnta=\tw@}{\space}{}}% -\def\@listcomma@comma{\@ifnum{\@tempcnta>\@ne}{}{}}% -\def\@listcomma@comma@UK{\@ifnum{\@tempcnta>\tw@}{}{}}% - \fi%% authorcount=authorcallimit -\fi% authorcount less than authorcalllimit -\fi% end test to see if authorcalllimit was used -\global\advance\authorcount by 1\relax -\expandafter\gdef\csname -author\the\authorcount\endcsname{{\sc #1}}} - -\newcount\endauthorcount -\def\allauthors{%% this conditional keeps \allauthors from turning on -%% unless \AuthorCallLimit is used: -\ifnum\AuthorCallLimit>0 -\onecolumngrid -{\vskip6pt\vskip1sp\section*{All Authors and -Affiliations}\nobreak -\let\parsecomma\eatnine% -\endauthorcount=1% -{\parskip=0pt -\centering -\loop\expandafter\ifx\csname author\the\endauthorcount\endcsname\relax\else -\ifnum\endauthorcount<\authorcount -\csname author\the\endauthorcount\endcsname,\\ -\expandafter\ifx\csname xaffil\the\endauthorcount\endcsname\relax -\else -\csname xaffil\the\endauthorcount\endcsname \\[2pt] -\fi -\else\vskip1sp {\sc And}\\ -\csname author\the\endauthorcount\endcsname.\\ -\csname xaffil\the\endauthorcount\endcsname -\fi -\global\advance\endauthorcount by 1 -\vskip3pt -\repeat -\vskip1pt} -\centering -\vskip12pt -\endauthorcount=1 -\loop\ifnum\endauthorcount<\affilcount -\csname endaffil\the\endauthorcount\endcsname, -\global\advance\endauthorcount by 1 -\repeat -\csname endaffil\the\endauthorcount\endcsname -\vskip12pt}\fi} - -\newcount\affilnum -\newcount\curraffilnum -\newcount\tempaffilnum - -\def\parsecomma#1,#2,#3,#4,#5,#6,#7,#8,#9,{\sendnumber{#1} -\def\two{#2}\ifx\two\empty\else\sendnumber{#2}\fi -\def\three{#3}\ifx\three\empty\else\sendnumber{#3}\fi -\def\four{#4}\ifx\four\empty\else\sendnumber{#4}\fi -\def\five{#5}\ifx\five\empty\else\sendnumber{#5}\fi -\def\six{#6}\ifx\six\empty\else\sendnumber{#6}\fi -\def\seven{#7}\ifx\seven\empty\else\sendnumber{#7}\fi -\def\eight{#8}\ifx\eight\empty\else\sendnumber{#8}\fi -\def\nine{#9}\ifx\nine\empty\else\sendnumber{#9}\fi -} - -\def\sendnumber#1{% -\immediate\write\@auxout{\string\ifnum\string\curraffilnum < #1 -\string\global\string\curraffilnum=#1\relax\string\fi}} - -\def\altaffilmark#1{% -\setbox0=\hbox{\parsecomma#1,{},{},{},{},{},{},{},{},}% -\affil@mark{#1}} - -\newcount\affilcount -\def\altaffiltext#1#2{%% for allauthors at end of paper -\global\advance\affilcount by 1 -\expandafter\gdef\csname endaffil\the\affilcount\endcsname{ -\vskip.6pt -{\noindent\llap{$^{#1}$}\footnotesize\relax#2}} -%%%% end for all authors -\global\advance\affilnum by 1 -\ifnum\affilnum <\curraffilnum -\expandafter\gdef\csname affil\the\affilnum\endcsname{\vskip.6pt -{\noindent\llap{$^{#1}$}\footnotesize\relax#2}} -\else -\expandafter\gdef\csname affil\the\affilnum\endcsname{\relax} -\fi -\ifnum\affilnum =\curraffilnum -\expandafter\gdef\csname affil\the\affilnum\endcsname{\vskip.6pt -{\noindent\llap{$^{#1}$}\footnotesize\relax#2}}\fi -} - -\def\makeaffils{\loopnum=1\relax\loop -\expandafter\ifx\csname affil\the\loopnum\endcsname\relax -\else -\expandafter\csname affil\the\loopnum\endcsname\relax -% resetting: -\expandafter\gdef\csname affil\the\loopnum\endcsname{\relax} -\global\advance\loopnum by 1 -\repeat -\expandafter\csname affil\the\loopnum\endcsname\relax -\vskip12pt -} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% From earlier version of AASTeX, for usefulness and %% backward compatibility, with some requested additions @@ -5395,17 +5790,6 @@ Affiliations}\nobreak }% }% -\def\load@astro{% - \dimen@=1\aas@ptsize\p@ - \font\astro@font=Astrosym at\dimen@ -}% -\def\astro#1{\leavevmode\hbox{\astro@font#1}}% -\def\astro@font{% - \ClassWarning{aastex}{% - Please use class option `astro', since you are using the astro font.% - }% -}% - \def\chem@bnd#1{% {% \kern.1em\relax @@ -5466,7 +5850,7 @@ Affiliations}\nobreak {\@dblarg {\Hy@tempa \@captype}}[]} -\def\@caption#1[#2]#3{\small\expandafter \ifx \csname if@capstart\expandafter \endcsname +\def\@caption#1[#2]#3{{\small\rm\expandafter \ifx \csname if@capstart\expandafter \endcsname \csname iftrue\endcsname \global \let \@currentHref \hc@currentHref \else \hyper@makecurrent {\@captype }\fi \@ifundefined {NR@gettitle}{\def \@currentlabelname{\thesection\relax #2}} {\NR@gettitle {#2}}\par @@ -5474,11 +5858,11 @@ Affiliations}\nobreak \begingroup \@parboxrestore \if@minipage \@setminipage \fi \normalsize \expandafter\ifx \csname if@capstart\expandafter \endcsname \csname iftrue\endcsname \global \@capstartfalse -\@makecaption {\csname fnum@#1\endcsname }{\ignorespaces #3} -\else \@makecaption {\csname fnum@#1\endcsname }{\ignorespaces \ifHy@nesting +\@makecaption {\bf\csname fnum@#1\endcsname }{\ignorespaces #3} +\else \@makecaption {\bf\csname fnum@#1\endcsname }{\ignorespaces \ifHy@nesting \expandafter \hyper@@anchor \expandafter {\@currentHref }{#3}\else \Hy@raisedlink {\expandafter \hyper@@anchor \expandafter -{\@currentHref }{\relax }}#3\fi }\fi \par \endgroup} +{\@currentHref }{\relax }}{#3}\fi }\fi \par \endgroup}} \newcommand\tablebreak{\\[-11pt]\noalign{\break}\\ } @@ -5489,12 +5873,519 @@ Affiliations}\nobreak \def\ydataset[#1]#2{\href{#2}{[#1]}} \def\xdataset#1{\href{#1}{[DATASET]}} +%% this seems in the middle of nowhere... \advance\columnsep6pt +%%%%%%%%%% +%% macros to give hyperref link to authors when orcid numbers +%% are supplied with \author[0000-2345-3333-0023]{author name} + \def\lookforbracket{\ifx\next[\let\go\xauthor + \else\let\go\yauthor\fi\go} + +\def\author{\futurelet\next\lookforbracket} + +\def\new@author@def#1#2{% + \move@AU\move@AF\move@AUAF + \let\@AF@join\@author@join + \def\@author{{\href{http://orcid.org/#1}{#2}}{}}% +}% + +\def\orciderrormessage{ +\typeout{^^J^^J [\firstarg]\space Invalid ORCID Identifier!^^J^^J The ID +should consist of +four sets of four digits,^^J separated with -, ie, +0000-0012-3245-1234 or ^^J +0000-0012-3245-123X +^^J^^J +Please fix, or don't use square bracket argument with +\string\author[]\string{\string} +^^J^^J} +} + +%% Tests to see if author gave reasonable Orcid number; +%% if not, stops processing and gives error message. +\newif\ifbadOrcid +\def\lookatOrcid #1-#2-#3-#4-{ +\def\one{#1}\def\two{#2}\def\three{#3}\def\four{#4} +\ifx\one\empty +\global\badOrcidtrue +\else +\ifx\two\empty +\global\badOrcidtrue +\else +\ifx\three\empty +\global\badOrcidtrue +\else +\ifx\four\empty +\global\badOrcidtrue +\fi\fi\fi\fi +} + +\def\lookforDigits #1#2#3#4{ +\def\xone{#1}\def\xtwo{#2}\def\xthree{#3}\def\xfour{#4} +%% +\ifx\xone\empty +\global\badOrcidtrue +\else + \ifcat \xone 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xtwo\empty +\global\badOrcidtrue +\else + \ifcat \xtwo 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xthree\empty +\global\badOrcidtrue +\else + \ifcat \xthree 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xfour\empty +\global\badOrcidtrue +\else + \ifcat \xfour 1\else + \global\badOrcidtrue\fi +\fi +} + +\def\FinallookforDigits #1#2#3#4{ +\def\xone{#1}\def\xtwo{#2}\def\xthree{#3}\def\xfour{#4} +%% +\ifx\xone\empty +\global\badOrcidtrue +\else + \ifcat \xone 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xtwo\empty +\global\badOrcidtrue +\else + \ifcat \xtwo 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xthree\empty +\global\badOrcidtrue +\else + \ifcat \xthree 1\else + \global\badOrcidtrue\fi +\fi +%%% +\ifx\xfour\empty +\global\badOrcidtrue +\else + \ifcat \xfour 1\else + \if\xfour X + \else + \global\badOrcidtrue\fi + \fi +\fi +} + + + + + +%% Last digit might be X +\def\xauthor[#1]#2{\def\testone{#1-}\def\firstarg{#1} +\setbox0=\hbox{\expandafter\lookatOrcid\testone {}-{}-{}-{}- +\expandafter\lookforDigits\one {}{}{}{} +\expandafter\lookforDigits\two {}{}{}{} +\expandafter\lookforDigits\three {}{}{}{} +\expandafter\FinallookforDigits\four {}{}{}{}} +%% +\ifbadOrcid\let\go\orciderrormessage +\else\let\go\relax\fi\go +\ifbadOrcid\let\go\stop\else\let\go\relax\fi\go +\new@author@def{#1}{#2}} + +\def\yauthor{\@author@def{}} + +\def\altaffilmark#1{\typeout{^^J^^J\string\altaffilmark\space is no longer +needed. It will not do anything.^^J Please use +\string\altaffiliation\string{\string} instead.^^J^^J}\stop} + +\def\altaffiltext#1{\typeout{^^J^^J\string\altaffiltext\space is no longer +needed. It will not do anything.^^J Please use +\string\altaffiliation\string{\string} instead.^^J^^J}\stop} + + + + + +%% We do not need \and in list of authors. It is taken care of +%% automatically. Below is the definition from revtex4-1: +% +%\renewcommand\frontmatter@and{\class@err{\protect\and\space is not +% supported}} + +\newcount\AuthorCollaborationLimit +\let\AuthorCallLimit\AuthorCollaborationLimit +%% no limit for default +\AuthorCollaborationLimit=100 +\newcount\largestAffilNum + +\def\lookfornumbers#1#2#3#4#5#6#7#8#9{\def\one{#1} +\def\two{#2} +\def\three{#3} +\def\four{#4} +\def\five{#5} +\def\six{#6} +\def\seven{#7} +\def\eight{#8} +\def\nine{#9} +\ifnum\one>\largestAffilNum +\global\largestAffilNum=\one\fi +%%% +\ifx\two\empty\else +\ifnum\two>\largestAffilNum +\global\largestAffilNum=\two\fi\fi +%%% +\ifx\three\empty\else +\ifnum\three>\largestAffilNum +\global\largestAffilNum=\three\fi\fi +%%% +\ifx\four\empty\else +\ifnum\four>\largestAffilNum +\global\largestAffilNum=\four\fi\fi +%%% +\ifx\five\empty\else +\ifnum\five>\largestAffilNum +\global\largestAffilNum=\five\fi\fi +%%% +\ifx\six\empty\else +\ifnum\six>\largestAffilNum +\global\largestAffilNum=\six\fi\fi +%%% +\ifx\seven\empty\else +\ifnum\seven>\largestAffilNum +\global\largestAffilNum=\seven\fi\fi +%%% +\ifx\eight\empty\else +\ifnum\eight>\largestAffilNum +\global\largestAffilNum=\eight\fi\fi +%%% +\ifx\nine\empty\else +\ifnum\nine>\largestAffilNum +\global\largestAffilNum=\nine\fi\fi +} +\newcount\countauthors + + +\gdef\newcomma@space{\hskip-3pt\textsuperscript{,}}% + +\def\doEtAl{\rm et al.\gdef\doEtAl{\relax}} + +\def\doauthor#1#2#3{% +\iflongauthor\vskip6pt\fi +\global\advance\countauthors by 1 +\ifnum\countauthors>\AuthorCollaborationLimit +\doEtAl +\else +\ifnum\AuthorCollaborationLimit=1 +\let\@listand\relax +\fi + \ignorespaces\leavevmode\hbox{#1\unskip\@listcomma}% nice, keeps name from breaking across lines +\fi + \begingroup +\ifnum\countauthors>\AuthorCollaborationLimit\else + #3% all affil numbers +\ifx\@affilID@temp\empty +\else% +\setbox0=\hbox{\expandafter\lookfornumbers\@affilID@temp{}{}{}{}{}{}{}{}{}}% +\fi\fi +%% #2= \altaffiliation{} or \email{} or possibly anything other than author, affiliation, or collaboration +%%\endgroup{}{} %%this works. + \@if@empty{#2}{\endgroup{}{}} +{\ifnum\countauthors>\AuthorCollaborationLimit\else +\endgroup{\comma@space}{}\frontmatter@footnote{#2}\fi}% +\ifnum\countauthors>\AuthorCollaborationLimit\else \space \@listand\fi +}% + +\def\xxxdoauthor#1#2#3{% +\iflongauthor\vskip12pt\fi +\global\advance\countauthors by 1 +\ifnum\countauthors>\AuthorCollaborationLimit +\iflongauthor\vskip6pt\fi +\doEtAl +\else +\ifnum\AuthorCollaborationLimit=\countauthors +\iflongauthor\vskip6pt\fi +\let\@listand\relax +\fi + \ignorespaces\leavevmode\hbox{#1\unskip\@listcomma}% nice, keeps name from breaking across lines +\fi + \begingroup +\ifnum\countauthors>\AuthorCollaborationLimit\else +%% author names: + #3% +%all affil numbers: +\ifx\@affilID@temp\empty +\else% +\setbox0=\hbox{\expandafter\lookfornumbers\@affilID@temp{}{}{}{}{}{}{}{}{}}% +\fi\fi +%% #2= \altaffiliation{} or \email{} or possibly anything other than author, affiliation, or collaboration +%%\endgroup{}{} + \@if@empty{#2}{\endgroup{}{}} +{\ifnum\countauthors>\AuthorCollaborationLimit\else +\endgroup{\comma@space}{}\frontmatter@footnote{#2}\fi}% +\ifnum\countauthors>\AuthorCollaborationLimit\else \space \@listand\fi +}% + + +%%% +%% set \affil to match \affiliation found in revtex, since authors are accustomed to using \affil{} +\let\affil\affiliation + +\newif\iffirstaffil +\firstaffiltrue + +\def\@affil@script#1#2#3#4{% +%\ifmodern +\iffirstaffil\vskip24pt +\global\firstaffilfalse\fi%\fi + \@ifnum{#1=\z@}{}{% + \par + \begingroup + \frontmatter@affiliationfont + \@ifnum{\c@affil<\affil@cutoff}{}{% +\def\one{#1} +\ifnum\one<\largestAffilNum +%% this makes the numbers + \def\@thefnmark{#1}\@makefnmark\fi +\ifnum\one=\largestAffilNum + \def\@thefnmark{#1}\@makefnmark\fi + }% +% this makes the text +\ifnum\one<\largestAffilNum + \ignorespaces#3% +\fi +\ifnum\one=\largestAffilNum + \ignorespaces#3% +\fi + \@if@empty{#4}{}{\frontmatter@footnote{#4}}% + \par + \endgroup + }% +}% + +\def\frontmatter@maketitle{% +\@author@finish +\if@firstsection + \title@column\titleblock@produce +\onecolumngrid +\else +% +\global\firstaffiltrue + \title@column\secondtitleblock@produce +\fi + \suppressfloats[t]% +%% Prevent these from being turned off so that +%% we can use \maketitle again for \AllAuthors. +%% +% \let\and\relax + \let\affiliation\@gobble + \let\author\@gobble +% \let\@AAC@list\@empty +% \let\@AFF@list\@empty +% \let\@AFG@list\@empty +% \let\@AF@join\@AF@join@error +% \let\email\@gobble +% \let\@address\@empty +% \let\maketitle\relax +% \let\thanks\@gobble +\if@firstsection + \let\abstract\@undefined\let\endabstract\@undefined + \titlepage@sw{% + \vfil + \clearpage + }{}% +\fi +}% + +\let\maketitle\frontmatter@maketitle + +\def\secondtitleblock@produce{% + \begingroup + \ltx@footnote@pop + \def\@mpfn{footnote}% + \def\thempfn{\thefootnote}% + \c@footnote\z@ + \let\@makefnmark\frontmatter@makefnmark +% \frontmatter@setup + \thispagestyle{titlepage}%\label{FirstPage}% +% \frontmatter@title@produce + \groupauthors@sw{% + \frontmatter@author@produce@group + }{% + \frontmatter@author@produce@script + }% + \endgroup +}% + + +\def\allauthors{%% this conditional keeps \allauthors from turning on +%% unless \AuthorCollaborationLimit is used: +\ifnum\AuthorCollaborationLimit>0 +\ifnumlines\nolinenumbers\fi +\onecolumngrid +\clearpage +\AuthorCollaborationLimit=100 +\largestAffilNum=100 +{\vskip6pt\vskip1sp\centerline{\large\bf All Authors and +Affiliations\vrule depth 18pt width0pt}\nobreak +\maketitle +\fi +}} + +\let\AllAuthors\allauthors + +%% no club or widow lines +\widowpenalty=10000 +\clubpenalty\widowpenalty +\setlength{\footnotesep}{8pt} + +\ifmodern +\setlength{\voffset}{0in} +\setlength{\hoffset}{0in} +\setlength{\textwidth}{6in} +\setlength{\textheight}{9.2in} +\setlength{\headheight}{0ex} +\setlength{\headsep}{36pt} % this is 2 lines in ``manuscript'' +\setlength{\footnotesep}{0in} +\setlength{\topmargin}{-\headsep} +\setlength{\oddsidemargin}{0.25in} +\setlength{\evensidemargin}{0.25in} +\setlength{\parindent}{0.54\baselineskip} +\sloppy\sloppypar +\fi + + +\def\figurename{Figure} +\def\tablename{Table} +\def\fnum@figure{{\bf\figurename~\thefigure}} +\def\fnum@table{{\bf\tablename~\thetable}} + +\def\tempfootmark#1{} + +\newcount\c@affilcount + + \renewcommand*\altaffiliation[2][]{% + \@AF@join{#1#2\ifmodern\baselineskip=14pt\fi +}% + }% + +\def\correspondingauthor#1{{ +\renewcommand\thefootnote{\hskip-12pt} +\footnote{Corresponding author: #1\ifmodern\vrule depth 5pt +width 0pt\relax\fi}}} + +\let\saveemail\email +\def\email#1{{\let\ltx@footmark\tempfootmark +\saveemail{}} +{\renewcommand\thefootnote{\hskip-12.1pt} +\footnote{\href{mailto: #1}{#1}\ifmodern\vrule depth 7pt width +0pt\relax\else\ifmanu\vskip-4pt\else\vrule depth 7pt width 0pt\fi\fi}}} + + +\def\nocollaboration{% +\iflongauthor +\collaboration{\vbox to 0pt{\vss ---\vskip9pt}} +\else +\collaboration{\vbox to 0pt{\vss ---\vskip4pt}} +\fi +} + +%% gets rid of () around collaboration +\def\@collaboration@present#1#2#3#4{% +\par + \begingroup + \frontmatter@collaboration@above + \@affilID@def{}% + \@tempcnta\z@ + \@author@present{}{\ignorespaces#3\unskip}{#4}% + \par + \endgroup +\iflongauthor\vskip-6pt\else +\vskip6pt\fi + \set@listcomma@list#1% +}% + + +%% get rid of \jobname Notes being sent to .aux file: +\let\bibdata@app\relax +\def\pre@bibdata{} + +\def\frontmatter@author@produce@script{% + \begingroup + \let\@author@present\@author@present@script + \frontmatterverbose@sw{\typeout{\string\frontmatter@author@produce@script:}\say\@AAC@list\say\@AFF@list\say\@AFG@list}{}% + \let\AU@temp\@empty + \@tempcnta\z@ + \let\AF@opr \@gobble + \def\AU@opr{\@author@count\@tempcnta}% + \def\CO@opr{\@collaboration@count\AU@temp\@tempcnta}% + \@AAC@list + \expandafter\CO@opr\@author@cleared + \begingroup + \frontmatter@authorformat + \let\AF@opr \@affilID@def + \let\AU@opr \@author@present + \def\CO@opr{\@collaboration@present\AU@temp}% + \set@listcomma@list\AU@temp + \@AAC@list +%% \, added to definition taken from revtex4-1 to prevent error message. +\, \unskip\unskip + \par + \endgroup + \begingroup + \frontmatter@above@affiliation@script + \let\AFF@opr \@affil@script + \@AFF@list + \frontmatter@footnote@produce + \par + \endgroup + \endgroup +}% + +\let\auto@bib\relax + +\newif\iffirstaffil +\firstaffiltrue + +%% These commands were in aastex earlier; I redefined. +\def\tighten{\global\tightentrue\normalsize} +\let\tightenlines=\tighten +\def\singlespace{\par\global\doublespacefalse\global\tightenfalse\normalsize} +\def\doublespace{\par\global\doublespacetrue\global\tightenfalse\normalsize} + +\bibliographystyle{aasjournal} + \endinput %% Change Log +September 21, 2016 +Finishing Version 6.1 update + +===================== +August 27, 2016 +Many changes + +===================== +August 17 +Many changes: + +%% note: +%% this keeps tables from being set to \small, code used in Revtex4-1 +\let\table@hook\relax +===================== Feb 29, changes to table macros to center caption even if table is wider than width of text; give error message if user asks to rotate table but forgets to use \floattable before table; make rotating table be full @@ -5504,9 +6395,14 @@ March 1, reworking figure and table numbering for appendices. Deleted recent definition of \appendix, returned to earlier version with additions. -%% note: -%% this keeps tables from being set to \small, code used in Revtex4-1 -\let\table@hook\relax +================ + + + + + + + diff --git a/docs/aassymbols.pdf b/docs/aassymbols.pdf index c449a0a..20566da 100644 Binary files a/docs/aassymbols.pdf and b/docs/aassymbols.pdf differ diff --git a/docs/aassymbols.tex b/docs/aassymbols.tex index f34fe67..8422f56 100644 --- a/docs/aassymbols.tex +++ b/docs/aassymbols.tex @@ -1,4 +1,4 @@ -\documentclass[twocolumn]{aastex3} +\documentclass[twocolumn]{aastex61} \newcommand\aastex{AAS\TeX}% diff --git a/other/natbib.pdf b/other/natbib.pdf index e32c594..0297a33 100644 Binary files a/other/natbib.pdf and b/other/natbib.pdf differ diff --git a/other/natbib.tex b/other/natbib.tex index 74c4a34..80e0e33 100644 --- a/other/natbib.tex +++ b/other/natbib.tex @@ -1,4 +1,4 @@ -\documentclass[onecolumn]{aastex6} +\documentclass[onecolumn]{aastex61} \newcommand\aastex{AAS\TeX}% @@ -80,6 +80,8 @@ \verb|\citealp[pg.~32]{jon90}| & Jones et al., 1990, pg.~32 \\ \end{tabular} +\clearpage + Finally, the {\tt\string\citeauthor} and {\tt\string\citeyear} commands can be used to print only the author or year portion of the citation: diff --git a/other/natbibNotes.bib b/other/natbibNotes.bib deleted file mode 100644 index f275e40..0000000 --- a/other/natbibNotes.bib +++ /dev/null @@ -1,2 +0,0 @@ -@CONTROL{REVTEX41Control} -@CONTROL{apsrev41Control,author="08",editor="1",pages="0",title="",year="1"} diff --git a/sample/sample.pdf b/sample/sample61.pdf similarity index 51% rename from sample/sample.pdf rename to sample/sample61.pdf index f2b48a4..9c62385 100644 Binary files a/sample/sample.pdf and b/sample/sample61.pdf differ diff --git a/sample/sample.tex b/sample/sample61.tex similarity index 65% rename from sample/sample.tex rename to sample/sample61.tex index 1e42a7f..c5b56c1 100644 --- a/sample/sample.tex +++ b/sample/sample61.tex @@ -1,14 +1,14 @@ %% -%% Beginning of file 'sample.tex' +%% Beginning of file 'sample61.tex' %% -%% Modified 2015 December +%% Modified 2016 September %% %% This is a sample manuscript marked up using the -%% AASTeX v6.x LaTeX 2e macros. - +%% AASTeX v6.1 LaTeX 2e macros. +%% %% AASTeX is now based on Alexey Vikhlinin's emulateapj.cls %% (Copyright 2000-2015). See the classfile for details. -%% + %% AASTeX requires revtex4-1.cls (http://publish.aps.org/revtex4/) and %% other external packages (latexsym, graphicx, amssymb, longtable, and epsf). %% All of these external packages should already be present in the modern TeX @@ -21,37 +21,58 @@ %% typeset, one-column, single-spaced document. It is the default and thus %% does not need to be explicitly stated. %% +%% +%% using aastex version 6.1 +\documentclass{aastex61} -%% using aastex version 6 -\documentclass{aastex6} - -%% The other main article choice is a tightly typeset, two-column article -%% that more closely resembles the final typeset pdf article. +%% The default is a single spaced, 10 point font, single spaced article. +%% There are 5 other style options available via an optional argument. They +%% can be envoked like this: %% -%% \documentclass[twocolumn]{aastex6} +%% \documentclass[argument]{aastex61} %% -%% There are other optional arguments one can envoke to allow other -%% actions. +%% where the arguement options are: +%% +%% twocolumn : two text columns, 10 point font, single spaced article. +%% This is the most compact and represent the final published +%% derived PDF copy of the accepted manuscript from the publisher +%% manuscript : one text column, 12 point font, double spaced article. +%% preprint : one text column, 12 point font, single spaced article. +%% preprint2 : two text columns, 12 point font, single spaced article. +%% modern : a stylish, single text column, 12 point font, article with +%% wider left and right margins. This uses the Daniel +%% Foreman-Mackey and David Hogg design. +%% +%% Note that you can submit to the AAS Journals in any of these 6 styles. +%% +%% There are other optional arguments one can envoke to allow other stylistic +%% actions. The available options are: +%% +%% astrosymb : Loads Astrosymb font and define \astrocommands. +%% tighten : Makes baselineskip slightly smaller, only works with +%% the twocolumn substyle. +%% times : uses times font instead of the default +%% linenumbers : turn on lineno package. +%% trackchanges : required to see the revision mark up and print its output +%% longauthor : Do not use the more compressed footnote style (default) for +%% the author/collaboration/affiliations. Instead print all +%% affiliation information after each name. Creates a much +%% long author list but may be desirable for short author papers %% -% These are the available options: -% manuscript : onecolumn, doublespace, 12pt fonts -% preprint : onecolumn, single space, 10pt fonts -% preprint2 : twocolumn, single space, 10pt fonts -% twocolumn : a two column article. Probably not needed, but here just in case. -% onecolumn : a one column article; default option. -% twocolappendix: make 2 column appendix -% onecolappendix: make 1 column appendix is the default. -% astrosymb : Loads Astrosymb font and define \astrocommands. -% tighten : Makes baselineskip slightly smaller -% times : uses times font instead of the default -% linenumbers : turn on lineno package. -% trackchanges : required to see the revision mark up and print output -% numberedappendix: Labels appendix sections A, B, ... This is the default. -% appendixfloats: Needed. Resets figure and table counters to zero - %% these can be used in any combination, e.g. %% -%% \documentclass[twocolumn,twocolappendix,linenumbers,trackchanges]{aastex6} +%% \documentclass[twocolumn,linenumbers,trackchanges]{aastex61} + +%% AASTeX v6.* now includes \hyperref support. While we have built in specific +%% defaults into the classfile you can manually override them with the +%% \hypersetup command. For example, +%% +%%\hypersetup{linkcolor=red,citecolor=green,filecolor=cyan,urlcolor=magenta} +%% +%% will change the color of the internal links to red, the links to the +%% bibliography to green, the file links to cyan, and the external links to +%% magenta. Additional information on \hyperref options can be found here: +%% https://www.tug.org/applications/hyperref/manual.html#x1-40003 %% If you want to create your own macros, you can do so %% using \newcommand. Your macros should appear before @@ -61,23 +82,31 @@ \newcommand\aastex{AAS\TeX} \newcommand\latex{La\TeX} -%% AASTeX 6.0 supports the ability to suppress the names and affiliations -%% of some authors and displaying them under a "collaboration" banner to -%% minimize the amount of author information that to be printed. This -%% should be reserved for articles with an extreme number of authors. -%% +%% Reintroduced the \received and \accepted commands from AASTeX v5.2 +\received{July 1, 2016} +\revised{September 27, 2016} +\accepted{\today} +%% Command to document which AAS Journal the manuscript was submitted to. +%% Adds "Submitted to " the arguement. +\submitjournal{ApJ} + %% Mark up commands to limit the number of authors on the front page. -\AuthorCallLimit=1 -%% Will only show Schwarz & Muench since Schwarz and Muench -%% are in the same \author call. -\fullcollaborationName{The Friends of AASTeX Collaboration} -%% will print the collaboration text after the shortened author list. -%% These commands have to COME BEFORE the \author calls. +%% Note that in AASTeX v6.1 a \collaboration call (see below) counts as +%% an author in this case. +% +%\AuthorCollaborationLimit=3 +% +%% Will only show Schwarz, Muench and "the AAS Journals Data Scientist +%% collaboration" on the front page of this example manuscript. %% -%% Note that all of these author will be shown in the published article. +%% Note that all of the author will be shown in the published article. %% This feature is meant to be used prior to acceptance to make the -%% front end of a long author article more manageable. +%% front end of a long author article more manageable. Please do not use +%% this functionality for manuscripts with less than 20 authors. Conversely, +%% please do use this when the number of authors exceeds 40. +%% %% Use \allauthors at the manuscript end to show the full author list. +%% This command should only be used with \AuthorCollaborationLimit is used. %% The following command can be used to set the latex table counters. It %% is needed in this document because it uses a mix of latex tabular and @@ -86,97 +115,141 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% The following commented section outlines numerous optional output that +%% The following section outlines numerous optional output that %% can be displayed in the front matter or as running meta-data. %% -%% You can insert a short comment on the title page using the command below. -%% \slugcomment{Not to appear in Nonlearned J., 45.} -%% %% If you wish, you may supply running head information, although %% this information may be modified by the editorial offices. -%%\shorttitle{\aastex sample article} -%%\shortauthors{Schwarz et al.} +\shorttitle{\aastex\ sample article} +\shortauthors{Schwarz et al.} %% %% You can add a light gray and diagonal water-mark to the first page %% with this command: -%% \watermark{text} +% \watermark{text} %% where "text", e.g. DRAFT, is the text to appear. If the text is %% long you can control the water-mark size with: -%% \setwatermarkfontsize{dimension} +% \setwatermarkfontsize{dimension} %% where dimension is any recognized LaTeX dimension, e.g. pt, in, etc. %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% This is the end of the preamble. Indicate the beginning of the -%% paper itself with \begin{document}. +%% manuscript itself with \begin{document}. \begin{document} +\title{An Example Article using \aastex v6.1\footnote{This version fixes many bugs from v6.0 and introduces some new features, primarily in the way the author and affiliations are now marked up.}} + %% LaTeX will automatically break titles if they run longer than %% one line. However, you may use \\ to force a line break if -%% you desire. +%% you desire. In v6.1 you can include a footnote in the title. -\title{An Example Article using \aastex v6.0} - -%% Use \author, \affil, plus the \and command to format author and affiliation -%% information. If done correctly the peer review system will be able to +%% A significant change from earlier AASTEX versions is in the structure for +%% calling author and affilations. The change was necessary to implement +%% autoindexing of affilations which prior was a manual process that could +%% easily be tedious in large author manuscripts. +%% +%% The \author command is the same as before except it now takes an optional +%% arguement which is the 16 digit ORCID. The syntax is: +%% \author[xxxx-xxxx-xxxx-xxxx]{Author Name} +%% +%% This will hyperlink the author name to the author's ORCID page. Note that +%% during compilation, LaTeX will do some limited checking of the format of +%% the ID to make sure it is valid. +%% +%% Use \affiliation for affiliation information. The old \affil is now aliased +%% to \affiliation. AASTeX v6.1 will automatically index these in the header. +%% When a duplicate is found its index will be the same as its previous entry. +%% +%% Note that \altaffilmark and \altaffiltext have been removed and thus +%% can not be used to document secondary affiliations. If they are used latex +%% will issue a specific error message and quit. Please use multiple +%% \affiliation calls for to document more than one affiliation. +%% +%% The new \altaffiliation can be used to indicate some secondary information +%% such as fellowships. This command produces a non-numeric footnote that is +%% set away from the numeric \affiliation footnotes. NOTE that if an +%% \altaffiliation command is used it must come BEFORE the \affiliation call, +%% right after the \author command, in order to place the footnotes in +%% the proper location. +%% +%% Use \email to set provide email addresses. Each \email will appear on its +%% own line so you can put multiple email address in one \email call. A new +%% \correspondingauthor command is available in V6.1 to identify the +%% corresponding author of the manuscript. It is the author's responsibility +%% to make sure this name is also in the author list. +%% +%% While authors can be grouped inside the same \author and \affiliation +%% commands it is better to have a single author for each. This allows for +%% one to exploit all the new benefits and should make book-keeping easier. +%% +%% If done correctly the peer review system will be able to %% automatically put the author and affiliation information from the manuscript %% and save the corresponding author the trouble of entering it by hand. -%% -%% The \affil should be used to document primary affiliations and the -%% \altaffil should be used for secondary affiliations, titles, or email. -%% Authors with the same affiliation can be grouped in a single -%% \author and \affil call. -\author{Greg J. Schwarz\altaffilmark{1,2} and August Muench\altaffilmark{1}} +\correspondingauthor{August Muench} +\email{greg.schwarz@aas.org, gus.muench@aas.org} + +\author[0000-0002-0786-7307]{Greg J. Schwarz} \affil{American Astronomical Society \\ 2000 Florida Ave., NW, Suite 300 \\ Washington, DC 20009-1231, USA} -\author{Butler Burton\altaffilmark{3}} -\affil{National Radio Astronomy Observatory} +\author{August Muench} +\affiliation{American Astronomical Society \\ +2000 Florida Ave., NW, Suite 300 \\ +Washington, DC 20009-1231, USA} +\collaboration{(AAS Journals Data Scientists collaboration)} + +\author{Butler Burton} +\affiliation{National Radio Astronomy Observatory} +\affiliation{AAS Journals Associate Editor-in-Chief} +\nocollaboration \author{Amy Hendrickson} -\affil{TeXnology Inc} +\altaffiliation{Creator of AASTeX v6.1} +\affiliation{TeXnology Inc.} +\collaboration{(LaTeX collaboration)} -\author{Julie Steffen\altaffilmark{4}} -\affil{American Astronomical Society \\ +\author{Julie Steffen} +\affiliation{AAS Director of Publishing} +\affiliation{American Astronomical Society \\ 2000 Florida Ave., NW, Suite 300 \\ Washington, DC 20009-1231, USA} -%% Use the \and command so offset the last author. -\and - -\author{Jeff Lewandowski\altaffilmark{5}} -\affil{IOP Publishing, Washington, DC 20005} +\author{Jeff Lewandowski} +\affiliation{IOP Senior Publisher for the AAS Journals} +\affiliation{IOP Publishing, Washington, DC 20005} -%% Notice that each of these authors has alternate affiliations, which -%% are identified by the \altaffilmark after each name. Specify alternate -%% affiliation information with \altaffiltext, with one command per each -%% affiliation. +%% Note that the \and command from previous versions of AASTeX is now +%% depreciated in this version as it is no longer necessary. AASTeX +%% automatically takes care of all commas and "and"s between authors names. -\altaffiltext{1}{AAS Journals Data Scientist} -\altaffiltext{2}{greg.schwarz@aas.org} -\altaffiltext{3}{AAS Journals Associate Editor-in-Chief} -\altaffiltext{4}{AAS Director of Publishing} -\altaffiltext{5}{IOP Senior Publisher for the AAS Journals} +%% AASTeX 6.1 has the new \collaboration and \nocollaboration commands to +%% provide the collaboration status of a group of authors. These commands +%% can be used either before or after the list of corresponding authors. The +%% argument for \collaboration is the collaboration identifier. Authors are +%% encouraged to surround collaboration identifiers with ()s. The +%% \nocollaboration command takes no argument and exists to indicate that +%% the nearby authors are not part of surrounding collaborations. %% Mark off the abstract in the ``abstract'' environment. \begin{abstract} This example manuscript is intended to serve as a tutorial and template for authors to use when writing their own AAS Journal articles. The manuscript -includes a history of \aastex\ and documents the new features in the latest -version, 6.0, including many figure and table examples. Information on -features not explicitly mentioned in the article can be viewed in the -manuscript comments or more extensive online documentation. Authors are -welcome replace the text, tables, figures, and bibliography with their own -and submit the resulting manuscript to the AAS Journals peer review system. -The first lesson in the tutorial is to remind authors that the AAS -Journals, the Astrophysical Journal (ApJ), the Astrophysical Journal -Letters (ApJL), and Astronomical Journal (AJ), all have a 250 word limit -for the abstract. If you exceed this length the Editorial office will ask -you to shorten it. +includes a history of \aastex\ and documents the new features in the +previous version, 6.0, as well as the new features in version 6.1. This +manuscript includes many figure and table examples to illustrate these new +features. Information on features not explicitly mentioned in the article +can be viewed in the manuscript comments or more extensive online +documentation. Authors are welcome replace the text, tables, figures, and +bibliography with their own and submit the resulting manuscript to the AAS +Journals peer review system. The first lesson in the tutorial is to remind +authors that the AAS Journals, the Astrophysical Journal (ApJ), the +Astrophysical Journal Letters (ApJL), and Astronomical Journal (AJ), all +have a 250 word limit for the abstract. If you exceed this length the +Editorial office will ask you to shorten it. \end{abstract} @@ -212,14 +285,14 @@ \section{Introduction} \label{sec:intro} publication of AAS Journal articles \citep{1989BAAS...21..780H}. Shortly afterwards, Chris Biemesdefer merged these macros and more into a \latex\ 2.08 style file called \aastex. These early \aastex\ versions introduced -many common commands and practices that authors take for granted today such -as long table support in the form of deluxetable. Substantial revisions +many common commands and practices that authors take for granted today. +Substantial revisions were made by Lee Brotzman and Pierre Landau when the package was updated to v4.0. AASTeX v5.0, written in 1995 by Arthur Ogawa, upgraded to \latex\ 2e which uses the document class in lieu of a style file. Other improvements to version 5 included hypertext support, landscape deluxetables and -improved figure support to facilitate electronic submission. The last -major release, \aastex\ v5.2 in 2005, introduced additional graphics +improved figure support to facilitate electronic submission. +\aastex\ v5.2 was released in 2005 and introduced additional graphics support plus new mark up to identifier astronomical objects, datasets and facilities. @@ -240,20 +313,19 @@ \section{Introduction} \label{sec:intro} \footnote{see Section \ref{sec:pubcharge} in the Appendix for more details about how current article costs are calculated.} the emulateapj class file has proven to be extremely popular with AAS Journal authors. An informal -analysis of submitted \latex\ manuscripts in early 2015 reveals that -$\sim$65\% either call emulateapj or have the emulateapj classfile in the -comments indicating it was used at some stage of the manuscript -construction. Clearly authors want to have access to a tightly typeset -version of the article when corresponding with co-authors and for preprint -submissions. +analysis of submitted \latex\ manuscripts in 2015 revealed that $\sim$65\% +either called emulateapj or have a commented emulateapj classfile call +indicating it was used at some stage of the manuscript construction. +Clearly authors want to have access to a tightly typeset version of the +article when corresponding with co-authors and for preprint submissions. When planning the next \aastex\ release the popularity of emulateapj played an important roll in the decision to drop the old base code and adopt and -modify emulateapj for \aastex\ v6.0 instead. The change brings \aastex\ +modify emulateapj for \aastex\ v6.+ instead. The change brings \aastex\ inline with what the majority of authors are already using while still -delivering new and improved features. \aastex\ v6.0 was written by Amy -Hendrickson and released in 2016. Some of the new features in v6.0 -include: +delivering new and improved features. \aastex\ v6.0 and v6.1 were written +by Amy Hendrickson and released in January and October 2016, respectively. +Some of the new features in v6.0 included: \begin{enumerate} \item improved citations for third party data repositories and software, @@ -261,16 +333,29 @@ \section{Introduction} \label{sec:intro} encapsulated postscript (EPS) or portable document format (PDF) files, \item figure set mark up for large collections of similar figures, \item color mark up to easily enable/disable revised text highlighting, -\item improved url support and hyperlinking, and +\item improved url support, and \item numerous table options such as the ability to hide columns, column decimal alignment, automatic column math mode and numbering, plus splitting of wide tables. \end{enumerate} +The new features in v6.1 are: + +\begin{enumerate} +\item ORCID support for preprints, +\item improved author, affiliation and collaboration mark up, +\item reintroduced the old AASTeX v5.2 {\tt\string\received}, + {\tt\string\revised}, {\tt\string\accepted}, and + {\tt\string\published} commands plus + added the new {\tt\string\submitjournal} command to document + which AAS Journal the manuscript was submitted to, plus +\item new typeset style options. +\end{enumerate} + The rest of this article provides information and examples on how to create -your own AAS Journal manuscript. Special emphasis is placed on how to use -the full potential of \aastex\ v6.0. The next section describes the -different manuscript styles available and how they differ from past +your own AAS Journal manuscript with v6.1. Special emphasis is placed on +how to use the full potential of \aastex\ v6+. The next section describes +the different manuscript styles available and how they differ from past releases. Section \ref{sec:floats} describes how tables and figures are placed in a \latex\ document. Specific examples of tables, Section \ref{subsec:tables}, and figures, Section \ref{subsec:figures}, are also @@ -286,21 +371,16 @@ \section{Introduction} \label{sec:intro} \section{Manuscript styles} \label{sec:style} -The default style in \aastex\ v6.0 is a tight single column style, e.g. -10 point font, single spaced. It can also be called directly with \\ - -\noindent {\tt\string\documentclass[onecolumn]\{aastex6\}}. \\ - -\noindent but as the default the argument is not necessary. The single -column style is very useful for article with wide equations. It is also the -easiest to style to work with since figures and tables, see Section -\ref{sec:floats}, will span the entire page, reducing the need for -address float sizing. +The default style in \aastex\ v6.1 is a tight single column style, e.g. 10 +point font, single spaced. The single column style is very useful for +article with wide equations. It is also the easiest to style to work with +since figures and tables, see Section \ref{sec:floats}, will span the +entire page, reducing the need for address float sizing. To invoke a two column style similar to the what is produced in the published PDF copy use \\ -\noindent {\tt\string\documentclass[twocolumn]\{aastex6\}}. \\ +\noindent {\tt\string\documentclass[twocolumn]\{aastex61\}}. \\ \noindent Note that in the two column style figures and tables will only span one column unless specifically ordered across both with the ``*'' flag, @@ -315,17 +395,17 @@ \section{Manuscript styles} \label{sec:style} Some other style options are outlined in the commented sections of this article. Any combination of style options can be used. -Two style options that are needed for fully use the new revision tracking +Two style options that are needed to fully use the new revision tracking feature, see Section \ref{sec:highlight}, are {\tt\string linenumbers} which uses the lineno style file to number each article line in the left margin and {\tt\string trackchanges} which controls the revision and commenting highlight output. -Previous versions of \aastex\ accepted other styles most of which have been -modified. The old {\tt\string manuscript} option now produces a single -column, double spaced format with 12 point font. {\tt\string preprint} and -{\tt\string preprint2} now are aliased with {\tt\string onecolumn} and -{\tt\string twocolumn}, respectively. +There is also a new {\tt\string modern} option that uses a Daniel +Foreman-Mackey and David Hogg design to produce stylish, single column +output that has wider left and right margins. It is designed to have fewer +words per line to improve reader retention. It also looks better on devices +with smaller displays such as smart phones. \section{Floats} \label{sec:floats} @@ -337,17 +417,19 @@ \section{Floats} \label{sec:floats} Authors are encouraged to embed their tables and figures within the text as they are mentioned. Please do not place the figures and text at the end of -the article as was the old practice. Editors and and the vast majority of +the article as was the old practice. Editors and the vast majority of referees find it much easier to read a manuscript with embedded figures and tables. Depending on the number of floats and the particular amount of text and equations present in a manuscript the ultimate location of any specific float can be hard to predict prior to compilation. It is recommended that -authors not spend significant time trying to get float placement perfect -for peer review. The AAS Journal's publisher has sophisticated typesetting -software that will produce the optimal layout during production. +authors textbf{not} spend significant time trying to get float placement +perfect for peer review. The AAS Journal's publisher has sophisticated +typesetting software that will produce the optimal layout during +production. +\startlongtable \begin{deluxetable}{c|cc} \tablecaption{ApJ costs from 1991 to 2013\tablenotemark{a} \label{tab:table}} \tablehead{ @@ -408,18 +490,18 @@ \section{Floats} \label{sec:floats} proper position should be. Many of the tables and figures in this article use a placement specifier to set their positions. -Note that the \latex\ {\tt\string tabular} environment is not a float. -Only when a {\tt\string tabular} is surrounded by -{\tt\string\begin\{table\}} ... {\tt\string\end\{table\}} is it a true -float and the rules and suggestions above apply. In addition, with the -addition of the longtable package to span a page break, deluxetable is also -no longer a float be default. An author must make a deluxetable a float by -adding the command {\tt\string \floattable} right before the {\tt\string \begin\{deluxetable\}} call. This command will allow \latex to optimally place -the deluxetable but note that long tables will not longer split over a page. -It is up to the reader to strike the right balance. - -\floattable -\begin{deluxetable}{ccCrlc} +Note that the \latex\ {\tt\string tabular} environment is not a float. Only +when a {\tt\string tabular} is surrounded by {\tt\string\begin\{table\}} ... +{\tt\string\end\{table\}} is it a true float and the rules and suggestions +above apply. + +In AASTeX v6.1 all deluxetables are float tables and thus if they are +longer than a page will spill off the bottom. Long deluxetables should +begin with the {\tt\string\startlongtable} command. This initiates a +longtable environment. Authors might have to use {\tt\string\clearpage} to +isolate a long table or optimally place it within the surrounding text. + +\begin{deluxetable*}{ccCrlc}[b!] \tablecaption{Column math mode in an observation log \label{tab:mathmode}} \tablecolumns{6} \tablenum{2} @@ -447,8 +529,7 @@ \section{Floats} \label{sec:floats} present will not cause a problem. Table \ref{tab:mathmode} is published in its entirety in the machine readable format. A portion is shown here for guidance regarding its form and content.} -\end{deluxetable} -%\vspace{5mm} +\end{deluxetable*} \subsection{Tables} \label{subsec:tables} @@ -461,17 +542,17 @@ \subsection{Tables} \label{subsec:tables} example that gives the approximate changes in the subscription costs and author publication charges from 1991 to 2013. -Tables longer than 250 data lines and complex tables should only have a +Tables longer than 200 data lines and complex tables should only have a short example table with the full data set available in the machine -readable format. The machine readable table will be available via the -``DATA'' link in the HTML version of the article. Authors are required to -indicate to the reader where the data can be obtained in the table -comments. Suggested text is given in the comments of Table +readable format. The machine readable table will be available in the HTML +version of the article with just a short example in the PDF. Authors are +required to indicate to the reader where the data can be obtained in the +table comments. Suggested text is given in the comments of Table \ref{tab:mathmode}. Authors are encouraged to create their own machine readable tables using the online tool at \url{http://authortools.aas.org/MRT/upload.html}. -\aastex\ v6.0 introduces five new table features that are designed to make +\aastex\ v6 introduces five new table features that are designed to make table construction easier and the resulting display better for AAS Journal authors. The items are: @@ -607,8 +688,7 @@ \subsubsection{Hiding columns} \label{subsubsec:hide} uses {\tt\string\tablenum} to renumber the table because a \latex\ tabular table was inserted before it. -\floattable -\begin{deluxetable}{cchlDlc} +\begin{deluxetable*}{cchlDlc} \tablenum{4} \tablecaption{Fun facts about the first 10 messier objects\label{tab:messier}} \tablewidth{0pt} @@ -632,17 +712,19 @@ \subsubsection{Hiding columns} \label{subsubsec:hide} M10 & NGC 6254 & Messier 10 & Cluster, globular & 4.42 & Ophiuchus & 6.4 \\ \enddata \tablecomments{This table ``hides'' the third column in the \latex\ when compiled. -The Distance is also centered on the decimals. Note that all of the values -in a decimal aligned column have to have a space before the next ampersand.} -\end{deluxetable} +The Distance is also centered on the decimals. Note that when using decimal +alignment you need to include the {\tt\string\decimals} command before +{\tt\string\startdata} and all of the values in that column have to have a +space before the next ampersand.} +\end{deluxetable*} \subsubsection{Splitting a table into multiple horizontal components} Since the AAS Journals are now all electronic with no print version there is no reason why tables can not be as wide as authors need them to be. However, there are some artificial limitations based on the width of a -print page. The old way around this limitation was to use landscape mode -with the {\tt\string\rotate} command and the smallest available table font +print page. The old way around this limitation was to rotate into +landscape mode and use the smallest available table font sizes, e.g. {\tt\string\tablewidth}, to get the table to fit. Unfortunately, this was not alway enough but now along with the hide column option outlined in Section \ref{subsubsec:hide} there is a new way to break @@ -654,21 +736,21 @@ \subsubsection{Splitting a table into multiple horizontal components} a table. Up to two ``B''s may be included. Table 5 % \ref{tab:deluxesplit} this freaks it out when it is used! -shows how to split a wide deluxetable in half with +shows how to split a wide deluxetable into three parts with the {\tt\string\splitdeluxetable} command. The {\tt\string\colnumbers} option is on to show how the automatic column numbering carries through the second table component, see Section \ref{subsubsec:autonumber}. The last example, Table \ref{tab:tablesplit}, shows how to split the same -table but with a regular \latex\ tabular call and into three parts. Decimal +table but with a regular \latex\ tabular call and into two parts. Decimal alignment is included in the third column and the ``Component'' column is hidden to illustrate the new features working together. -\begin{splitdeluxetable*}{lccccccBccccccc} +\begin{splitdeluxetable*}{lccccBcccccBcccc} \tabletypesize{\scriptsize} \tablewidth{0pt} \tablenum{5} -\tablecaption{Measurements of Emission Lines: 1 break \label{tab:deluxesplit}} +\tablecaption{Measurements of Emission Lines: two breaks \label{tab:deluxesplit}} \tablehead{ \colhead{Model} & \colhead{Component}& \colhead{Shift} & \colhead{FWHM} & \multicolumn{10}{c}{Flux} \\ @@ -704,10 +786,10 @@ \subsubsection{Splitting a table into multiple horizontal components} %\clearpage \setcounter{table}{5} -\begin{table}[h!] +\begin{table*}[h!] \renewcommand{\thetable}{\arabic{table}} -\caption{Measurements of Emission Lines: 2 breaks\label{tab:tablesplit}} -\begin{splittabular}{lhDcBccccccBcccc} +\caption{Measurements of Emission Lines: one break\label{tab:tablesplit}} +\begin{splittabular}{lhDccccBccccccc} %\multicolumn{5}{c}{Table 6} \\ %\multicolumn{5}{c}{Measurements of Emission Lines} \\ \hline @@ -732,14 +814,13 @@ \subsubsection{Splitting a table into multiple horizontal components} & NELs& 52 & 637$\pm 10$& 477$\pm 17$&$< 4$&$< 8$& -- & 278$\pm 17$& 153$\pm 10$& 317$\pm 15$& 969$\pm 40$& 325$\pm 37$& 147$\pm 22$\\ \hline \end{splittabular} -\end{table} +\end{table*} \subsection{Figures\label{subsec:figures}} %% The "ht!" tells LaTeX to put the figure "here" first, at the "top" next %% and to override the normal way of calculating a float position \begin{figure}[ht!] -\figurenum{1} \plotone{cost.eps} \caption{The subscription and author publication costs from 1991 to 2013. The data comes from Table \ref{tab:table}.\label{fig:general}} @@ -755,7 +836,7 @@ \subsection{Figures\label{subsec:figures}} \subsection{General figures\label{subsec:general}} -\aastex\ has a {\tt\string\plotone} command to display a figure +\aastex\ has a the {\tt\string\plotone} command to display a figure consisting of one EPS/PDF file. Figure \ref{fig:general} is an example which uses the data from Table \ref{tab:table}. For a general figure consisting of two EPS/PDF files the {\tt\string\plottwo} command can be @@ -765,7 +846,6 @@ \subsection{General figures\label{subsec:general}} \citet{2011ApJS..197...31S}. \begin{figure} -\figurenum{2} \plottwo{RS_Oph.eps}{U_Sco.eps} \caption{Swift/XRT X-ray light curves of RS Oph and U Sco which represent the two canonical recurrent types, a long period system with a red giant @@ -774,9 +854,12 @@ \subsection{General figures\label{subsec:general}} \end{figure} Both {\tt\string\plotone} and {\tt\string\plottwo} take a -{\tt\string\caption} and an option {\tt\string\figurenum} command to -specify the figure number. Each is based on the {\tt\string graphicx} -package command, {\tt\string\includegraphics}. Authors are welcome to use +{\tt\string\caption} and an optional {\tt\string\figurenum} command to +specify the figure number\footnote{It is better to not use +{\tt\string\figurenum} and let LaTeX auto-increment all the figures. If you +do use this command you need to mark all of them accordingly.}. Each is +based on the {\tt\string graphicx} package command, +{\tt\string\includegraphics}. Authors are welcome to use {\tt\string\includegraphics} along with its optional arguments that control the height, width, scale, and position angle of a file within the figure. More information on the full usage of {\tt\string\includegraphics} can be @@ -786,7 +869,7 @@ \subsection{General figures\label{subsec:general}} \subsection{Grid figures} Including more than two EPS/PDF files in a single figure call can be tricky -easily format. To make the process easier for authors \aastex\ v6.0 offers +easily format. To make the process easier for authors \aastex\ v6 offers {\tt\string\gridline} which allows any number of individual EPS/PDF file calls within a single figure. Each file cited in a {\tt\string\gridline} will be displayed in a row. By adding more {\tt\string\gridline} calls an @@ -809,20 +892,19 @@ \subsection{Grid figures} figure constructed with six individual EPS files using the {\tt\string\gridline} option. -\begin{figure} -\figurenum{3} +\begin{figure*} \gridline{\fig{V2491_Cyg.eps}{0.3\textwidth}{(a)} \fig{CSS081007.eps}{0.3\textwidth}{(b)} \fig{LMC_2009.eps}{0.3\textwidth}{(c)} } -\gridline{\fig{RS_Oph.eps}{0.3\textwidth}{(d)} - \fig{U_Sco.eps}{0.3\textwidth}{(e)} +\gridline{\fig{RS_oph.eps}{0.3\textwidth}{(d)} + \fig{U_SCo.eps}{0.3\textwidth}{(e)} } \gridline{\fig{KT_Eri.eps}{0.3\textwidth}{(f)}} \caption{Inverted pyramid figure of six individual files. The nova are (a) V2491 Cyg, (b) HV Cet, (c) LMC 2009, (d) RS Oph, (e) U Sco, and (f) KT Eri.\label{fig:pyramid}} -\end{figure} +\end{figure*} \subsection{Figure sets} @@ -835,7 +917,7 @@ \subsection{Figure sets} are also available for download in a .tar.gz package. Special \latex\ mark up is required to create a figure set. Prior to -\aastex\ v6.0 the underlying mark up commands had to be inserted by hand +\aastex\ v6 the underlying mark up commands had to be inserted by hand but is now included. Note that when an article with figure set is compiled in \latex\ none of the component figures are shown and a floating Figure Set caption will appear in the resulting PDF. @@ -911,7 +993,6 @@ \subsection{Figure sets} \figsetend \begin{figure} -\figurenum{4} \plotone{KT_Eri.eps} \caption{The Swift/XRT X-ray light curve for the first year after outburst of the suspected recurrent nova KT Eri. At a maximum count rate of @@ -920,18 +1001,17 @@ \subsection{Figure sets} \end{figure} Authors are encouraged to use an online tool at -%\url{http://authortools.aas.org/FIGSETS/make-figset.html} to generate their +\url{http://authortools.aas.org/FIGSETS/make-figset.html} to generate their own specific figure set mark up to incorporate into their \latex\ articles. \subsection{Animations} Authors may include animations in their articles. A single still frame from -the animation should be included as a regular figure to serve as an example. +the animation should be included as an regular figures to serve as an example. The associated figure caption should indicate to the reader exactly what the animation shows and that the animation is available online. \begin{figure} -\figurenum{5} \plotone{video3.eps} \caption{Example image from the animation which is available in the electronic edition.} @@ -972,10 +1052,8 @@ \section{Displaying mathematics} \label{sec:displaymath} follows. \begin{equation} -%\begin{displaymath} \bar v(p_2,\sigma_2)P_{-\tau}\hat a_1\hat a_2\cdots \hat a_nu(p_1,\sigma_1) , -%\end{displaymath} \end{equation} where $p$ and $\sigma$ label the initial $e^{\pm}$ four-momenta and helicities $(\sigma = \pm 1)$, $\hat a_i=a^\mu_i\gamma_\nu$ @@ -1060,15 +1138,19 @@ \section{Revision tracking and color highlighting} \label{sec:highlight} underlined purple, respectively. Authors should use the first command to \edit1{indicated which text has been changed from the first revision.} The second command is to highlight \edit2{new or modified text from a second -revision}. If a third revision is needed then the last command should be -used \edit3{to show this changed text}. Since over 90\% of all manuscripts -are accepted after the 3rd revision these commands make it easy to identify +revision}. If a third revision is needed then the last command should be used +\edit3{to show this changed text}. Since over 90\% of all manuscripts are +accepted after the 3rd revision these commands make it easy to identify what text has been added and when. Once the article is accepted all the highlight color can be turned off simply by adding the -{\tt\string\turnoffediting} command in the preamble. +{\tt\string\turnoffediting} command in the preamble. Likewise, the new commands +{\tt\string\turnoffeditone}, {\tt\string\turnoffedittwo}, and +{\tt\string\turnoffeditthree} can be used to only turn off the +{\tt\string\edit1\{\}}, {\tt\string\edit2\{\}} and +{\tt\string\edit3\{\}}, respectively. Similar to marking editing changes with the {\tt\string\edit} options there -is also the {\tt\string\authorcomments1\{\}},\break +are also the {\tt\string\authorcomments1\{\}}, {\tt\string\authorcomments2\{\}} and {\tt\string\authorcomments3\{\}} commands. These produce the same bold red, italic blue and underlined purple text but when the @@ -1097,12 +1179,12 @@ \section{Software and third party data repository citations} \label{sec:cite} \noindent author year, title, version, publisher, prefix:identifier\\ \citet{2015ApJ...805...23C} provides a example of how the citation in the -article references the external code at +article references the external code at \url{http://dx.doi.org/10.5281/zenodo.15991}. Unfortunately, bibtex does not have specific bibtex entries for these types of references so the -``@misc'' type should be used. The Repository tutorial explains how to code -the ``@misc'' type correctly. The most recent apj.bst file, available with -\aastex\ v6.0, will output bibtex ``@misc'' type properly. +``@misc'' type should be used. The Repository tutorial explains how to +code the ``@misc'' type correctly. The most recent aasjournal.bst file, +available with \aastex\ v6, will output bibtex ``@misc'' type properly. %% If you wish to include an acknowledgments section in your paper, %% separate it off from the body of the text using the \acknowledgments @@ -1112,23 +1194,32 @@ \section{Software and third party data repository citations} \label{sec:cite} We thank all the people that have made this AASTeX what it is today. This includes but not limited to Bob Hanisch, Chris Biemesderfer, Lee Brotzman, Pierre Landau, Arthur Ogawa, Maxim Markevitch, Alexey Vikhlinin and Amy -Hendrickson. +Hendrickson. Also special thanks to David Hogg and Daniel Foreman-Mackey +for the new "modern" style design. It is super cool! %% To help institutions obtain information on the effectiveness of their %% telescopes the AAS Journals has created a group of keywords for telescope -%% facilities. - +%% facilities. +% %% Following the acknowledgments section, use the following syntax and the -%% \facility{} macro to list the keywords of facilities used in the research -%% for the paper. Each keyword is check against the master list during -%% copy editing. Individual instruments can be provided in parentheses, -%% after the keyword, but they are not verified. +%% \facility{} or \facilities{} macros to list the keywords of facilities used +%% in the research for the paper. Each keyword is check against the master +%% list during copy editing. Individual instruments can be provided in +%% parentheses, after the keyword, but they are not verified. \vspace{5mm} \facilities{HST(STIS), Swift(XRT and UVOT), AAVSO, CTIO:1.3m, CTIO:1.5m,CXO} -\software{IRAF, cloudy, IDL} +%% Similar to \facility{}, there is the optional \software command to allow +%% authors a place to specify which programs were used during the creation of +%% the manusscript. Authors should list each code and include either a +%% citation or url to the code inside ()s when available. + +\software{astropy \citep{2013A&A...558A..33A}, + Cloudy \citep{2013RMxAA..49..137F}, + SExtractor \citep{1996A&AS..117..393B} + } %% Appendix material should be preceded with a single \appendix command. %% There should be a \section command for each appendix. Mark appendix @@ -1136,7 +1227,8 @@ \section{Software and third party data repository citations} \label{sec:cite} %% Each Appendix (indicated with \section) will be lettered A, B, C, etc. %% The equation counter will reset when it encounters the \appendix -%% command and will number appendix equations (A1), (A2), etc. +%% command and will number appendix equations (A1), (A2), etc. The +%% Figure and Table counter will not reset. \appendix @@ -1166,6 +1258,104 @@ \section{Author publication charges} \label{sec:pubcharge} tables, figure sets, animations, and interactive figures. The current cost is \$27 per word quantum and \$30 for all other quantum type. +\section{Rotating tables} \label{sec:rotate} + +The process of rotating tables into landscape mode is slightly different in +\aastex v6.1. Instead of the {\tt\string\rotate} command, a new environment +has been created to handle this task. To place a single page table in a +landscape mode start the table portion with +{\tt\string\begin\{rotatetable\}} and end with +{\tt\string\end\{rotatetable\}}. + +Tables that exceed a print page take a slightly different environment since +both rotation and long table printing are required. In these cases start +with {\tt\string\begin\{longrotatetable\}} and end with +{\tt\string\end\{longrotatetable\}}. Table \ref{chartable} is an +example of a multi-page, rotated table. + +\begin{longrotatetable} +\begin{deluxetable*}{lllrrrrrrll} +\tablecaption{Observable Characteristics of +Galactic/Magellanic Cloud novae with X-ray observations\label{chartable}} +\tablewidth{700pt} +\tabletypesize{\scriptsize} +\tablehead{ +\colhead{Name} & \colhead{V$_{max}$} & +\colhead{Date} & \colhead{t$_2$} & +\colhead{FWHM} & \colhead{E(B-V)} & +\colhead{N$_H$} & \colhead{Period} & +\colhead{D} & \colhead{Dust?} & \colhead{RN?} \\ +\colhead{} & \colhead{(mag)} & \colhead{(JD)} & \colhead{(d)} & +\colhead{(km s$^{-1}$)} & \colhead{(mag)} & \colhead{(cm$^{-2}$)} & +\colhead{(d)} & \colhead{(kpc)} & \colhead{} & \colhead{} +} +\startdata +CI Aql & 8.83 (1) & 2451665.5 (1) & 32 (2) & 2300 (3) & 0.8$\pm0.2$ (4) & 1.2e+22 & 0.62 (4) & 6.25$\pm5$ (4) & N & Y \\ +{\bf CSS081007} & \nodata & 2454596.5 & \nodata & \nodata & 0.146 & 1.1e+21 & 1.77 (5) & 4.45$\pm1.95$ (6) & \nodata & \nodata \\ +GQ Mus & 7.2 (7) & 2445352.5 (7) & 18 (7) & 1000 (8) & 0.45 (9) & 3.8e+21 & 0.059375 (10) & 4.8$\pm1$ (9) & N (7) & \nodata \\ +IM Nor & 7.84 (11) & 2452289 (2) & 50 (2) & 1150 (12) & 0.8$\pm0.2$ (4) & 8e+21 & 0.102 (13) & 4.25$\pm3.4$ (4) & N & Y \\ +{\bf KT Eri} & 5.42 (14) & 2455150.17 (14) & 6.6 (14) & 3000 (15) & 0.08 (15) & 5.5e+20 & \nodata & 6.5 (15) & N & M \\ +{\bf LMC 1995} & 10.7 (16) & 2449778.5 (16) & 15$\pm2$ (17) & \nodata & 0.15 (203) & 7.8e+20 & \nodata & 50 & \nodata & \nodata \\ +LMC 2000 & 11.45 (18) & 2451737.5 (18) & 9$\pm2$ (19) & 1700 (20) & 0.15 (203) & 7.8e+20 & \nodata & 50 & \nodata & \nodata \\ +{\bf LMC 2005} & 11.5 (21) & 2453700.5 (21) & 63 (22) & 900 (23) & 0.15 (203) & 1e+21 & \nodata & 50 & M (24) & \nodata \\ +{\bf LMC 2009a} & 10.6 (25) & 2454867.5 (25) & 4$\pm1$ & 3900 (25) & 0.15 (203) & 5.7e+20 & 1.19 (26) & 50 & N & Y \\ +{\bf SMC 2005} & 10.4 (27) & 2453588.5 (27) & \nodata & 3200 (28) & \nodata & 5e+20 & \nodata & 61 & \nodata & \nodata \\ +{\bf QY Mus} & 8.1 (29) & 2454739.90 (29) & 60: & \nodata & 0.71 (30) & 4.2e+21 & \nodata & \nodata & M & \nodata \\ +{\bf RS Oph} & 4.5 (31) & 2453779.44 (14) & 7.9 (14) & 3930 (31) & 0.73 (32) & 2.25e+21 & 456 (33) & 1.6$\pm0.3$ (33) & N (34) & Y \\ +{\bf U Sco} & 8.05 (35) & 2455224.94 (35) & 1.2 (36) & 7600 (37) & 0.2$\pm0.1$ (4) & 1.2e+21 & 1.23056 (36) & 12$\pm2$ (4) & N & Y \\ +{\bf V1047 Cen} & 8.5 (38) & 2453614.5 (39) & 6 (40) & 840 (38) & \nodata & 1.4e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1065 Cen} & 8.2 (41) & 2454123.5 (41) & 11 (42) & 2700 (43) & 0.5$\pm0.1$ (42) & 3.75e+21 & \nodata & 9.05$\pm2.8$ (42) & Y (42) & \nodata \\ +V1187 Sco & 7.4 (44) & 2453220.5 (44) & 7: (45) & 3000 (44) & 1.56 (44) & 8.0e+21 & \nodata & 4.9$\pm0.5$ (44) & N & \nodata \\ +{\bf V1188 Sco} & 8.7 (46) & 2453577.5 (46) & 7 (40) & 1730 (47) & \nodata & 5.0e+21 & \nodata & 7.5 (39) & \nodata & \nodata \\ +{\bf V1213 Cen} & 8.53 (48) & 2454959.5 (48) & 11$\pm2$ (49) & 2300 (50) & 2.07 (30) & 1.0e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1280 Sco} & 3.79 (51) & 2454147.65 (14) & 21 (52) & 640 (53) & 0.36 (54) & 1.6e+21 & \nodata & 1.6$\pm0.4$ (54) & Y (54) & \nodata \\ +{\bf V1281 Sco} & 8.8 (55) & 2454152.21 (55) & 15:& 1800 (56) & 0.7 (57) & 3.2e+21 & \nodata & \nodata & N & \nodata \\ +{\bf V1309 Sco} & 7.1 (58) & 2454714.5 (58) & 23$\pm2$ (59) & 670 (60) & 1.2 (30) & 4.0e+21 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1494 Aql} & 3.8 (61) & 2451515.5 (61) & 6.6$\pm0.5$ (61) & 1200 (62) & 0.6 (63) & 3.6e+21 & 0.13467 (64) & 1.6$\pm0.1$ (63) & N & \nodata \\ +{\bf V1663 Aql} & 10.5 (65) & 2453531.5 (65) & 17 (66) & 1900 (67) & 2: (68) & 1.6e+22 & \nodata & 8.9$\pm3.6$ (69) & N & \nodata \\ +V1974 Cyg & 4.3 (70) & 2448654.5 (70) & 17 (71) & 2000 (19) & 0.36$\pm0.04$ (71) & 2.7e+21 & 0.081263 (70) & 1.8$\pm0.1$ (72) & N & \nodata \\ +{\bf V2361 Cyg} & 9.3 (73) & 2453412.5 (73) & 6 (40) & 3200 (74) & 1.2: (75) & 7.0e+21 & \nodata & \nodata & Y (40) & \nodata \\ +{\bf V2362 Cyg} & 7.8 (76) & 2453831.5 (76) & 9 (77) & 1850 (78) & 0.575$\pm0.015$ (79) & 4.4e+21 & 0.06577 (80) & 7.75$\pm3$ (77) & Y (81) & \nodata \\ +{\bf V2467 Cyg} & 6.7 (82) & 2454176.27 (82) & 7 (83) & 950 (82) & 1.5 (84) & 1.4e+22 & 0.159 (85) & 3.1$\pm0.5$ (86) & M (87) & \nodata \\ +{\bf V2468 Cyg} & 7.4 (88) & 2454534.2 (88) & 10: & 1000 (88) & 0.77 (89) & 1.0e+22 & 0.242 (90) & \nodata & N & \nodata \\ +{\bf V2491 Cyg} & 7.54 (91) & 2454567.86 (91) & 4.6 (92) & 4860 (93) & 0.43 (94) & 4.7e+21 & 0.09580: (95) & 10.5 (96) & N & M \\ +V2487 Oph & 9.5 (97) & 2450979.5 (97) & 6.3 (98) & 10000 (98) & 0.38$\pm0.08$ (98) & 2.0e+21 & \nodata & 27.5$\pm3$ (99) & N (100) & Y (101) \\ +{\bf V2540 Oph} & 8.5 (102) & 2452295.5 (102) & \nodata & \nodata & \nodata & 2.3e+21 & 0.284781 (103) & 5.2$\pm0.8$ (103) & N & \nodata \\ +V2575 Oph & 11.1 (104) & 2453778.8 (104) & 20: & 560 (104) & 1.4 (105) & 3.3e+21 & \nodata & \nodata & N (105) & \nodata \\ +{\bf V2576 Oph} & 9.2 (106) & 2453832.5 (106) & 8: & 1470 (106) & 0.25 (107) & 2.6e+21 & \nodata & \nodata & N & \nodata \\ +{\bf V2615 Oph} & 8.52 (108) & 2454187.5 (108) & 26.5 (108) & 800 (109) & 0.9 (108) & 3.1e+21 & \nodata & 3.7$\pm0.2$ (108) & Y (110) & \nodata \\ +{\bf V2670 Oph} & 9.9 (111) & 2454613.11 (111) & 15: & 600 (112) & 1.3: (113) & 2.9e+21 & \nodata & \nodata & N (114) & \nodata \\ +{\bf V2671 Oph} & 11.1 (115) & 2454617.5 (115) & 8: & 1210 (116) & 2.0 (117) & 3.3e+21 & \nodata & \nodata & M (117) & \nodata \\ +{\bf V2672 Oph} & 10.0 (118) & 2455060.02 (118) & 2.3 (119) & 8000 (118) & 1.6$\pm0.1$ (119) & 4.0e+21 & \nodata & 19$\pm2$ (119) & \nodata & M \\ +V351 Pup & 6.5 (120) & 2448617.5 (120) & 16 (121) & \nodata & 0.72$\pm0.1$ (122) & 6.2e+21 & 0.1182 (123) & 2.7$\pm0.7$ (122) & N & \nodata \\ +{\bf V382 Nor} & 8.9 (124) & 2453447.5 (124) & 12 (40) & 1850 (23) & \nodata & 1.7e+22 & \nodata & \nodata & \nodata & \nodata \\ +V382 Vel & 2.85 (125) & 2451320.5 (125) & 4.5 (126) & 2400 (126) & 0.05: (126) & 3.4e+21 & 0.146126 (127) & 1.68$\pm0.3$ (126) & N & \nodata \\ +{\bf V407 Cyg} & 6.8 (128) & 2455266.314 (128) & 5.9 (129) & 2760 (129) & 0.5$\pm0.05$ (130) & 8.8e+21 & 15595 (131) & 2.7 (131) & \nodata & Y \\ +{\bf V458 Vul} & 8.24 (132) & 2454322.39 (132) & 7 (133) & 1750 (134) & 0.6 (135) & 3.6e+21 & 0.06812255 (136) & 8.5$\pm1.8$ (133) & N (135) & \nodata \\ +{\bf V459 Vul} & 7.57 (137) & 2454461.5 (137) & 18 (138) & 910 (139) & 1.0 (140) & 5.5e+21 & \nodata & 3.65$\pm1.35$ (138) & Y (140) & \nodata \\ +V4633 Sgr & 7.8 (141) & 2450895.5 (141) & 19$\pm3$ (142) & 1700 (143) & 0.21 (142) & 1.4e+21 & 0.125576 (144) & 8.9$\pm2.5$ (142) & N & \nodata \\ +{\bf V4643 Sgr} & 8.07 (145) & 2451965.867 (145) & 4.8 (146) & 4700 (147) & 1.67 (148) & 1.4e+22 & \nodata & 3 (148) & N & \nodata \\ +{\bf V4743 Sgr} & 5.0 (149) & 2452537.5 (149) & 9 (150) & 2400 (149) & 0.25 (151) & 1.2e+21 & 0.281 (152) & 3.9$\pm0.3$ (151) & N & \nodata \\ +{\bf V4745 Sgr} & 7.41 (153) & 2452747.5 (153) & 8.6 (154) & 1600 (155) & 0.1 (154) & 9.0e+20 & 0.20782 (156) & 14$\pm5$ (154) & \nodata & \nodata \\ +{\bf V476 Sct} & 10.3 (157) & 2453643.5 (157) & 15 (158) & \nodata & 1.9 (158) & 1.2e+22 & \nodata & 4$\pm1$ (158) & M (159) & \nodata \\ +{\bf V477 Sct} & 9.8 (160) & 2453655.5 (160) & 3 (160) & 2900 (161) & 1.2: (162) & 4e+21 & \nodata & \nodata & M (163) & \nodata \\ +{\bf V5114 Sgr} & 8.38 (164) & 2453081.5 (164) & 11 (165) & 2000 (23) & \nodata & 1.5e+21 & \nodata & 7.7$\pm0.7$ (165) & N (166) & \nodata \\ +{\bf V5115 Sgr} & 7.7 (167) & 2453459.5 (167) & 7 (40) & 1300 (168) & 0.53 (169) & 2.3e+21 & \nodata & \nodata & N (169) & \nodata \\ +{\bf V5116 Sgr} & 8.15 (170) & 2453556.91 (170) & 6.5 (171) & 970 (172) & 0.25 (173) & 1.5e+21 & 0.1238 (171) & 11$\pm3$ (173) & N (174) & \nodata \\ +{\bf V5558 Sgr} & 6.53 (175) & 2454291.5 (175) & 125 (176) & 1000 (177) & 0.80 (178) & 1.6e+22 & \nodata & 1.3$\pm0.3$ (176) & N (179) & \nodata \\ +{\bf V5579 Sgr} & 5.56 (180) & 2454579.62 (180) & 7: & 1500 (23) & 1.2 (181) & 3.3e+21 & \nodata & \nodata & Y (181) & \nodata \\ +{\bf V5583 Sgr} & 7.43 (182) & 2455051.07 (182) & 5: & 2300 (182) & 0.39 (30) & 2.0e+21 & \nodata & 10.5 & \nodata & \nodata \\ +{\bf V574 Pup} & 6.93 (183) & 2453332.22 (183) & 13 (184) & 2800 (184) & 0.5$\pm0.1$ & 6.2e+21 & \nodata & 6.5$\pm1$ & M (185) & \nodata \\ +{\bf V597 Pup} & 7.0 (186) & 2454418.75 (186) & 3: & 1800 (187) & 0.3 (188) & 5.0e+21 & 0.11119 (189) & \nodata & N (188) & \nodata \\ +{\bf V598 Pup} & 3.46 (14) & 2454257.79 (14) & 9$\pm1$ (190) & \nodata & 0.16 (190) & 1.4e+21 & \nodata & 2.95$\pm0.8$ (190) & \nodata & \nodata \\ +{\bf V679 Car} & 7.55 (191) & 2454797.77 (191) & 20: & \nodata & \nodata & 1.3e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V723 Cas} & 7.1 (192) & 2450069.0 (192) & 263 (2) & 600 (193) & 0.5 (194) & 2.35e+21 & 0.69 (195) & 3.86$\pm0.23$ (196) & N & \nodata \\ +V838 Her & 5 (197) & 2448340.5 (197) & 2 (198) & \nodata & 0.5$\pm0.1$ (198) & 2.6e+21 & 0.2975 (199) & 3$\pm1$ (198) & Y (200) & \nodata \\ +{\bf XMMSL1 J06} & 12 (201) & 2453643.5 (202) & 8$\pm2$ (202) & \nodata & 0.15 (203) & 8.7e+20 & \nodata & 50 & \nodata & \nodata \\ +\enddata +\end{deluxetable*} +\end{longrotatetable} + %% The reference list follows the main body and any appendices. %% Use LaTeX's thebibliography environment to mark up your reference list. %% Note \begin{thebibliography} is followed by an empty set of @@ -1193,7 +1383,10 @@ \section{Author publication charges} \label{sec:pubcharge} \begin{thebibliography}{} +\bibitem[Astropy Collaboration et al.(2013)]{2013A&A...558A..33A} Astropy Collaboration, Robitaille, T.~P., Tollerud, E.~J., et al.\ 2013, \aap, 558, A33 +\bibitem[Bertin \& Arnouts(1996)]{1996A&AS..117..393B} Bertin, E., \& Arnouts, S.\ 1996, \aaps, 117, 393 \bibitem[Corrales(2015)]{2015ApJ...805...23C} Corrales, L.\ 2015, \apj, 805, 23 +\bibitem[Ferland et al.(2013)]{2013RMxAA..49..137F} Ferland, G.~J., Porter, R.~L., van Hoof, P.~A.~M., et al.\ 2013, \rmxaa, 49, 137 \bibitem[Hanisch \& Biemesderfer(1989)]{1989BAAS...21..780H} Hanisch, R.~J., \& Biemesderfer, C.~D.\ 1989, \baas, 21, 780 \bibitem[Lamport(1994)]{lamport94} Lamport, L. 1994, LaTeX: A Document Preparation System, 2nd Edition (Boston, Addison-Wesley Professional) \bibitem[Schwarz et al.(2011)]{2011ApJS..197...31S} Schwarz, G.~J., Ness, J.-U., Osborne, J.~P., et al.\ 2011, \apjs, 197, 31 @@ -1204,12 +1397,12 @@ \section{Author publication charges} \label{sec:pubcharge} %% This command is needed to show the entire author+affilation list when %% the collaboration and author truncation commands are used. It has to %% go at the end of the manuscript. -\allauthors +%\allauthors %% Include this line if you are using the \added, \replaced, \deleted %% commands to see a summary list of all changes at the end of the article. -\listofchanges +%\listofchanges \end{document} -%% End of file `sample.tex'. +% End of file `sample61.tex'. diff --git a/sample/widetab.tex b/sample/widetab.tex new file mode 100644 index 0000000..76c5723 --- /dev/null +++ b/sample/widetab.tex @@ -0,0 +1,82 @@ +\begin{longrotatetable} +\begin{deluxetable}{lllrrrrrrll} +\tablecaption{Observable Characteristics of +Galactic/Magellanic Cloud novae with X-ray observations\label{chartable}} +\tablewidth{700pt} +\tabletypesize{\scriptsize} +\tablehead{ +\colhead{Name} & \colhead{V$_{max}$} & +\colhead{Date} & \colhead{t$_2$} & +\colhead{FWHM} & \colhead{E(B-V)} & +\colhead{N$_H$} & \colhead{Period} & +\colhead{D} & \colhead{Dust?} & \colhead{RN?} \\ +\colhead{} & \colhead{(mag)} & \colhead{(JD)} & \colhead{(d)} & +\colhead{(km s$^{-1}$)} & \colhead{(mag)} & \colhead{(cm$^{-2}$)} & +\colhead{(d)} & \colhead{(kpc)} & \colhead{} & \colhead{} +} +\startdata +CI Aql & 8.83 (1) & 2451665.5 (1) & 32 (2) & 2300 (3) & 0.8$\pm0.2$ (4) & 1.2e+22 & 0.62 (4) & 6.25$\pm5$ (4) & N & Y \\ +{\bf CSS081007} & \nodata & 2454596.5 & \nodata & \nodata & 0.146 & 1.1e+21 & 1.77 (5) & 4.45$\pm1.95$ (6) & \nodata & \nodata \\ +GQ Mus & 7.2 (7) & 2445352.5 (7) & 18 (7) & 1000 (8) & 0.45 (9) & 3.8e+21 & 0.059375 (10) & 4.8$\pm1$ (9) & N (7) & \nodata \\ +IM Nor & 7.84 (11) & 2452289 (2) & 50 (2) & 1150 (12) & 0.8$\pm0.2$ (4) & 8e+21 & 0.102 (13) & 4.25$\pm3.4$ (4) & N & Y \\ +{\bf KT Eri} & 5.42 (14) & 2455150.17 (14) & 6.6 (14) & 3000 (15) & 0.08 (15) & 5.5e+20 & \nodata & 6.5 (15) & N & M \\ +{\bf LMC 1995} & 10.7 (16) & 2449778.5 (16) & 15$\pm2$ (17) & \nodata & 0.15 (203) & 7.8e+20 & \nodata & 50 & \nodata & \nodata \\ +LMC 2000 & 11.45 (18) & 2451737.5 (18) & 9$\pm2$ (19) & 1700 (20) & 0.15 (203) & 7.8e+20 & \nodata & 50 & \nodata & \nodata \\ +{\bf LMC 2005} & 11.5 (21) & 2453700.5 (21) & 63 (22) & 900 (23) & 0.15 (203) & 1e+21 & \nodata & 50 & M (24) & \nodata \\ +{\bf LMC 2009a} & 10.6 (25) & 2454867.5 (25) & 4$\pm1$ & 3900 (25) & 0.15 (203) & 5.7e+20 & 1.19 (26) & 50 & N & Y \\ +{\bf SMC 2005} & 10.4 (27) & 2453588.5 (27) & \nodata & 3200 (28) & \nodata & 5e+20 & \nodata & 61 & \nodata & \nodata \\ +{\bf QY Mus} & 8.1 (29) & 2454739.90 (29) & 60: & \nodata & 0.71 (30) & 4.2e+21 & \nodata & \nodata & M & \nodata \\ +{\bf RS Oph} & 4.5 (31) & 2453779.44 (14) & 7.9 (14) & 3930 (31) & 0.73 (32) & 2.25e+21 & 456 (33) & 1.6$\pm0.3$ (33) & N (34) & Y \\ +{\bf U Sco} & 8.05 (35) & 2455224.94 (35) & 1.2 (36) & 7600 (37) & 0.2$\pm0.1$ (4) & 1.2e+21 & 1.23056 (36) & 12$\pm2$ (4) & N & Y \\ +{\bf V1047 Cen} & 8.5 (38) & 2453614.5 (39) & 6 (40) & 840 (38) & \nodata & 1.4e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1065 Cen} & 8.2 (41) & 2454123.5 (41) & 11 (42) & 2700 (43) & 0.5$\pm0.1$ (42) & 3.75e+21 & \nodata & 9.05$\pm2.8$ (42) & Y (42) & \nodata \\ +V1187 Sco & 7.4 (44) & 2453220.5 (44) & 7: (45) & 3000 (44) & 1.56 (44) & 8.0e+21 & \nodata & 4.9$\pm0.5$ (44) & N & \nodata \\ +{\bf V1188 Sco} & 8.7 (46) & 2453577.5 (46) & 7 (40) & 1730 (47) & \nodata & 5.0e+21 & \nodata & 7.5 (39) & \nodata & \nodata \\ +{\bf V1213 Cen} & 8.53 (48) & 2454959.5 (48) & 11$\pm2$ (49) & 2300 (50) & 2.07 (30) & 1.0e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1280 Sco} & 3.79 (51) & 2454147.65 (14) & 21 (52) & 640 (53) & 0.36 (54) & 1.6e+21 & \nodata & 1.6$\pm0.4$ (54) & Y (54) & \nodata \\ +{\bf V1281 Sco} & 8.8 (55) & 2454152.21 (55) & 15:& 1800 (56) & 0.7 (57) & 3.2e+21 & \nodata & \nodata & N & \nodata \\ +{\bf V1309 Sco} & 7.1 (58) & 2454714.5 (58) & 23$\pm2$ (59) & 670 (60) & 1.2 (30) & 4.0e+21 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V1494 Aql} & 3.8 (61) & 2451515.5 (61) & 6.6$\pm0.5$ (61) & 1200 (62) & 0.6 (63) & 3.6e+21 & 0.13467 (64) & 1.6$\pm0.1$ (63) & N & \nodata \\ +{\bf V1663 Aql} & 10.5 (65) & 2453531.5 (65) & 17 (66) & 1900 (67) & 2: (68) & 1.6e+22 & \nodata & 8.9$\pm3.6$ (69) & N & \nodata \\ +V1974 Cyg & 4.3 (70) & 2448654.5 (70) & 17 (71) & 2000 (19) & 0.36$\pm0.04$ (71) & 2.7e+21 & 0.081263 (70) & 1.8$\pm0.1$ (72) & N & \nodata \\ +{\bf V2361 Cyg} & 9.3 (73) & 2453412.5 (73) & 6 (40) & 3200 (74) & 1.2: (75) & 7.0e+21 & \nodata & \nodata & Y (40) & \nodata \\ +{\bf V2362 Cyg} & 7.8 (76) & 2453831.5 (76) & 9 (77) & 1850 (78) & 0.575$\pm0.015$ (79) & 4.4e+21 & 0.06577 (80) & 7.75$\pm3$ (77) & Y (81) & \nodata \\ +{\bf V2467 Cyg} & 6.7 (82) & 2454176.27 (82) & 7 (83) & 950 (82) & 1.5 (84) & 1.4e+22 & 0.159 (85) & 3.1$\pm0.5$ (86) & M (87) & \nodata \\ +{\bf V2468 Cyg} & 7.4 (88) & 2454534.2 (88) & 10: & 1000 (88) & 0.77 (89) & 1.0e+22 & 0.242 (90) & \nodata & N & \nodata \\ +{\bf V2491 Cyg} & 7.54 (91) & 2454567.86 (91) & 4.6 (92) & 4860 (93) & 0.43 (94) & 4.7e+21 & 0.09580: (95) & 10.5 (96) & N & M \\ +V2487 Oph & 9.5 (97) & 2450979.5 (97) & 6.3 (98) & 10000 (98) & 0.38$\pm0.08$ (98) & 2.0e+21 & \nodata & 27.5$\pm3$ (99) & N (100) & Y (101) \\ +{\bf V2540 Oph} & 8.5 (102) & 2452295.5 (102) & \nodata & \nodata & \nodata & 2.3e+21 & 0.284781 (103) & 5.2$\pm0.8$ (103) & N & \nodata \\ +V2575 Oph & 11.1 (104) & 2453778.8 (104) & 20: & 560 (104) & 1.4 (105) & 3.3e+21 & \nodata & \nodata & N (105) & \nodata \\ +{\bf V2576 Oph} & 9.2 (106) & 2453832.5 (106) & 8: & 1470 (106) & 0.25 (107) & 2.6e+21 & \nodata & \nodata & N & \nodata \\ +{\bf V2615 Oph} & 8.52 (108) & 2454187.5 (108) & 26.5 (108) & 800 (109) & 0.9 (108) & 3.1e+21 & \nodata & 3.7$\pm0.2$ (108) & Y (110) & \nodata \\ +{\bf V2670 Oph} & 9.9 (111) & 2454613.11 (111) & 15: & 600 (112) & 1.3: (113) & 2.9e+21 & \nodata & \nodata & N (114) & \nodata \\ +{\bf V2671 Oph} & 11.1 (115) & 2454617.5 (115) & 8: & 1210 (116) & 2.0 (117) & 3.3e+21 & \nodata & \nodata & M (117) & \nodata \\ +{\bf V2672 Oph} & 10.0 (118) & 2455060.02 (118) & 2.3 (119) & 8000 (118) & 1.6$\pm0.1$ (119) & 4.0e+21 & \nodata & 19$\pm2$ (119) & \nodata & M \\ +V351 Pup & 6.5 (120) & 2448617.5 (120) & 16 (121) & \nodata & 0.72$\pm0.1$ (122) & 6.2e+21 & 0.1182 (123) & 2.7$\pm0.7$ (122) & N & \nodata \\ +{\bf V382 Nor} & 8.9 (124) & 2453447.5 (124) & 12 (40) & 1850 (23) & \nodata & 1.7e+22 & \nodata & \nodata & \nodata & \nodata \\ +V382 Vel & 2.85 (125) & 2451320.5 (125) & 4.5 (126) & 2400 (126) & 0.05: (126) & 3.4e+21 & 0.146126 (127) & 1.68$\pm0.3$ (126) & N & \nodata \\ +{\bf V407 Cyg} & 6.8 (128) & 2455266.314 (128) & 5.9 (129) & 2760 (129) & 0.5$\pm0.05$ (130) & 8.8e+21 & 15595 (131) & 2.7 (131) & \nodata & Y \\ +{\bf V458 Vul} & 8.24 (132) & 2454322.39 (132) & 7 (133) & 1750 (134) & 0.6 (135) & 3.6e+21 & 0.06812255 (136) & 8.5$\pm1.8$ (133) & N (135) & \nodata \\ +{\bf V459 Vul} & 7.57 (137) & 2454461.5 (137) & 18 (138) & 910 (139) & 1.0 (140) & 5.5e+21 & \nodata & 3.65$\pm1.35$ (138) & Y (140) & \nodata \\ +V4633 Sgr & 7.8 (141) & 2450895.5 (141) & 19$\pm3$ (142) & 1700 (143) & 0.21 (142) & 1.4e+21 & 0.125576 (144) & 8.9$\pm2.5$ (142) & N & \nodata \\ +{\bf V4643 Sgr} & 8.07 (145) & 2451965.867 (145) & 4.8 (146) & 4700 (147) & 1.67 (148) & 1.4e+22 & \nodata & 3 (148) & N & \nodata \\ +{\bf V4743 Sgr} & 5.0 (149) & 2452537.5 (149) & 9 (150) & 2400 (149) & 0.25 (151) & 1.2e+21 & 0.281 (152) & 3.9$\pm0.3$ (151) & N & \nodata \\ +{\bf V4745 Sgr} & 7.41 (153) & 2452747.5 (153) & 8.6 (154) & 1600 (155) & 0.1 (154) & 9.0e+20 & 0.20782 (156) & 14$\pm5$ (154) & \nodata & \nodata \\ +{\bf V476 Sct} & 10.3 (157) & 2453643.5 (157) & 15 (158) & \nodata & 1.9 (158) & 1.2e+22 & \nodata & 4$\pm1$ (158) & M (159) & \nodata \\ +{\bf V477 Sct} & 9.8 (160) & 2453655.5 (160) & 3 (160) & 2900 (161) & 1.2: (162) & 4e+21 & \nodata & \nodata & M (163) & \nodata \\ +{\bf V5114 Sgr} & 8.38 (164) & 2453081.5 (164) & 11 (165) & 2000 (23) & \nodata & 1.5e+21 & \nodata & 7.7$\pm0.7$ (165) & N (166) & \nodata \\ +{\bf V5115 Sgr} & 7.7 (167) & 2453459.5 (167) & 7 (40) & 1300 (168) & 0.53 (169) & 2.3e+21 & \nodata & \nodata & N (169) & \nodata \\ +{\bf V5116 Sgr} & 8.15 (170) & 2453556.91 (170) & 6.5 (171) & 970 (172) & 0.25 (173) & 1.5e+21 & 0.1238 (171) & 11$\pm3$ (173) & N (174) & \nodata \\ +{\bf V5558 Sgr} & 6.53 (175) & 2454291.5 (175) & 125 (176) & 1000 (177) & 0.80 (178) & 1.6e+22 & \nodata & 1.3$\pm0.3$ (176) & N (179) & \nodata \\ +{\bf V5579 Sgr} & 5.56 (180) & 2454579.62 (180) & 7: & 1500 (23) & 1.2 (181) & 3.3e+21 & \nodata & \nodata & Y (181) & \nodata \\ +{\bf V5583 Sgr} & 7.43 (182) & 2455051.07 (182) & 5: & 2300 (182) & 0.39 (30) & 2.0e+21 & \nodata & 10.5 & \nodata & \nodata \\ +{\bf V574 Pup} & 6.93 (183) & 2453332.22 (183) & 13 (184) & 2800 (184) & 0.5$\pm0.1$ & 6.2e+21 & \nodata & 6.5$\pm1$ & M (185) & \nodata \\ +{\bf V597 Pup} & 7.0 (186) & 2454418.75 (186) & 3: & 1800 (187) & 0.3 (188) & 5.0e+21 & 0.11119 (189) & \nodata & N (188) & \nodata \\ +{\bf V598 Pup} & 3.46 (14) & 2454257.79 (14) & 9$\pm1$ (190) & \nodata & 0.16 (190) & 1.4e+21 & \nodata & 2.95$\pm0.8$ (190) & \nodata & \nodata \\ +{\bf V679 Car} & 7.55 (191) & 2454797.77 (191) & 20: & \nodata & \nodata & 1.3e+22 & \nodata & \nodata & \nodata & \nodata \\ +{\bf V723 Cas} & 7.1 (192) & 2450069.0 (192) & 263 (2) & 600 (193) & 0.5 (194) & 2.35e+21 & 0.69 (195) & 3.86$\pm0.23$ (196) & N & \nodata \\ +V838 Her & 5 (197) & 2448340.5 (197) & 2 (198) & \nodata & 0.5$\pm0.1$ (198) & 2.6e+21 & 0.2975 (199) & 3$\pm1$ (198) & Y (200) & \nodata \\ +{\bf XMMSL1 J06} & 12 (201) & 2453643.5 (202) & 8$\pm2$ (202) & \nodata & 0.15 (203) & 8.7e+20 & \nodata & 50 & \nodata & \nodata \\ +\enddata +\end{deluxetable} +\end{longrotatetable}