We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for such a great tool! This makes my life so much easier.
There seems to be some odd behavior with line numbering in the abstract.
A multi paragraph abstract (as follows) yields line numbers for paragraph 1, but not 2:
abstract: | This is my abstract. And my abstract has two paragraphs.
A single paragraph abstract (as follows) yields no line numbers:
abstract: | This is my abstract. And my abstract has one paragraph.
I'm using the following format in the yaml header (note the lineno package):
format
lineno
format: elsevier-pdf: keep-tex: true output-file: landsat_agb.pdf include-in-header: text: | \usepackage{graphicx} \usepackage{unicode-math} \usepackage{hyperref} \def\tightlist{} \usepackage{setspace} \doublespacing \usepackage{lineno} \linenumbers journal: name: A journal formatting: preprint model: 3p cite-style: authoryear
The text was updated successfully, but these errors were encountered:
Same problem here, @lucas-johnson . Do you solve it?
Sorry, something went wrong.
https://tex.stackexchange.com/questions/356189/second-part-of-abstract-is-not-numberred-lineno-with-elsarticle#:~:text=In%20order%20to%20get%20the%20correct%20line%20numbering,abstract%20is%20numbered%20as%20well%20as%20other%20sections.
Above link solves it properly.
No branches or pull requests
Thank you for such a great tool! This makes my life so much easier.
There seems to be some odd behavior with line numbering in the abstract.
A multi paragraph abstract (as follows) yields line numbers for paragraph 1, but not 2:
A single paragraph abstract (as follows) yields no line numbers:
I'm using the following
format
in the yaml header (note thelineno
package):The text was updated successfully, but these errors were encountered: