From 820ed4c88b41078a5944519a69bfbde3e67f8ecb Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:28:58 -0400 Subject: [PATCH] Remove stray "it", add commas, use less repetitive wording (#1216) (cherry picked from commit b4b93b85cad6f8236d237cec43adaf3137d49400) --- docs/authoring/figures.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authoring/figures.qmd b/docs/authoring/figures.qmd index edb0de2e40..b317bb6374 100644 --- a/docs/authoring/figures.qmd +++ b/docs/authoring/figures.qmd @@ -252,7 +252,7 @@ Note that the last paragraph in the div block is used as the figure caption. This section describes some figure handling options that are specific to LaTeX output. -One very important thing to note is that using the `fig-env` and `fig-pos` options described below will trigger the creation of a LaTeX floating environment (most often `\begin{figure}`). Depending upon where this LaTeX is generated it (e.g. is it within another `\begin{figure}`) this could generate invalid LaTeX. To be on the safe side these attributes should typically only be used for images at the very top level of your document. +One very important thing to note is that using the `fig-env` and `fig-pos` options described below will trigger the creation of a LaTeX floating environment (most often `\begin{figure}`). Depending upon where this LaTeX is generated (e.g., within another `\begin{figure}`), this could produce invalid LaTeX. To be on the safe side, these attributes should typically only be used for images at the very top level of your document. ### Environments