borisveytsman / acmart

ACM consolidated LaTeX styles
614 stars 253 forks source link

acmart breaks with tipa package #283

Closed gattilorenz closed 6 years ago

gattilorenz commented 6 years ago

importing the tipa package (used for writing the International Phonetic Alphabet) breaks acmart, since acmart uses the libertine font.

I patched the template manually ( following the guide at https://tex.stackexchange.com/questions/377235/sffamily-mdseries-undefined-control-sequence ) but you might want to fix it for everybody

borisveytsman commented 6 years ago

I cannot reproduce your problem. Here is my file:

\documentclass[sigconf]{acmart}
\usepackage{tipa}

\begin{document}

\textipa{f@"nEtIks} \ipaclap{\textipa{b}}{\textipa{/}}

\end{document}

This compiles to: tmp.pdf