名前: トニイ 日時: 2005-01-27 17:15:41 IPアドレス: 211.2.28.*
>>34034 >見出しは,現状は日本語がゴシック,英数字がHelveticaになっていると思いますが, >日本語はゴシックのままで,英数字だけTimesにするということですか? > >日本語が明朝で英数字がTimesというのならわかりますが。 Times と言うより jreport + txfonts.sty のような Times-Bold にしたいのでは? % pLaTeX2e \documentclass{jreport} \usepackage{txfonts} \begin{document} \chapter{Hoge ほげほげ} \end{document} % pLaTeX2e \documentclass[report]{jsbook} \renewcommand{\headfont}{\bfseries} \usepackage{txfonts} \begin{document} \chapter{Hoge ほげほげ} \end{document}
この書き込みへの返事: