diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-28 22:44:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-28 22:44:49 +0000 |
commit | f9c08d4132e208cadb31e87e602b7cfcd98cc2b0 (patch) | |
tree | 045d5871ee83ef6db4333a536137c490d971d5ae /Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx | |
parent | a2293c42f429d632096ab53d7eea0d57210ec68c (diff) |
biblatex-swiss-legal (27dec12)
git-svn-id: svn://tug.org/texlive/trunk@28647 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx')
-rwxr-xr-x | Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx b/Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx new file mode 100755 index 00000000000..ea5be501e1e --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx @@ -0,0 +1,58 @@ + + + + %%%%%% BIBLATEX-SWISS-LEGAL-BIBLIOGRAPHY : BIBLIOGRAPHY %%%%%%% + + +% Copyright 2012 Adrien Vion + % + % This work may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.3 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.3 or later is part of all distributions of LaTeX + % version 2005/12/01 or later. + % + % This work has the LPPL maintenance status 'maintained'. + % + % The Current Maintainer of this work is Adrien Vion. + +% Encoding of this file: UTF-8. Code is ASCII compatible. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +\ProvidesFile{biblatex-swiss-legal-bibliography.bbx}[2012/12/28 v1.1 alpha] + +\RequireBibliographyStyle{biblatex-swiss-legal-base} + + +% Sélection des options de style + +\ExecuteBibliographyOptions{% +singletitle=false, +sorting=chronological, +abrjournal=false, +bookspages=true, +shortform=false, +} + +\longbibtype + + +% Sélection des drivers de bibliographie ou exclusion de la bibliographie + +\DeclareBibliographyDriver{book}{\usebibmacro{book:full}} +\DeclareBibliographyDriver{thesis}{\usebibmacro{thesis:full}} +\DeclareBibliographyDriver{inbook}{\usebibmacro{inbook:full}} +\DeclareBibliographyDriver{article}{\usebibmacro{article:full}} +\DeclareBibliographyDriver{commentary}{\usebibmacro{commentary:full}} +\ExecuteBibliographyOptions[customa]{skipbib=true}% +\DeclareBibliographyDriver{jurisdiction}{\usebibmacro{jurisdiction:full}} +\ExecuteBibliographyOptions[customb]{skipbib=true}% +\DeclareBibliographyDriver{online}{\usebibmacro{online:full}} +\DeclareBibliographyDriver{legislation}{\usebibmacro{legislation:full}} + +\endinput
\ No newline at end of file |