-
DescriptionI have been unable to find a way to get my figure to fit within its column in a 2 column Typst document. Is there a way to auto shrink-to-fit figures? (Or is this a bug with Typst in Quarto?) Example---
title: 2 Column Layout
format:
typst:
columns: 2
---
## Heading 1
Some text here. This should wrap when it hits the column.
```{mermaid}
graph LR
A---B---C---D---E---F
```
```{mermaid}
graph LR
A---B---C---D---E---F---G---H---I---J
```
More text here. This should also wrap when it hits the column. |
Beta Was this translation helpful? Give feedback.
Answered by
cderv
Feb 1, 2024
Replies: 1 comment
-
Thanks for the report. I think this is an issue and it is not handled. The size is set without adapting to column. We'll see if we can fix |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cderv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the report. I think this is an issue and it is not handled. The size is set without adapting to column. We'll see if we can fix