summaryrefslogtreecommitdiff
path: root/support/bib2gls/examples/markuplanguages.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/markuplanguages.bib
Initial commit
Diffstat (limited to 'support/bib2gls/examples/markuplanguages.bib')
-rw-r--r--support/bib2gls/examples/markuplanguages.bib67
1 files changed, 67 insertions, 0 deletions
diff --git a/support/bib2gls/examples/markuplanguages.bib b/support/bib2gls/examples/markuplanguages.bib
new file mode 100644
index 0000000000..8c46af7fa9
--- /dev/null
+++ b/support/bib2gls/examples/markuplanguages.bib
@@ -0,0 +1,67 @@
+% 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
+
+@preamble{"\providecommand{\abbrvtag}[1]{#1}"}
+@string{markuplang="\abbrvtag{m}arkup \abbrvtag{l}anguage"}
+
+@entry{TeX,
+ name={{}\TeX},
+ description={a format for describing complex type and page layout
+ often used for mathematics, technical, and academic publications},
+ identifier={markuplanguage}
+}
+
+@entry{LaTeX,
+ name={{}\LaTeX},
+ description={a format of \glstext{TeX} designed to separate
+ content from style},
+ identifier={markuplanguage}
+}
+
+@entry{markdown,
+ name={markdown},
+ description={a lightweight markup language with plain text
+ formatting syntax},
+ identifier={markuplanguage}
+}
+
+@abbreviation{xml,
+ short={XML},
+ long={e\abbrvtag{x}tensible }#markuplang,
+ description={a markup language that defines a set of rules for
+ encoding documents},
+ identifier={markuplanguage}
+}
+
+@abbreviation{html,
+ short={HTML},
+ long={\abbrvtag{h}yper\abbrvtag{t}ext }#markuplang,
+ description={the standard markup language for creating web pages},
+ identifier={markuplanguage}
+}
+
+@abbreviation{mathml,
+ short={MathML},
+ long={\abbrvtag{m\NoCaseChange{ath}}ematical }#markuplang,
+ description={markup language for describing mathematical notation},
+ identifier={markuplanguage}
+}
+
+@abbreviation{xhtml,
+ short={XHTML},
+ long={e\abbrvtag{x}tensible \abbrvtag{h}yper\abbrvtag{t}ext }
+ # markuplang,
+ description={{}\glstext{xml} version of \glstext{html}},
+ identifier={markuplanguage}
+}
+
+@abbreviation{svg,
+ short={SVG},
+ long={\abbrvtag{s}calable \abbrvtag{v}ector \abbrvtag{g}raphics},
+ description={{}\glstext{xml}-based vector image format},
+ identifier={markuplanguage}
+}
+