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.
- support custom courseheader
- automatic header setting
- support coursework counter
- definition of common math symbols
- automatic enumerate environment labeling and reference
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
\usepackage{iidef}
and you are ready to go!
see manual thucoursework.pdf
iihw.tex
is the homework of Information Inferenceithw.tex
is the homework of Information Theory, chinese version (to make it work, usectex
package in user file.)
Xiangxiang Xu revised this template, zhaofeng-shu33 made it a latex package.
This project is licensed by The LaTeX Project Public License.