Skip to content

Conversation

@a-torgovitsky
Copy link

Summary

The ali and bigfun snippets in bwA.lua had an extra dot character before \end{align*}, causing the expanded snippet to include a spurious period.

Before:

\begin{align*}
	content here
.\end{align*}

After:

\begin{align*}
	content here
\end{align*}

Changes

  • Removed the errant . from line 25 (ali snippet)
  • Removed the errant . from line 47 (bigfun snippet)

The `ali` and `bigfun` snippets had an extra dot character before
`\end{align*}`, causing the output to include a spurious period.
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

Successfully merging this pull request may close these issues.

1 participant