Compare commits

..

No commits in common. "60198cd51b08ae1205ff26256f299b2a0f25d18a" and "f60cf85f33e3f4be281c7904b8eec31074313712" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

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