
答え1
のアムスマス\uproot
パッケージは、\leftroot
オプションのルート番号項の配置を微調整するためのマクロを提供します。
平方根項が不必要に大きくならないように、 および ディレクティブによる高さのある区切り文字の自動サイズ設定も避け\left
、\right
代わりに\biggl
/\biggr
および\Biggl
/を使用します。また、全体的な垂直サイズが決まったら、およびを使用して水平配置を微調整することBiggr
をためらわないでください。\,
\!
\documentclass{article}
\usepackage{amsmath} % for \uproot and \leftroot macros
\begin{document}
\[
\sqrt[\uproot{20} 5]{ % <-- note the '\uproot{20}' directive
\Biggl[ \!
\biggl(\!
\sqrt[\leftroot{-2} 3]{16+8\sqrt{5}}
+\sqrt{6-2\sqrt{5}}
\,\biggr)^{%
\!\!\! \sqrt[\leftroot{-2} 3]{16+8\sqrt{5}}
-\sqrt{6-2\sqrt{5}} }
\,\Biggl]^{\!\sqrt{5}}
} \,.
\]
\end{document}