Fonts & Character Sets ⇒ iching | Startup Problems
iching | Startup Problems
TexMakerX only updates packages, I think, so can't load iching font or i-ching package from CTAN directories using GUI and can't find what to do otherwise.
Tried copying all the iching font files out to one directory, and same with i-ching package, but the .tex files have build errors like Metric (TFM) file not found ... Undefined Control Sequence ...
Would really appreciate some help. Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: iching | Startup Problems
Extract the directory to texmf-dist/fonts/source
My path is: C:\texlive\2011\texmf-dist\fonts\source
The required file is: C:\texlive\2011\texmf-dist\fonts\source\iching\iching.mf
Open command prompt, run the command "texhash" (it doesn't matter from where, just run it twice).
Then compile iching.tex and the font should be created (you can copy it to some other location and compile it there; or navigate to the directory written above and compile).
You can also change \documentstyle to \documentclass (in iching.tex), since this package apparently is very old.
Nikolay