Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaofeng-shu33/THU-coursework-template
THU coursework template, intended user: Mathematics, Physics, Electronic Engineering, Mechanics and Computer Science
https://github.com/zhaofeng-shu33/THU-coursework-template
Last synced: about 1 month ago
JSON representation
THU coursework template, intended user: Mathematics, Physics, Electronic Engineering, Mechanics and Computer Science
- Host: GitHub
- URL: https://github.com/zhaofeng-shu33/THU-coursework-template
- Owner: zhaofeng-shu33
- License: other
- Created: 2018-03-22T10:46:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T01:35:17.000Z (about 4 years ago)
- Last Synced: 2024-10-15T09:09:11.153Z (about 2 months ago)
- Language: TeX
- Size: 4.36 MB
- Stars: 94
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - zhaofeng-shu33/THU-coursework-template - THU coursework template, intended user: Mathematics, Physics, Electronic Engineering, Mechanics and Computer Science (TeX)
README
# THU coursework Template
[![Build Status](https://travis-ci.com/zhaofeng-shu33/THU-coursework-template.svg?branch=master)](https://travis-ci.com/zhaofeng-shu33/THU-coursework-template)LaTeX package for students in Tsinghua University to write coursework more efficiently, also can be used by students from other university.
Notice that the package itself does not import ctex package, to use it with Chinese writing, see example file `ithw.tex` for detail.
## Features
* support custom courseheader
* automatic header setting
* support coursework counter
* definition of common math symbols## ToDo
* automatic enumerate environment labeling and reference
## Compile from source
Use `make doc` or run the following commands one by one:
xelatex thucoursework.dtx
makeindex -s gind.ist -o thucoursework.ind thucoursework.idx
makeindex -s gglo.ist -o thucoursework.gls thucoursework.glo
xelatex thucoursework.dtx
xelatex thucoursework.dtx## Usage
`\usepackage{iidef}` and you are ready to go!
## Help
see manual `thucoursework.pdf`## Sample File
* `iihw.tex` is the homework of **Information Inference**
* `ithw.tex` is the homework of **Information Theory**, chinese version (to make it work, use `ctex` package in user file.)## Contributors
[Xiangxiang Xu](https://xiangxiangxu.com/) revised this template, zhaofeng-shu33 made it a latex package.
## License
This project is licensed by The LaTeX Project Public License.