名前: 北見 けん 日時: 2005-07-19 17:18:33 IPアドレス: 211.128.71.*
>>36937 ちょっとやってみたのでメモ代わりに書き止めておきます。 \documentclass[a4j,10pt,papersize,dvipdfm]{jsarticle} \makeatletter \let\curr@classoptionslist\@classoptionslist \@expandtwoargs\@removeelement{10pt}\@classoptionslist\@classoptionslist \makeatother \usepackage{type1ec} \makeatletter \let\@classoptionslist\curr@classoptionslist \makeatother で、うまくいくようです。 \@removeelement は要素を一つしか取り除かないので、 10ptが重複して指定されたりしていたらだめですが。
この書き込みへの返事: