diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-17 14:11:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 12:11:57 +0000 |
| commit | 0abd46c3796e18e997e26f94837c76dc446036d0 (patch) | |
| tree | 4ee75c6d84682176e014d05626c467685d17018d /tests | |
| parent | c145e05f01746a72a9455d7fad95f927f568e2fd (diff) | |
More robust ratio computation (#4976)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-4938-par-bad-ratio.png | bin | 0 -> 277 bytes | |||
| -rw-r--r-- | tests/suite/model/par.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/issue-4938-par-bad-ratio.png b/tests/ref/issue-4938-par-bad-ratio.png Binary files differnew file mode 100644 index 00000000..5021e299 --- /dev/null +++ b/tests/ref/issue-4938-par-bad-ratio.png diff --git a/tests/suite/model/par.typ b/tests/suite/model/par.typ index 80bc9f3e..7a5a37f5 100644 --- a/tests/suite/model/par.typ +++ b/tests/suite/model/par.typ @@ -97,3 +97,7 @@ Lorem ipsum dolor #metadata(none) nonumy eirmod tempor. --- issue-4278-par-trim-before-equation --- #set par(justify: true) #lorem(6) aa $a = c + b$ + +--- issue-4938-par-bad-ratio --- +#set par(justify: true) +#box($k in NN_0$) |
