Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.34 KB

The 100 most common chinese radicals

A nicely typeset table of the 100 most common radicals in Chinese characters, where all radicals and example characters are hyperlinked to www.archchinese.com.

The original data this work is based on was prepared by Olle Linge, the author of www.hackingchinese.com, for http://www.hackingchinese.com/kickstart-your-character-learning-with-the-100-most-common-radicals/ .

If you want to recreate the PDF from the orginal .txt file you need to

  • apply the texify-radicals.awk script to the .txt file to get the .inc file
  • xelatex the .tex file with activated -shell-escape

Activated -shell-escape is necessary because for each hyperlinked chinese character xelatex needs to call the urlenc.pl script for url-encoding of the characters, so that we can build correctly encoded URLs.

License

The contents of the table (compilation of the radicals, examples and comments) are (C) 2012 Olle Linge.

urlenc.pl was taken from http://yasuda.homeip.net/insomnia/2010/12/url-encode-in-latex.html and is (C) 2010 Isao Yasuda.

The scripts and LaTeX macros for typesetting the table are free to take, modify and redistribute under a CC-BY-SA (creative commons-attribution-share alike) license.