Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resizing slashes inside \combgame{} does not work inside align environment #2

Open
brettpim opened this issue Sep 6, 2021 · 1 comment

Comments

@brettpim
Copy link

brettpim commented Sep 6, 2021

In

\begin{equation}
  \cgup^{n+1} &=  \combgame{\{0| \cgdown^{[n]}*\}}
\end{equation}

The slash is increased in size to match height of options of game, but in

\begin{align*}
  \cgup^{n+1} &=  \combgame{\{0| \cgdown^{[n]}*\}}
\end{align*}

it is not resized

@aaron-siegel
Copy link
Owner

If you use \cgslash instead of a vertical bar, it will resize properly:

\begin{align*}
  \cgup^{n+1} &=  \combgame{\{0 \cgslash \cgdown^{[n]}*\}}
\end{align*}

I agree it'd be great to find a better solution, but this serves as a workaround in the meantime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants