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.
- Host: GitHub
- URL: https://github.com/ikaroinory/hitrep
- Owner: ikaroinory
- License: mit
- Created: 2024-11-18T07:49:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:00:05.000Z (6 months ago)
- Last Synced: 2025-01-21T19:14:39.015Z (4 months ago)
- Topics: harbin-institute-of-technology, hit, latex, latex-template, report-template
- Language: TeX
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)