2024-04-18 18:13:43 +02:00
|
|
|
\documentclass[class=article]{standalone}
|
|
|
|
|
2024-04-20 15:25:46 +02:00
|
|
|
% Code integration
|
2024-12-26 18:54:08 +01:00
|
|
|
%\usepackage{minted,embedfile}
|
2024-05-10 00:25:48 +02:00
|
|
|
%\usemintedstyle{emacs}
|
2024-12-26 18:54:08 +01:00
|
|
|
%\NewDocumentCommand{\code}{O{}mm}{\inputminted[#1]{#2}{#3}\embedfile{#3}}
|
2024-04-20 15:25:46 +02:00
|
|
|
|
2024-04-18 18:13:43 +02:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
Here is the first section.
|
|
|
|
|
|
|
|
\end{document}
|