32 lines
652 B
TeX
32 lines
652 B
TeX
|
\documentclass[full]{l3doc}
|
||
|
|
||
|
\title{The \pkg{mkessler-incfig} package}
|
||
|
\author{Maximilian Ke\ss ler}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\begin{documentation}
|
||
|
|
||
|
\begin{abstract}
|
||
|
This is some small wrapper around incfigures,
|
||
|
based on
|
||
|
\href{https://castel.dev/post/lecture-notes-2/}
|
||
|
{https://castel.dev/\allowbreak post/\allowbreak lecture-notes-2/}
|
||
|
\end{abstract}
|
||
|
|
||
|
\begin{function}{\incfig}
|
||
|
\begin{syntax}
|
||
|
\cs{incfig}{filename}
|
||
|
\end{syntax}
|
||
|
|
||
|
Inserts an incfigure.
|
||
|
The figures is assumed to be in the \texttt{figures/} folder.
|
||
|
The extension \texttt{pdf_tex} has \emph{not} to be given.
|
||
|
\end{function}
|
||
|
|
||
|
\end{documentation}
|
||
|
|
||
|
\end{document}
|