Summary

A space-efficient LaTeX cheat sheet template.

Category

Other

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
%%%%%%%%%% SETTINGS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[
	paper=a4,%
	pagesize,%
	8pt, fleqn,%
	headings=small,%
	notitlepage,%
	parskip=never]%
	{scrreprt}
	
% TODO: Edit metadata!
	
\newcommand{\mytitle}{Summary}
\newcommand{\myauthor}{John Doe}
\newcommand{\myprofessor}{Prof.\ Hans Muster}
\newcommand{\mydate}{SS 2019}
	
\input{options}

\begin{document}
\begin{multicols*}{3}

% Title
{\bfseries\sffamily\LARGE\mytitle} \vspace{0.35em} \\ \myprofessor, \mydate  \hfill \myauthor, \today \vspace{0.5em}

\tableofcontents

%%%%%%%%%% INPUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% TODO: Add content!

\input{test} % some cool tests
%\input{graph}

\appendix

%%%%%%%%%% REFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\newpage
%\columnbreak
\nocite{*}
\printbibliography

\end{multicols*}
\end{document}
Preview
Summary preview
Summary LaTeX Template | Bibby | Bibby AI