Right-align sym in enumerationThe definitive guide to ConTeXt MkIV documentationFloating a sidebar into the...
Rationale to prefer local variables over instance variables?
Can I send almost 1MB transaction?
What is a term for a function that when called repeatedly, has the same effect as calling once?
A "strange" unit radio astronomy
Is there a frame of reference in which I was born before I was conceived?
What should one use the left pedal for on an upright?
Filling in Area Under Curve Causes Alignment Issues
Why can't we make a perpetual motion machine by using a magnet to pull up a piece of metal, then letting it fall back down?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
When was drinking water recognized as crucial in marathon running?
Where is the line between being obedient and getting bullied by a boss
Giving a talk in my old university, how prominently should I tell students my salary?
I can't die. Who am I?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
What am I? I am in theaters and computer programs
How can atoms be electrically neutral when there is a difference in the positions of the charges?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
What is the wife of a henpecked husband called?
Plagiarism of code by other PhD student
If a set is open, does that imply that it has no boundary points?
Real life puzzle: Unknown alphabet or shorthand
How do ISS astronauts "get their stripes"?
Using std::set container for range items
Make me a metasequence
Right-align sym in enumeration
The definitive guide to ConTeXt MkIV documentationFloating a sidebar into the margin with ConTeXtPolymer structure in PPCHTEX - how to make big brackets?How to make a fancy rule under a line of text in ConTeXtAlignment of section titles in multi-column paragraphs in ConTeXtConTeXt sections blanksParagraph title in ConTeXt (similar to LaTeX paragraph{})ConTeXt: Applying conditional formatting to bibliography entryProblem in rendering bibliography in ConTeXtConTeXt: avoid enumeration items across pagesLatin hyphenation and macrons (in ConTeXt, but I believe also in LaTeX)
startitemize[before=,width=3.5em,inbetween={blank[small]}]
sym{bold{foo}} Lorem ipsum dolor sit amet
sym{bold{foobar}} Lorem ipsum dolor sit amet
stopitemize
gives

Is there a way to align the syms such that foo and foobar are flush against the right?
context
New contributor
CherryMan 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 |
startitemize[before=,width=3.5em,inbetween={blank[small]}]
sym{bold{foo}} Lorem ipsum dolor sit amet
sym{bold{foobar}} Lorem ipsum dolor sit amet
stopitemize
gives

Is there a way to align the syms such that foo and foobar are flush against the right?
context
New contributor
CherryMan 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 |
startitemize[before=,width=3.5em,inbetween={blank[small]}]
sym{bold{foo}} Lorem ipsum dolor sit amet
sym{bold{foobar}} Lorem ipsum dolor sit amet
stopitemize
gives

Is there a way to align the syms such that foo and foobar are flush against the right?
context
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
startitemize[before=,width=3.5em,inbetween={blank[small]}]
sym{bold{foo}} Lorem ipsum dolor sit amet
sym{bold{foobar}} Lorem ipsum dolor sit amet
stopitemize
gives

Is there a way to align the syms such that foo and foobar are flush against the right?
context
context
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 23 hours ago
CherryManCherryMan
133
133
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
CherryMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
CherryMan 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 |
add a comment |
1 Answer
1
active
oldest
votes
You can use the itemalign key to change the alignment of the sym text.
By default there is no space between the sym text and the content for them item but you can use the distance key to set a value which is inserted between them.
You can also get rid of your manual font changes when you use the symstyle key to change the from from regular to bold.
starttext
startitemize[width=3.5em,symstyle=bold,itemalign=flushright,distance=.5em]
sym{foo} Lorem ipsum dolor sit amet
sym{foobar} Lorem ipsum dolor sit amet
stopitemize
stoptext

If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
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
});
}
});
CherryMan 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%2f477742%2fright-align-sym-in-enumeration%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
You can use the itemalign key to change the alignment of the sym text.
By default there is no space between the sym text and the content for them item but you can use the distance key to set a value which is inserted between them.
You can also get rid of your manual font changes when you use the symstyle key to change the from from regular to bold.
starttext
startitemize[width=3.5em,symstyle=bold,itemalign=flushright,distance=.5em]
sym{foo} Lorem ipsum dolor sit amet
sym{foobar} Lorem ipsum dolor sit amet
stopitemize
stoptext

If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
add a comment |
You can use the itemalign key to change the alignment of the sym text.
By default there is no space between the sym text and the content for them item but you can use the distance key to set a value which is inserted between them.
You can also get rid of your manual font changes when you use the symstyle key to change the from from regular to bold.
starttext
startitemize[width=3.5em,symstyle=bold,itemalign=flushright,distance=.5em]
sym{foo} Lorem ipsum dolor sit amet
sym{foobar} Lorem ipsum dolor sit amet
stopitemize
stoptext

If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
add a comment |
You can use the itemalign key to change the alignment of the sym text.
By default there is no space between the sym text and the content for them item but you can use the distance key to set a value which is inserted between them.
You can also get rid of your manual font changes when you use the symstyle key to change the from from regular to bold.
starttext
startitemize[width=3.5em,symstyle=bold,itemalign=flushright,distance=.5em]
sym{foo} Lorem ipsum dolor sit amet
sym{foobar} Lorem ipsum dolor sit amet
stopitemize
stoptext

You can use the itemalign key to change the alignment of the sym text.
By default there is no space between the sym text and the content for them item but you can use the distance key to set a value which is inserted between them.
You can also get rid of your manual font changes when you use the symstyle key to change the from from regular to bold.
starttext
startitemize[width=3.5em,symstyle=bold,itemalign=flushright,distance=.5em]
sym{foo} Lorem ipsum dolor sit amet
sym{foobar} Lorem ipsum dolor sit amet
stopitemize
stoptext

answered 23 hours ago
Wolfgang SchusterWolfgang Schuster
5,6761711
5,6761711
If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
add a comment |
If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
If you know of any, could you recommend any resources to find similar information in the future?
– CherryMan
22 hours ago
1
1
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
@CherryMan The definitive guide to ConTeXt MkIV documentation
– Henri Menke
19 hours ago
add a comment |
CherryMan is a new contributor. Be nice, and check out our Code of Conduct.
CherryMan is a new contributor. Be nice, and check out our Code of Conduct.
CherryMan is a new contributor. Be nice, and check out our Code of Conduct.
CherryMan 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%2f477742%2fright-align-sym-in-enumeration%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