Quantcast
Channel: Active questions tagged mathtools - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 122

Formatting variable subscript when it's text

$
0
0

I have a doubt about formatting the subscript of a variable. I'm following this convention: when the subscript is a text, or a letter which abbreviates a text word, I format the subscript as text.

Example: the variable X referred to a leakage is written like

X_{\text{leakage}}

variable "X" with subscript "leakage" in text mode

or

X_{\text{l}}

variable "X" with subscript "l" in text mode

Know comes the problem: I'm writing the document in portuguese. In my country (Brazil), foreign words must be, in general, emphasized. So the word "leakage", when in text mode in my document, is written like

\emph{leakage}

word "leakage" emphasized

Should I emphasized it when in the subscript of a variable?

Example: the variable X referred to a leakage would be written like

X_{\text{\emph{leakage}}}

variable "X" with subscript "leakage" emphasized in text mode

or

X_{\text{\emph{l}}}

variable "X" with subscript "l" emphasized in text mode

I'm using the packages amsmath and mathtools.For those who answer, I ask, if you have, some references about which convention I should use.

Edit: Mico put forward a convincing argument for continuing to use the subscript in normal text mode. But I also want to thank David, who gave me a reason for using \mathrm{...} instead of \text{...}.


Viewing all articles
Browse latest Browse all 122

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>