All Projects → huxuan → Resumecls

huxuan / Resumecls

A LaTeX cls to typeset resume both in English and Chinese

Labels

resumecls / CTAN mirror

A LaTeX cls to typeset resume both in English and Chinese

Usage / How to get it

  • resumecls has already been included in CTAN Mirror.
  • To get the cls file you only need to update local CTAN Packages.
  • For how to use it you can refer to resumecls-example repo.

Manual Compile

To get the cls file and document manually, you can make it either by Makefile or LaTeX command

Compile by Makefile (Recommended if your os supported)

Get resumecls.cls

make cls

Get resumecls.pdf

make doc

Clean

Clean all generated files except for cls and pdf

make clean

DistClean

Clean all generated files

make distclean

Compile by LaTeX command

Get resumecls.cls

latex resumecls.ins

Get resumecls.pdf

xelatex resumecls.dtx
makeindex -s gind.ist -o resumecls.ind resumecls.idx
makeindex -s gglo.ist -o resumecls.gls resumecls.glo
xelatex resumecls.dtx
xelatex resumecls.dtx
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].