racket / racket/scribble

acknowledgements section in scribble/acmart gone missing

Open
#127 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.