mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
Support \oiint and \oiiint (#1430)
* Support \oiint and \oiiint * Fix sub. Add tests * Add phony screenshots * Add real screenshots
This commit is contained in:
BIN
test/screenshotter/images/Integrands-chrome.png
Normal file
BIN
test/screenshotter/images/Integrands-chrome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
test/screenshotter/images/Integrands-firefox.png
Normal file
BIN
test/screenshotter/images/Integrands-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@@ -132,6 +132,12 @@ GroupMacros:
|
||||
\endExp: \egroup
|
||||
tex: \startExp a+b\endExp
|
||||
HorizontalBraces: \overbrace{\displaystyle{\oint_S{\vec E\cdot\hat n\,\mathrm d a}}}^\text{emf} = \underbrace{\frac{q_{\text{enc}}}{\varepsilon_0}}_{\text{charge}}
|
||||
Integrands: |
|
||||
\begin{array}{l}
|
||||
\displaystyle \int + \oint + \iint + \oiint_i^n \\[0.6em]
|
||||
\displaystyle \iiint + \oiiint + \textstyle \int + \oint_i^n \\[0.6em]
|
||||
\iint + \oiint + \iiint + \oiiint
|
||||
\end{array}
|
||||
KaTeX:
|
||||
tex: \KaTeX
|
||||
nolatex: \KaTeX not supported by LaTeX
|
||||
|
Reference in New Issue
Block a user