> 1) If you use Computer Modern font, then use dvips -G -Ppdf > (otherwise you lose things like half of integrals or large parentheses) > > 2) If you use an Adobe Postscript font, then use dvips -G0 -Ppdf > (otherwise you lose things like fi ff ligatures)
"dvips -G0 -Ppdf" is the same as "dvips -G0 -Ppdf" or even "dvips -Ppdf". If you want to load config.pdf without character shifting, specify that -G0 *after* -Ppdf: dvips -Ppdf -G0 For dvips, later settings overwrite earlier ones on the command line. Thomas