-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated fix for arXiv's requirements into class file
- Loading branch information
1 parent
35be547
commit fb8afda
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fb8afda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is strange that this works. According to https://info.arxiv.org/help/submit_tex.html,
\pdfoutput=1
needs to be in the first five (5) lines in the.tex
file:Refs #81
fb8afda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I called
latex lni-paper-example.tex
once with the lines in the class file, once without. pdfTeX switched to pdf output in the first case while it kept DVI mode in the second.fb8afda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess arXiv's solution is meant for any kind of classes used. So a normal user has of course to add the lines to the tex file.