-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with yml example in Readme (with some suggestions) #2
Comments
Thank you! I've made some changes to the readme to address the feedback and suggestions. I've omitted the class option customization - in general I think we're trying to expose the meaningful options via from matter (some options already support this, others don't yet). I was sort of waiting to hear what options were important to people - it is pretty easy to add them to front matter... Does that make sense? |
Thanks, the main issue was just making the demo example.qmd output look pretty. Everything actually worked fine. Oh no! please don't omit class option customization! That makes latex extensions very hard to use. Users might do many different things with the extension and elsevier might change what they want for different journals. Obviously FYI in case it's helpful. Here is my approach for a latex extension that I am working on
|
Your approach sounds pretty reasonable. I'll leave this open to adding that approach to this extension as well. |
This is in the Readme:
Issues:
cite-style: numbered
needs to becite-style: number
(as suggested by error msg)layout: twocolum
. Way too much spacing. Works normally with onecolumn layout. This is a cls issue, but maybe not best example yaml since it looks awful.Suggestion, these examples yamls to help folks get started customizing?
Two column format; note per Elsevier's instructions both
model: 3p
andlayout: twocolumn
should be specified for proper two column layout.Include a graphical abstract and highlights.
Put the title and abstract on their own page.
Pass in class options to the elsevier cls. See elsdoc.pdf for available options. Note this doesn't actually work for all the options. Seems like there is overriding happening since options like
review
andendfloat
did nothing. butlefttitle
works.Customizing the frontmatter. In elsdoc.pdf, it is shown how to customize the frontmatter (title, authors, abstract, keywords) for different title author formats. The frontmatter for the template is specified in the folder
partials
in the filebefore-body.tex
. Edit this file to change your frontmatter format.The text was updated successfully, but these errors were encountered: