How can I typeset a proper \oiint symbol?
I can only find bitmap workarounds or ugly variations.
Using the package esint with this minimal setup:
\documentclass{article}
\usepackage{amsmath}
\usepackage{bm}
\usepackage{esint}
\begin{document}
\begin{gather}
\oiint_A \bm{F}
\end{gather}
\end{document}
…results in unusably ugly rasterisation:
With \usepackage[integrals]{wasysym}, the all integral symbols are replaced with uglier, shorter alternatives, which isn’t acceptable for my use.
Using unicode-mathas per this question breaks the bm package. To fix this, used the package mathastext as per this question, but this seems to break absolutely everything. I am beginning to seriously doubt LaTeX.
Please help me.
Edit Here is the contents of the file MWE.log on Pastebin when compiled with PdfLaTeX.
Thanks.


\bm{F}in your example) are available in the uniocde-math fomts directly (and can be accessed using\symbffrom unicode-math) – David Carlisle Apr 24 '17 at 10:38bmpackage and replace all occurrences of\bmwith\symbf. Or should I redefine\bm→\symbf? If so, do you know how? – Jollywatt Apr 24 '17 at 10:57/Users/Joseph/Library/texlive/2016basic/texmf-var/fonts/pk/ljfour/public/esint/esint10.600pkthe map file to tell pdftex to use scalable fonts seems not to have been installed – David Carlisle Apr 24 '17 at 10:59\newcommand\bm{\symbf}would work to define an alias. – David Carlisle Apr 24 '17 at 11:00unicode-mathworks perfectly, even though the integrals use a slightly different font. But how can I install the map file? Does that point to an incompleteesintinstallation? – Jollywatt Apr 24 '17 at 11:05esint-type1. I usually recommend to install the full MacTeX, rather than the “basic” one, which misses so many things. – egreg Apr 24 '17 at 11:08esint-type1? – Jollywatt Apr 24 '17 at 11:13