Skip to content

Commit 758a188

Browse files
committed
Fix #8
1 parent 1bbd344 commit 758a188

File tree

12 files changed

+25
-24
lines changed

12 files changed

+25
-24
lines changed

example/example.typ

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ imperdiet urna iaculis, mattis eros. Pellentesque iaculis odio vel nisl ullamcor
6363
==== Subsubsection Title
6464
#index("Sectioning!Subsubsections")
6565

66-
#lorem(50)
66+
#lorem(100)
6767

6868
===== Paragraph Title
69-
#lorem(50)
7069
#index("Sectioning!Paragraphs")
71-
70+
#lorem(50)
71+
#lorem(50)
7272
#lorem(50)
7373

7474
#lorem(50)
@@ -136,10 +136,8 @@ Lists are useful to present information in a concise and/or ordered way.
136136
/ Word: Definition
137137
/ Comment: Elaboration
138138
== International Support
139-
àáâäãåèéêëìíîïòóôöõøùúûüÿýñçˇcšž
140-
141-
ÀÁÂÄÃÅÈÉÊËÌÍÎÏÒÓÔÖÕØÙÚÛÜŸÝÑ
142-
139+
àáâäãåèéêëìíîïòóôöõøùúûüÿýñçˇcšž \
140+
ÀÁÂÄÃÅÈÉÊËÌÍÎÏÒÓÔÖÕØÙÚÛÜŸÝÑ \
143141
ßÇŒÆ ˇCŠŽ
144142
== Ligatures
145143
fi fj fl ffl ffi Ty

my-index.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ figure(
1111

1212
#let make-index-int(title: none, main_color_state:none) = {
1313
pagebreak(to: "odd")
14+
set par(first-line-indent: 0em)
1415
locate(loc => {
1516
let mainColor = main_color_state.at(loc)
1617
let elements = query(selector(figure.where(kind: index_string)).before(loc), loc)

tests/sample-book/ref11.png

67.4 KB
Loading

tests/sample-book/ref12.png

138 KB
Loading

tests/sample-book/ref13.png

-215 KB
Loading

tests/sample-book/ref16.png

0 Bytes
Loading

tests/sample-book/ref27.png

-236 Bytes
Loading

tests/sample-book/ref29.png

-337 Bytes
Loading

tests/sample-book/ref30.png

-58.1 KB
Binary file not shown.

tests/sample-book/ref31.png

-1.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)