question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`\cong` has extra trailing space

See original GitHub issue

The \cong relation, ≅, has some extra trailing space compared with \cong in official LaTeX and other similar relations in KaTeX.

\begin{aligned}
  & x \equiv x \\
  & x \cong x \\
  & x \approxeq x \\
\end{aligned}

Live demo

KaTeX rendering: cong-katex

QuickLaTeX rendering: cong-quicklatex

  • KaTeX Version: 0.11.1
  • Device: Desktop
  • OS: Windows 10
  • Browser: Chrome
  • Version: 79

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Yue-Zhengyuancommented, Aug 28, 2021

The katex-font repository is archived, but the problem of \cong still persists today. Hope that it is not forgotten…

1reaction
fefreicommented, Apr 23, 2020

Since I ran into the same issue, I took the liberty to report it in katex-fonts myself.

Thanks for your awesome work 🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trailing spaces when copying from console
when you select text with mouse in console (that is, copy it), paste it, and realize you've got extra spaces at the end...
Read more >
python - what is trailing whitespace and how can I handle this?
Trailing whitespace is any spaces or tabs after the last non-whitespace character on the line until the newline. In your posted question, there...
Read more >
Remove Trailing Whitespace String Characters - YouTube
Trim the trailing whitespace characters from a string in C. Source code: ...
Read more >
sed tip: Remove / Delete All Leading Blank Spaces / Tabs ...
Explains how to delete or remove all leading blank spaces or tabs ( whitespace ) using sed command on Linux, macOS, *BSD and...
Read more >
Trailing Spaces - Visual Studio Marketplace
press F1 and select/type "Trailing Spaces: Delete"; bind the deletion command to a keyboard shortcut: To add a key binding, open "File /...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found