Install Tex

TeX環境の構築

TeX環境の構築に関して解説します。
ASCII Tex, vfxdvi ,ghostvieの構成で、 リモートプリンタを使用する事とします。

vflibを使う場合には、以下のパッケージをインストールします。

vflibを使わない場合には、
初期設定ではwatanabeフォントを使用するようになっています。 分からなければ、変更の必要はありません。 もし、フォントにTrueTypeを使用するなら。
# mkdir /usr/local/share/fonts/truetype
# cp /somewhere/*.ttc /usr/local/share/fonts/truetype
# cd /usr/local/share/fonts/truetype
# /usr/local/lib/VFlib/ttindex msgothic.ttc
# /usr/local/lib/VFlib/ttindex msmincho.ttc

それぞれのフォントにttindexをかけ、以下のファイルを編集します。

/usr/local/lib/VFlib/vfontcap:
min:\
:fc=r-microsoft-mincho:
goth:\
:fc=r-microsoft-gothic

.Xdefaults : (リソース名 XDvi or xdvi)
xdvi.shrinkFactor: 4  #初期 Shrink
xdvi.postscript: on   #postscript の表示を ONに
好みで設定すると良いでしょう。
topへ