[OS X TeX] Issue with symbol fonts

Michael Sharpe msharpe at ucsd.edu
Wed Mar 22 02:55:16 CET 2017


> On Mar 21, 2017, at 6:26 PM, Alan Litchfield <alan at alphabyte.co.nz> wrote:
> 
> Hi,
> 
> I am using the new (2017) acmart template for a paper and get an error as below:
> 
> (/usr/local/texlive/2016/texmf-dist/tex/latex/stix/stix.sty
> 
> ! LaTeX Error: Too many symbol fonts declared.
> 
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
> ...
> 
> l.86 ...lFont{arrows2}       {LS1}{stixsf}   {m}{it}
> 
> It appears the issue is firmly with stix and i have tried to compile with LaTeX and luaLaTeX.
> 
> This is a MWE:
> 
> \documentclass[acmsmall, review=false, screen=true]{acmart}
> 
> \usepackage{algorithmic}
> \usepackage[notextcomp]{stix}
> 
> % Note that the option for stix required because it clashes with
> % textcomp in the class file.
> 
> \begin{document}
> 
> $\fullouterjoin$
> 
> \end{document}
> 
> How would I resolve this problem? I have seen some hashed up full outer join symbols using other fonts but they are pretty ugly.
> 
> Alan
> -- 

The problem is that acmart.cls loads libertine as text font and newtxmath (with libertine option) as math font, taking up about 14 of the 16 available math families that can be used by TeX. You can still use the symbol \fullouterjoin by loadinng the tfm containing it with a {\usefont{}{}{}{} \char } construction.

Michael


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://www.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex


More information about the macostex-archives mailing list