Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
takahashim committed Dec 20, 2010
1 parent 22fd142 commit 1dca4be
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.rdoc
Expand Up @@ -4,7 +4,7 @@ aozora4reader is a tool to parse and convert documents in Aozora Bunko (http://w

aozora4readerは青空文庫に蓄積された書籍を解析し、ソニーリーダー用のPDFを生成するためのツールです。
現状はPRS-650 Touch Editionをターゲットとしています。
また、PDFの生成にはLaTeXを利用しています
また、PDFの生成にはLaTeX(platex)とdvipdfmxを利用しています


== Usage
Expand All @@ -15,6 +15,11 @@ You can use a4r command to convert into LaTeX file.

ex. 'a4r kokoro.txt'

You can get PDF file with platex and dvipdfmx.

$ platex foo.tex
$ dvipdfmx foo.dvi

== Sources

You can get source codes in GitHub.
Expand All @@ -26,11 +31,11 @@ http://github.com/takahashim/aozora4reader

aozora4readerのコアの部分と、LaTeX用スタイルシートは、齋藤修三郎さんが作成した青空文庫パッケージが元になっています。

「青空文庫を読もう!」 http://psitau.kitunebi.com/aozora.html
* 「青空文庫を読もう!」 http://psitau.kitunebi.com/aozora.html

また、そもそも開発の発端は、高山恭介さんが公開されている「青空キンドル」を参考にソニーリーダーに対応させたい、というものでした。高山さんが公開されているaz2tex.rb、kindleaozora.styも参考にしています。

 「青空キンドル [Beta]」 http://a2k.aill.org/
* 「青空キンドル [Beta]」 http://a2k.aill.org/

この場を借りて斉藤さん、高山さんに御礼申し上げます。

Expand All @@ -48,6 +53,8 @@ aozora4readerのコアの部分と、LaTeX用スタイルシートは、齋藤
== Author

Masayoshi Takahashi (@takahashim)
The core library and LaTeX style file are based on psitau's "aozora bunko package".

* The core library and LaTeX style file are based on psitau's "aozora bunko package".
* The idea is based on takayama's "aozora kindle".

See LICENSE for details.

0 comments on commit 1dca4be

Please sign in to comment.