Leopard

endnotesj.styの273行目をコメントアウトして、以下の記述を付加する。 %\def\enotesize{\small} \def\enotesize{\normalsize} 後註がノーマルの文字サイズで出力される。

tarticleの設定を変更したい。 tarticle.clsをさがす。/usr/local/tetex/share/texmf/platex/base/にある。tarticle.clsを複製してtarticle2.clsにリネームする。プリアンブルを以下のように書く: \documentclass[a4j,landscape]{tarticle2} しかし、tartic…

$HOME/texmf/tex/ というディレクトリを作って、そこにコピー http://molekun.blogspot.com/2007/04/tex.html こんなサイトがあるらしい[メモ] http://www.biwako.shiga-u.ac.jp/sensei/kumazawa/tex.html

TeXShopでランドスケープ(用紙横置き)のプレビューができるようにする。 以下のサイトからmacros.tgzをダウンロードしてくる: http://homepage.mac.com/dokuroryokan/hihou/labo06.html bounddvi.sty が入っている。 フォルダの中身を$HOME/texmf/tex/に…

teTeXとGhostscriptのインストールは成功しているのに、TeXShopで以下のエラーが発生する。 This is pTeX, Version 3.141593-p3.1.10(utf8.euc)(Web2C 7.5.4) Kpathsea:Running nktextfmt platex-utf8.fmt fmtutil:no info for format `platex-utf8'. I can'…

丁寧な解説があるので、それに従って作業すれば動作する。 LeopardでApacheを動かそう /private/etc/apache2/httpd.confをJeditで修正するのにPseudoが必要となる。 Pseudoを起動 JeditのアイコンをPseudoのウィンドウにドラッグする(Jeditがsudoとして実行…

Ghostscriptをダウンロードしてくる(ghostscript-8.63.tar.bz2)。 Ghostscript Website 適当なフォルダ(e.g. home/tmp/)にコピーする。 $ cd tmp $ bzcat ghostscript-8.63.tar.bz2 | tar xvf - $ cd ghostscript-8.63 $ ./configure $ make $ sudo make…

ターミナルからではなく、TeXShopでTeX を使うことをめざす。 「システム全体で有効にするためには、次のようなファイルを作成します」*1。 /etc/profile.d/tetex.sh /etc/profile.d/tetex.csh しかし、見当たらない。Leopardでは仕様が変わったらしい*2。 /…