online manual では、hevea で tex-html 変換を行っているようだ。
●日本語を使う場合、jarticle ではなく article を使う。
documentclass[12pt]{article}
usepackage[utf8]{inputenc}
● section 毎にページを作成すると
$ hevea foo.tex # -> foo.html
$ hacha foo.html # -> index.html, foo001.html, foo002.html,...
● html 以外にも出力できる
$ hevea -info foo.tex # info 形式に
$ hevea -text foo.tex # textfile に
●日本語を使う場合、jarticle ではなく article を使う。
documentclass[12pt]{article}
usepackage[utf8]{inputenc}
● section 毎にページを作成すると
$ hevea foo.tex # -> foo.html
$ hacha foo.html # -> index.html, foo001.html, foo002.html,...
● html 以外にも出力できる
$ hevea -info foo.tex # info 形式に
$ hevea -text foo.tex # textfile に