Math & Science ⇒ AMS and \oint
AMS and \oint
The integrals are slanted and the indicator for the closed surface is in elliptical style such as the integrals
shown in table 60 on page 29 in the symbols-a4.pdf document (but these integrals are upright and not slanted).
I wonder what the name of such a package may be, where multiple closed integrals in the
same fashion as the AMS \iiint are provided. The "closed" indication should be "elliptical style" such as these
in table 60 mentioned above.
Anybody knows such a package?
Regards
Fab
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 16
- Joined: Fri Dec 26, 2008 11:36 pm
Re: AMS and \oint
AMS and \oint
these are not the styles I'm looking for. The integrals in the esint package are nicely slanted but the circles of the \oint's are a little too big for my taste.porky_pig_jr wrote:Tables 57 or 58 in the same 'symbols' document?
However, the exact styles of the integrals printed in the books mentioned above are not listed in the symbols.pdf document,
that makes me wonder if there are another integral packages available. I'm not pretty sure if these books are typeset using LaTeX.
They might be a creation of the publisher (McGraw Hill) itself. I was just curious, if there are other styles available than listed in symbols.pdf
Cheers
Fab
AMS and \oint
Code: Select all
\documentclass{article}\usepackage{amsmath}\usepackage{tikz}\usetikzlibrary{shapes}\newcommand*\oiint{%\tikz \node[draw, ellipse, inner xsep=-3pt, inner ysep=-9pt] {$\displaystyle\iint$};%}\newcommand*\oiiint{%\tikz \node[draw, ellipse, inner xsep=-4pt, inner ysep=-9pt] {$\displaystyle\iiint$};%}\begin{document}\[ \oint \]\[ \oiint \]\[ \oiiint \]\end{document}
-
- Posts: 16
- Joined: Fri Dec 26, 2008 11:36 pm
Re: AMS and \oint
Re: AMS and \oint
The possibilities with LaTeX and its relatives are just amazing! I love it

Since I got a little experience with pstricks, I'm going to experiment a little bit.
Happy new year
Regards
Fab
-
- Posts: 16
- Joined: Fri Dec 26, 2008 11:36 pm
AMS and \oint
Good luck. Make sure the width of the resulting symbol is the 'wider one' of those you're combining (probably the ellipse), so figure out whether you would want llap or rlap. If anything I can help with (with my minimal experience of doing that staff), ask.waxranger wrote:thank you guys for the inspiration!
The possibilities with LaTeX and its relatives are just amazing! I love it![]()
Since I got a little experience with pstricks, I'm going to experiment a little bit.
Happy new year
Regards
Fab