-
Notifications
You must be signed in to change notification settings - Fork 85
デモ文書をコンパイルする
Daiki Matsunaga edited this page Dec 8, 2018
·
4 revisions
demo.satyをコンパイルするための手順を示します。
※demo, doc, testsディレクトリには他にもSATySFi文書がありますが、SATySFi側の変更に追従できていないものがいくつかあり、コンパイルエラーが出る場合があります。
- SATySFiのリポジトリに移動します。
$ cd SATySFi
- satysfi-logo.jpgファイルを用意してdemoフォルダーに入れます。 もっと素敵なlogo画像が欲しかったら「SATySFi のデモ文書をチョット素敵にする」からダウンロードをするという方法もあります。
$ cp tests/images/satysfi-logo-rgb.jpg demo
$ mv demo/satysfi-logo-rgb.jpg demo/satysfi-logo.jpg
- demoフォルダに移動します。
$ cd demo
- コンパイルします。
$ satysfi demo.saty
---- ---- ---- ----
target file: 'demo.pdf'
dump file: 'demo.satysfi-aux' (will be created)
parsing 'demo.saty' ...
parsing 'stdjabook.satyh' ...
...(中略)...
---- ---- ---- ----
reading 'demo.saty' ...
type check passed. (document)
---- ---- ---- ----
evaluating texts ...
evaluation done.
---- ---- ---- ----
breaking contents into pages ...
all cross references were solved.
---- ---- ---- ----
embedding fonts ...
---- ---- ---- ----
writing pages ...
---- ---- ---- ----
output written on 'demo.pdf'.
- トップページ
- The SATySFibook Web公開版 第1版
- Wiki
- 目的別パッケージ一覧
- コマンドライン書式
- SATySFiコマンド一覧
- Satyrographos(パッケージマネージャ)
- 新しい言語機能の紹介
- 言語機能の構想