summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md
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 /macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md b/macros/latex/contrib/biblatex-contrib/biblatex-ieee/README.md
new file mode 100644
index 0000000000..b3516672d7
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/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` 3.8 or later, and
+works with both BibTeX and Biber as the database back-end.