mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Fix space width in \texttt (#1261)
* Fix space width in \texttt Fix #1255 via https://github.com/KaTeX/katex-fonts/pull/41. Also fix width metrics via https://github.com/KaTeX/katex-fonts/pull/42. * Improve test * Update screenshots
This commit is contained in:
committed by
Kevin Barabash
parent
fe2dc1bedf
commit
812b350a5d
@@ -304,6 +304,12 @@ Symbols1: |
|
||||
\maltese\degree\pounds\$
|
||||
\text{\maltese\degree\pounds\textdollar}
|
||||
Text: \frac{a}{b}\text{c~ {ab} \ e}+fg
|
||||
TextSpace:
|
||||
\begin{array}{l}
|
||||
\texttt{12345678901234} \\
|
||||
\texttt{A test 1~~2\ \ 3} \\
|
||||
\verb|A test 1 2 3|
|
||||
\end{array}
|
||||
TextStacked:
|
||||
\begin{matrix}
|
||||
\textsf{abc123 \textbf{abc123} \textit{abc123}}\\
|
||||
|
Reference in New Issue
Block a user