diff --git a/undergradmath.typ b/undergradmath.typ index 78eb7ad..61a3514 100644 --- a/undergradmath.typ +++ b/undergradmath.typ @@ -86,9 +86,6 @@ // Black raw code #show raw.where(block: false): it => { it.text } -// Put this here to avoid affecting the title -#show link: underline - // Two-column layout #show: rest => columns(2, rest) @@ -97,6 +94,9 @@ #text(large, headcolor)[*Typst Math for Undergrads*] ]) +// Put this here to avoid affecting the title +#show link: underline + This is a Typst port with typst #sys.version of _#LaTeX Math for Undergrads_ by Jim Hefferon. The original version is available at #link("https://gitlab.com/jim.hefferon/undergradmath").