Skip to content

A LaTeX template for a HIT report.

License

Notifications You must be signed in to change notification settings

ikaroinory/hitrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hitrep: A LaTeX template for a HIT report


Usage

Clone the repository:

git clone https://github.com/ikaroinory/hitrep.git

Use the template:

\documentclass{hitrep}

\subject{<Subject>}
\department{<Department>}
\major{<Major>}
\author{<Student name}
\studentid{<Student ID>}
\studenttype{<Student type>}

\begin{document}
    \maketitle

    % Your content here
\end{document}

You can use the option to use reading report template:

\documentclass[reading]{hitrep}

Reporting Issues

Please report any issues at the Issues · ikaroinory/hitrep

Thanks

HIT-UOI-SR/HIT-Graduate-Report: 哈尔滨工业大学研究生报告LaTeX模板