Possible Duplicate:
Choosing font for bold small caps (or any other particular family+series+shape combination)
I am using Aldus obtained from Adobe and installed using this method (after converting to T1 fonts): http://ftp.sun.ac.za/ftp/CTAN/fonts/metrics/w-a-schmidt/pas.txt
Using the font works fine, except Aldus does not contain a bold face and I would like LaTeX to select the bold face from Palatino, is there an easy way to do this?
EDIT: I wanted to try something along the lines of Choosing font for bold small caps (or any other particular family+series+shape combination) , but doing the following does not work:
\DeclareFontShape{T1}{pasj}{bx}{n} { <-> ssub * ppl/bx/n }{}
I guess I might be a bit naive and do not understand exactly how \DeclareFontShape works. Does there have to be a package 'pasj' for this to work? At the moment I just include the font as:
\renewcommand{\rmdefault}{pasj}
