diff --git a/manuscript.md b/manuscript.md index 53eef4a..b72890a 100644 --- a/manuscript.md +++ b/manuscript.md @@ -73,12 +73,6 @@ reference-section-title: Bibliography imageDir: - Figure - Output -appendix: - - include/appendix1 - - include/appendix2 - - include/appendix3 - - include/appendix4 - - include/appendix5 graphicspath: - Figure abstract: | @@ -722,6 +716,17 @@ pubsEngine can identify a text as variable by abusing div with class `.var .vari We can try to insert the segment. [@var:v1] And this part is outside the inserted text. +## Special Div Blocks of Acknowledgements, Software and Facilities + +These three block classes can be optionally shown or not (with hidden as a default). +Div block with class `:::{.acknowledgements .show}` will be shown right at place. +If `.show` is omitted, then the Acknowledgements will follows the template location. + +## Appendix identifier + +The document segments after `[@appendix]` single line paragraph will be treated as appendices. +Appendix usually have its own numbering system and chapter headlinings. + ## Presentation and Poster (Beamer) There are two CodeBlocks that can be used for beamer. @@ -1681,7 +1686,7 @@ that satisfy this criteria plus each one's pros and cons are given at \break In the bibliography the format for data or code follows this format: -\noindent author year, title, version, publisher, prefix:identifier +`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 @@ -1701,41 +1706,15 @@ available with \aastex v6, will output bibtex ``@misc`` type properly. Drlica-Wagner, Sean Lake, Michele Bannister, Peter Williams, and Jonathan Gagne. ::: - - - +:::{.appendix} - +~~~include +include/appendix1 +include/appendix2 +include/appendix3 +include/appendix4 +include/appendix5 +~~~ +:::