Table enclosed in curly bracketsBig brackets around TextCurly brackets don't show.Curly brackets around a...
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Emit zero-width bash prompt sequence from external binary
Incompressible fluid definition
How can I improve my fireworks photography?
How should I state my MS degree in my CV when it was in practice a joint-program?
Can the Count of Monte Cristo's calculation of poison dosage be explained?
Why is c4 a better move in this position?
How do I make a gun alignment to camera matrix in OpenGL GLSL?
Is 45 min enough time to catch my next flight
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
No rhyme nor reason
Why can I easily sing or whistle a tune I've just heard, but not as easily reproduce it on an instrument?
Does the UA Artillerist Artificer's Wand Prototype feature increase cantrip damage once per damage roll, or per casting?
Why is this code uniquely decodable?
Do commercial flights continue with an engine out?
How to add multiple differently colored borders around a node?
Dilemma of explaining to interviewer that he is the reason for declining second interview
Criticizing long fiction. How is it different from short?
What can I substitute for soda pop in a sweet pork recipe?
What happens if a wizard reaches level 20 but has no 3rd-level spells that they can use with the Signature Spells feature?
If all harmonics are generated by plucking, how does a guitar string produce a pure frequency sound?
c++ How can I make an algorithm for finding variations of a set without repetition (i.e. n elements, choose k)?
Can the SpaceX Dragon 2 crew vehicle still use the draco and super draco thrusters to slow down when landing?
Am I a Rude Number?
Table enclosed in curly brackets
Big brackets around TextCurly brackets don't show.Curly brackets around a tableCurly brackets in table cell for language manualCurly brackets spanning multiple lines (no math env)Curly brackets in italicsLaTeX Curly BracketsCurly brackets catching many lines in tablesConditional equation with two-sided curly bracketsRow Curly BracketsCurly brackets in Qcircuit
I would like to enclose a table with curly brackets. I photoshopped an example here:

The MWE of the table is here, please feel free to add packages etc.
`
documentclass[11pt]{article}
begin{document}
begin{table}[]
centering
scriptsize
renewcommand{arraystretch}{1.5}
begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}
end{table}
end{document}
`
tables formatting matrices brackets
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I would like to enclose a table with curly brackets. I photoshopped an example here:

The MWE of the table is here, please feel free to add packages etc.
`
documentclass[11pt]{article}
begin{document}
begin{table}[]
centering
scriptsize
renewcommand{arraystretch}{1.5}
begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}
end{table}
end{document}
`
tables formatting matrices brackets
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to tex.sx. You don't want to use thetableenvironment here -- that's a "float", and can't be placed inside anything else. Justtabularshould work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) withtext{...}around thetabularblock.
– barbara beeton
1 min ago
texdoc schemata, there are a example of use here
– Fran
34 secs ago
add a comment |
I would like to enclose a table with curly brackets. I photoshopped an example here:

The MWE of the table is here, please feel free to add packages etc.
`
documentclass[11pt]{article}
begin{document}
begin{table}[]
centering
scriptsize
renewcommand{arraystretch}{1.5}
begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}
end{table}
end{document}
`
tables formatting matrices brackets
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I would like to enclose a table with curly brackets. I photoshopped an example here:

The MWE of the table is here, please feel free to add packages etc.
`
documentclass[11pt]{article}
begin{document}
begin{table}[]
centering
scriptsize
renewcommand{arraystretch}{1.5}
begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}
end{table}
end{document}
`
tables formatting matrices brackets
tables formatting matrices brackets
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 10 mins ago
slandolt
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 12 mins ago
slandoltslandolt
63
63
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
slandolt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to tex.sx. You don't want to use thetableenvironment here -- that's a "float", and can't be placed inside anything else. Justtabularshould work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) withtext{...}around thetabularblock.
– barbara beeton
1 min ago
texdoc schemata, there are a example of use here
– Fran
34 secs ago
add a comment |
Welcome to tex.sx. You don't want to use thetableenvironment here -- that's a "float", and can't be placed inside anything else. Justtabularshould work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) withtext{...}around thetabularblock.
– barbara beeton
1 min ago
texdoc schemata, there are a example of use here
– Fran
34 secs ago
Welcome to tex.sx. You don't want to use the
table environment here -- that's a "float", and can't be placed inside anything else. Just tabular should work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) with text{...} around the tabular block.– barbara beeton
1 min ago
Welcome to tex.sx. You don't want to use the
table environment here -- that's a "float", and can't be placed inside anything else. Just tabular should work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) with text{...} around the tabular block.– barbara beeton
1 min ago
texdoc schemata, there are a example of use here– Fran
34 secs ago
texdoc schemata, there are a example of use here– Fran
34 secs ago
add a comment |
1 Answer
1
active
oldest
votes
Just place your tabular inside a math environment like [] and use left{ and right}:
documentclass[11pt]{article}
begin{document}
begin{table}[!htb]
centering
scriptsize
renewcommand{arraystretch}{1.5}
[left{begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}right}]
end{table}
end{document}
add a comment |
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
});
}
});
slandolt is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477614%2ftable-enclosed-in-curly-brackets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just place your tabular inside a math environment like [] and use left{ and right}:
documentclass[11pt]{article}
begin{document}
begin{table}[!htb]
centering
scriptsize
renewcommand{arraystretch}{1.5}
[left{begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}right}]
end{table}
end{document}
add a comment |
Just place your tabular inside a math environment like [] and use left{ and right}:
documentclass[11pt]{article}
begin{document}
begin{table}[!htb]
centering
scriptsize
renewcommand{arraystretch}{1.5}
[left{begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}right}]
end{table}
end{document}
add a comment |
Just place your tabular inside a math environment like [] and use left{ and right}:
documentclass[11pt]{article}
begin{document}
begin{table}[!htb]
centering
scriptsize
renewcommand{arraystretch}{1.5}
[left{begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}right}]
end{table}
end{document}
Just place your tabular inside a math environment like [] and use left{ and right}:
documentclass[11pt]{article}
begin{document}
begin{table}[!htb]
centering
scriptsize
renewcommand{arraystretch}{1.5}
[left{begin{tabular}{p{3cm} p{0.7cm} p{8cm}}
$D_{1}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
$D_{2}~Value Proposition$ & D1 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
end{tabular}right}]
end{table}
end{document}
answered 3 mins ago
koleygrkoleygr
11.6k11038
11.6k11038
add a comment |
add a comment |
slandolt is a new contributor. Be nice, and check out our Code of Conduct.
slandolt is a new contributor. Be nice, and check out our Code of Conduct.
slandolt is a new contributor. Be nice, and check out our Code of Conduct.
slandolt is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477614%2ftable-enclosed-in-curly-brackets%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
Welcome to tex.sx. You don't want to use the
tableenvironment here -- that's a "float", and can't be placed inside anything else. Justtabularshould work, although to get the braces around it, it will need to be embedded in math (a display as you have shown) withtext{...}around thetabularblock.– barbara beeton
1 min ago
texdoc schemata, there are a example of use here– Fran
34 secs ago