summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex38
1 files changed, 26 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
index b124f4fcf56..8bf37bdd462 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
@@ -10,21 +10,21 @@
\documentclass[a4paper]{ltxdoc}
\usepackage[T1]{fontenc}
-\usepackage[style=ieee]{biblatex}
+\usepackage[style=ieee,backend=bibtex]{biblatex}
\usepackage[final]{microtype}
\usepackage{csquotes,lmodern}
\usepackage{hyperref}
\hypersetup{hidelinks}
-\addbibresource{biblatex-ieee}
+\addbibresource{biblatex-ieee.bib}
\author{Joseph Wright\thanks{E-mail:
\href{mailto:joseph.wright@morningstar2.co.uk}
{\texttt{joseph.wright@morningstar2.co.uk}}}}
\title{The \pkg{ieee} bibliography style for \pkg{biblatex}%
- \footnote{This file describes v1.0d, last revised 2012/03/23.}}
-\date{Released 2012/03/23}
+ \footnote{This file describes v1.1, last revised 2012/05/03.}}
+\date{Released 2012/05/03}
\providecommand*{\pkg}[1]{\textsf{#1}}
@@ -35,12 +35,12 @@
\maketitle
This package provides a style for \pkg{biblatex} which follows the
-guidelines of the IEEE. The citation style is numeric and unsorted. The
-bibliography style follows the pattern of the official \pkg{IEEEtran}
+guidelines of the \textsc{ieee}. The citation style is numeric and unsorted.
+The bibliography style follows the pattern of the official \pkg{IEEEtran}
package (\url{http://www.ieee.org/documents/stylemanual.pdf}). The style
should be loaded in the usual way
\begin{verbatim}
-\usepackage[style=ieee]{biblatex}
+ \usepackage[style=ieee]{biblatex}
\end{verbatim}
The References section of this document demonstrates the format
generated by the package using the \texttt{biblatex-ieee.bib} database
@@ -66,6 +66,15 @@ immediately before
\printbibliography
\end{verbatim}
+Also include in the bundle is a style using alphabetic labels, but otherwise
+following the guidelines of the \textsc{ieee}. This style should be loaded
+using
+\begin{verbatim}
+ \usepackage[style=ieee-alphabetic]{biblatex}
+\end{verbatim}
+It is demonstrated in the accompany \textsc{pdf} file
+\texttt{biblatex-ieee-alphabetic}.
+
Suggestions for improvement and bug reports can be logged in the package
issue database, found at
\url{https://bitbucket.org/josephwright/biblatex-ieee/issues}, or can
@@ -88,6 +97,8 @@ be sent by e-mail to
\changes{v1.0c}{2012/03/21}{Use two em-dashes for repeated names}
\changes{v1.0d}{2012/03/23}{Place \texttt{series} before \texttt{editor}
for \texttt{incollection} entries}
+\changes{v1.1}{2012/05/03}{New alphabetic style \texttt{ieee-alphabetic}}
+\changes{v1.1}{2012/05/03}{Update citation-related options set by the style}
\PrintChanges
@@ -107,11 +118,14 @@ be sent by e-mail to
%% This work is "maintained" (as per LPPL maintenance status) by
%% Joseph Wright.
%%
-%% This work consists of the file biblatex-ieee.bib,
-%% biblatex-ieee.tex,
-%% ieee.bbx and
-%% ieee.cbx,
-%% and the derived file biblatex-ieee.pdf.
+%% This work consists of the files biblatex-ieee.bib,
+%% biblatex-ieee.tex,
+%% ieee.bbx,
+%% ieee.cbx,
+%% ieee-alphabetic.bbx and
+%% ieee-alphabetic.cbx,
+%% and the derived files biblatex-ieee.pdf and
+%% biblatex-ieee-alphabetic.pdf.
%%
%%
%% End of file `biblatex-ieee.tex'. \ No newline at end of file