Texrocket

a minimal LaTeX template engine. load data from JSON files and dynamically compile your documents

Category

Other

License

Free to use (MIT)

File

example/TEMPLATE.tex

TEMPLATE.texRead-only preview
\documentclass[12pt]{article}

\begin{document}

\section{<title>}

<text>

\subsection{<sub.title>}
%startloop: sub.paragraphs
<text>

%endloop

\subsection{Nested loops}

\begin{itemize}
	%startloop: nested
	\item <name>
	      \begin{itemize}
		      %startloop: inside
		      \item <name>
		            %endloop
	      \end{itemize}
	      %endloop
\end{itemize}

\end{document}
Preview
Texrocket preview
Texrocket LaTeX Template | Bibby | Bibby AI