[tex-live] LaTeX Warning with package verbatimbox

David Carlisle d.p.carlisle at gmail.com
Sun Apr 8 19:17:18 CEST 2018


On 8 April 2018 at 18:08, Akira Yokosawa <akiyks at gmail.com> wrote:
> 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:


sorry I misinformed you  (I accidentally used a tl2017 that already
had the new latex code)

it is now fixed in

https://github.com/latex3/latex2e/commit/90e4ec9fadec7ed08381ad00f973a83d0d742492


David


>
> ---
> \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