An open API service indexing awesome lists of open source software.

https://github.com/ikaroinory/hitrep

A LaTeX template for a HIT report.
https://github.com/ikaroinory/hitrep

harbin-institute-of-technology hit latex latex-template report-template

Last synced: 2 months ago
JSON representation

A LaTeX template for a HIT report.

Awesome Lists containing this project

README

        

# hitrep: A LaTeX template for a HIT report

---

## Usage

Clone the repository:

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

Use the template:

```tex
\documentclass{hitrep}

\subject{}
\department{}
\major{}
\author{}
\studenttype{}

\begin{document}
\maketitle

% Your content here
\end{document}
```

You can use the option to use reading report template:
```tex
\documentclass[reading]{hitrep}
```

## Reporting Issues

Please report any issues at the [Issues · ikaroinory/hitrep](https://github.com/ikaroinory/hitrep/issues)

## Thanks

[HIT-UOI-SR/HIT-Graduate-Report: 哈尔滨工业大学研究生报告LaTeX模板](https://github.com/HIT-UOI-SR/HIT-Graduate-Report)