From 704b0a2cd969d179bc358cdcab83eca10cd0a26c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Feb 2012 01:04:56 +0000 Subject: biblatex-chem (5feb12) git-svn-id: svn://tug.org/texlive/trunk@25304 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-chem/chem-acs.bbx | 42 ++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx') diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx index 94bf9abdfb4..c14400ec719 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{chem-acs.bbx}[2011/10/14 v1.1e biblatex bibliography style] +\ProvidesFile{chem-acs.bbx}[2012/02/05 v1.1f biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -80,6 +80,7 @@ \iftoggle{bbx:pageranges}{#1}{\mkfirstpage{#1}}% } \DeclareFieldFormat*{title}{#1\adddot} +\DeclareFieldFormat[report]{title}{\mkbibemph{#1}} \DeclareFieldFormat[book, collection, inproceedings]{title}{\mkbibemph{#1}} \DeclareFieldFormat{url}{\url{#1}} \DeclareFieldFormat[article]{volume}{\mkbibemph{#1}} @@ -608,8 +609,45 @@ \usebibmacro{finentry}% } +\DeclareBibliographyDriver{report}{% + \usebibmacro{bibindex}% + \usebibmacro{begentry}% + \usebibmacro{author}% + \setunit{\labelnamepunct}\newblock + \usebibmacro{title}% + \newunit + \printlist{language}% + \newunit\newblock + \usebibmacro{byauthor}% + \setunit{\addsemicolon\space}% + \printfield{type}% + \setunit*{\addspace}% + \printfield{number}% + \newunit\newblock + \printfield{version}% + \newunit + \printfield{note}% + \setunit{\addsemicolon\space}% + \usebibmacro{institution+location+date}% + \newunit\newblock + \usebibmacro{chapter+pages}% + \newunit + \printfield{pagetotal}% + \newunit\newblock + \iftoggle{bbx:isbn} + {\printfield{isrn}} + {}% + \newunit\newblock + \usebibmacro{doi+eprint+url}% + \newunit\newblock + \usebibmacro{addendum+pubstate}% + \setunit{\bibpagerefpunct}\newblock + \usebibmacro{pageref}% + \usebibmacro{finentry}% +} + %% -%% Copyright (C) 2010,2011 by +%% Copyright (C) 2010-2012 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of -- cgit v1.2.3