Skip to content

Document renders correctly in linux but not in windows #1288

@SolarDifference

Description

@SolarDifference

Bug description

I developed a qmd document in linux (popOS 22.10) but recently switched to a windows machine. On linux, the qmd document renders without issue. When running the same document in windows, the following issues don't work:

  1. Title does not appear
  2. Table of contents does not appear
  3. Font styles from the styling template are not correct
  4. Bibliography (.bib) and csl documents do not generate a references page.

The text and figures within the quarto document work as expected. Is there something specific I should be doing in windows that I didn't have to do in linux?

title: "Project Title"
format: 
  docx:
    reference-doc: styling_template.docx
    toc: true
    toc-title: Table of Contents
fig-cap-location: bottom
tbl-cap-location: top
bibliography: references.bib
csl: apa.csl

Checklist

  • formatted your issue so it is easier for us to read?
  • included a minimal, self-contained, and reproducible example?
  • documented the quarto version you're running, by providing the output produced by quarto check in a terminal in your issue?
  • documented the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • documented which operating system you're running? If on Linux, please provide the specific distribution as well.
  • upgraded to the latest version, including your versions of R, the RStudio IDE, and relevant R packages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssues open for 30+ days without providing a "working" reproducible examplesupporta request for support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions