chirun-ncl / chirun-lti

An LTI provider presenting a simple interface to convert, host and securely display LaTeX and Markdown notes using Chirun.
Other
0 stars 2 forks source link

File editor: when creating a new .tex file, initialise it with a document template #9

Closed christianp closed 1 year ago

christianp commented 1 year ago

It would be helpful to have something like this in a new tex file:

\documentclass{article}
\usepackage{chirun}

\begin{document}

\end{document}