[texworks] Experience with - "Unicode Truetype font installer for LaTeX" ?
Paul A Norman
paul.a.norman at gmail.com
Fri Jul 15 06:32:18 CEST 2011
HI,
Has anyone had experience with "Unicode Truetype font installer for LaTeX"?
http://william.famille-blum.org/software/latexttf/index.html
Can do things like the following abbreviated .tex below...
(pdfLaTeX output link
http://william.famille-blum.org/software/latexttf/hanzi_pdflatex_utf8.pdf)
Paul
% to be processed by pdflatex
% the font cyberbit must be installed in the latex texmf/font directory
\documentclass[twocolumn]{article}
\usepackage[utf8ttf]{inputenc}
\usepackage{ttfucs}
\DeclareTruetypeFont{cyberb}{cyberb}
\DeclareTruetypeFont{simkay}{simkay}
\usepackage{savetrees}
\usepackage{pinyin}
\begin{document}
\begin{center}
\textbf{William Blum}
中文 - List of sinograms
\end{center}
\TruetypeFont{cyberbit}
\section*{第\ 0 课\ \ \ 中国大, 日本小。}
\TruetypeFont{simkai}
\begin{tabular}{lll}
中 & \zhong1 & middle \\
王 & \wang2 & king \\
国 & \guo3 & country\\
大 & \da4 & big, adult \\
日 & \ri4 & day, sun\\
本 & \ben3 & root, origin\\
小 & \xiao3 & small, to be small\\
吗 & ma & horse, [surname]\\
马 & \ma3 & [interrogative particle]\\
很 & \hen3 & very\\
不 & \bu2 & no, not
\end{tabular}
\section*{第\ 0,5 课\ \ \ 你是哪国人}
\begin{tabular}{lll}
你 & \ni3 & you\\
是 & \shi4 & to be; that's right! \\
哪 & \na3 & which...?, what ...? \\
人 & \ren2 & man, person\\
李 & \li3 & plum, [surname] \\
田 & \tian2 & field, [surname]\\
我 & \wo3 & I, me\\
法 & \fa3 & law, method\\
也 & \ye3 & also, as well\\
他 & \ta1 & he, him\\
们 & men & [plural prefix]\\
美 & \mei3 & beautiful, to be beautiful\\
\end{tabular}
Numbers:
龄 一 二 三 四 五 六 七 八 九 十
百 100
千 1,000
万 10,000
年 year
月 month
第 [ordinal prefix]
\dots
\end{document}
More information about the texworks
mailing list