diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 15:20:30 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 15:21:18 +0200 |
| commit | 133621969045ec8f23a5dca7fe33837c2cba0e32 (patch) | |
| tree | 484e2fdd6dbdbf1fbb7d8ccb5ebe02ed3498290a /tests/typ | |
| parent | 13ece5ec265e4e81b396cd3d469569b6c0ea2601 (diff) | |
Fix numeric bibliography ordering
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/meta/bibliography-ordering.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/meta/bibliography-ordering.typ b/tests/typ/meta/bibliography-ordering.typ new file mode 100644 index 00000000..c1c9880b --- /dev/null +++ b/tests/typ/meta/bibliography-ordering.typ @@ -0,0 +1,7 @@ +#set page(width: 300pt) + +@mcintosh_anxiety, @psychology25 +@netwok, @issue201, @arrgh, @quark, @distress, +@glacier-melt, @issue201, @tolkien54, @sharing, @restful + +#bibliography("/works.bib") |
