Skip to content

Commit 83f703f

Browse files
committed
Fix #9
1 parent 23140ad commit 83f703f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+13
-6
lines changed

example/example.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ This where is a theorem consisting of several equations.
161161

162162
=== Single Line
163163
#index("Theorems!Single Line")
164+
This is a theorem consisting of just one line.
164165
#theorem()[
165166
A set $mathcal(D)(G)$ in dense in $L^2(G)$, $|dot|_0$.
166167
]

my-outline.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
my-outline-row(insetSize: 2pt, textWeight: "bold", textSize: textSize2, textColor:mainColor, number: number, title: title, heading_page: heading_page, location: it.element.location())
5151
}
5252
else if it.level ==2 {
53-
my-outline-row(insetSize: 1pt, textWeight: "bold", textSize: textSize3, textColor:black, number: number, title: title, heading_page: heading_page, location: it.element.location())
53+
my-outline-row(insetSize: 2pt, textWeight: "bold", textSize: textSize3, textColor:black, number: number, title: title, heading_page: heading_page, location: it.element.location())
5454
} else {
5555
my-outline-row(textWeight: "regular", textSize: textSize4, textColor:black, number: number, title: title, heading_page: heading_page, location: it.element.location())
5656
}

tests/long-part-title/ref01.png

-8.25 KB

tests/long-part-title/ref03.png

19.1 KB

tests/long-part-title/ref04.png

-8.11 KB

tests/long-part-title/ref09.png

-15.8 KB

tests/long-part-title/ref12.png

-2.26 KB

tests/long-part-title/ref13.png

-16.8 KB

tests/long-part-title/ref14.png

-2.23 KB

tests/long-part-title/ref16.png

-2.37 KB

0 commit comments

Comments
 (0)