Text above matricesHow do I label different rows or columns of a matrix using braces?use of tikzpicture matrix in align or gather environmentLabel a matrix by charactersSame height for list of comma-separated vectorsSmaller matrices (or other math elements) in displayed mathFormatting of matricesHow to wrap text around a matrix?Block matrices with LaTeXUse matrices in TikZposter environment?Dealing with matrices with large symbolic expressionsNew Matrix CommandMissing $ inserted for matricesMultiline equation with matrices

What killed these X2 caps?

Is it legal for company to use my work email to pretend I still work there?

How badly should I try to prevent a user from XSSing themselves?

What's the point of deactivating Num Lock on login screens?

Cronab fails because shell path not found

Why is Collection not simply treated as Collection<?>

Do I have a twin with permutated remainders?

Fully-Firstable Anagram Sets

Why does ы have a soft sign in it?

Does a druid starting with a bow start with no arrows?

What mechanic is there to disable a threat instead of killing it?

Can I use a neutral wire from another outlet to repair a broken neutral?

How do I gain back my faith in my PhD degree?

Why is the ratio of two extensive quantities always intensive?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

How to take photos in burst mode, without vibration?

What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?

Can a virus destroy the BIOS of a modern computer?

Has there ever been an airliner design involving reducing generator load by installing solar panels?

AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?

Is it canonical bit space?

I'm flying to France today and my passport expires in less than 2 months

A reference to a well-known characterization of scattered compact spaces



Text above matrices


How do I label different rows or columns of a matrix using braces?use of tikzpicture matrix in align or gather environmentLabel a matrix by charactersSame height for list of comma-separated vectorsSmaller matrices (or other math elements) in displayed mathFormatting of matricesHow to wrap text around a matrix?Block matrices with LaTeXUse matrices in TikZposter environment?Dealing with matrices with large symbolic expressionsNew Matrix CommandMissing $ inserted for matricesMultiline equation with matrices













14















I am new to latex and I am trying to create this:



this



So far I have been able to create the matrices, like so:



[
Ntextrm spectra
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix\
quad
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
]


Does anyone know how can I add text above the matrices?










share|improve this question




























    14















    I am new to latex and I am trying to create this:



    this



    So far I have been able to create the matrices, like so:



    [
    Ntextrm spectra
    beginbmatrix
    a_11 & a_12 & cdots & a_1M \
    a_21 & a_22 & cdots & a_2M \
    vdots & vdots & ddots & vdots \
    a_N1 & a_N2 & cdots & a_NM
    endbmatrix\
    quad
    beginbmatrix
    e_1 \
    e_2 \
    vdots \
    e_N
    endbmatrix
    ]


    Does anyone know how can I add text above the matrices?










    share|improve this question


























      14












      14








      14


      1






      I am new to latex and I am trying to create this:



      this



      So far I have been able to create the matrices, like so:



      [
      Ntextrm spectra
      beginbmatrix
      a_11 & a_12 & cdots & a_1M \
      a_21 & a_22 & cdots & a_2M \
      vdots & vdots & ddots & vdots \
      a_N1 & a_N2 & cdots & a_NM
      endbmatrix\
      quad
      beginbmatrix
      e_1 \
      e_2 \
      vdots \
      e_N
      endbmatrix
      ]


      Does anyone know how can I add text above the matrices?










      share|improve this question
















      I am new to latex and I am trying to create this:



      this



      So far I have been able to create the matrices, like so:



      [
      Ntextrm spectra
      beginbmatrix
      a_11 & a_12 & cdots & a_1M \
      a_21 & a_22 & cdots & a_2M \
      vdots & vdots & ddots & vdots \
      a_N1 & a_N2 & cdots & a_NM
      endbmatrix\
      quad
      beginbmatrix
      e_1 \
      e_2 \
      vdots \
      e_N
      endbmatrix
      ]


      Does anyone know how can I add text above the matrices?







      amsmath matrices arrays






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 26 at 12:16









      L. F.

      27711




      27711










      asked Jan 29 '12 at 13:45









      aperezaperez

      7315




      7315




















          4 Answers
          4






          active

          oldest

          votes


















          8














          Try this with stackrel and mbox's



          [
          Ntextrm spectra
          stackrelmbox$M$ components%
          beginbmatrix
          a_11 & a_12 & cdots & a_1M \
          a_21 & a_22 & cdots & a_2M \
          vdots & vdots & ddots & vdots \
          a_N1 & a_N2 & cdots & a_NM
          endbmatrix%
          quad
          stackrelstackrelmboxerrormboxdetection%
          beginbmatrix
          e_1 \
          e_2 \
          vdots \
          e_N
          endbmatrix%

          ]


          enter image description here






          share|improve this answer

























          • You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

            – qubyte
            Jan 29 '12 at 14:00


















          11














          The easiest way is to use array:



          documentclassarticle
          usepackageamsmath
          begindocument
          [
          beginarrayccc
          & & texterror \
          & text$M$ components & textdetection \
          text$N$ spectra &
          beginbmatrix
          a_11 & a_12 & cdots & a_1M \
          a_21 & a_22 & cdots & a_2M \
          vdots & vdots & ddots & vdots \
          a_N1 & a_N2 & cdots & a_NM
          endbmatrix &
          beginbmatrix
          e_1 \
          e_2 \
          vdots \
          e_N
          endbmatrix
          endarray
          ]
          enddocument


          enter image description here






          share|improve this answer
































            3














            text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.



            If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....



            update: sorry I see you want this second form, didn't notice the image link originally.



            so....



            [
            Ntextrm spectra
            beginsmallmatrix Mtextrm components\beginbmatrix
            a_11 & a_12 & cdots & a_1M \
            a_21 & a_22 & cdots & a_2M \
            vdots & vdots & ddots & vdots \
            a_N1 & a_N2 & cdots & a_NM
            endbmatrixendsmallmatrix quad
            beginsmallmatrix
            textrmerror\
            textrmdetection\
            beginbmatrix
            e_1 \
            e_2 \
            vdots \
            e_N
            endbmatrixendsmallmatrix
            ]





            share|improve this answer
































              1














              For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.



              Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .



              There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
              "I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
              This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.



              For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .






              share|improve this answer

























              • Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                – percusse
                Jun 18 '12 at 14:13












              • @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                – Jason Whyte
                Jun 19 '12 at 7:23











              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "85"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f42666%2ftext-above-matrices%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              8














              Try this with stackrel and mbox's



              [
              Ntextrm spectra
              stackrelmbox$M$ components%
              beginbmatrix
              a_11 & a_12 & cdots & a_1M \
              a_21 & a_22 & cdots & a_2M \
              vdots & vdots & ddots & vdots \
              a_N1 & a_N2 & cdots & a_NM
              endbmatrix%
              quad
              stackrelstackrelmboxerrormboxdetection%
              beginbmatrix
              e_1 \
              e_2 \
              vdots \
              e_N
              endbmatrix%

              ]


              enter image description here






              share|improve this answer

























              • You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

                – qubyte
                Jan 29 '12 at 14:00















              8














              Try this with stackrel and mbox's



              [
              Ntextrm spectra
              stackrelmbox$M$ components%
              beginbmatrix
              a_11 & a_12 & cdots & a_1M \
              a_21 & a_22 & cdots & a_2M \
              vdots & vdots & ddots & vdots \
              a_N1 & a_N2 & cdots & a_NM
              endbmatrix%
              quad
              stackrelstackrelmboxerrormboxdetection%
              beginbmatrix
              e_1 \
              e_2 \
              vdots \
              e_N
              endbmatrix%

              ]


              enter image description here






              share|improve this answer

























              • You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

                – qubyte
                Jan 29 '12 at 14:00













              8












              8








              8







              Try this with stackrel and mbox's



              [
              Ntextrm spectra
              stackrelmbox$M$ components%
              beginbmatrix
              a_11 & a_12 & cdots & a_1M \
              a_21 & a_22 & cdots & a_2M \
              vdots & vdots & ddots & vdots \
              a_N1 & a_N2 & cdots & a_NM
              endbmatrix%
              quad
              stackrelstackrelmboxerrormboxdetection%
              beginbmatrix
              e_1 \
              e_2 \
              vdots \
              e_N
              endbmatrix%

              ]


              enter image description here






              share|improve this answer















              Try this with stackrel and mbox's



              [
              Ntextrm spectra
              stackrelmbox$M$ components%
              beginbmatrix
              a_11 & a_12 & cdots & a_1M \
              a_21 & a_22 & cdots & a_2M \
              vdots & vdots & ddots & vdots \
              a_N1 & a_N2 & cdots & a_NM
              endbmatrix%
              quad
              stackrelstackrelmboxerrormboxdetection%
              beginbmatrix
              e_1 \
              e_2 \
              vdots \
              e_N
              endbmatrix%

              ]


              enter image description here







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Mar 19 '17 at 19:49









              David Carlisle

              497k4111441891




              497k4111441891










              answered Jan 29 '12 at 13:51









              qubytequbyte

              13.7k44288




              13.7k44288












              • You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

                – qubyte
                Jan 29 '12 at 14:00

















              • You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

                – qubyte
                Jan 29 '12 at 14:00
















              You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

              – qubyte
              Jan 29 '12 at 14:00





              You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.

              – qubyte
              Jan 29 '12 at 14:00











              11














              The easiest way is to use array:



              documentclassarticle
              usepackageamsmath
              begindocument
              [
              beginarrayccc
              & & texterror \
              & text$M$ components & textdetection \
              text$N$ spectra &
              beginbmatrix
              a_11 & a_12 & cdots & a_1M \
              a_21 & a_22 & cdots & a_2M \
              vdots & vdots & ddots & vdots \
              a_N1 & a_N2 & cdots & a_NM
              endbmatrix &
              beginbmatrix
              e_1 \
              e_2 \
              vdots \
              e_N
              endbmatrix
              endarray
              ]
              enddocument


              enter image description here






              share|improve this answer





























                11














                The easiest way is to use array:



                documentclassarticle
                usepackageamsmath
                begindocument
                [
                beginarrayccc
                & & texterror \
                & text$M$ components & textdetection \
                text$N$ spectra &
                beginbmatrix
                a_11 & a_12 & cdots & a_1M \
                a_21 & a_22 & cdots & a_2M \
                vdots & vdots & ddots & vdots \
                a_N1 & a_N2 & cdots & a_NM
                endbmatrix &
                beginbmatrix
                e_1 \
                e_2 \
                vdots \
                e_N
                endbmatrix
                endarray
                ]
                enddocument


                enter image description here






                share|improve this answer



























                  11












                  11








                  11







                  The easiest way is to use array:



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  [
                  beginarrayccc
                  & & texterror \
                  & text$M$ components & textdetection \
                  text$N$ spectra &
                  beginbmatrix
                  a_11 & a_12 & cdots & a_1M \
                  a_21 & a_22 & cdots & a_2M \
                  vdots & vdots & ddots & vdots \
                  a_N1 & a_N2 & cdots & a_NM
                  endbmatrix &
                  beginbmatrix
                  e_1 \
                  e_2 \
                  vdots \
                  e_N
                  endbmatrix
                  endarray
                  ]
                  enddocument


                  enter image description here






                  share|improve this answer















                  The easiest way is to use array:



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  [
                  beginarrayccc
                  & & texterror \
                  & text$M$ components & textdetection \
                  text$N$ spectra &
                  beginbmatrix
                  a_11 & a_12 & cdots & a_1M \
                  a_21 & a_22 & cdots & a_2M \
                  vdots & vdots & ddots & vdots \
                  a_N1 & a_N2 & cdots & a_NM
                  endbmatrix &
                  beginbmatrix
                  e_1 \
                  e_2 \
                  vdots \
                  e_N
                  endbmatrix
                  endarray
                  ]
                  enddocument


                  enter image description here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 19 '17 at 19:49









                  David Carlisle

                  497k4111441891




                  497k4111441891










                  answered Jan 29 '12 at 14:02









                  egregegreg

                  731k8919303252




                  731k8919303252





















                      3














                      text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.



                      If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....



                      update: sorry I see you want this second form, didn't notice the image link originally.



                      so....



                      [
                      Ntextrm spectra
                      beginsmallmatrix Mtextrm components\beginbmatrix
                      a_11 & a_12 & cdots & a_1M \
                      a_21 & a_22 & cdots & a_2M \
                      vdots & vdots & ddots & vdots \
                      a_N1 & a_N2 & cdots & a_NM
                      endbmatrixendsmallmatrix quad
                      beginsmallmatrix
                      textrmerror\
                      textrmdetection\
                      beginbmatrix
                      e_1 \
                      e_2 \
                      vdots \
                      e_N
                      endbmatrixendsmallmatrix
                      ]





                      share|improve this answer





























                        3














                        text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.



                        If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....



                        update: sorry I see you want this second form, didn't notice the image link originally.



                        so....



                        [
                        Ntextrm spectra
                        beginsmallmatrix Mtextrm components\beginbmatrix
                        a_11 & a_12 & cdots & a_1M \
                        a_21 & a_22 & cdots & a_2M \
                        vdots & vdots & ddots & vdots \
                        a_N1 & a_N2 & cdots & a_NM
                        endbmatrixendsmallmatrix quad
                        beginsmallmatrix
                        textrmerror\
                        textrmdetection\
                        beginbmatrix
                        e_1 \
                        e_2 \
                        vdots \
                        e_N
                        endbmatrixendsmallmatrix
                        ]





                        share|improve this answer



























                          3












                          3








                          3







                          text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.



                          If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....



                          update: sorry I see you want this second form, didn't notice the image link originally.



                          so....



                          [
                          Ntextrm spectra
                          beginsmallmatrix Mtextrm components\beginbmatrix
                          a_11 & a_12 & cdots & a_1M \
                          a_21 & a_22 & cdots & a_2M \
                          vdots & vdots & ddots & vdots \
                          a_N1 & a_N2 & cdots & a_NM
                          endbmatrixendsmallmatrix quad
                          beginsmallmatrix
                          textrmerror\
                          textrmdetection\
                          beginbmatrix
                          e_1 \
                          e_2 \
                          vdots \
                          e_N
                          endbmatrixendsmallmatrix
                          ]





                          share|improve this answer















                          text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.



                          If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....



                          update: sorry I see you want this second form, didn't notice the image link originally.



                          so....



                          [
                          Ntextrm spectra
                          beginsmallmatrix Mtextrm components\beginbmatrix
                          a_11 & a_12 & cdots & a_1M \
                          a_21 & a_22 & cdots & a_2M \
                          vdots & vdots & ddots & vdots \
                          a_N1 & a_N2 & cdots & a_NM
                          endbmatrixendsmallmatrix quad
                          beginsmallmatrix
                          textrmerror\
                          textrmdetection\
                          beginbmatrix
                          e_1 \
                          e_2 \
                          vdots \
                          e_N
                          endbmatrixendsmallmatrix
                          ]






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jul 18 '17 at 8:42

























                          answered Jan 29 '12 at 13:51









                          David CarlisleDavid Carlisle

                          497k4111441891




                          497k4111441891





















                              1














                              For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.



                              Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .



                              There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
                              "I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
                              This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.



                              For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .






                              share|improve this answer

























                              • Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                                – percusse
                                Jun 18 '12 at 14:13












                              • @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                                – Jason Whyte
                                Jun 19 '12 at 7:23















                              1














                              For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.



                              Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .



                              There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
                              "I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
                              This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.



                              For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .






                              share|improve this answer

























                              • Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                                – percusse
                                Jun 18 '12 at 14:13












                              • @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                                – Jason Whyte
                                Jun 19 '12 at 7:23













                              1












                              1








                              1







                              For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.



                              Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .



                              There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
                              "I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
                              This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.



                              For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .






                              share|improve this answer















                              For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.



                              Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .



                              There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
                              "I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
                              This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.



                              For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited 7 mins ago









                              Adrian Tam

                              1054




                              1054










                              answered Jun 18 '12 at 6:26









                              Jason WhyteJason Whyte

                              8981720




                              8981720












                              • Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                                – percusse
                                Jun 18 '12 at 14:13












                              • @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                                – Jason Whyte
                                Jun 19 '12 at 7:23

















                              • Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                                – percusse
                                Jun 18 '12 at 14:13












                              • @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                                – Jason Whyte
                                Jun 19 '12 at 7:23
















                              Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                              – percusse
                              Jun 18 '12 at 14:13






                              Do you mind adding kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link

                              – percusse
                              Jun 18 '12 at 14:13














                              @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                              – Jason Whyte
                              Jun 19 '12 at 7:23





                              @percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.

                              – Jason Whyte
                              Jun 19 '12 at 7:23

















                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f42666%2ftext-above-matrices%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                              Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

                              Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?