summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib')
-rw-r--r--Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib b/Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib
new file mode 100644
index 00000000000..77d355140f4
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/gost/doc/examples/utf8/bib/ex27a.bib
@@ -0,0 +1,18 @@
+@online{ wiki:latex,
+ author = "Wikipedia",
+ title = "{\LaTeX}---Wikipedia{,} The Free Encyclopedia",
+ year = "2012",
+ url = "http://en.wikipedia.org/wiki/LaTeX",
+ urldate = "25.01.2012"
+}
+
+@online{ wiki:latex-2,
+ author = "Wikipedia",
+ title = "{\LaTeX}",
+ howpublished = "Wikipedia, The Free Encyclopedia",
+ year = "2012",
+ eprint ="wiki/LaTeX",
+ eprinttype = {WikiPedia},
+ url = "http://en.wikipedia.org/wiki/LaTeX",
+ urldate = "25.01.2012"
+}