init-projects/latex/book/sections/section3.tex
2024-12-26 18:54:08 +01:00

12 lines
254 B
TeX

\documentclass[class=article]{standalone}
% Code integration
%\usepackage{minted,embedfile}
%\usemintedstyle{emacs}
%\NewDocumentCommand{\code}{O{}mm}{\inputminted[#1]{#2}{#3}\embedfile{#3}}
\begin{document}
Here is the third section.
\end{document}