diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-29 22:41:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-29 22:41:39 +0000 |
commit | 11aba51d3fef3cd393347c53c6e83645a01155e9 (patch) | |
tree | 791671c240d74c387746deab38a2c4b494c12458 | |
parent | e8c5c40ffaf5580fe99c8b406a0bcd6da157dd61 (diff) |
biblatex-trad (29sep12)
git-svn-id: svn://tug.org/texlive/trunk@27852 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-trad/README.txt | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf | bin | 364386 -> 242084 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-alpha.bbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-plain.bbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-standard.bbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx) | 28 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-alpha.cbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-plain.cbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-standard.cbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx) | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx (renamed from Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx) | 2 |
13 files changed, 41 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-trad/README.txt b/Master/texmf-dist/doc/latex/biblatex-trad/README.txt index 2ac1afc48b4..f4630b98331 100644 --- a/Master/texmf-dist/doc/latex/biblatex-trad/README.txt +++ b/Master/texmf-dist/doc/latex/biblatex-trad/README.txt @@ -4,7 +4,7 @@ biblatex. ================================================================ The current development is available at github: -https://github.com/marcodaniel/mdframed +https://github.com/marcodaniel/trad-biblatex ================================================================ Copyright (c) 2012 Marco Daniel diff --git a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf Binary files differindex eb54bd7ff73..d3494dc5dd4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex index 0b372a6e904..f79e111ffda 100644 --- a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex +++ b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex @@ -11,7 +11,7 @@ \usepackage[strict]{csquotes} \usepackage{shortvrb} \usepackage{pifont} -\usepackage{libertine} +\usepackage{libertine-type1} \usepackage[scaled=0.8]{beramono} \usepackage{microtype} \lstset{basicstyle=\ttfamily,keepspaces=true} @@ -37,8 +37,8 @@ url={}, author={Marco Daniel}, email={marco.daniel@mada-nada.de}, - revision={0.1}, - date={9. Sep 2012}} + revision={0.2}, + date={29. Sep 2012}} \hypersetup{% pdftitle={The biblatex-trad Package}, @@ -126,8 +126,18 @@ setup. \section{Revision History} \label{apx:log} + \begin{changelog} +\begin{release}{0.2}{2012-09-29} +\item fixed missing comma after journal name if journal name has a period +\item make titles sentence case +\item removed extra \emph{in} +\item removed extra \cmd{printfield} +\item fixed extra comma if \bibtype{article} doesn't have a year +\item use package \sty{libertine-type1} for documentation +\end{release} + \begin{release}{0.1}{2012-09-09} \item First upload \end{release} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx index 7868341bda2..790c78a8db5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-abbrv.bbx}[2012/09/09] +\ProvidesFile{trad-abbrv.bbx}[2012/09/29] \RequireBibliographyStyle{trad-standard} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-alpha.bbx index 0002d56dc3f..b1bfdbe0078 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-alpha.bbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-alpha.bbx}[2012/09/09] +\ProvidesFile{trad-alpha.bbx}[2012/09/29] \RequireBibliographyStyle{trad-standard} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-plain.bbx index 332f2c77046..254d5acb62c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-plain.bbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-plain.bbx}[2012/09/09] +\ProvidesFile{trad-plain.bbx}[2012/09/29] \RequireBibliographyStyle{trad-standard} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-standard.bbx index b33e9d3f0ee..4c42610591f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-standard.bbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-standard.bbx}[2012/09/09] +\ProvidesFile{trad-standard.bbx}[2012/09/29] \RequireBibliographyStyle{standard} @@ -43,6 +43,10 @@ \DeclareFieldFormat[book]{series}{\mkbibemph{#1}} +\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}\isdot} + +\DeclareFieldFormat*{titlecase}{\MakeSentenceCase{#1}} + % Seting the bibliography drivers: \DeclareBibliographyDriver{article}{% \usebibmacro{bibindex}% @@ -173,7 +177,7 @@ \newcommaunit % \setunit{\addspace}% \usebibmacro{issue+date-parens}% - \setunit{\addcolon\space}% + \setunit*{\addcolon\space}% \usebibmacro{issue}% \newunit} @@ -215,8 +219,11 @@ \renewbibmacro*{series+number}{% \printfield{number}% \setunit*{\addspace}% - \usebibmacro{in:}% - \printfield{series}% + \iffieldundef{series}{}% + { + \usebibmacro{in:}% + \printfield{series}% + }% \newunit} \newbibmacro*{book:series+number}{% @@ -253,12 +260,13 @@ \newbibmacro*{issue+date-parens}{% - \printtext{% - \iffieldundef{issue} - {\usebibmacro{date}} - {\printfield{issue}% - \setunit*{\addspace}% - \usebibmacro{date}}}% + \iffieldundef{issue}% + {\usebibmacro{date}}% + {\printfield{issue}% + \setunit*{\addcomma\space}% + \usebibmacro{date}% + }% \newunit} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx index 81a2ef70394..5db0a85c271 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-unsrt.bbx}[2012/09/09] +\ProvidesFile{trad-unsrt.bbx}[2012/09/29] \RequireBibliographyStyle{trad-standard} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx index d1c66e456a9..7902982d5f2 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-abbrv.cbx}[2012/09/09] +\ProvidesFile{trad-abbrv.cbx}[2012/09/29] \RequireCitationStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-alpha.cbx index a97fc217f0f..354c8081a51 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-alpha.cbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-alpha.cbx}[2012/09/09] +\ProvidesFile{trad-alpha.cbx}[2012/09/29] \RequireCitationStyle{alphabetic} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-plain.cbx index 83c8fbecc5f..d9ea57a3dd8 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-plain.cbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-plain.cbx}[2012/09/09] +\ProvidesFile{trad-plain.cbx}[2012/09/29] \RequireCitationStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-standard.cbx index ebaf41fadaa..15f011e98f5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-standard.cbx @@ -3,6 +3,6 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-standard.cbx}[2012/09/09] +\ProvidesFile{trad-standard.cbx}[2012/09/29] \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx index 8bc900992a8..fa94820a43d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx @@ -3,7 +3,7 @@ %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -\ProvidesFile{trad-unsrt.bbx}[2012/09/09] +\ProvidesFile{trad-unsrt.bbx}[2012/09/29] \RequireCitationStyle{numeric} |