Passing the draft
argument to \includegraphics{}
?
#6234
-
DescriptionIs there a simple way of adding the such that instead of getting: \begin{figure}[t]
{\centering \includegraphics[width=\textwidth,height=1.5in]{empty.pdf}}
\caption{\label{fig-fig1}This is the sample figure caption.}
\end{figure} I would get the argument \begin{figure}[t]
{\centering \includegraphics[width=\textwidth,height=1.5in, draft]{empty.pdf}}
\caption{\label{fig-fig1}This is the sample figure caption.}
\end{figure} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately, Pandoc does not support any attributes for LaTeX so this is why it is not passed if you pass I don't think we support this in Quarto for now using the Markdown figure syntax. (https://quarto.org/docs/authoring/figures.html). I'll open an issue / FR about this. |
Beta Was this translation helpful? Give feedback.
-
Opened issue at #6239 |
Beta Was this translation helpful? Give feedback.
Unfortunately, Pandoc does not support any attributes for LaTeX so this is why it is not passed if you pass
draft
as an Image Attribute.I don't think we support this in Quarto for now using the Markdown figure syntax. (https://quarto.org/docs/authoring/figures.html).
I'll open an issue / FR about this.