Separating matrix elements by lines The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraDrawing arrows from one table cell reference to anotherHow to define the default vertical distance between nodes?TikZ/ERD: node (=Entity) label on the insideTable-like lines in tikz matrixDraw lines inside a matrixTikZ: Drawing an arc from an intersection to an intersectionDraw lines over a matrixDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingTikz, Matrix, and elements aboveMatrix of nodes with multiple linesHighlight elements in the matrix in tikz

Is this wall load bearing? Blueprints and photos attached

How to read αἱμύλιος or when to aspirate

Deal with toxic manager when you can't quit

Student Loan from years ago pops up and is taking my salary

What do I do when my TA workload is more than expected?

My body leaves; my core can stay

Using dividends to reduce short term capital gains?

Make it rain characters

University's motivation for having tenure-track positions

Python - Fishing Simulator

Is every episode of "Where are my Pants?" identical?

Why doesn't a hydraulic lever violate conservation of energy?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Do warforged have souls?

should truth entail possible truth

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Is 'stolen' appropriate word?

Can a flute soloist sit?

Simulating Exploding Dice

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

What information about me do stores get via my credit card?

Mortgage adviser recommends a longer term than necessary combined with overpayments

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Is there a writing software that you can sort scenes like slides in PowerPoint?



Separating matrix elements by lines



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraDrawing arrows from one table cell reference to anotherHow to define the default vertical distance between nodes?TikZ/ERD: node (=Entity) label on the insideTable-like lines in tikz matrixDraw lines inside a matrixTikZ: Drawing an arc from an intersection to an intersectionDraw lines over a matrixDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingTikz, Matrix, and elements aboveMatrix of nodes with multiple linesHighlight elements in the matrix in tikz










1















Using the following code



documentclassbeamer
beamertemplatenavigationsymbolsempty
usepackageverbatim
usepackagetikz
usepackagepgfplots
usetikzlibraryarrows, arrows.meta
usetikzlibrarymatrix
begindocument
beginframe[t,fragile]
frametitle
begintikzpicture
matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
% Node names: (<name of matrix>-<row>-<column>)
endtikzpicture
endframe
enddocument


from the answer to this question



Can the matrix elements be separated by lines so that it could look like a table with borders between cells










share|improve this question


























    1















    Using the following code



    documentclassbeamer
    beamertemplatenavigationsymbolsempty
    usepackageverbatim
    usepackagetikz
    usepackagepgfplots
    usetikzlibraryarrows, arrows.meta
    usetikzlibrarymatrix
    begindocument
    beginframe[t,fragile]
    frametitle
    begintikzpicture
    matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
    15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
    17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
    10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
    23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
    13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
    draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
    % Node names: (<name of matrix>-<row>-<column>)
    endtikzpicture
    endframe
    enddocument


    from the answer to this question



    Can the matrix elements be separated by lines so that it could look like a table with borders between cells










    share|improve this question
























      1












      1








      1








      Using the following code



      documentclassbeamer
      beamertemplatenavigationsymbolsempty
      usepackageverbatim
      usepackagetikz
      usepackagepgfplots
      usetikzlibraryarrows, arrows.meta
      usetikzlibrarymatrix
      begindocument
      beginframe[t,fragile]
      frametitle
      begintikzpicture
      matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
      15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
      17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
      10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
      23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
      13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
      draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
      % Node names: (<name of matrix>-<row>-<column>)
      endtikzpicture
      endframe
      enddocument


      from the answer to this question



      Can the matrix elements be separated by lines so that it could look like a table with borders between cells










      share|improve this question














      Using the following code



      documentclassbeamer
      beamertemplatenavigationsymbolsempty
      usepackageverbatim
      usepackagetikz
      usepackagepgfplots
      usetikzlibraryarrows, arrows.meta
      usetikzlibrarymatrix
      begindocument
      beginframe[t,fragile]
      frametitle
      begintikzpicture
      matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
      15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
      17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
      10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
      23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
      13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
      draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
      % Node names: (<name of matrix>-<row>-<column>)
      endtikzpicture
      endframe
      enddocument


      from the answer to this question



      Can the matrix elements be separated by lines so that it could look like a table with borders between cells







      tikz-pgf beamer tikz-matrix






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 40 mins ago









      HanyHany

      1,300417




      1,300417




















          2 Answers
          2






          active

          oldest

          votes


















          2














          matrix itself is not really designed to draw tables, but with calc one can always draw any kind of line.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows, arrows.meta
          usetikzlibrarymatrix,calc
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          foreach i in 1,...,6
          draw ($(x-1-i.north west)+(-.5em,.5em)$) -- ($(x-5-i.south west)+(-.5em,-.5em)$);
          foreach i in 1,...,5
          draw ($(x-i-1.south west)+(-.5em,-.5em)$) -- ($(x-i-6.south east)+(.5em,-.5em)$);
          draw ($(x-1-1.north west)+(-.5em,.5em)$) -| ($(x-5-6.south east)+(.5em,-.5em)$);
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @JouleVThank you very much for your answer

            – Hany
            27 mins ago


















          2














          Just for fun with some styles.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows,calc
          usetikzlibrarymatrix
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture[vline/.style=insert path=aux) -- (x.south-,
          hline/.style=insert path=-aux)]
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw[vline/.list=1,...,5,hline/.list=1,...,4] (x.north west) rectangle
          (x.south east);
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @marmotThank you very much for your valuable answer

            – Hany
            7 mins ago












          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%2f484606%2fseparating-matrix-elements-by-lines%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          matrix itself is not really designed to draw tables, but with calc one can always draw any kind of line.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows, arrows.meta
          usetikzlibrarymatrix,calc
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          foreach i in 1,...,6
          draw ($(x-1-i.north west)+(-.5em,.5em)$) -- ($(x-5-i.south west)+(-.5em,-.5em)$);
          foreach i in 1,...,5
          draw ($(x-i-1.south west)+(-.5em,-.5em)$) -- ($(x-i-6.south east)+(.5em,-.5em)$);
          draw ($(x-1-1.north west)+(-.5em,.5em)$) -| ($(x-5-6.south east)+(.5em,-.5em)$);
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @JouleVThank you very much for your answer

            – Hany
            27 mins ago















          2














          matrix itself is not really designed to draw tables, but with calc one can always draw any kind of line.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows, arrows.meta
          usetikzlibrarymatrix,calc
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          foreach i in 1,...,6
          draw ($(x-1-i.north west)+(-.5em,.5em)$) -- ($(x-5-i.south west)+(-.5em,-.5em)$);
          foreach i in 1,...,5
          draw ($(x-i-1.south west)+(-.5em,-.5em)$) -- ($(x-i-6.south east)+(.5em,-.5em)$);
          draw ($(x-1-1.north west)+(-.5em,.5em)$) -| ($(x-5-6.south east)+(.5em,-.5em)$);
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @JouleVThank you very much for your answer

            – Hany
            27 mins ago













          2












          2








          2







          matrix itself is not really designed to draw tables, but with calc one can always draw any kind of line.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows, arrows.meta
          usetikzlibrarymatrix,calc
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          foreach i in 1,...,6
          draw ($(x-1-i.north west)+(-.5em,.5em)$) -- ($(x-5-i.south west)+(-.5em,-.5em)$);
          foreach i in 1,...,5
          draw ($(x-i-1.south west)+(-.5em,-.5em)$) -- ($(x-i-6.south east)+(.5em,-.5em)$);
          draw ($(x-1-1.north west)+(-.5em,.5em)$) -| ($(x-5-6.south east)+(.5em,-.5em)$);
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer













          matrix itself is not really designed to draw tables, but with calc one can always draw any kind of line.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows, arrows.meta
          usetikzlibrarymatrix,calc
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          foreach i in 1,...,6
          draw ($(x-1-i.north west)+(-.5em,.5em)$) -- ($(x-5-i.south west)+(-.5em,-.5em)$);
          foreach i in 1,...,5
          draw ($(x-i-1.south west)+(-.5em,-.5em)$) -- ($(x-i-6.south east)+(.5em,-.5em)$);
          draw ($(x-1-1.north west)+(-.5em,.5em)$) -| ($(x-5-6.south east)+(.5em,-.5em)$);
          endtikzpicture
          endframe
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 33 mins ago









          JouleVJouleV

          13k22663




          13k22663












          • @JouleVThank you very much for your answer

            – Hany
            27 mins ago

















          • @JouleVThank you very much for your answer

            – Hany
            27 mins ago
















          @JouleVThank you very much for your answer

          – Hany
          27 mins ago





          @JouleVThank you very much for your answer

          – Hany
          27 mins ago











          2














          Just for fun with some styles.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows,calc
          usetikzlibrarymatrix
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture[vline/.style=insert path=aux) -- (x.south-,
          hline/.style=insert path=-aux)]
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw[vline/.list=1,...,5,hline/.list=1,...,4] (x.north west) rectangle
          (x.south east);
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @marmotThank you very much for your valuable answer

            – Hany
            7 mins ago
















          2














          Just for fun with some styles.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows,calc
          usetikzlibrarymatrix
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture[vline/.style=insert path=aux) -- (x.south-,
          hline/.style=insert path=-aux)]
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw[vline/.list=1,...,5,hline/.list=1,...,4] (x.north west) rectangle
          (x.south east);
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer























          • @marmotThank you very much for your valuable answer

            – Hany
            7 mins ago














          2












          2








          2







          Just for fun with some styles.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows,calc
          usetikzlibrarymatrix
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture[vline/.style=insert path=aux) -- (x.south-,
          hline/.style=insert path=-aux)]
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw[vline/.list=1,...,5,hline/.list=1,...,4] (x.north west) rectangle
          (x.south east);
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          endtikzpicture
          endframe
          enddocument


          enter image description here






          share|improve this answer













          Just for fun with some styles.



          documentclassbeamer
          beamertemplatenavigationsymbolsempty
          usepackageverbatim
          usepackagetikz
          usetikzlibraryarrows,calc
          usetikzlibrarymatrix
          begindocument
          beginframe[t,fragile]
          frametitle
          begintikzpicture[vline/.style=insert path=aux) -- (x.south-,
          hline/.style=insert path=-aux)]
          matrix (x) [matrix of nodes,row sep=1em,column sep=1em] %
          15.1 & 23.7 & 19.7 & 15.4 & 18.3 & 23.0\
          17.4 & 18.6 & 12.9 & 20.3 & 13.7 & 21.4\
          10.3 & 26.1 & 15.7 & 14.0 & 17.8 & 33.8\
          23.2 & 12.9 & 29.8 & 18.3 & 14.2 & 20.8\
          13.5 & 17.1 & 20.7 & 27.1 & 18.9 & 16.6\;
          draw[vline/.list=1,...,5,hline/.list=1,...,4] (x.north west) rectangle
          (x.south east);
          draw<2->[ultra thick, blue, latex'-] (x-2-1) -- (x-4-5);
          % Node names: (<name of matrix>-<row>-<column>)
          endtikzpicture
          endframe
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 21 mins ago









          marmotmarmot

          117k5150283




          117k5150283












          • @marmotThank you very much for your valuable answer

            – Hany
            7 mins ago


















          • @marmotThank you very much for your valuable answer

            – Hany
            7 mins ago

















          @marmotThank you very much for your valuable answer

          – Hany
          7 mins ago






          @marmotThank you very much for your valuable answer

          – Hany
          7 mins ago


















          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%2f484606%2fseparating-matrix-elements-by-lines%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

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

          Aasi (pallopeli) Navigointivalikko