Table enclosed in curly bracketsBig brackets around TextCurly brackets don't show.Curly brackets around a...

It took me a lot of time to make this, pls like. (YouTube Comments #1)

LTSpice: When running a linear AC simulation, how to view the voltage ratio between two voltages?

What is the wife of a henpecked husband called?

Why is this code uniquely decodable?

How to approximate rolls for potions of healing using only d6's?

Can luacode be used in the preamble of a standalone-type document?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

How do I add a variable to this curl command?

For Loop and Sum

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How to add multiple differently colored borders around a node?

Connecting top and bottom of adjacent circles

Linux File Manager: Restore previous open session (folders and tab)

What is the purpose of easy combat scenarios that don't need resource expenditure?

Finding the number of integers that are a square and a cube at the same time

Criticizing long fiction. How is it different from short?

How should I state my MS degree in my CV when it was in practice a joint-program?

What's the purpose of these copper coils with resitors inside them in A Yamaha RX-V396RDS amplifier?

raspberry pi change directory (cd) command not working with USB drive

Why zero tolerance on nudity in space?

If all harmonics are generated by plucking, how does a guitar string produce a pure frequency sound?

Can the Count of Monte Cristo's calculation of poison dosage be explained?

Table enclosed in curly brackets

Emit zero-width bash prompt sequence from external binary



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













1















I would like to enclose a table with curly brackets. I photoshopped an example here:
Table Curly Brackets



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}


`










share|improve this question









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 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 hour ago











  • texdoc schemata, there are a example of use here

    – Fran
    1 hour ago
















1















I would like to enclose a table with curly brackets. I photoshopped an example here:
Table Curly Brackets



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}


`










share|improve this question









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 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 hour ago











  • texdoc schemata, there are a example of use here

    – Fran
    1 hour ago














1












1








1








I would like to enclose a table with curly brackets. I photoshopped an example here:
Table Curly Brackets



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}


`










share|improve this question









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:
Table Curly Brackets



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






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








edited 1 hour 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 1 hour 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 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 hour ago











  • texdoc schemata, there are a example of use here

    – Fran
    1 hour 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 hour ago











  • texdoc schemata, there are a example of use here

    – Fran
    1 hour 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 hour 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 hour ago













texdoc schemata, there are a example of use here

– Fran
1 hour ago





texdoc schemata, there are a example of use here

– Fran
1 hour ago










2 Answers
2






active

oldest

votes


















2














Something like this?



documentclass{article}
usepackage{amsmath,array}
usepackage[a4paper,left=2cm,right=2cm]{geometry}

newcommand{verysloppy}{tolerance=2000 hbadness=2000 emergencystretch=linewidth}

begin{document}

begin{equation*}
mathrm{Taxonomy}_1=
begin{Bmatrix}
mbox{%
renewcommand{arraystretch}{1.3}%
footnotesize
begin{tabular}{@{} >{$}l<{$} l >{$}r<{{}$} @{} >{verysloppy}p{8cm}@{}}
D_{1} & Value Proposition & D_1 = & {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 & D_2 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{3} & Value Proposition & D_3 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{4} & Value Proposition & D_4 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{5} & Value Proposition & D_5 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{6} & Value Proposition & D_6 = & {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{Bmatrix}
end{equation*}

end{document}


enter image description here






share|improve this answer
























  • Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

    – slandolt
    31 mins ago











  • @slandolt Reduce the size of the last column

    – egreg
    20 mins ago



















2














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}


Edit: Added the text{Taxonomy=} and broken manually the long lines.



documentclass[11pt]{article}
usepackage{lipsum}
usepackage{amsmath}
begin{document}

lipsum[1]

begingroup
centering
scriptsize
renewcommand{arraystretch}{1.5}

[text{Taxonomy=}left{begin{tabular}{p{3cm} p{0.7cm} l}

$D_{1}$~emph{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}$~emph{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}]
endgroup

end{document}





share|improve this answer


























  • Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

    – slandolt
    33 mins ago











  • See my edit but I think there are better ways too have what you want.

    – koleygr
    21 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
});


}
});






slandolt is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















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

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














Something like this?



documentclass{article}
usepackage{amsmath,array}
usepackage[a4paper,left=2cm,right=2cm]{geometry}

newcommand{verysloppy}{tolerance=2000 hbadness=2000 emergencystretch=linewidth}

begin{document}

begin{equation*}
mathrm{Taxonomy}_1=
begin{Bmatrix}
mbox{%
renewcommand{arraystretch}{1.3}%
footnotesize
begin{tabular}{@{} >{$}l<{$} l >{$}r<{{}$} @{} >{verysloppy}p{8cm}@{}}
D_{1} & Value Proposition & D_1 = & {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 & D_2 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{3} & Value Proposition & D_3 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{4} & Value Proposition & D_4 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{5} & Value Proposition & D_5 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{6} & Value Proposition & D_6 = & {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{Bmatrix}
end{equation*}

end{document}


enter image description here






share|improve this answer
























  • Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

    – slandolt
    31 mins ago











  • @slandolt Reduce the size of the last column

    – egreg
    20 mins ago
















2














Something like this?



documentclass{article}
usepackage{amsmath,array}
usepackage[a4paper,left=2cm,right=2cm]{geometry}

newcommand{verysloppy}{tolerance=2000 hbadness=2000 emergencystretch=linewidth}

begin{document}

begin{equation*}
mathrm{Taxonomy}_1=
begin{Bmatrix}
mbox{%
renewcommand{arraystretch}{1.3}%
footnotesize
begin{tabular}{@{} >{$}l<{$} l >{$}r<{{}$} @{} >{verysloppy}p{8cm}@{}}
D_{1} & Value Proposition & D_1 = & {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 & D_2 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{3} & Value Proposition & D_3 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{4} & Value Proposition & D_4 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{5} & Value Proposition & D_5 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{6} & Value Proposition & D_6 = & {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{Bmatrix}
end{equation*}

end{document}


enter image description here






share|improve this answer
























  • Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

    – slandolt
    31 mins ago











  • @slandolt Reduce the size of the last column

    – egreg
    20 mins ago














2












2








2







Something like this?



documentclass{article}
usepackage{amsmath,array}
usepackage[a4paper,left=2cm,right=2cm]{geometry}

newcommand{verysloppy}{tolerance=2000 hbadness=2000 emergencystretch=linewidth}

begin{document}

begin{equation*}
mathrm{Taxonomy}_1=
begin{Bmatrix}
mbox{%
renewcommand{arraystretch}{1.3}%
footnotesize
begin{tabular}{@{} >{$}l<{$} l >{$}r<{{}$} @{} >{verysloppy}p{8cm}@{}}
D_{1} & Value Proposition & D_1 = & {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 & D_2 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{3} & Value Proposition & D_3 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{4} & Value Proposition & D_4 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{5} & Value Proposition & D_5 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{6} & Value Proposition & D_6 = & {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{Bmatrix}
end{equation*}

end{document}


enter image description here






share|improve this answer













Something like this?



documentclass{article}
usepackage{amsmath,array}
usepackage[a4paper,left=2cm,right=2cm]{geometry}

newcommand{verysloppy}{tolerance=2000 hbadness=2000 emergencystretch=linewidth}

begin{document}

begin{equation*}
mathrm{Taxonomy}_1=
begin{Bmatrix}
mbox{%
renewcommand{arraystretch}{1.3}%
footnotesize
begin{tabular}{@{} >{$}l<{$} l >{$}r<{{}$} @{} >{verysloppy}p{8cm}@{}}
D_{1} & Value Proposition & D_1 = & {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 & D_2 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{3} & Value Proposition & D_3 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{4} & Value Proposition & D_4 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{5} & Value Proposition & D_5 = & {C1,7 Blockchain, C1,8 Digital Platform, C1,9 Decision Support System,,C1,10 Marketplace, C1,11 Database, C1,12 Transaction Processing, System} \
D_{6} & Value Proposition & D_6 = & {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{Bmatrix}
end{equation*}

end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 59 mins ago









egregegreg

724k8819173221




724k8819173221













  • Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

    – slandolt
    31 mins ago











  • @slandolt Reduce the size of the last column

    – egreg
    20 mins ago



















  • Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

    – slandolt
    31 mins ago











  • @slandolt Reduce the size of the last column

    – egreg
    20 mins ago

















Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

– slandolt
31 mins ago





Great! Thank you. When I add the table to my document, it fits very nicely. But the right bracket is not aligned with my linewidth, it overshoots. Only the text is aligned correctly

– slandolt
31 mins ago













@slandolt Reduce the size of the last column

– egreg
20 mins ago





@slandolt Reduce the size of the last column

– egreg
20 mins ago











2














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}


Edit: Added the text{Taxonomy=} and broken manually the long lines.



documentclass[11pt]{article}
usepackage{lipsum}
usepackage{amsmath}
begin{document}

lipsum[1]

begingroup
centering
scriptsize
renewcommand{arraystretch}{1.5}

[text{Taxonomy=}left{begin{tabular}{p{3cm} p{0.7cm} l}

$D_{1}$~emph{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}$~emph{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}]
endgroup

end{document}





share|improve this answer


























  • Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

    – slandolt
    33 mins ago











  • See my edit but I think there are better ways too have what you want.

    – koleygr
    21 mins ago
















2














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}


Edit: Added the text{Taxonomy=} and broken manually the long lines.



documentclass[11pt]{article}
usepackage{lipsum}
usepackage{amsmath}
begin{document}

lipsum[1]

begingroup
centering
scriptsize
renewcommand{arraystretch}{1.5}

[text{Taxonomy=}left{begin{tabular}{p{3cm} p{0.7cm} l}

$D_{1}$~emph{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}$~emph{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}]
endgroup

end{document}





share|improve this answer


























  • Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

    – slandolt
    33 mins ago











  • See my edit but I think there are better ways too have what you want.

    – koleygr
    21 mins ago














2












2








2







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}


Edit: Added the text{Taxonomy=} and broken manually the long lines.



documentclass[11pt]{article}
usepackage{lipsum}
usepackage{amsmath}
begin{document}

lipsum[1]

begingroup
centering
scriptsize
renewcommand{arraystretch}{1.5}

[text{Taxonomy=}left{begin{tabular}{p{3cm} p{0.7cm} l}

$D_{1}$~emph{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}$~emph{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}]
endgroup

end{document}





share|improve this answer















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}


Edit: Added the text{Taxonomy=} and broken manually the long lines.



documentclass[11pt]{article}
usepackage{lipsum}
usepackage{amsmath}
begin{document}

lipsum[1]

begingroup
centering
scriptsize
renewcommand{arraystretch}{1.5}

[text{Taxonomy=}left{begin{tabular}{p{3cm} p{0.7cm} l}

$D_{1}$~emph{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}$~emph{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}]
endgroup

end{document}






share|improve this answer














share|improve this answer



share|improve this answer








edited 14 mins ago

























answered 1 hour ago









koleygrkoleygr

11.6k11038




11.6k11038













  • Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

    – slandolt
    33 mins ago











  • See my edit but I think there are better ways too have what you want.

    – koleygr
    21 mins ago



















  • Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

    – slandolt
    33 mins ago











  • See my edit but I think there are better ways too have what you want.

    – koleygr
    21 mins ago

















Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

– slandolt
33 mins ago





Tank you very much! But am I able to add the "Taxonomy =" in a tabular environment?

– slandolt
33 mins ago













See my edit but I think there are better ways too have what you want.

– koleygr
21 mins ago





See my edit but I think there are better ways too have what you want.

– koleygr
21 mins ago










slandolt is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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

(145452) 2005 RN43 Классификация | Примечания | Ссылки |...

Щит и меч (фильм) Содержание Названия серий | Сюжет |...

Энтрерриос (город) Содержание История | Географическое...