contents
- KOF2007 / チラシ
- leaflet.cls
- 暫定版
チラシ暫定版
- 2007年10月04日(木)
関西オープンソース2007 / チラシ
ああ、明日からOSC2007 Tokyo/fallだというのに、チラシ完成してないよ。
で、通院日で時間があるので、変なコンマが出力される現象を追いかける。
leaflet.cls
スタイルファイル(というかクラスファイル)なんか読むの何年ぶりだ?
現象としては、sectionなどを使うと、次のページにその数のコンマがなぜか挿入されるというもの。 これも、leaflet環境のconbineオプション使用時の場合だけ出るという感じ。
怪しいコンマがいくつかあったので、以下のように全部消す。
db% diff -u leaflet.cls.org leaflet.cls --- leaflet.cls.org 2007-10-02 21:06:59.000000000 +0900 +++ leaflet.cls 2007-10-04 16:55:41.000000000 +0900 @@ -146,13 +146,13 @@ *************************************}% \long\def\pending@@write#1#2{% \@dummy@whatsit - \g@addto@macro\@@@pending@outs{\@@@immediate\@@@write\number#1{#2},}}% + \g@addto@macro\@@@pending@outs{\@@@immediate\@@@write\number#1{#2}}}% \def\pending@openout#1 {% \@dummy@whatsit - \g@addto@macro\@@@pending@outs{\@@@immediate\@@@openout\number#1,}}% + \g@addto@macro\@@@pending@outs{\@@@immediate\@@@openout\number#1}}% \def\pending@closeout#1{% \@dummy@whatsit - \g@addto@macro\@@@pending@outs{\@@@immediate\@@@closeout\number#1,}}% + \g@addto@macro\@@@pending@outs{\@@@immediate\@@@closeout\number#1}}% \newcommand*\@@@exec@outs{% \@@@pending@outs\gdef\@@@pending@outs{}% \LL@debug@info{%
おお、直った!!
暫定版
まあ、こんな時間に出されてもOSC2007 Tokyo/fallの人たちは困ると思うけど、とりあえず出しておく(squeak-ja:2007-October/003627)。
ヨメに見てもらったら、「内容もわかりやすくていいんちゃう」と言われたので、内容が分かったのか聞いたら、「分かるわけないやん」ってそれはちょっと…