12 lines
254 B
TeX
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 first section.
|
|
|
|
\end{document}
|