diff options
| author | John MacFarlane <[email protected]> | 2024-05-31 15:03:06 -0600 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-31 15:03:06 -0600 |
| commit | 7e7735bb6b41c6f76ed3a03d06f7e1fe7dca299d (patch) | |
| tree | fbdfaf2778eaed64442b194e002f4d4077585ee7 /test/command/4690.md | |
| parent | f98f3b141db10170d9b9a0b771b7b1ec1a190116 (diff) | |
Use `\linewidth` instead of `\columnwidth` or `\textwidth`...
for resizing figures, table cells, etc. in LaTeX. `\linewidth`,
unlike the others, is sensitive to indented environments like
lists.
Closes #9775.
Diffstat (limited to 'test/command/4690.md')
| -rw-r--r-- | test/command/4690.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/4690.md b/test/command/4690.md index 454f31171..e755f70e2 100644 --- a/test/command/4690.md +++ b/test/command/4690.md @@ -14,11 +14,11 @@ content2 \begin{frame}{title} \phantomsection\label{title} \begin{columns}[T] -\begin{column}{0.08\textwidth} +\begin{column}{0.08\linewidth} content \end{column} -\begin{column}{0.84\textwidth} +\begin{column}{0.84\linewidth} content2 \end{column} \end{columns} |
