* shape/series/family [#ibea73e1]

** shape [#wae76071]
the default shape: {\upshape text}
 \textup{text}    % upright
 \textit{text}    % italic
 \textsl{text}    % slanted
 \textsc{text}    % small caps

** series [#y8329fe7]
the default series: {\mdseries text}
 \textmd{text}    % medium
 \textbf{text}    % boldface
 ???              % lightface

** family [#adf720f5]
the default family: {\rmfamily text}/{\mcfamily テキスト}
 \textrm{text}    % Roman        <-->  \textmc 明朝体
 \textsf{text}    % sans serif   <-->  \textgt ゴシック体
 \texttt{text}    % typewriter

** 他の属性(参考まで) [#o342d950]
- size
- encoding

* デフォルト字形 [#gfe7e8a2]
 - 章節名          --  boldface
 - \emph{text}    --  italic shape(和文部分はゴシック体) [強調,書誌名(bibtex)]
 - \textit{text}  -- [外国語(ラテン語等),法律的事件名,船名,...]
 - \mathit{x}     -- [変数名,変関数名] (the default in mathmatical expression)

 参考 → [[表記の哲学]]

** 工夫 [#aad0b059]
デフォルトの\emph{}を再定義し欧文・和文の見映えを整合させる試み.(\usepackage[deluxe]{otf}の使用を前提)
 - \emph{和文(と欧文)の強調}
      これをsans serif/ゴシック体化する例は
      \renewcommand{\emph}[1]{\textsf{\textgt{#1}}}
 - \textsf{\textgt{日本語書誌名}} (同上)
 - \textit{英語書誌名}


* 注意点 [#x4f65b98]
**和文字形 [#v21b4d92]
***下記はボールドゴシック体化されてしまう(\usepackage[deluxe]{otf}を使わない場合) [#o628191a]
 - \textbf{テキスト}    --> 純粋なボールド体にならない
 - \textgt{テキスト}    --> 純粋なゴシック体にならない


* 参考情報 [#udbeddca]

- LaTeX Resources | Reference / Typefaces http://latex.computersci.org/Reference/Typefaces
- The teTeX HOWTO: The Linux-teTeX Local Guide: LaTeX commands   http://tldp.org/HOWTO/TeTeX-HOWTO-4.html
- LaTeX2e font selection  http://tex.loria.fr/general/new/fntguide.html