名前: zyam54 日時: 2008-04-14 15:01:06 IPアドレス: 61.245.59.*
>>51244 全く仰るとおりです。実はjsarticleのクラスファイルの0.961を0.925にすると漢字と欧文の大 文字の縦幅が等しくなるようですのでこれでしばらく様子を見ようと思っていたところでした。 \documentclass{jsarticle}%{jsarticle}は0.925 \newcommand{\z}[1]{{\fontfamily{ptm}\fontseries{b}\fontshape{it}\fontsize{10}{20pt}\selectfont #1}} \newcommand{\kintou}[2]{% \leavevmode \hbox to #1{% \kanjiskip=0pt plus 1fill minus 1fill \xkanjiskip=\kanjiskip #2}} \begin{document} \begin{enumerate} \item 日本語Japanese\\ \kintou{3zw}{歴史}History\\ History goes on \z{with} old ideas {\it giving way to the new}. 歴史は、古い考えが新しい考えに道を譲りながら進む。(付帯状況の\z{with}) \end{enumerate} \end{document}
この書き込みへの返事: