http://pc52.ifw.ing.tu-bs.de/~harders/latex/textcircled.pdf

why did you load the package textcomp for this example?

This is the problem. Without textcomp \textcircled works fine. To avoid this, I want to add the following to the preamble:

\usepackage{lmodern}
if the file textcomp.sty is used, then do
begin
 \newfont{\Neu}{ptmr8t scaled 1200} %font times
 \let\MyCircle\textcircled
 \renewcommand{\textcircled}{%
  \Neu
  \myCircle
  \normalfont} }
end

Is such a construct possible?

thanks Uwe




Reply via email to