On Sun, 25 Aug 2019, Dr Eberhard W Lisse wrote:

shows

        FUNCTION {emphasize}
        { duplicate$ empty$
                { pop$ "" }
                { "{\em " swap$ * "}" * }
          if$
        }

so if you replace that with

        FUNCTION {emphasize}
        { duplicate$ empty$
                { pop$ "" }
                { "\emph{" swap$ * "}" * }
          if$
        }

and similar for \bf and so on you will probably find that your issues go
away :-)-O

el,

Thank you. Changing the reference format is my first step ... Monday. Today
is roasting coffee, feeding sourdough starters, and other cooking. Tomorrow
is yard work.

Regards,

Rich

Reply via email to