Support for Merged Table Cells in all formats (particularly DOCX) and \(
, \[
Math Delimiters in all formats
#11761
Labels
documentation
Doc improvements & quarto-web
What would you like to do?
Give feedback or suggest an improvement
Description
1. Merged Table Cells in Word
According to the Quarto documentation on tables, it is not explicitly stated that merged cells are supported in Word output. However, Quarto natively supports
grid_tables
, which can render merged cells correctly across Word, HTML, and PDF formats. Here's an example:The above example works seamlessly in all output formats, including Word. However, this functionality is not explicitly mentioned in the Quarto documentation, and including it would make this capability more visible to users.
2. Support for
\(
and\[
Math DelimitersCurrently, the Quarto documentation on equations does not mention support for LaTeX-style math delimiters
\(
...\)
(inline) and\[...\]
(block). It states that only$...$
and$$...$$
are supported for inline and block math. However, using Pandoc’smarkdown+tex_math_single_backslash
extension, Quarto can support these delimiters seamlessly across Word, HTML, and PDF formats.Here is an example:
This works well to render equations using the preferred LaTeX-style delimiters, which are consistent with LaTeX standards and widely used by large language models and other AI tools. Including this information in the official documentation would help users integrate equations more easily without manual adjustments.
Suggested Improvements:
Document Merged Table Cells:
grid_tables
for merged cells in Word, HTML, and PDF outputs.Document Support for
\(
and\[
Delimiters:markdown+tex_math_single_backslash
for LaTeX-style math delimiters.\(
...\)
and\[...\]
can be used for inline and block math.Benefits:
Related Discussions:
This request builds upon Discussion #11753 on Quarto’s GitHub platform.
Thank you for considering this enhancement to the documentation!
The text was updated successfully, but these errors were encountered: