Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _extensions/quarto-journals/acm/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ contributes:
urlcolor: red
fig-width: 6.5
fig-height: 4.5
biblio-style: te.bst
documentclass: acmart
header-includes: |
\definecolor{mypink}{RGB}{219, 48, 122}
Expand All @@ -36,9 +35,13 @@ contributes:
- "partials/_acmart_authors.tex"
- "partials/_acmart_abstract.tex"
cite-method: natbib
biblio-config: false
format-resources:
- acmart.cls
- ACM-Reference-Format.bst
html:
# define default configuration for the html version of your format
number-sections: true
toc: true
theme: custom.scss
csl: association-for-computing-machinery.csl
csl: association-for-computing-machinery.csl
Loading