authorea-scripts icon indicating copy to clipboard operation
authorea-scripts copied to clipboard

maketitle

Open balbinot opened this issue 9 years ago • 1 comments

To produce a title and authorlist I find it necessary to add \maketitle after {titlecontent} in the template. Not sure if it is a bug or wrong use of the script.

balbinot avatar Jul 16 '15 16:07 balbinot

@balbinot - The build script doesn't automatically include a \maketitle comment because the intent of \maketitle is that it lets you put the title anywhere in the document. I don't actually use it myself because I mostly use emulateapj, and it automatically makes the title without an explicit \maketitle.

But my suggestion if you're using a different class that requires it would be: put \maketitle in a posttitle.texfile (which you may have to create and put it at the top of yourlayout.md`). That way you don't have to edit the template or script at all. Let me know if this works for you, and if it does I'll add mention of this somewhere in the README or docstring or whatever.

eteq avatar Jul 30 '15 16:07 eteq