mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 05:29:47 +00:00
pdfimage takes braces
This commit is contained in:
parent
826ab14b26
commit
169e6b8c3d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
% Load plain if necessary, i.e., if running under initex.
|
||||
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
||||
%
|
||||
\def\texinfoversion{1999-07-06.19}%
|
||||
\def\texinfoversion{1999-07-16.19}%
|
||||
%
|
||||
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
|
||||
% Free Software Foundation, Inc.
|
||||
|
@ -5547,7 +5547,7 @@ width0pt\relax} \fi
|
|||
\fi
|
||||
\endgroup
|
||||
\else
|
||||
\centerline{\pdfimage #1.pdf}%
|
||||
\centerline{\pdfimage{#1.pdf}}%
|
||||
\fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue