Re: フォントサイズの固定

名前: 北見 けん
日時: 2005-05-25 09:20:31
IPアドレス: 211.128.71.*

>>36033 36034にある . さんのヒントを見ると、jsize10.clo などを読み込めば良いのかなと思えるので、 下のようにやってみました。いかがでしょうか。 ## . さんのお名前は言及しづらいですねぇ...(^^) \documentclass[12pt]{jarticle} \makeatletter \newenvironment{anothersize}[1]{ \def\NeedsTeXFormat##1{\relax}% \def\reserved@a##1pt{\input{jsize##1.clo}}% \let\newcommand\renewcommand \makeatletter \reserved@a#1\relax }{% \makeatother } \makeatother \def\testtext{ \par \normalsize normal \large large \Large Large \LARGE LARGE \huge huge \Huge \Huge \small small \footnotesize footnotesize \scriptsize scriptsize \tiny tiny \par } \begin{document} \testtext \begin{anothersize}{10pt} \testtext \end{anothersize} \begin{anothersize}{11pt} \testtext \end{anothersize} \testtext \end{document}

この書き込みへの返事:

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