diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-27 21:38:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-27 21:38:55 +0000 |
commit | 99a7aa2a25ca1e594edf3cfb60645fc25d029ca0 (patch) | |
tree | 7a10672133b5ff30e4509d3fd24ce65c0c3a896e /Master/texmf-dist/tex | |
parent | 1f4b1fd31c0975d03fd5f5834e0d479bc8ea255d (diff) |
luabibentry (26sep13)
git-svn-id: svn://tug.org/texlive/trunk@31783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua b/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua index 8fdceb2c8a7..f64069be634 100644 --- a/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua +++ b/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua @@ -6,7 +6,7 @@ --- --- luabibentry.dtx (with options: `lua') --- ---- Copyright (c) 2011 by Oliver Kopp <oliver.kopp.googlemail.com> +--- Copyright (c) 2012 by Oliver Kopp <oliver.kopp.googlemail.com> --- --- This file was generated from file(s) of luabibentry distribution. --- ----------------------------------------------------------------- @@ -29,8 +29,8 @@ if (luatexbase and (luatexbase.provides_module)) then luatexbase.provides_module({ name = "luabibentry", - date = "2011/06/27", - version = "0.1", + date = "2012/02/02", + version = "0.1a", description = "LuaLaTeX Package to Place Bibliography Entries in Text", author = "Oliver Kopp", licence = "LPPL v1.3c or later" diff --git a/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty b/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty index 263e59ec5d5..025f8067978 100644 --- a/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty +++ b/Master/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty @@ -8,7 +8,7 @@ %% %% %% -%% Copyright (c) 2011 by Oliver Kopp <oliver.kopp.googlemail.com> +%% Copyright (c) 2012 by Oliver Kopp <oliver.kopp.googlemail.com> %% %% This file was generated from file(s) of luabibentry distribution. %% ----------------------------------------------------------------- @@ -38,7 +38,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{luabibentry} -[2011/06/27 v0.1 LuaLaTeX Package to place bibliography entries in text] +[2012/02/02 v0.1a LuaLaTeX Package to place bibliography entries in text] \RequirePackage{ifluatex} \ifluatex\else @@ -48,7 +48,7 @@ See documentation of `luabibentry' for further information.}% \expandafter\expandafter\expandafter\csname endinput\endcsname \fi -\directlua{dofile("luabibentry.lua")} +\directlua{require("luabibentry.lua")} \newcommand{\setupbibentry}[1]{\directlua{luabibentry.builddata{"#1.bbl"}}} \newcommand{\bibentry}[1]{\nocite{#1}\directlua{luabibentry.bibentry{"#1"}}} \endinput |