first of all, my deepest apologies for my bad English.
I hope that this is the right place to post and, most of all, the right way of posting!
I have an annoying warning while using the command to change the default font.
Basically I have defined the following command:
Code: Select all
\newcommand{\command}{{\fontfamily{iwona}\fontshape{sc}\selectfont *my text*}}
Code: Select all
Font shape "T1/*PutYourPreferredFontHere*/bx/SC" undefined using "T1/cmr/m/n" instead on [...]
- If I change the font to the substitued one (cmr) with the same series/shape I have again the same warning; like the compiler is substituting the font with the exact same font!
- In any case the font is correctly set (if the series/shape is available). For instance, in the case of "iwona" font the text is correctly set, when this command is called. The point is, I want to eradicate the warning!
Code: Select all
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
Code: Select all
\usepackage{eucal}
\usepackage{mathptmx}
\usepackage[scaled=0.92]{helvet}
\usepackage{courier}
Thanks in advance.