diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty b/Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty index 92e56cba654..68d07a8b45c 100644 --- a/Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty +++ b/Master/texmf-dist/doc/latex/elsarticle/pdfwidgets.sty @@ -317,8 +317,9 @@ \noindent\begin{tikzpicture} \node[fill=blue!10,draw,shade,top color=white!10, bottom color=cyan!5,shape=quotedbox, - inner sep=8pt,text width=.95\linewidth] (x) - {\color{orange}\verbatiminput{tmp.tex}% + inner sep=8pt,text width=.95\linewidth] + {\color{orange}\vspace*{-1pc}% + \verbatiminput{tmp.tex}% \vspace*{-\baselineskip}% } ; \end{tikzpicture}% @@ -380,3 +381,4 @@ \endinput + |