acknowledgements section in scribble/acmart gone missing
Open
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
Running scribble --pdf on following program:
#lang scribble/acmart
@title{Title}
@author["me"]
@section{Introduction}
Welcome to our paper.
@include-section["y.scrbl"]
@acks{Thank you.}
which refers to this y.scrbl:
#lang scribble/base
@title{Of Mice and Cookies}
If you give a mouse a cookie, ....
produces a pdf with no acks in it. If you remove the @include-section, the acks appears.
Contributor guide
No contributing guide indexed for this repository
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 report with scribble --pdf using the shown scribble/acmart document and its included scribble/base file, then compare the PDF with and without @include-section["y.scrbl"]. Trace how @acks{Thank you.} is handled in this combination; done means the acknowledgements appear in the generated PDF when the section is included.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100