Charles Teague
Charles Teague
I can reproduce on the codepen as well...
Note - for html output we currently always use the CSL style `elsevier-harvard.csl` when rendering citations and the bibliography. I wasn't able to find a CSL stylesheet that would provide...
I spent a little more time trying to find a stylesheet that would give you the results that you're looking for, but I wasn't able to find one. Do you...
This format _should_ be trying to do the right thing with long tables in 2-column layouts, but I've seen when that code isn't working properly (e.g. before I added it)....
Can you share the latex (or see whether the table in the document is a ‘longtable’)?
Yeah it definitely seems like everything should be working, but it sure looks like the table is evading our special handling. I'll need to try to drill into the LaTeX...
Thanks for the PR. We should be normalizing that funding key and it appears we aren't doing it as expected in the pre-release. I'll have a look at that issue...
In looking at the title block that we are currently generating for Elsevier, it doesn't currently support equal-contributor as an option. Is there a specific treatment that Elsevier provides for...
I'm not seeing an error with PDF rendering when I do use the following: ```yaml format: elsevier-pdf: keep-tex: true include-in-header: text: | \usepackage{multirow} \usepackage{hyperref} \usepackage[capitalise,noabbrev]{cleveref} journal: name: Forensic Science International...
It does work fine - are you using the command `--to elsevier-pdf` when rendering / previewing? That is required in order to target the format (this got me in my...