0% found this document useful (0 votes)
47 views2 pages

Quarto Word Templates Apply Different Style To Table Section - General - Posit Community

Appliquer différents styles pour quarto Word

Uploaded by

RAMZI Azeddine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

Quarto Word Templates Apply Different Style To Table Section - General - Posit Community

Appliquer différents styles pour quarto Word

Uploaded by

RAMZI Azeddine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Quarto Word Templates apply different style to table

section
quarto

flxflks 2023-10-10

I am creating a report in quarto that is rendered to docx. I have created an APA-compliant reference
document and stored it in the project folder following these official instructions. When I render the
document to docx, the default style is applied to all parts of my document. However, for my Table section I
want to apply another style from my custom-reference-doc.docx. Is this possible with Quarto?

---
title: "Report"
format:
docx:
reference-doc: custom-reference-doc.docx
editor: visual
execute:
echo: false
toc: true
toc-depth: 2
---

Apply the standard style to this piece of text.

Apply the style "No spacing" to everything down below:


Tables
```{r}
head(cars)

cderv Posit Employee 2023-10-16

Only way to apply custom style is following the Pandoc syntax: Pandoc - Pandoc User’s Guide

You should be able to create a custom style for your table, and apply to the doc part.

If it does not work, you can open an issue in Quarto repo and provide a reproducible example

Closed on 2023-11-06

This topic was automatically closed 21 days after the last reply. New replies are no longer
allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a
link.

New & Unread Topics

Skip to main content


Topic Replies Views Activity

<Urgent> the partial dependence plot show nothing


3 692 2024-02-14
rstudio pdp

Not able to run document object in shiny (v8 console) 3 99 2024-07-21

Want to read more? Browse other topics in or view latest topics.

You might also like