Closed DominiqueMakowski closed 11 months ago
If you only need line numbers in the pdf form, you can do so by adding this to the apaquarto-pdf yaml:
include-in-header:
text: '\usepackage{lineno}\linenumbers'
If you need line numbers in the docx form, it is easy to add them:
I added the numbered-lines option to the pdf yaml.
apaquarto-pdf:
numbered-lines: true
Very cool, thanks a lot!
Thanks for this very useful package. I was wondering if it was possible to add the option to have numbered lines?
Thanks!