名前: 角藤 日時: 2007-12-30 22:55:14 IPアドレス: 61.22.50.*
>>50527 >\starttext >\font\gg=jis >\gg 漢字のテスト。 >\stoptext > >で >texexec --petex --dpx test >とすると、 test.pdf ができました。 fonts を preload して format を作成すると、 ConTeXt も以下のように簡単に使用可になりました。 \starttext 漢字のテスト。 This is a test. % % simplest table % \starttabulate[|l|l|l|] \NC 漢字 \NC 世界 \NC 太陽 \NC \NR \stoptabulate % % figure % \externalfigure[samplefig.jpg][width=5cm] % \startformula \placeformula[newton 1]$$f=ma$$ \stopformula \stoptext
この書き込みへの返事: