Re: js*cls

名前: misc
日時: 2004-02-18 14:17:45
IPアドレス: 211.4.123.*

>>26142 >js*.cls の仕様だと思うのですが、 >10pt 以外の場合は、拡大・縮小がされるようです。 実際には(\normalsize,\small etc. に対応する)文字サイズ (サイズ属性)の変更は行わず \mag でスケーリングしているのですから, 仕様と思われます. picture 環境の件については,次のような記述も考えられますが, \circle の線と \vector の線の太さの違いが目立ちます… # \vector の“やじり”にだけ,\mag を打ち消すようなスケーリングを # 施せばよいでしょうけれども,そういう処理は興味がある方にお任せします. \documentclass[21pt]{jsarticle} \makeatletter \AtBeginDocument{% % \ifnum1500>\mag \@tempcnta=1000000 \divide\@tempcnta\mag \font\tenln=line10 scaled\@tempcnta \font\tenlnw=linew10 scaled\@tempcnta \let\@linefnt\tenln % \fi } \makeatother \begin{document} \unitlength=1truept \begin{picture}(100,50) \put(0,0){\vector(2,1){100}} \put(50,25){\circle{10}} \end{picture} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)