|
'Takahashi method' is a presentation way to use huge size of text. It is quite impressive so that I write the generator for Juli.
If you are not familiar with Takahashi method, please read the followings:
Juli implementation of Takahashi method has the following features:
Commandline is as follows:
$ juli gen -g takahashi_method -t takahashi_method.html -o output_path wikiname.txt
-o option is not required.
One page in Takahashi method slideshow is:
I'll show two documents generated from the same slidy.txt as follows:
Both are generated as follows. You can see them in Rakefile of Juli source package:
$ (cd doc; juli gen -g slidy -t slidy.html slidy.txt) $ (cd doc; juli gen -g takahashi_method -t takahashi_method.html \ -o ../doc_html/slidy_takahashi_method_version.shtml slidy.txt)