Is there a way to turn off the preprint option in templates like arxiv_two_column
#45
Replies: 2 comments
|
Hi @indranilrc, each template has it's own set of options, for example in the The options there very limited but could be extended. These options, when included in your myst export frontmatter at build time, are exposed to the template in An option could be added pretty easily to turn off line numbers for example by wrapping this line in an For the preprint text and margin lines, that will mean updating the I think that the jinja variables would be directly available in the If you'd like to take those changes on, I think others would also benefit from that and we'd be happy to review a PR and get the change out. If that seems too much for you, note that you can clone the template and point your |
|
I had a similar concern: the arxiv_two_column template is quite rigid, in part because the underlying style file is also quite rigid. |
Uh oh!
There was an error while loading. Please reload this page.
Is there a way I can generate a
camera-readyversion of arxiv_two_column template without the preprint text and margin lines?All reactions