summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lpdf-ano.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-10-11 16:46:49 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-10-11 16:46:49 +0200
commit24f6f7de245bdff10f21984a9a3c6af3d31fa1f1 (patch)
treeaf5b01583380cbe1e7890c29b42386ff58f25aa1 /tex/context/base/mkiv/lpdf-ano.lua
parent64f50a1d7fe79d365b350c1bae688b9bf1b44d34 (diff)
downloadcontext-24f6f7de245bdff10f21984a9a3c6af3d31fa1f1.tar.gz
2019-10-11 15:56:00
Diffstat (limited to 'tex/context/base/mkiv/lpdf-ano.lua')
-rw-r--r--tex/context/base/mkiv/lpdf-ano.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/lpdf-ano.lua b/tex/context/base/mkiv/lpdf-ano.lua
index 2a77732eb..05f18f512 100644
--- a/tex/context/base/mkiv/lpdf-ano.lua
+++ b/tex/context/base/mkiv/lpdf-ano.lua
@@ -634,9 +634,9 @@ local function pdffilelink(filename,destination,page,actions)
destination = pdfarray { (page or 1) - 1, pdf_fit }
end
return pdfdictionary {
- S = pdf_gotor, -- can also be pdf_launch
- F = filename,
- D = destination or defaultdestination,
+ S = pdf_gotor, -- can also be pdf_launch
+ F = filename,
+ D = destination or defaultdestination,
NewWindow = actions.newwindow and true or nil,
}
end