Possible Duplicate:
Nice-looking p-th roots
There is symbol overlap in $\sqrt[a_1]{x}$. Is there a way to increase the vertical position of $a_1$?
\documentclass{article}
\begin{document}
$\sqrt[a_{1}]{x}$.
\end{document}
There is symbol overlap in
|
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
if you're using the
some experimentation may be required to determine the best spacing. there's also both by the way, this has been addressed before, in using-leftroot-uproot-with-closed-square-root-symbol and nice-looking-p-th-roots. |
||||
|
|
|
Here's an option, in the form of a new command
It may be futile though to introduce a new command for a very small case. On a side note, using subscripts in |
||||
$\sqrt[\raisebox{\depth}{$\scriptstyle a_{1}$}]{x}$.– Marco Daniel May 18 '12 at 16:47\raiseboxcommand, for example:$\sqrt[\raisebox{4pt}{{\scriptsize$a_1$}}]{x}$. See the help for the command: raisebox help. – osjerick May 18 '12 at 16:56