I Want the desired output with X enlarged compared to A & Z but when I use the following command
$^A_Z{\Large X}_N$
It doesn't show desired output.
What could be the possible command to enlarge just a single letter?
I Want the desired output with X enlarged compared to A & Z but when I use the following command
$^A_Z{\Large X}_N$
It doesn't show desired output.
What could be the possible command to enlarge just a single letter?
I'm using to increase the single letter the package relsize at the page 1:
\documentclass{article}
\usepackage{relsize}
\begin{document}
${}^{A}_{Z} {\mbox{\Large$X$}}_N$, \quad ${}^{A}_{Z} {\mbox{\larger[3]$X$}}_N$, \quad ${}^{A}_{Z}{\mbox{\larger[6]$X$}}_N$
\end{document}
The output is:
X has normal size.
– Sigur
Dec 26 '18 at 20:56
\Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.
– samcarter_is_at_topanswers.xyz
Dec 26 '18 at 21:48
A,Z,Nare indexes, so they should be smaller than the normal fontX. So, do you want the normal fontXbigger then the indexes or even more? – Sigur Dec 26 '18 at 15:24\sum? – egreg Dec 26 '18 at 21:12