next up previous contents
Next: A..11 ベクトルの矢印 Up: A. Tips Previous: A..9 下付きチルダ

A..10 ベクトルの太字

長いこと
\newcommand{\Vector}[1]{{\mbox{\boldmath$#1$}}}
というマクロを使ってきたけれど、添字が小さくならない。
\[
  \Vector{n}_{\Vector{y}}
\]
として

$\displaystyle \Vector{n}_{\Vector{y}}
$

となるとか。

\usepackage{bm}
...
\[
   \Vector{n}_{\bm y}
\]
とすれば

$\displaystyle \Vector{n}_{\bm y}
$


next up previous contents
Next: A..11 ベクトルの矢印 Up: A. Tips Previous: A..9 下付きチルダ
桂田 祐史
2015-02-17