diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-15 12:33:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-15 12:33:38 +0100 |
| commit | ecb5543985cc0788d9c01e8c2e28d8ca6d8e19b6 (patch) | |
| tree | fcd6dfaad54d4076ee6d767ceb5f388b3c84225b /tests/typ | |
| parent | 85678118086b29b3820813411cf382fa283b39f0 (diff) | |
Node links
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index 2e2ddd35..ce4b8f31 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -14,7 +14,7 @@ --- #set page(width: 200pt) = Details -See also #cite("arrgh", [p. 22]), @arrgh[p. 4], and @cannonfodder[p. 5]. +See also #cite("arrgh", "cannonfodder", [p. 22]), @arrgh[p. 4], and @cannonfodder[p. 5]. #bibliography("/works.bib") --- @@ -22,6 +22,7 @@ See also #cite("arrgh", [p. 22]), @arrgh[p. 4], and @cannonfodder[p. 5]. #set page(width: 200pt) #bibliography("/works.bib", title: [Works to be cited], style: "author-date") #line(length: 100%) -The net-work is a creature of its own. @stupid +As described by #cite("stupid", brackets: false), +the net-work is a creature of its own. This is close to piratery! @arrgh And quark! @quark |
