-
DescriptionHello, I am new to Quarto. I know a little about Latex. I am writing a scientific paper with R code in Quarto (R Studio). I found that creating table in plain Markdown code is too limited. So I create a latex table. Example: \begin{table}[] Let say I want to add a * after Title 2 and put a bibliographic reference in the { } of the \multicolumn line. What code should I use? I tried @{label} and \cite{label}. Nothing works. Could someone help me? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Hi and welcome! Use HTML table with markdown in it, Quarto will take care of the rest, see https://quarto.org/docs/prerelease/1.3/tables.html#embedded-markdown-content-can-be-specified. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
No worries, it's fine.
I apologise as I realise the documentation (there is an ongoing PR to improve this exact part) is implying some components, so here is a full example on how to use HTML tables to be used in PDF.