Only first item of enumerate in paracol environment not vertically aligned The 2019 Stack Overflow Developer Survey Results Are InEnumerate and itemize undefined + captions not workingaligning a multiline formula with the bullet of itemizeVertical alignment problem with arraystretch and m column definitionCreating an enumerate-description style environmentPage Content MisalignmentVertically aligned table in plainTeX / LaTeX / Context etcLatex document contains only section?No new line for theorem in enumerateMultipage synchronous two column abstract in a two column articleNumbering and text alignment with enumerate
RequirePermission not working
What force causes entropy to increase?
Can there be female White Walkers?
If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?
Pokemon Turn Based battle (Python)
What do I do when my TA workload is more than expected?
What do hard-Brexiteers want with respect to the Irish border?
A word that means fill it to the required quantity
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Match Roman Numerals
Finding the area between two curves with Integrate
Can we generate random numbers using irrational numbers like π and e?
writing variables above the numbers in tikz picture
Why is the maximum length of OpenWrt’s root password 8 characters?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
How can I define good in a religion that claims no moral authority?
Button changing its text & action. Good or terrible?
Is Cinnamon a desktop environment or a window manager? (Or both?)
Does adding complexity mean a more secure cipher?
The difference between dialogue marks
How to type a long/em dash `—`
What is this business jet?
How to charge AirPods to keep battery healthy?
Is it safe to harvest rainwater that fell on solar panels?
Only first item of enumerate in paracol environment not vertically aligned
The 2019 Stack Overflow Developer Survey Results Are InEnumerate and itemize undefined + captions not workingaligning a multiline formula with the bullet of itemizeVertical alignment problem with arraystretch and m column definitionCreating an enumerate-description style environmentPage Content MisalignmentVertically aligned table in plainTeX / LaTeX / Context etcLatex document contains only section?No new line for theorem in enumerateMultipage synchronous two column abstract in a two column articleNumbering and text alignment with enumerate
MWE:
documentclass[11pt]book
usepackageparacol
begindocument
chapter*First Part
beginparacol2
switchcolumn[1]* section*Heading in Language 1
switchcolumn[0] section*Heading in Language 2
beginenumerate
switchcolumn[1]* item Text in language 1
switchcolumn[0] item Text in language 2
switchcolumn[1]* item More text in language 1
switchcolumn[0] item More text in language 2
switchcolumn[1]* item Yet more text in language 1
switchcolumn[0] item Yet more text in language 2
endenumerate
endparacol
enddocument
Output:
For some reason, only the first item is vertically misaligned, but the others are aligned. Why is this?
vertical-alignment enumerate alignment paracol
add a comment |
MWE:
documentclass[11pt]book
usepackageparacol
begindocument
chapter*First Part
beginparacol2
switchcolumn[1]* section*Heading in Language 1
switchcolumn[0] section*Heading in Language 2
beginenumerate
switchcolumn[1]* item Text in language 1
switchcolumn[0] item Text in language 2
switchcolumn[1]* item More text in language 1
switchcolumn[0] item More text in language 2
switchcolumn[1]* item Yet more text in language 1
switchcolumn[0] item Yet more text in language 2
endenumerate
endparacol
enddocument
Output:
For some reason, only the first item is vertically misaligned, but the others are aligned. Why is this?
vertical-alignment enumerate alignment paracol
add a comment |
MWE:
documentclass[11pt]book
usepackageparacol
begindocument
chapter*First Part
beginparacol2
switchcolumn[1]* section*Heading in Language 1
switchcolumn[0] section*Heading in Language 2
beginenumerate
switchcolumn[1]* item Text in language 1
switchcolumn[0] item Text in language 2
switchcolumn[1]* item More text in language 1
switchcolumn[0] item More text in language 2
switchcolumn[1]* item Yet more text in language 1
switchcolumn[0] item Yet more text in language 2
endenumerate
endparacol
enddocument
Output:
For some reason, only the first item is vertically misaligned, but the others are aligned. Why is this?
vertical-alignment enumerate alignment paracol
MWE:
documentclass[11pt]book
usepackageparacol
begindocument
chapter*First Part
beginparacol2
switchcolumn[1]* section*Heading in Language 1
switchcolumn[0] section*Heading in Language 2
beginenumerate
switchcolumn[1]* item Text in language 1
switchcolumn[0] item Text in language 2
switchcolumn[1]* item More text in language 1
switchcolumn[0] item More text in language 2
switchcolumn[1]* item Yet more text in language 1
switchcolumn[0] item Yet more text in language 2
endenumerate
endparacol
enddocument
Output:
For some reason, only the first item is vertically misaligned, but the others are aligned. Why is this?
vertical-alignment enumerate alignment paracol
vertical-alignment enumerate alignment paracol
asked 3 mins ago
GeremiaGeremia
8851924
8851924
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%2f484437%2fonly-first-item-of-enumerate-in-paracol-environment-not-vertically-aligned%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%2f484437%2fonly-first-item-of-enumerate-in-paracol-environment-not-vertically-aligned%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