Skip to content
New issue

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

does this work for ACM proceedings or only ACM journals? #13

Open
VladimirAlexiev opened this issue Jan 22, 2023 · 3 comments
Open

does this work for ACM proceedings or only ACM journals? #13

VladimirAlexiev opened this issue Jan 22, 2023 · 3 comments

Comments

@VladimirAlexiev
Copy link
Contributor

VladimirAlexiev commented Jan 22, 2023

We want to use this for https://sci-k.github.io/2023/#submission. It asks for:

ACM Proceedings template and format. Please use the template in traditional double-column format to prepare your submissions. LaTeX users may use the “sample-sigconf” template. Overleaf users may want to use the ACM proceedings template available in Overleaf.

From the name of this repo and the preview https://quarto-journals.github.io/acm/, it seems this handles only journal articles but not conference papers?

  conference-acronym: 
  conference-name:
@VladimirAlexiev
Copy link
Contributor Author

VladimirAlexiev commented Jan 24, 2023

After installing https://quarto.org/docs/download/prerelease.html (Version: 1.3.124):

quarto use template quarto-journals/acm
quarto render acm.qmd --to acm-pdf

Produces acm.tex using \documentclass[manuscript,screen]{acmart}, so I hope everything will work out fine.
Moving forward.

@cscheid
Copy link
Collaborator

cscheid commented Jan 24, 2023

You should also be able to control the options with some metadata that is configurable (it's commented out in the example file).

@VladimirAlexiev
Copy link
Contributor Author

Yes, I see:

  # comment this out to build a draft version
  final: true

  # comment this out to specify detailed document options
  # acmart-options: sigconf, review  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants