LATEX template

This commit is contained in:
fogus 2013-06-07 11:47:15 -04:00
parent 0809bf2fa9
commit 93e2d6b16d

19
vendor/latex.mustache vendored Normal file
View file

@ -0,0 +1,19 @@
{{=<% %>=}}
\textbf{namespaces:}\\
<%#namespaces%>
<%ns%>\ref{-<%ns%>-marginaliaref}, page~\pageref{-<%ns%>-marginaliaref}.\\
<%/namespaces%>
<%#namespaces%>
<%ns-header%>
\label{-<%ns%>-marginaliaref}
<%#groups%>
\noindent\begin{minipage}[t]{0.35\linewidth}
<%&doc%>
\end{minipage}\hfill
\noindent\begin{minipage}[t]{0.6\linewidth}
\begin{minted}{clojure}
<%&code%>
\end{minted}
\end{minipage}\vspace{.5cm}
<%/groups%>
<%/namespaces%>