diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-08 22:19:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-08 22:19:20 +0000 |
commit | ba758b150baf5325026495622e4cc505e1bfc372 (patch) | |
tree | e953fd11a95cb8a006a1d9cf0b9dbac130a3cac6 | |
parent | c7287df7c68266ba7fa8376d46e89a01c719cfce (diff) |
biblatex-multiple-dm (8oct14)
git-svn-id: svn://tug.org/texlive/trunk@35333 c570f23f-e606-0410-a88d-b1316a301751
5 files changed, 48 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-multiple-dm/biblatex-multiple-dm.pdf b/Master/texmf-dist/doc/latex/biblatex-multiple-dm/biblatex-multiple-dm.pdf Binary files differindex 77a43fd694f..26ffdef106e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-multiple-dm/biblatex-multiple-dm.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-multiple-dm/biblatex-multiple-dm.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-multiple-dm/makefile b/Master/texmf-dist/doc/latex/biblatex-multiple-dm/makefile index b21a1f311f8..176131b85d6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-multiple-dm/makefile +++ b/Master/texmf-dist/doc/latex/biblatex-multiple-dm/makefile @@ -1,12 +1,12 @@ -FILES = *sty *tex *pdf README makefile latexmkrc +FILES = *sty *tex *pdf *bbx *dbx README makefile latexmkrc %.pdf: %.tex latexmkrc latexmk *tex dist: biblatex-multiple-dm.pdf @$(RM) ../biblatex-multiple-dm.zip rm -rf biblatex-multiple-dm mkdir biblatex-multiple-dm - cp $(FILES) biblatex-multiple-dm + ln $(FILES) biblatex-multiple-dm zip -r ../biblatex-multiple-dm.zip biblatex-multiple-dm clean: - @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
\ No newline at end of file + @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz* diff --git a/Master/texmf-dist/tex/latex/biblatex-multiple-dm/biblatex-multiple-dm.sty b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/biblatex-multiple-dm.sty index 6617fa03620..1fee7c8b2c1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-multiple-dm/biblatex-multiple-dm.sty +++ b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/biblatex-multiple-dm.sty @@ -22,4 +22,5 @@ \DeclareStringOption[verbose]{bibstyle} \DeclareStringOption{tools} -\ProcessKeyvalOptions*
\ No newline at end of file +\ProcessKeyvalOptions* +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.bbx b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.bbx new file mode 100644 index 00000000000..f8e3134a153 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.bbx @@ -0,0 +1,23 @@ +%% Copyright 2014 Maïeul Rouquette +% +% 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 Maïeul Rouquette +% This work consists of the files multiple-dm.dbx, mutliple-dm.bbx, multiple-dm.sty + +\ProvidesFile{multiple-dm.bbx}[\abx@bbxid] + +\renewcommand{\do}[1]{\blx@inputonce{#1.bbx}{}{}{}{}{}} +\expandafter\docsvlist\expandafter{\biblatexmultipledm@tools} + +\RequireBibliographyStyle{\biblatexmultipledm@bibstyle} + +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.dbx b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.dbx new file mode 100644 index 00000000000..c9df47b4d19 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-multiple-dm/multiple-dm.dbx @@ -0,0 +1,20 @@ +%% Copyright 2014 Maïeul Rouquette +% +% 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 Maïeul Rouquette +% This work consists of the files multiple-dm.dbx, mutliple-dm.bbx, multiple-dm.sty + +\ProvidesFile{multiple-dm.dbx} + +\renewcommand{\do}[1]{\blx@inputonce{#1.dbx}{}{}{}{}{}} +\expandafter\docsvlist\expandafter{\biblatexmultipledm@tools} + |