summaryrefslogtreecommitdiff
path: root/support/bib2gls/examples/animals.bib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/bib2gls/examples/animals.bib
Initial commit
Diffstat (limited to 'support/bib2gls/examples/animals.bib')
-rw-r--r--support/bib2gls/examples/animals.bib82
1 files changed, 82 insertions, 0 deletions
diff --git a/support/bib2gls/examples/animals.bib b/support/bib2gls/examples/animals.bib
new file mode 100644
index 0000000000..129f4e8781
--- /dev/null
+++ b/support/bib2gls/examples/animals.bib
@@ -0,0 +1,82 @@
+% This file is public domain. See the "Examples" chapter
+% in the bib2gls user manual for a more detailed description
+% of this file.
+
+% Encoding: UTF-8
+
+@entry{duck,
+ name={duck},
+ description={a waterbird with webbed feet},
+ identifier={animal}
+}
+
+@entry{parrot,
+ name={parrot},
+ description={mainly tropical bird with bright plumage},
+ identifier={animal}
+}
+
+@entry{goose,
+ name={goose},
+ plural={geese},
+ description={a large waterbird with a long neck, short legs,
+ webbed feet and a short broad bill},
+ identifier={animal}
+}
+
+@entry{swan,
+ name={swan},
+ description={a large waterbird with a long flexible neck,
+ short legs, webbed feet and a broad bill},
+ identifier={animal}
+}
+
+@entry{chicken,
+ name={chicken},
+ description={a domestic fowl},
+ identifier={animal}
+}
+
+@entry{aardvark,
+ name={aardvark},
+ description={nocturnal African burrowing mammal},
+ identifier={animal}
+}
+
+@entry{zebra,
+ name={zebra},
+ description={wild African horse with black-and-white stripes},
+ identifier={animal}
+}
+
+@entry{armadillo,
+ name={armadillo},
+ description={nocturnal insectivore with large claws},
+ identifier={animal}
+}
+
+@entry{zander,
+ name={zander},
+ description={large freshwater perch},
+ identifier={animal}
+}
+
+@entry{hedgehog,
+ name={hedgehog},
+ description={small nocturnal mammal with a spiny coat and
+ short legs},
+ identifier={animal}
+}
+
+@entry{seal,
+ name={seal},
+ description={sea-dwelling fish-eating mammal with flippers},
+ identifier={animal}
+}
+
+@entry{sealion,
+ name={sea lion},
+ description={a large type of \gls{seal}},
+ identifier={animal}
+}
+