Compare commits

...

2 Commits

Author SHA1 Message Date
60198cd51b
libs.typ: bump whalogen to 0.2.0 2024-11-10 12:38:42 -05:00
4aa0081daf
main.typ: text line breaking changes 2024-11-10 12:34:06 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
}
// chemistry
#import "@preview/whalogen:0.1.0": ce
#import "@preview/whalogen:0.2.0": ce
// this used to be an alias to styled tablex
#let tablef = table.with(

View File

@ -99,7 +99,7 @@
// Content to wrap
body,
) = {
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang)
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang, hyphenate: auto)
show link: text.with(fill: rgb("#5577bb"), weight: "bold")
show math.equation: eq => eq
set figure.caption(position: top)
@ -155,7 +155,7 @@
#colbreak()
#align(right)[
#counter(page).display("1")
#context counter(page).display("1")
]
]
],
@ -164,7 +164,7 @@
set enum(indent: 5pt, body-indent: 5pt)
// Configure paragraph properties.
set par(justify: true)
set par(justify: true, linebreaks: "optimized")
// Display the article's contents.
v(29pt, weak: true)