Alternative to using inline math mode for single letters? The 2019 Stack Overflow Developer Survey Results Are InHow to get monospace logic formulas?Beyond Bringhurst: mathematical typesettingWhat exactly is a “single character” or “symbol” in math mode?A bold plus symbol in math modeWhat are semantically correct alternatives to text in math mode?Alternative for `linebreak` in inline math modeInline math or textit for author defined math constants?Math mode for all numbers or notIs there a way to get “dumb” single quote in math mode?Distinguish between $v$ and $nu$
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
Is an up-to-date browser secure on an out-of-date OS?
The phrase "to the numbers born"?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
How to notate time signature switching consistently every measure
Ubuntu Server install with full GUI
How to translate "being like"?
Why not take a picture of a closer black hole?
Can a flute soloist sit?
Does HR tell a hiring manager about salary negotiations?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
What is preventing me from simply constructing a hash that's lower than the current target?
writing variables above the numbers in tikz picture
Can withdrawing asylum be illegal?
How to type a long/em dash `—`
What is this sharp, curved notch on my knife for?
Slides for 30 min~1 hr Skype tenure track application interview
Why “相同意思的词” is called “同义词” instead of "同意词"?
Is it okay to consider publishing in my first year of PhD?
What is this business jet?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Why doesn't shell automatically fix "useless use of cat"?
Keeping a retro style to sci-fi spaceships?
Alternative to using inline math mode for single letters?
The 2019 Stack Overflow Developer Survey Results Are InHow to get monospace logic formulas?Beyond Bringhurst: mathematical typesettingWhat exactly is a “single character” or “symbol” in math mode?A bold plus symbol in math modeWhat are semantically correct alternatives to text in math mode?Alternative for `linebreak` in inline math modeInline math or textit for author defined math constants?Math mode for all numbers or notIs there a way to get “dumb” single quote in math mode?Distinguish between $v$ and $nu$
In work that I write, I frequently have a big mathematical block that uses a lot of single-letter symbols. This is fine, and in fact the standard for the specific sub-field in question. My issue (it's not really an issue, but something that bugs me) is that in the normal text sections of the work I frequently mention some of these symbols. These are written so that they match the presentation of them in the mathematical block, which in practice means that I end up wrapping every mention of the symbol in an inline maths block. E.g. from something I'm currently writing:
At step (k > 1), ... (b) objects are removed, ... replaced with new (b) objects ... adding one further (m) object to (M).
In the instance above, the k > 1 should be inside an inline maths section in order to typeset it correctly, but it always feels a bit wrong to me to wrap all the single symbol references like (b) and (M) in an inline maths block, as that doesn't really seem like what maths mode is for.
Is there a recommend alternative way to get the same typesetting, without actually switching into math mode? I'm aware of the textit command, but I'm not sure if that will always produce the same results as using maths mode - I imagine there might be some document class out there that will end making the two have different typesetting. Or should I simply use maths mode and not worry about it?
I couldn't find any guidance when I searched on this topic, though I may just not have searched on the correct terms. I'm currently using pdfLatex, so I assume that's Latex2e (I'm actually using the default in Overleaf), but I'm hoping that there's a fairly general answer to this.
math-mode formatting
add a comment |
In work that I write, I frequently have a big mathematical block that uses a lot of single-letter symbols. This is fine, and in fact the standard for the specific sub-field in question. My issue (it's not really an issue, but something that bugs me) is that in the normal text sections of the work I frequently mention some of these symbols. These are written so that they match the presentation of them in the mathematical block, which in practice means that I end up wrapping every mention of the symbol in an inline maths block. E.g. from something I'm currently writing:
At step (k > 1), ... (b) objects are removed, ... replaced with new (b) objects ... adding one further (m) object to (M).
In the instance above, the k > 1 should be inside an inline maths section in order to typeset it correctly, but it always feels a bit wrong to me to wrap all the single symbol references like (b) and (M) in an inline maths block, as that doesn't really seem like what maths mode is for.
Is there a recommend alternative way to get the same typesetting, without actually switching into math mode? I'm aware of the textit command, but I'm not sure if that will always produce the same results as using maths mode - I imagine there might be some document class out there that will end making the two have different typesetting. Or should I simply use maths mode and not worry about it?
I couldn't find any guidance when I searched on this topic, though I may just not have searched on the correct terms. I'm currently using pdfLatex, so I assume that's Latex2e (I'm actually using the default in Overleaf), but I'm hoping that there's a fairly general answer to this.
math-mode formatting
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
1
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago
add a comment |
In work that I write, I frequently have a big mathematical block that uses a lot of single-letter symbols. This is fine, and in fact the standard for the specific sub-field in question. My issue (it's not really an issue, but something that bugs me) is that in the normal text sections of the work I frequently mention some of these symbols. These are written so that they match the presentation of them in the mathematical block, which in practice means that I end up wrapping every mention of the symbol in an inline maths block. E.g. from something I'm currently writing:
At step (k > 1), ... (b) objects are removed, ... replaced with new (b) objects ... adding one further (m) object to (M).
In the instance above, the k > 1 should be inside an inline maths section in order to typeset it correctly, but it always feels a bit wrong to me to wrap all the single symbol references like (b) and (M) in an inline maths block, as that doesn't really seem like what maths mode is for.
Is there a recommend alternative way to get the same typesetting, without actually switching into math mode? I'm aware of the textit command, but I'm not sure if that will always produce the same results as using maths mode - I imagine there might be some document class out there that will end making the two have different typesetting. Or should I simply use maths mode and not worry about it?
I couldn't find any guidance when I searched on this topic, though I may just not have searched on the correct terms. I'm currently using pdfLatex, so I assume that's Latex2e (I'm actually using the default in Overleaf), but I'm hoping that there's a fairly general answer to this.
math-mode formatting
In work that I write, I frequently have a big mathematical block that uses a lot of single-letter symbols. This is fine, and in fact the standard for the specific sub-field in question. My issue (it's not really an issue, but something that bugs me) is that in the normal text sections of the work I frequently mention some of these symbols. These are written so that they match the presentation of them in the mathematical block, which in practice means that I end up wrapping every mention of the symbol in an inline maths block. E.g. from something I'm currently writing:
At step (k > 1), ... (b) objects are removed, ... replaced with new (b) objects ... adding one further (m) object to (M).
In the instance above, the k > 1 should be inside an inline maths section in order to typeset it correctly, but it always feels a bit wrong to me to wrap all the single symbol references like (b) and (M) in an inline maths block, as that doesn't really seem like what maths mode is for.
Is there a recommend alternative way to get the same typesetting, without actually switching into math mode? I'm aware of the textit command, but I'm not sure if that will always produce the same results as using maths mode - I imagine there might be some document class out there that will end making the two have different typesetting. Or should I simply use maths mode and not worry about it?
I couldn't find any guidance when I searched on this topic, though I may just not have searched on the correct terms. I'm currently using pdfLatex, so I assume that's Latex2e (I'm actually using the default in Overleaf), but I'm hoping that there's a fairly general answer to this.
math-mode formatting
math-mode formatting
asked 15 mins ago
JarakJarak
1183
1183
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
1
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago
add a comment |
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
1
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
1
1
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago
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%2f484423%2falternative-to-using-inline-math-mode-for-single-letters%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%2f484423%2falternative-to-using-inline-math-mode-for-single-letters%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
there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.
– Zarko
12 mins ago
1
@Zarko Would you be willing to write up what you mean as an answer, please? Or if there's already such an answer, could you please link to it?
– Jarak
57 secs ago