Alternative to using inline math mode for single letters? The 2019 Stack Overflow Developer...

What is this sharp, curved notch on my knife for?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Why can't devices on different VLANs, but on the same subnet, communicate?

Keeping a retro style to sci-fi spaceships?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

If I can cast sorceries at instant speed, can I use sorcery-speed activated abilities at instant speed?

How to type a long/em dash `—`

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past

Can there be female White Walkers?

Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?

Why isn't the black hole white?

"as much details as you can remember"

Worn-tile Scrabble

How to obtain a position of last non-zero element

Why not take a picture of a closer black hole?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Why doesn't UInt have a toDouble()?

Does HR tell a hiring manager about salary negotiations?

Is an up-to-date browser secure on an out-of-date OS?

Star Trek - X-shaped Item on Regula/Orbital Office Starbases

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

What is the most efficient way to store a numeric range?

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?



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$












0















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.










share|improve this question























  • there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.

    – Zarko
    11 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
    40 secs ago
















0















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.










share|improve this question























  • there is no better alternative for math node. however, you can define new commands for set of variables and frequently used math expressions.

    – Zarko
    11 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
    40 secs ago














0












0








0








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 14 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
    11 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
    40 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
    11 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
    40 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
11 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
11 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
40 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
40 secs ago










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
});


}
});














draft saved

draft discarded


















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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...