summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-ieee
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-28 00:23:00 +0000
committerKarl Berry <karl@freefriends.org>2011-02-28 00:23:00 +0000
commit2328e925a6adcb602c8a1a2dda985d1781d3eef8 (patch)
treeba5a2e82cac74f63532bc77be26f9d37692e88f1 /Master/texmf-dist/doc/latex/biblatex-ieee
parent07f721bd6214de1972b4d2565fc2c25bd6efa4e1 (diff)
biblatex-ieee 1.0 (27feb11)
git-svn-id: svn://tug.org/texlive/trunk@21536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ieee')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/README2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdfbin276345 -> 320922 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex13
3 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/README b/Master/texmf-dist/doc/latex/biblatex-ieee/README
index c58dcaa00be..27cc71c1e40 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ieee/README
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/README
@@ -7,7 +7,7 @@ Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
---------------------------------------------------------------
-The biblatex-ieee package provides an implementation if the
+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
diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
index 5b9e9713632..fc2d6875d34 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
Binary files differ
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 e72da3aabbe..61196bc6704 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
@@ -8,25 +8,28 @@
%% ---------------------------------------------------------------
%%
-\documentclass[a4paper]{article}
+\documentclass[a4paper]{ltxdoc}
\usepackage[T1]{fontenc}
\usepackage[style=ieee]{biblatex}
\usepackage[final]{microtype}
\usepackage{csquotes,lmodern}
\usepackage{hyperref}
+
\hypersetup{pdfborder = 0 0 0}
-\bibliography{biblatex-ieee}
+\addbibresource{biblatex-ieee}
\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 v0.9a, last revised 2011/02/15.}}
+ \footnote{This file describes v1.0, last revised 2011/02/27.}}
\date{Released 2011/02/15}
\providecommand*\pkg[1]{\textsf{#1}}
+\RecordChanges
+
\begin{document}
\maketitle
@@ -63,6 +66,10 @@ be sent by e-mail to
\printbibliography
+\changes{v1.0}{2011/02/27}{First stable release}
+
+\PrintChanges
+
\end{document}
%%