Outlining specific parts of arrayRemoving specific commas between array cellsIs there a simple way to create...
Is this draw by repetition?
Should I tell management that I intend to leave due to bad software development practices?
How dangerous is XSS
Rotate ASCII Art by 45 Degrees
How to install cross-compiler on Ubuntu 18.04?
What is the opposite of "eschatology"?
How to stretch the corners of this image so that it looks like a perfect rectangle?
Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?
What historical events would have to change in order to make 19th century "steampunk" technology possible?
Why was Sir Cadogan fired?
Can a virus destroy the BIOS of a modern computer?
What is the most common color to indicate the input-field is disabled?
Are British MPs missing the point, with these 'Indicative Votes'?
Is it a bad idea to plug the other end of ESD strap to wall ground?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Does int main() need a declaration on C++?
Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?
How exploitable/balanced is this homebrew spell: Spell Permanency?
Why were 5.25" floppy drives cheaper than 8"?
Convert seconds to minutes
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Is there a hemisphere-neutral way of specifying a season?
Does the Idaho Potato Commission associate potato skins with healthy eating?
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
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.

tables arrays columns
add a comment |
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.

tables arrays columns
add a comment |
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.

tables arrays columns
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.

tables arrays columns
tables arrays columns
asked 9 mins ago
Travis HayesTravis Hayes
183
183
add a comment |
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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