[OS X TeX] Changing the size of pp=th roots?

Luis Fernando Sequeira lfsequeira at gmail.com
Thu Jun 3 21:25:20 CEST 2021


As Michael said, the root index is in scriptscripystyle but you can force it to be
larger, eg

 $\sqrt[\scriptstile{p}]{n}$

and you can raise it too - something like 


  $\sqrt[\raisebox{0.25ex}{$\scriptstyle{p}$}]{n}$

The trouble with this is that once you start doing these things like \raisebox you leave the nice abstraction of concentrating on content and have to worry about form. Different radicands will yield different sizes and cause difference adjustments. But still you can explore that. 
For sure using \scriptstyle is fine, and you can easily abstract that away by defining a new command:

\newcommand{\ssqrt}[2][]{\sqrt[\scriptstyle{#1}]{#2}}

Luís Sequeira


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex



More information about the macostex-archives mailing list.