Tagged Questions
4
votes
2answers
360 views
Typsetting big matrix (but keeping A4 size)
This question is a slight variation of Compiling a BIG matrix, but I need to write a matrix in a A4 or letter size paper; it is a block 48x48 matrix but I can put lot of $0_2$ and $0_4$'s in order to ...
3
votes
1answer
201 views
How to resize a matrix?
I want to see How to reduce the size of a matrix ?
I have this code:
\begin{center}
\[
\begin{blockarray}{cccccc}
{\{1\}\{2\}\{3\}} & ...
8
votes
2answers
1k views
Matrix in small size
Does anyone have a good idea for an alternative matrix definition with a font size between the standard size used for say pmatrix and the \scriptstyle size used by smallmatrix?
I have several vectors ...
5
votes
2answers
277 views
pmatrix without changing font size
In Plain TeX with the amstex package, is there a way to tell \pmatrix to NOT change font size?
E.g. when I do:
\sum_{\pmatrix a \\ b \\ c \endpmatrix}
I end up having to insert \scriptstyle three ...
4
votes
1answer
2k views
How to properly resize a matrix?
Apparently text is resized in one way and math in other way. However, the commands to resize math do not work well on a matrix; it appears barely smaller and unexpectedly shifted down. The commands to ...