summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-ieee/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-16 21:19:37 +0000
committerKarl Berry <karl@freefriends.org>2016-04-16 21:19:37 +0000
commitb29522c784253f2accc14ea305130c99ea082f97 (patch)
tree7d0bfc06c140729e4a6bb10d108a93bc2e70a2a9 /Master/texmf-dist/doc/latex/biblatex-ieee/README.md
parent84a3f37ad781869940729ca913cdcb272497061c (diff)
biblatex-ieee (16apr16)
git-svn-id: svn://tug.org/texlive/trunk@40558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ieee/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/README.md b/Master/texmf-dist/doc/latex/biblatex-ieee/README.md
new file mode 100644
index 00000000000..aa92af32a72
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/README.md
@@ -0,0 +1,15 @@
+biblatex-ieee - A biblatex implementation of the IEEE bibliography style
+========================================================================
+
+The `biblatex-ieee` package provides an implementation of the
+bibliography style of the IEEE for `biblatex`. This
+implementation follows standard `biblatex` conventions, and can
+be used simply by loading `biblatex` with the appropriate option
+
+ \usepackage[style=ieee]{biblatex}
+
+A demonstration database is provided to show how to format input
+for the style.
+
+The `biblatex-ieee` style requires `biblatex` 2.7 or later, and
+works with both BibTeX and Biber as the database back-end.