Skip to content

Commit

Permalink
fix: stop underlining the title
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvx committed May 14, 2024
1 parent d3b5eb7 commit 2272ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions undergradmath.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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").

Expand Down

0 comments on commit 2272ede

Please sign in to comment.