summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thucoursework/README.md
blob: 886f42b68f3bc274b7930001c56ba292067b2cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# THU coursework Template
[![Build Status](https://www.travis-ci.org/zhaofeng-shu33/THU-coursework-template.svg?branch=master)](https://www.travis-ci.org/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
 * support coursework counter
 * definition of common math symbols

## ToDo

 * automatic enumerate environment labeling and reference

## Usage

`\usepackage{iidef}` and you are ready to go!

## 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

 TA xiangxiangxu revised this template, zhaofeng-shu33 made it a latex package.