Grouping enumerated list with different width? The Next CEO of Stack Overflowgrouping enumerated listEnumerated list indentationEnumerated description listEnumerated list with square bracketsEnumerated List and TableEnumerated sorted list with datatoolLatex Enumerated List referencinggrouping enumerated listenumerated labels in description listA customized enumerated listSet the width of image equal to an item width in the enumerated list
What steps are necessary to read a Modern SSD in Medieval Europe?
Could you use a laser beam as a modulated carrier wave for radio signal?
How should I connect my cat5 cable to connectors having an orange-green line?
What did the word "leisure" mean in late 18th Century usage?
Upgrading From a 9 Speed Sora Derailleur?
Is a distribution that is normal, but highly skewed, considered Gaussian?
Car headlights in a world without electricity
Are British MPs missing the point, with these 'Indicative Votes'?
How does a dynamic QR code work?
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
What does this strange code stamp on my passport mean?
Avoiding the "not like other girls" trope?
How did scripture get the name bible?
Planeswalker Ability and Death Timing
Arrows in tikz Markov chain diagram overlap
Why was Sir Cadogan fired?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
My boss doesn't want me to have a side project
How can the PCs determine if an item is a phylactery?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Read/write a pipe-delimited file line by line with some simple text manipulation
A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?
Can I hook these wires up to find the connection to a dead outlet?
Creating a script with console commands
Grouping enumerated list with different width?
The Next CEO of Stack Overflowgrouping enumerated listEnumerated list indentationEnumerated description listEnumerated list with square bracketsEnumerated List and TableEnumerated sorted list with datatoolLatex Enumerated List referencinggrouping enumerated listenumerated labels in description listA customized enumerated listSet the width of image equal to an item width in the enumerated list
I found the this nice answer regrading grouping of enumerated list. But it does not work for lists with different width. For instance
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathreplacing
newcommandtikzmark[1]tikz[overlay,remember picture] node[baseline] (#1) ;
tikzsetMy Node Style/.style=midway, right, xshift=3.0ex, align=left, font=small, draw=none, thin, text=black
newcommandVerticalBrace[4][]%
% #1 = draw options
% #2 = top mark
% #2 = bottom mark
% #4 = label
begintikzpicture[overlay,remember picture]
draw[decorate,decoration=brace, amplitude=1.5ex, #1]
([yshift=1ex]#2.north east) -- ([yshift=-1ex]#3.south east)
node[My Node Style] #4;
endtikzpicture
begindocument
beginenumerate
item Item 1tikzmarktop 1
item Item wide wide widetikzmarkbottom 1
item Item 3tikzmarktop 2
item Item 4
item Item wide wide wide
item Item 6tikzmarkbottom 2
endenumerate
VerticalBrace[ultra thick, blue]top 1bottom 1The first two items
VerticalBrace[ultra thick, blue]top 2bottom 2The last four items
enddocument
gives
How can I fix this?
tikz-pgf enumerate braces grouping
add a comment |
I found the this nice answer regrading grouping of enumerated list. But it does not work for lists with different width. For instance
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathreplacing
newcommandtikzmark[1]tikz[overlay,remember picture] node[baseline] (#1) ;
tikzsetMy Node Style/.style=midway, right, xshift=3.0ex, align=left, font=small, draw=none, thin, text=black
newcommandVerticalBrace[4][]%
% #1 = draw options
% #2 = top mark
% #2 = bottom mark
% #4 = label
begintikzpicture[overlay,remember picture]
draw[decorate,decoration=brace, amplitude=1.5ex, #1]
([yshift=1ex]#2.north east) -- ([yshift=-1ex]#3.south east)
node[My Node Style] #4;
endtikzpicture
begindocument
beginenumerate
item Item 1tikzmarktop 1
item Item wide wide widetikzmarkbottom 1
item Item 3tikzmarktop 2
item Item 4
item Item wide wide wide
item Item 6tikzmarkbottom 2
endenumerate
VerticalBrace[ultra thick, blue]top 1bottom 1The first two items
VerticalBrace[ultra thick, blue]top 2bottom 2The last four items
enddocument
gives
How can I fix this?
tikz-pgf enumerate braces grouping
add a comment |
I found the this nice answer regrading grouping of enumerated list. But it does not work for lists with different width. For instance
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathreplacing
newcommandtikzmark[1]tikz[overlay,remember picture] node[baseline] (#1) ;
tikzsetMy Node Style/.style=midway, right, xshift=3.0ex, align=left, font=small, draw=none, thin, text=black
newcommandVerticalBrace[4][]%
% #1 = draw options
% #2 = top mark
% #2 = bottom mark
% #4 = label
begintikzpicture[overlay,remember picture]
draw[decorate,decoration=brace, amplitude=1.5ex, #1]
([yshift=1ex]#2.north east) -- ([yshift=-1ex]#3.south east)
node[My Node Style] #4;
endtikzpicture
begindocument
beginenumerate
item Item 1tikzmarktop 1
item Item wide wide widetikzmarkbottom 1
item Item 3tikzmarktop 2
item Item 4
item Item wide wide wide
item Item 6tikzmarkbottom 2
endenumerate
VerticalBrace[ultra thick, blue]top 1bottom 1The first two items
VerticalBrace[ultra thick, blue]top 2bottom 2The last four items
enddocument
gives
How can I fix this?
tikz-pgf enumerate braces grouping
I found the this nice answer regrading grouping of enumerated list. But it does not work for lists with different width. For instance
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathreplacing
newcommandtikzmark[1]tikz[overlay,remember picture] node[baseline] (#1) ;
tikzsetMy Node Style/.style=midway, right, xshift=3.0ex, align=left, font=small, draw=none, thin, text=black
newcommandVerticalBrace[4][]%
% #1 = draw options
% #2 = top mark
% #2 = bottom mark
% #4 = label
begintikzpicture[overlay,remember picture]
draw[decorate,decoration=brace, amplitude=1.5ex, #1]
([yshift=1ex]#2.north east) -- ([yshift=-1ex]#3.south east)
node[My Node Style] #4;
endtikzpicture
begindocument
beginenumerate
item Item 1tikzmarktop 1
item Item wide wide widetikzmarkbottom 1
item Item 3tikzmarktop 2
item Item 4
item Item wide wide wide
item Item 6tikzmarkbottom 2
endenumerate
VerticalBrace[ultra thick, blue]top 1bottom 1The first two items
VerticalBrace[ultra thick, blue]top 2bottom 2The last four items
enddocument
gives
How can I fix this?
tikz-pgf enumerate braces grouping
tikz-pgf enumerate braces grouping
edited 5 mins ago
JouleV
9,70322357
9,70322357
asked 8 mins ago
maryamarya
1,41821025
1,41821025
add a comment |
add a comment |
0
active
oldest
votes
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%2f482708%2fgrouping-enumerated-list-with-different-width%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%2f482708%2fgrouping-enumerated-list-with-different-width%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