Replies: 5 comments 3 replies
-
Could you share a complete small reproducible example? This being said I believe your issue is the one reported in: Table styling in Word is defined by the template: https://quarto.org/docs/output-formats/ms-word-templates.html Don't hesitate to look in issues/discussions for example using keywords or even the labels:
docx
You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Quarto Check
small reproducible example
|
Beta Was this translation helpful? Give feedback.
-
Furthermore, about using the custom word template; However, I do not manage to apply it. This is what I tried, and didn't work
|
Beta Was this translation helpful? Give feedback.
-
Furthermore, even if I managed to customize the headings using the template document, the following commands don t work in my case. The command was taken from the example from here: https://quarto.org/docs/output-formats/ms-word-templates.html
the outcome is not customized |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick answer, I misunderstood how to use the word template. However, I still don't manage to get the tables as I needed using the custom-reference-doc.docx Table with Style1 is the one I have set as default, but when I render in Quarto the table is not correctly generated |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I am using Quarto 1.5.42 on a Windows 10 Enterprise 22H2
I am having issues in rendering tables and sub-figures
The issue with sub-figures is the following
I use this code:
The following is the rendering in HTML and it looks good
This is the outcome in word
The issue with the table is the following:
I have this table
: Overview of the processes for different organ types when running the dynamic FSP model. {#tbl-overview_processes}
This is how the table look like in word

However, in scietific pubblications, table should have a horizontal delimitation bar also at the bottom, and I don't manage to generate it
Another issue I noticed, is also that the text doesn't align on the left of the table when rendered in word
I would really be happy if someone can help me out, thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions