Skip to content
Snippets Groups Projects
project.tex 490 B
Newer Older
  • Learn to ignore specific revisions
  • Jan Wille's avatar
    Jan Wille committed
    \documentclass[f1,todos=off]{HsH-report} % documentclass
    
    %% include packages here:
    
    %% projects specific data:
    \author{
    	Max Mustermann,
    	Mira Musterfrau
    }
    \matrikelnr{
    	1234567,
    	9876543
    }
    \titlehead{titlehead}
    \subject{Subject}
    \title{Title}
    \subtitle{Subtitle}
    \date{\today}
    \professor{Professor}
    \keywords{keyword}
    
    %% project specific commands:
    
    \begin{document} % --------------------------------------------------------------------------------
    	% your text goes here
    \end{document}