Uwe St�hr wrote:
http://pc52.ifw.ing.tu-bs.de/~harders/latex/textcircled.pdf

> why did you load the package textcomp for this example?


textcomp is a LaTeX standard package and I always use it in my documents (e.g. for the upright � (\mu) ). The LyX Userguide uses this now for the table in chapter 6.6.3.

I know :-)


But I must say, that it wasn't me who sends this file to the lmodern bug- and wishlist (Heiko Oberdieck prepared it for me):
http://pc52.ifw.ing.tu-bs.de/~harders/latex/lmodern.html

ok, I'll meet him next week. For upright breek letters you can use euler:

\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{euler}
\usepackage{lmodern}
\begin{document}

$\alpha\beta\mu$ \textcircled{$\mu$}

\end{document}

Herbert




Reply via email to