quarto-dev / quarto-dev/quarto-cli
`LaTeX Error` when specifying non-standard `documentclass`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Hi there,
I'm trying to use the ACM class for typesetting as follows:
format:
pdf:
documentclass: acmart
When trying to render I get the following error:
compilation failed- error
LaTeX Error: Command `\Bbbk' already defined.
According to the docs I should be able to use
any other class made available by LaTeX packages [I] have installed.
I'm using Tex Live on MacOs and have checked that the package is in fact installed. According to the answers provided here I also understand that I don't need to specify \usepackage{acmart} anywhere.
What am I missing? Thanks in advance!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported YAML configuration with the acmart document class and the shown \Bbbk compilation error. Start with Quarto's PDF document-class handling and the linked document-class guidance; done means either rendering succeeds with acmart or the supported limitation and required configuration are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100