[tex-live] LaTeX Warning with package verbatimbox
Akira Yokosawa
akiyks at gmail.com
Sun Apr 8 19:08:55 CEST 2018
On 2018/04/08 16:47:55 +0100, David Carlisle wrote:
> I think you got the same in tl217?
>
No, TL 2017 (when it is frozen), it doesn't spit such a warning.
Minimal LaTeX source to see the issue:
---
\documentclass[10pt]{article}
\usepackage{verbatimbox}
\begin{document}
\section{Sample to Use verbbox}
Following is a sample of listing centered by using ``verbatimbox'' package.
{\scriptsize
\begin{verbbox}
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
}
\end{verbbox}
}
\begin{figure}[h]
\centering
\theverbbox
\caption{Sample Listing}
\end{figure}
\end{document}
---
See, I have no revision specified in the \usepackage{}.
This compiles fine with pdflatex of TL2017. On TL 2018 pretest,
I got the warning I posted earlier in this thread.
I checked CTAN site if there is a newer version of verbatimbox,
but the latest one is [2014/03/12 v3.13].
I suppose something went wrong in the packaging.
Can you further look into this?
Thanks, Akira
More information about the tex-live
mailing list