Alternative to using inline math mode for single letters? The 2019 Stack Overflow Developer...
Straighten subgroup lattice
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
How to obtain a position of last non-zero element
The phrase "to the numbers born"?
Why can't devices on different VLANs, but on the same subnet, communicate?
What do I do when my TA workload is more than expected?
Can withdrawing asylum be illegal?
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
How to display lines in a file like ls displays files in a directory?
Dropping list elements from nested list after evaluation
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Button changing its text & action. Good or terrible?
writing variables above the numbers in tikz picture
Geography at the pixel level
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Why couldn't they take pictures of a closer black hole?
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
How to translate "being like"?
A word that means fill it to the required quantity
What do hard-Brexiteers want with respect to the Irish border?
Star Trek - X-shaped Item on Regula/Orbital Office Starbases
Output the Arecibo Message
How do you keep chess fun when your opponent constantly beats you?
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
4 mins 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 7 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
4 mins 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
4 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
4 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
4 mins 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
4 mins ago