Skip to content

Commit

Permalink
Added links in thmref; breaks styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasatvik committed Mar 30, 2023
1 parent 90a2ddd commit 3327810
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified basic.pdf
Binary file not shown.
Binary file modified manual.pdf
Binary file not shown.
Binary file modified manual_examples.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion theorems.typ
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
assert(elements.len() == 1, message: "Label <" + str(label) + "> found at multiple locations: " + locationreps)
let target = elements.first().location()
let number = thmcounters.at(target).at("latest")
return fmt(number)
return link(target, fmt(number))
})
}

Expand Down

0 comments on commit 3327810

Please # to comment.