diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-06-14 11:22:59 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-06-14 11:22:59 +0000 |
commit | 65e872afda15da66eaaf7efe40b3f57045e08b9b (patch) | |
tree | 91ae07412e11318cef785ea29c38860b012c2631 /Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini | |
parent | 834e7463dc799167a37e34364193444ef2c18e8d (diff) |
Quote \jobname in lualatex formats if it contains spaces.
git-svn-id: svn://tug.org/texlive/trunk@18968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini')
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini index f0c47ffaeec..c213f6193b3 100644 --- a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini +++ b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini @@ -7,4 +7,7 @@ % % the usual format initialization. \scrollmode +\let\dump\relax \input latex.ltx +\input lualatexquotejobname.tex +\pdfprimitive\dump |