Re: [問題] 怎麼打出矩陣外層標示?

看板LaTeX (論文排版)作者 (brightmoon)時間17年前 (2008/03/22 18:10), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/3 (看更多)
※ 引述《erotic (Erotic)》之銘言: : ※ 引述《chiefyue (brightmoon)》之銘言: : : 就是我想要在一個正常的矩陣的上方和左方 : : 各再多加一列和一行 : : 像是 : : 1 2 3 : : ┌ ┐ : : 1│* * *│ : : 2│* * *│ : : 3│* * *│ : : └ ┘ : 我找到的範例,請酌參。 : http://i218.photobucket.com/albums/cc34/wdgao/Matrix_Example.jpg
: \[ D = \begin{array}{*{20}c} {\begin{array}{*{20}c} ~~~~~~&~~~~ x_1 ~&~ : x_2 ~&~ x_3 ~& \cdots ~& x_m \,~~ \\ \end{array}} \\ : {\begin{array}{*{20}c} {\begin{array}{*{20}c} A_1 \\ A_2 \\ : A_3 \\ \vdots \\ A_m \\ \end{array}} & {\left[ : {\begin{array}{*{20}c} x_{11} & x_{12} & x_{13} & \cdots & x_{1m} \\ : x_{21} & x_{22} & x_{23}& \cdots & x_{2m} \\ x_{31} & x_{32} & x_{33} : & \cdots & x_{3m} \\ \vdots & \vdots & \vdots & {} & \vdots : \\ x_{m1}& x_{m2} & x_{m3} & \cdots & x_{mm} \\ \end{array}} \right]} : \\ \end{array}} \\ \end{array} \] 結果我自己找到克服的方法了..... 就是在preamble區中寫入以下文字: \makeatletter \newif \if@borderstar \def\bordermatrix {\@ifnextchar *{% \@borderstartrue \@bordermatrix@i }{\@borderstarfalse \@bordermatrix@i *}% } \def\@bordermatrix@i *{\@ifnextchar [{\@bordermatrix@ii }{\@bordermatrix@ii [() ]}} \def\@bordermatrix@ii [#1]#2{ % \begingroup \m@th \@tempdima 8.75\p@\setbox \z@\vbox {% \def\cr {\crcr \noalign {\kern 2\p@\global \let\cr\endline }}% \ialign {$##$\hfil \kern 2\p@\kern \@tempdima & \thinspace % \hfil $##$\hfil && \quad \hfil $##$\hfil \crcr \omit \strut % \hfil \crcr \noalign {\kern -\baselineskip }#2\crcr \omit % \strut \cr }}% \setbox \tw@\vbox {\unvcopy \z@\global \setbox \@ne\lastbox }% \setbox \tw@\hbox {\unhbox \@ne \unskip \global \setbox \@ne\lastbox }% \setbox \tw@\hbox {% $\kern \wd\@ne\kern -\@tempdima \left \@firstoftwo #1% \if@borderstar \kern 2pt\else \kern -\wd\@ne\fi% \global \setbox \@ne\vbox {\box \@ne\if@borderstar \else \kern 2\p@\fi}% \vcenter {\if@borderstar \else \kern -\ht\@ne\fi% \unvbox \z@\kern -\if@borderstar 2\fi\baselineskip }% \if@borderstar \kern -2\@tempdima \kern 2\p@\else \,\fi\right \@secondoftwo #1 $% }\null \;\vbox {\kern \ht\@ne\box\tw@ }% \endgroup } \makeatother 接著就可以在\bordermatrix指令之後加入控制指令 像是[\{\}]或[{[]}]等等以改變分界符號 不過我又有新問題了... 就是要怎麼使矩陣左邊多出來的那一行置中對齊呢? 它定義的好像是靠左對齊 我看了以上的定義碼還是看不懂可以修改哪裡... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.126.24.146

03/22 21:51, , 1F
其實這些問題只要安裝 kbordermatrix 就行了。
03/22 21:51, 1F
文章代碼(AID): #17vDiDME (LaTeX)
文章代碼(AID): #17vDiDME (LaTeX)