Skip to content
Snippets Groups Projects
project.tex 486 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:
    
    Jan Wille's avatar
    Jan Wille committed
    
    
    % projects specific data:
    
    Jan Wille's avatar
    Jan Wille committed
    \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:
    
    Jan Wille's avatar
    Jan Wille committed
    
    \begin{document} % --------------------------------------------------------------------------------
    
    	your stuff goes here
    
    Jan Wille's avatar
    Jan Wille committed
    \end{document}