I checked the fonts on my PDF, and it seems I have a mysterious F68, type 3, custom encoding font included in my font list. I check the three pages that the font is apparently on and I couldn't find anything out of the ordinary (no graphics either). I also tried searching for this mysterious font F68 but couldn't find anything anywhere on the internet. I'm sure someone must have faced a similar problem but nothing showed up.
I tried troubleshooting my packages and I can't pinpoint the source package that is making this font. My current preamble is:
Code: Select all
\documentclass[letterpaper, 10 pt, conference]{ieeeconf}\usepackage{amsmath,amssymb,graphicx}\overrideIEEEmargins\newtheorem{thm}{Theorem}\newtheorem{rem}{Remark}\newtheorem{defn}{Definition}
Also, if I use another class (ifacconf.cls), I still get another type 3 font on the same pages but this time its called F46. This problem has gotten me completely stumped. I would really appreciate any help from anyone on here.
~IH
PS: I am using pdflatex (LaTeX => PDF) in a MiKTeX distribution with TeXnicCenter.