<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>半月記 &#187; manued</title>
	<atom:link href="http://pasero.net/~mako/blog/s/tag/manued/feed" rel="self" type="application/rss+xml" />
	<link>http://pasero.net/~mako/blog</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 09:29:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>電子テキストの文字校正</title>
		<link>http://pasero.net/~mako/blog/s/67</link>
		<comments>http://pasero.net/~mako/blog/s/67#comments</comments>
		<pubDate>Sat, 31 Mar 2007 01:54:48 +0000</pubDate>
		<dc:creator>Mako</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ことば]]></category>
		<category><![CDATA[manued]]></category>
		<category><![CDATA[校正]]></category>

		<guid isPermaLink="false">http://pasero.net/~mako/blog/s/67</guid>
		<description><![CDATA[印刷を目的としない文章を、修正個所を判りやすく指示 (つまり「校正」) しながら遠くにいる人ととともに作っていくにはどうするか。メールでやりとりすることを念頭において考えていたことをまとめてここにメモしておく。
ごく短い &#8230; <a href="http://pasero.net/~mako/blog/s/67">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>印刷を目的としない文章を、修正個所を判りやすく指示 (つまり「校正」) しながら遠くにいる人ととともに作っていくにはどうするか。メールでやりとりすることを念頭において考えていたことをまとめてここにメモしておく。</p>
<h3>ごく短いプレーンテキスト</h3>
<p>「2 段落めの最初の文、ふたつめの『ロボット』を『人間』に置換」という感じの、電話で口伝えするような、長たらしい指示。<br />
ごく短い文書で校正個所が少ないときにはこれでも伝わるが、増えてくると嫌になる。</p>
<p>指示を受け取った側 (この文章では「著者」と呼ぶことにする) は、その指示にしたがって元の文書を書き換える。</p>
<h3>改行が少ない文書</h3>
<p>自然言語の単純なテキストファイルや HTML の文書など<sup><a href="#footnote-1-67" id="footnote-link-1-67" title="See the footnote.">1</a>)</sup>。</p>
<p>校正の内容は、プレーンテキストなら文字種や大きさはないので、ほとんど削除・挿入のみ (置換は「削除して挿入」で表現できる) となる。</p>
<h4>タグによる校正記号</h4>
<p>&lt;del&gt; と &lt;ins&gt; で表現する。校正に関するコメントは著者と校正者で了解して &lt;comm&gt; にするとか、あるいは HTML の範囲内のタグを流用する。</p>
<div class="igBar"><span id="lhtml4strict-9"><a href="#" onclick="javascript:showPlainTxt('html4strict-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html4strict-9">
<div class="html4strict" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ロボットは他の<span style="color: #009900;"><a href="http://december.com/html/4/element/del.html"><span style="color: #000000; font-weight: bold;">&lt;del&gt;</span></a></span>ロボット<span style="color: #009900;">&lt;comm&gt;</span>これは「人間」のはず<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/comm&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/del&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/ins.html"><span style="color: #000000; font-weight: bold;">&lt;ins&gt;</span></a></span>人間<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ins&gt;</span></span>に危害を加えてはならない．</div>
</li>
</ol>
</div>
</div>
</div>
<p>
HTML を知っている人には意味が通じやすい。しかし、人間に伝えるためのもので、実際に HTML のタグとして機能するわけではない<sup><a href="#footnote-2-67" id="footnote-link-2-67" title="See the footnote.">2</a>)</sup>ので注意が必要である。エディタは HTML 対応のもので代用できるかもしれない。</p>
<h5>校正の作業</h5>
<p>校正者は対象ファイルにエディタで直接タグを書き込んでいく。置換の場合、&lt;del&gt; と &lt;ins&gt; が連続することになる。</p>
<p>ruby を使える環境なら <a href="http://www.kt.rim.or.jp/~hisashim/docdiff/readme.ja.html" >Docdiff</a> (単語あるいは文字単位の差分でとる) を利用する方法がある。<var>docdiff.conf</var> で</p>
<div class="igBar"><span id="lcode-10"><a href="#" onclick="javascript:showPlainTxt('code-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-10">
<div class="code" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_del_start&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;del&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_del_end&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;/del&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_add_start&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;ins&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_add_end&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;/ins&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_change_before_start = &lt;del&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_change_before_end&nbsp; &nbsp;= &lt;/del&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_change_after_start&nbsp; = &lt;ins&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tag_change_after_end&nbsp; &nbsp; = &lt;/ins&gt;</div>
</li>
</ol>
</div>
</div>
</div>
<p>
と設定しておく。</p>
<p>元ファイルを別に保存しておき、対象ファイルは校正後の形に書き換える。</p>
<div class="igBar"><span id="lbash-11"><a href="#" onclick="javascript:showPlainTxt('bash-11'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">BASH:</span>
<div id="bash-11">
<div class="bash" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">docdiff --<span style="color: #0000ff;">format=</span>user example.txt.orig example.txt</div>
</li>
</ol>
</div>
</div>
</div>
<p>
で校正記号入りテキストを作成する<sup><a href="#footnote-3-67" id="footnote-link-3-67" title="See the footnote.">3</a>)</sup>。コメントには対応していないので、その後エディタで開いて書き込む。</p>
<h5>著者の作業</h5>
<p>校正記号入りテキストを受け取った著者は、エディタで &lt;del&gt; のタグで囲まれた部分 (もし校正者の指摘を受け入れられなければ &lt;del&gt; ではなく &lt;ins&gt; で囲まれた部分) や &lt;comm&gt; で囲まれた部分を削除する。さらに &lt;ins&gt; タグを (囲んでいる内容は残して) 削除する。</p>
<h4>HTML 文書</h4>
<p>HTML 文書の場合、上記の &lt;del&gt; や &lt;ins&gt; のタグを使う方法では校正記号が目立たない。また、タグ自体の校正をするときに特に混乱する。たとえば</p>
<div class="igBar"><span id="lhtml4strict-12"><a href="#" onclick="javascript:showPlainTxt('html4strict-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html4strict-12">
<div class="html4strict" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">&lt;ul&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">&lt;li&gt;</span></a></span>ロボットは他の人間に危害を加えてはならない．<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/del.html"><span style="color: #000000; font-weight: bold;">&lt;del&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ol&gt;</span></span><span style="color: #009900;">&lt;comm&gt;</span>閉じタグが間違っています<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/comm&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/del&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/ins.html"><span style="color: #000000; font-weight: bold;">&lt;ins&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ul&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ins&gt;</span></span></div>
</li>
</ol>
</div>
</div>
</div>
<p>
となってしまう。そもそも上記の方法で用いたタグは人間のためのもので、著者と校正者で了解できていれば何でもよく、&lt;del&gt; や &lt;ins&gt; でなければならないわけではない。</p>
<p>それを一般化した <a href="http://www.archi.is.tohoku.ac.jp/~yamauchi/otherprojects/manued/index-j.shtml" >真鵺道 Manued</a> というものがある。もちろん HTML 以外のプレーンテキストにも使える。規則は少ないのですぐに覚えられる。たとえば上の例は</p>
<div class="igBar"><span id="ltext-13"><a href="#" onclick="javascript:showPlainTxt('text-13'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">TEXT:</span>
<div id="text-13">
<div class="text" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;ul&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &lt;li&gt;ロボットは他の人間に危害を加えてはならない．&lt;/li&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">【&lt;/ol&gt;／&lt;/ul&gt;＃閉じタグが間違っています】</div>
</li>
</ol>
</div>
</div>
</div>
<p>
のように書くことができる<sup><a href="#footnote-4-67" id="footnote-link-4-67" title="See the footnote.">4</a>)</sup>。</p>
<p>真鵺道 Manued の最大の特長は機械処理が可能という点である。Emacs (系) には manued.el がある。しかし残念ながらほかのエディタの対応は見かけない。</p>
<h5>校正の作業</h5>
<p>対象ファイルにエディタで校正記号を書き込んでいく。Emacs で manued.el を使えば楽である。</p>
<p>校正ファイルの先頭に、アプリケーション (Emacs の manued.el のみなのか) に対する修正記号定義コマンドと、人間に対する注意書 (著者と校正者がしっかり了解していればなくてもいい) を付ける。</p>
<div class="igBar"><span id="lcode-14"><a href="#" onclick="javascript:showPlainTxt('code-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-14">
<div class="code" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defparentheses&nbsp; <span style="color:#006600; font-weight:bold;">&#91;</span> <span style="color:#006600; font-weight:bold;">&#93;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defdelete&nbsp; &nbsp; &nbsp; &nbsp;/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defswap&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defcomment&nbsp; &nbsp; &nbsp; ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defescape&nbsp; &nbsp; &nbsp; &nbsp;~</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">deforder&nbsp; &nbsp; &nbsp; &nbsp; newer-last</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">defversion&nbsp; &nbsp; &nbsp; <span style="color:#800000;color:#800000;">0.9</span><span style="color:#800000;color:#800000;">.5</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">校正記号は次のとおりです。</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>α/β<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; αをβに変更する</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>/α<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; αを挿入する <span style="color:#006600; font-weight:bold;">&#40;</span>変更の特殊形<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>α/<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; αを削除する <span style="color:#006600; font-weight:bold;">&#40;</span>変更の特殊形<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>α|γ|β<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; &nbsp; &nbsp;αγβをβγαに並べ換える</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>α||β<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;αβをβαに並べ換える<span style="color:#006600; font-weight:bold;">&#40;</span>並べ換えの特殊形<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>;コメント<span style="color:#006600; font-weight:bold;">&#93;</span>&nbsp; &nbsp; 校正に関するコメント</div>
</li>
</ol>
</div>
</div>
</div>
<p>
ruby を使える環境なら、<a href="http://www.kt.rim.or.jp/~hisashim/docdiff/readme.ja.html" >Docdiff</a> (単語あるいは文字単位の差分でとる) を利用する方法がある。</p>
<p>元ファイルを保存しておき、</p>
<div class="igBar"><span id="lbash-15"><a href="#" onclick="javascript:showPlainTxt('bash-15'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">BASH:</span>
<div id="bash-15">
<div class="bash" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">docdiff --<span style="color: #0000ff;">format=</span>manued example.txt.orig example.txt</div>
</li>
</ol>
</div>
</div>
</div>
<p>
とする。</p>
<p>真鵺道 Manued 自体は上述の定義コマンドで修正記号を変更できる。しかし Docdiff は真鵺道のデフォルトの修正記号 (上記のもの) に固定されていて自由に変更できない。また Docdiff はコメントには対応していないので、後でエディタで書き込んでいく。</p>
<h5>著者の作業</h5>
<p>もし著者が Emacs で manued.el を使えるなら、受け取った校正記号入りテキストで、個々の校正記号についてオリジナルか修正指示のどちらを選択するかを簡単な操作でできるし、校正記号を含まない元の文書または修正された文書の全体を取り出すことも簡単にできる。</p>
<p>もしそれを使えない場合は、前述のタグ表現の場合と同じように、いちいち校正個所を直していく。</p>
<h3>改行を多く含む文書</h3>
<p>もちろん適宜改行されているテキストに対しても上記の方法は適用できる。<br />
そのほかに diff を使うことができる。元ファイルを保存しておき、</p>
<div class="igBar"><span id="lbash-16"><a href="#" onclick="javascript:showPlainTxt('bash-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">BASH:</span>
<div id="bash-16">
<div class="bash" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">diff -u example.txt.orig example.txt</div>
</li>
</ol>
</div>
</div>
</div>
<p>
とする。ディレクトリごとまとめて扱うこともできる。<br />
プログラムのソースコードなどに向いている。よく改行されている HTML 文書や TeX の文書に使うこともできる。</p>
<p>校正コメントは使えない。</p>
<p>著者は diff ファイルを受け取ったら、patch で元ファイルに反映させることができる。</p>
<h3>書き換えてしまう</h3>
<p>ここまで「変更個所および変更内容をわかるように指示する」ことに留意して、ファイルを直接書き換えてしまう (オリジナルを残さずに) ことは考えなかった。</p>
<p>だんだん「校正」から逸れてきたが、履歴がきちんと残るのなら直接書き換えてしまうということも考えられる。メールでのやりとりではないが Wiki という手もある。しかし短い単なるテキストを扱うには大袈裟すぎる。それに校正段階では一般に公開しないのが普通で、そのためには認証のしくみをつけて、いちいちログインしてもらうようにしなければならない。いわゆる一般人にはそれだけでも敬遠される。</p>
<p>cvs, subversion などと適切なブラウザの組み合わせも、変更点がわかるので「校正」と言えなくもない。しかしこれもプログラマやそれと同じ程度にコンピュータに興味を持って向かい合える人以外にはなかなか受け入れてもらえないだろう。</p>
<h3>朱を入れる</h3>
<p>OpenOffice.org Writer, MS Word, PDF などの文書に「朱」を入れる。それぞれのデータを扱えるソフトを著者と校正者がそれぞれ所有していて、その「コメント機能」の類を使えることが前提となる。商用ソフトが必須となったり Linux では揃えられなかったりと障壁が大きい。</p>
<p>文字種や大きさ、レイアウトなどの校正は、ここで言う<em>文字</em>校正の範囲を越える。文字校正だけなら、テキストに変換して上記の方法を適用することも考えられる。</p>
<p>最後の手段は、紙にプリントして朱を入れる。もはや「電子テキスト」からも逸脱する。ついでなのでここにメモしておくが、<a href="http://www.webstore.jsa.or.jp/webstore/Com/FlowControl.jsp?lang=jp&#038;bunsyoId=JIS+Z+8208%3A2007&#038;dantaiCd=JIS&#038;status=1&#038;pageNo=0" >「印刷校正記号 JIS Z 8208:2007」</a>は 2007-01-20 改正になっている。これは有料となっているが、<a href="http://www.jfpi.or.jp/information/file/Z8208soan2_1.pdf " >素案 (PDF)</a> がネットで見つかった (発効されたものと違うかもしれないので注意)。</p>
<br /><ol class="footnotes"><li id="footnote-1-67">HTML の地の文で適当に改行を入れると、たいてい微妙に空白がはいってレンダリングされる。英語などでは改行は単語間空白という取り扱いで問題ないのだが、日本語では格好悪いので 1段落のあいだ改行を入れないことが多い。pTeX はこのへんをうまくやってくれるので気にせず適当な文字数で改行をいれたほうがいい (エラーの際に行番号が表示されるので場所を特定しやすい)。   <a href="#footnote-link-1-67">↑</a></li><li id="footnote-2-67">全体を &lt;pre&gt; で囲むだけでもブラウザでそれなりに見えるかもしれない。   <a href="#footnote-link-2-67">↑</a></li><li id="footnote-3-67">Docdiff には --format=html というオプションもある。変更点を HTML で美しく表示できるようにするものである。しかしその表示のためにたくさんのタグなどがはいるので、著者が校正結果を抽出するのにやや手間がかかる。   <a href="#footnote-link-3-67">↑</a></li><li id="footnote-4-67">defparentheses を【 】、defdelete を／、defcommentを＃と設定している場合。   <a href="#footnote-link-4-67">↑</a></li></ol>
	<h4>タグ</h4> <a href="http://pasero.net/~mako/blog/s/tag/manued" title="manued" rel="tag">manued</a>, <a href="http://pasero.net/~mako/blog/s/tag/software" title="Software" rel="tag">Software</a>, <a href="http://pasero.net/~mako/blog/s/tag/%e3%81%93%e3%81%a8%e3%81%b0" title="ことば" rel="tag">ことば</a>, <a href="http://pasero.net/~mako/blog/s/tag/%e6%a0%a1%e6%ad%a3" title="校正" rel="tag">校正</a>
]]></content:encoded>
			<wfw:commentRss>http://pasero.net/~mako/blog/s/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
