htmlsection-1.1.tar.gz ( Filesize: 66,085 )
HTMLファイル中の<section></section>などのタグを検索し,章番号や表番号,図番号,参考文献,用語,注釈の番号などを自動で割り当てる perl スクリプトです.章や表,参考文献ごとに名前をつけることにより,リンクも作成してくれます.また,目次や表目次などの作成も行います.(TeX と似たようなことをやってくれます)
例えば,
<section name=intro>Introduction</section>
See, <sectionref name=intro>
<subsection name=htmlsection>htmlsection</subsection>
のようなHTMLファイルを,
<h1><a name=?section_intro?>1 Introduction</a></h1>
See, <a href=?#section_intro?>1 Introduction</a>
<h2><a name=?subsection_htmlsection?>1.1 htmlsection</a></h2>
のように変換してくれます.表や図,参考文献,用語,注釈なども同様の処理を行ってくれます.
ソフト名: | htmlsection |
---|---|
動作OS: | 汎用 |
機種: | 汎用 |
種類: | フリーソフト |
作者: | 坂井 弘亮 |