I would like to scrutinise the documented source (.dtx) for the implementation on fundamental latex environments.
For instance,
\begin{document}, \begin{itemize}, \begin{table},
\begin{equation}, \begin{figure}, \begin{quote}.
I would like to scrutinise the documented source (.dtx) for the implementation on fundamental latex environments.
For instance,
\begin{document}, \begin{itemize}, \begin{table},
\begin{equation}, \begin{figure}, \begin{quote}.
texdoc source2e, but there's a lot of stuff there: not sure that's really an answer (and if it is, I'm thinking it's a dupe) – Joseph Wright Feb 27 '24 at 20:19source2eis the.dtxfiles, just typeset; you can work out fromlatex.ltxwhich.dtxyou want and open it (I do that, but then I'm often wanting to edit the source - pretty unusual). I am wondering what you hope to learn: you won't find\begin{document}for example, rather\beginand\document. – Joseph Wright Feb 27 '24 at 20:28