雙商

雙商

我想要得到像雙商這樣的東西,即這樣的東西,G\X/H其中X是 的一個群,並且G,H是 的子群X。和

\sideset{_{G}}{^{X}}{\mathop\backslash} 

我得到了G\X,但我不知道如何得到G\X/H

有誰知道如何做到這一點?

答案1

我認為你不需要使用\sideset(它需要一個數學運算子作為第三個參數):

\documentclass{article}
\usepackage{amsmath}
\begin{document}
    This is my solution:
    \[
    _{G}\backslash^{X}/_{H}
    \]
    This only to show the difference w.r.t. the solution suggested in the comment:
    \[
    G\backslash X/H 
    \]
\end{document}

在此輸入影像描述

相關內容