Skip to content

Commit

Permalink
rm ref sec
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed Jan 30, 2024
1 parent 33359bd commit 871f476
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cv-base.typ
Original file line number Diff line number Diff line change
Expand Up @@ -307,21 +307,6 @@
]}
}

#let cvreferences(info, isbreakable: true) = {
if info.references != none {block[
== References <refs>
#for ref in info.references {
block(width: 100%, breakable: isbreakable)[
#if ref.url != none [
- *#link(ref.url)[#ref.name]*: "#ref.reference"
] else [
- *#ref.name*: "#ref.reference"
]
]
}
]} else {}
}

#let endnote() = {
place(
right,
Expand Down

0 comments on commit 871f476

Please sign in to comment.