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} }
endIs such a construct possible?
thanks Uwe
