diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-10 20:57:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-10 20:57:34 +0000 |
commit | 50f95cdc2afca8f81c5dc34388a709bbd4e4b941 (patch) | |
tree | 197186abe5589eeb3876eabd052e536b6f5ec24f /Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def | |
parent | e89afb6bb46585d31bd18f68716736ce104174aa (diff) |
bookmark (10dec23)
git-svn-id: svn://tug.org/texlive/trunk@69084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def b/Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def index 8447250968c..4496c7a8fe3 100644 --- a/Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def +++ b/Master/texmf-dist/tex/latex/bookmark/bkm-pdftex.def @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: bookmark -%% Version: 2023-12-05 v1.30 +%% Version: 2023-12-10 v1.31 %% %% Copyright (C) %% 2007-2011 Heiko Oberdiek @@ -31,17 +31,20 @@ %% Heiko Oberdiek and the Oberdiek Package Support Group %% https://github.com/ho-tex/bookmark/issues %% -%% This work consists of the main source file bookmark.dtx and bookmark-frozen.dtx -%% and the derived files -%% bookmark.sty, bookmark.pdf, bookmark.ins, bookmark.drv, -%% bkm-dvipdfm.def, bkm-dvips.def, bkm-pdftex.def, bkm-vtex.def, -%% bkm-dvipdfm-2019-12-03.def, bkm-dvips-2019-12-03.def, -%% bkm-pdftex-2019-12-03.def, bkm-vtex-2019-12-03.def, -%% bookmark-example.tex. +%% This file is part of the "bookmark bundle" (The Work in LPPL) +%% and all files in that bundle must be distributed together. +%% +%% The released version of this bundle is available from CTAN. +%% +%% This work consists of the main source files bookmark.dtx +%% and bookmark.ins and the derived files +%% bookmark.sty, bookmark.pdf, +%% bkm-dvipdfm.def, bkm-dvips.def, bkm-pdftex.def, bkm-vtex.def, +%% bookmark-example.tex. %% \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-pdftex.def}% - [2023-12-05 v1.30 bookmark driver for pdfTeX and luaTeX (HO)]% + [2023-12-10 v1.31 bookmark driver for pdfTeX and luaTeX (HO)]% \def\BKM@DO@entry#1#2{% \begingroup \kvsetkeys{BKM@DO}{#1}% @@ -269,7 +272,7 @@ \edef\BKM@srcline{\the\inputlineno}% \BKM@LuaTeX@InitFile \ifx\BKM@srcfile\@empty - \ltx@IfUndefined{currfilepath}{}{% + \@ifundefined{currfilepath}{}{% \edef\BKM@srcfile{\currfilepath}% }% \fi @@ -277,13 +280,13 @@ \ifluatex \def\BKM@LuaTeX@InitFile{% \begingroup - \ltx@LocToksA={}% + \toks@={}% \edef\x{\endgroup \def\noexpand\BKM@srcfile{% - \the\expandafter\ltx@LocToksA + \the\expandafter\toks@ \directlua{% if status and status.filename then % - tex.settoks('ltx@LocToksA', status.filename)% + tex.settoks('toks@', status.filename)% end% }% }% |