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
The USENIX paper format compiled from this repo looks different from that from the official style file.
Here's how to reproduce the error:
paper.tex
\documentclass[conference=usenix]{confpaper}
\usepackage{times}
make
The resultant PDF uses the LaTex font, rather than Times, and the section format looks different from the official template.
Here's the official template: https://www.usenix.org/sites/default/files/usenix2019_v3.1.pdf
Here's what the compiled PDF looks like using the paper skeleton:
The text was updated successfully, but these errors were encountered:
feamster
No branches or pull requests
The USENIX paper format compiled from this repo looks different from that from the official style file.
Here's how to reproduce the error:
paper.tex
and change the first line into\documentclass[conference=usenix]{confpaper}
.\usepackage{times}
topaper.tex
.make
.The resultant PDF uses the LaTex font, rather than Times, and the section format looks different from the official template.
Here's the official template: https://www.usenix.org/sites/default/files/usenix2019_v3.1.pdf
Here's what the compiled PDF looks like using the paper skeleton:
The text was updated successfully, but these errors were encountered: