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/source/lualatex | |
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/source/lualatex')
-rw-r--r-- | Master/texmf-dist/source/lualatex/luabibentry/Makefile | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/lualatex/luabibentry/luabibentry.dtx | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/lualatex/luabibentry/Makefile b/Master/texmf-dist/source/lualatex/luabibentry/Makefile index 42b91bd3e3c..6de822e6982 100644 --- a/Master/texmf-dist/source/lualatex/luabibentry/Makefile +++ b/Master/texmf-dist/source/lualatex/luabibentry/Makefile @@ -24,7 +24,7 @@ DOCFILES = $(DOC) README News RUNFILES = $(STY) $(LUA) ALL = $(SRCFILES) $(DOCFILES) $(RUNFILES) -TEXMFROOT = ./texmf +#TEXMFROOT = ./texmf RUNDIR = $(TEXMFROOT)/tex/$(FORMAT)/$(NAME) DOCDIR = $(TEXMFROOT)/doc/$(FORMAT)/$(NAME) SRCDIR = $(TEXMFROOT)/source/$(FORMAT)/$(NAME) diff --git a/Master/texmf-dist/source/lualatex/luabibentry/luabibentry.dtx b/Master/texmf-dist/source/lualatex/luabibentry/luabibentry.dtx index 86b0ebce806..55db6496d7d 100644 --- a/Master/texmf-dist/source/lualatex/luabibentry/luabibentry.dtx +++ b/Master/texmf-dist/source/lualatex/luabibentry/luabibentry.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % ========================================================================== -% luabibentry.dtx v0.1, 2011/06/27 -% Copyright (c) Oliver Kopp, 2011 +% luabibentry.dtx v0.1a, 2012/02/02 +% Copyright (c) Oliver Kopp, 2012 % % This file is part of the LuaLaTex package `luabibentry'. % @@ -41,7 +41,7 @@ \obeyspaces\obeylines \global\def\preambletext{ \space -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. ----------------------------------------------------------------- @@ -134,13 +134,13 @@ In case an entry is not found "?" is output %<package>\ProvidesPackage{luabibentry} %<driver>\ProvidesFile{luaindex.dtx} %<*driver|package> -[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] %</driver|package> %<lua>if (luatexbase and (luatexbase.provides_module)) then %<lua> luatexbase.provides_module({ %<lua> name = "luabibentry", -%<lua> date = "2011/06/27", -%<lua> version = "0.1", +%<lua> date = "2012/02/02", +%<lua> version = "0.1a", %<lua> description = "LuaLaTeX Package to Place Bibliography Entries in Text", %<lua> author = "Oliver Kopp", %<lua> licence = "LPPL v1.3c or later" @@ -161,7 +161,7 @@ In case an entry is not found "?" is output The \texttt{luabibentry} package } %\date{\fileversion} %currently doesn't work -\date{Version 0.1 as of 2011/06/27} +\date{Version 0.1a as of 2012/02/02} \author{Oliver Kopp\thanks{oliver.kopp% @% googlemail% @@ -175,6 +175,7 @@ com}} %\fi^^A meta-comment % % \changes{v0.1}{2011/06/27}{start of new package} +% \changes{v0.1a}{2012/02/02}{fixed lua code to use `require' instead of `dofile'.} % % \begin{abstract} % Typically, bibliographic entries are put at the end of a document. This @@ -373,7 +374,7 @@ end % % Load the lua module: % \begin{macrocode} -\directlua{dofile("luabibentry.lua")} +\directlua{require("luabibentry.lua")} % \end{macrocode} % % Interface to the lua module: |