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/6033.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/6033.md')
| -rw-r--r-- | test/command/6033.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/6033.md b/test/command/6033.md index cc1b212bf..3748a222a 100644 --- a/test/command/6033.md +++ b/test/command/6033.md @@ -38,7 +38,7 @@ \begin{frame}{One-A} \begin{columns}[T] -\begin{column}{0.48\textwidth} +\begin{column}{0.48\linewidth} \begin{itemize} \tightlist \item @@ -46,7 +46,7 @@ \end{itemize} \end{column} -\begin{column}{0.48\textwidth} +\begin{column}{0.48\linewidth} \begin{itemize} \tightlist \item |
