To show that a letter is a matrix my math book puts a equals sign under the letter. How do I do this?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
That notation is quite old fashioned. If you really want to use it, probably the best way is to define
Here, for comparison, the result of
In any case, define your own command, so that you can easily change your mind later; with
According to ISO norms, variables denoting matrices should be in boldface italic:
(or, simply, |
|||||||||||
|
|
|||
|
|
|
You can use the
result will be:
or use
(amsmath is only used for pmatrix environment) result is:
|
||||
|
|



