20 lines
415 B
TeX
20 lines
415 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% LuaLaTeX Template for course notes
|
|
%
|
|
%
|
|
% Version: v0.0.1
|
|
% Author: Samuel ORTION
|
|
% Date: 2023-04-30
|
|
% License: LPPL 1.3c
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\documentclass{talpa}
|
|
|
|
\author{Samuel Ortion}
|
|
\date{\today}
|
|
\title{Course notes \\ Template}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\end{document}
|