%%
%% The LaTeX Companion, 3ed
%%
%% Example 4-2-23 on page I-310 in "Customization keys for typesetting".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%

\documentclass{tlc3exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{207.0pt}

  \addtolength\textwidth{-48pt}

%StartShownPreambleCommands
\usepackage{fvextra}
%StopShownPreambleCommands

\begin{document}
\begin{Verbatim}[numbers=both,numbersep=6pt]
Verbatim lines can be numbered
at either left or right.
\end{Verbatim}
Some intermediate text\ldots
\begin{Verbatim}[linenos,firstnumber=last]
Continuation is possible too
as we can see here.
\end{Verbatim}
\end{document}