quarto-journals / acm

Quarto template for the Association of Computing Machinery
https://quarto-journals.github.io/acm/
MIT License
16 stars 9 forks source link

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

Open VladimirAlexiev opened 1 year ago

VladimirAlexiev commented 1 year ago

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?

VladimirAlexiev commented 1 year ago

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 commented 1 year ago

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

VladimirAlexiev commented 1 year ago

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