Outlining specific parts of arrayRemoving specific commas between array cellsIs there a simple way to create...

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Why was Sir Cadogan fired?

What is the fastest integer factorization to break RSA?

What is required to make GPS signals available indoors?

How to show a landlord what we have in savings?

Calculate the Mean mean of two numbers

Obtaining database information and values in extended properties

Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)

How can saying a song's name be a copyright violation?

Should I tell management that I intend to leave due to bad software development practices?

Mathematica command that allows it to read my intentions

Is it possible to create a QR code using text?

What is an equivalently powerful replacement spell for Yuan-Ti's Suggestion spell?

Unlock My Phone! February 2018

Getting extremely large arrows with tikzcd

Why didn't Boeing produce its own regional jet?

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

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

Machine learning testing data

Label inside tikzcd square

How does a dynamic QR code work?

How obscure is the use of 令 in 令和?

files created then deleted at every second in tmp directory

Notepad++ delete until colon for every line with replace all



Outlining specific parts of array


Removing specific commas between array cellsIs there a simple way to create a latex equivalent of this (ms)word table template?How to tell a column to span half the width of the tableTable spanning two columns creates too many gapsLatex code of a table with rotated columns with “sideways” doesn't workleft and right with arrayAdjust table widths, spacing and colorGraphics messing up array alignment?Cockburn Use Case TemplateTable with merged cells, multi-index and text wrap













0















I couldn't find this anywhere else. I have an array with a bunch of numbers in it, and I am very new to posting on this forum.



This is from a template that I have to use for a document. Here's the code for the table. What I want is that last column to only have a box around the bottom right number. How can I do that?



begin{table}[tbp]
[
begin{array}{c | c | c | c | c | c | }
multicolumn{1}{c}{ j } & multicolumn{1}{c}1 & multicolumn{1}{c}2 &
multicolumn{1}{c}4 & multicolumn{1}{c}7 & multicolumn{1}{c}{text{max}} \
cline{2-6}
1 & 1 & 2 & 4 & 7 & 7 \
cline{2-6}
2 & 2 & 4 & 8 & 2 & 8 \
cline{2-6}
3 & 3 & 6 & 4 & 5 & 6 \
cline{2-6}
4 & 4 & 8 & 8 & 4 & 8 \
cline{2-6}
5 & 5 & 6 & 4 & 3 & 6 \
cline{2-6}
6 & 6 & 4 & 8 & 6 & 8 \
cline{2-6}
7 & 7 & 2 & 4 & 1 & 7 \
cline{2-6}
8 & 8 & 0 & 0 & 8 & 8 \
cline{2-6}
text{min} & & & & & 7 \
cline{6-6}
end{array}
]
end{table}


Here's the picture of whta it's generating.



Table of numbers










share|improve this question



























    0















    I couldn't find this anywhere else. I have an array with a bunch of numbers in it, and I am very new to posting on this forum.



    This is from a template that I have to use for a document. Here's the code for the table. What I want is that last column to only have a box around the bottom right number. How can I do that?



    begin{table}[tbp]
    [
    begin{array}{c | c | c | c | c | c | }
    multicolumn{1}{c}{ j } & multicolumn{1}{c}1 & multicolumn{1}{c}2 &
    multicolumn{1}{c}4 & multicolumn{1}{c}7 & multicolumn{1}{c}{text{max}} \
    cline{2-6}
    1 & 1 & 2 & 4 & 7 & 7 \
    cline{2-6}
    2 & 2 & 4 & 8 & 2 & 8 \
    cline{2-6}
    3 & 3 & 6 & 4 & 5 & 6 \
    cline{2-6}
    4 & 4 & 8 & 8 & 4 & 8 \
    cline{2-6}
    5 & 5 & 6 & 4 & 3 & 6 \
    cline{2-6}
    6 & 6 & 4 & 8 & 6 & 8 \
    cline{2-6}
    7 & 7 & 2 & 4 & 1 & 7 \
    cline{2-6}
    8 & 8 & 0 & 0 & 8 & 8 \
    cline{2-6}
    text{min} & & & & & 7 \
    cline{6-6}
    end{array}
    ]
    end{table}


    Here's the picture of whta it's generating.



    Table of numbers










    share|improve this question

























      0












      0








      0








      I couldn't find this anywhere else. I have an array with a bunch of numbers in it, and I am very new to posting on this forum.



      This is from a template that I have to use for a document. Here's the code for the table. What I want is that last column to only have a box around the bottom right number. How can I do that?



      begin{table}[tbp]
      [
      begin{array}{c | c | c | c | c | c | }
      multicolumn{1}{c}{ j } & multicolumn{1}{c}1 & multicolumn{1}{c}2 &
      multicolumn{1}{c}4 & multicolumn{1}{c}7 & multicolumn{1}{c}{text{max}} \
      cline{2-6}
      1 & 1 & 2 & 4 & 7 & 7 \
      cline{2-6}
      2 & 2 & 4 & 8 & 2 & 8 \
      cline{2-6}
      3 & 3 & 6 & 4 & 5 & 6 \
      cline{2-6}
      4 & 4 & 8 & 8 & 4 & 8 \
      cline{2-6}
      5 & 5 & 6 & 4 & 3 & 6 \
      cline{2-6}
      6 & 6 & 4 & 8 & 6 & 8 \
      cline{2-6}
      7 & 7 & 2 & 4 & 1 & 7 \
      cline{2-6}
      8 & 8 & 0 & 0 & 8 & 8 \
      cline{2-6}
      text{min} & & & & & 7 \
      cline{6-6}
      end{array}
      ]
      end{table}


      Here's the picture of whta it's generating.



      Table of numbers










      share|improve this question














      I couldn't find this anywhere else. I have an array with a bunch of numbers in it, and I am very new to posting on this forum.



      This is from a template that I have to use for a document. Here's the code for the table. What I want is that last column to only have a box around the bottom right number. How can I do that?



      begin{table}[tbp]
      [
      begin{array}{c | c | c | c | c | c | }
      multicolumn{1}{c}{ j } & multicolumn{1}{c}1 & multicolumn{1}{c}2 &
      multicolumn{1}{c}4 & multicolumn{1}{c}7 & multicolumn{1}{c}{text{max}} \
      cline{2-6}
      1 & 1 & 2 & 4 & 7 & 7 \
      cline{2-6}
      2 & 2 & 4 & 8 & 2 & 8 \
      cline{2-6}
      3 & 3 & 6 & 4 & 5 & 6 \
      cline{2-6}
      4 & 4 & 8 & 8 & 4 & 8 \
      cline{2-6}
      5 & 5 & 6 & 4 & 3 & 6 \
      cline{2-6}
      6 & 6 & 4 & 8 & 6 & 8 \
      cline{2-6}
      7 & 7 & 2 & 4 & 1 & 7 \
      cline{2-6}
      8 & 8 & 0 & 0 & 8 & 8 \
      cline{2-6}
      text{min} & & & & & 7 \
      cline{6-6}
      end{array}
      ]
      end{table}


      Here's the picture of whta it's generating.



      Table of numbers







      tables arrays columns






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 18 mins ago









      Travis HayesTravis Hayes

      183




      183






















          0






          active

          oldest

          votes












          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%2f482876%2foutlining-specific-parts-of-array%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f482876%2foutlining-specific-parts-of-array%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...