0

I try to get hepthesis running but run into a problem when using \textmu Here a code example:

\documentclass[oneside,a4paper]{hepthesis}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage[colorlinks=true]{hyperref}

\begin{document}
    $\mu$ , \textmu
\end{document}

which results into:

Error: Command \textmu unavailable in encoding OT1.
Warning: Load 'inputenc' before 'csquotes'
Warning: No multilingual support.

I do now about \textmugreek but it looks different and quite pixely (might be a viewer problem...)

Is there a way to make \textmu work?

Speravir
  • 19,491
magu_
  • 661
  • 4
    \usepackage{textcomp} – Johannes_B Mar 31 '14 at 06:54
  • @Johannes_B. Works like a charm thank you. You might want to upgrade it to an answer, so I can accept it. – magu_ Mar 31 '14 at 06:59
  • See also http://tex.stackexchange.com/questions/144569/non-italic-math-mode-symbols – Fran Mar 31 '14 at 07:57
  • @Johannes_B & Andrew Swann. I don't think so. Since I'm not able to print a symbol. It's not that I don't know its name – magu_ Mar 31 '14 at 07:58
  • @magu_ But that question encompasses yours. Look through the answers - it isn't just about identifying the symbol but also producing it. You just don't need stage 1 of that process. Stage 2 is no different whether you first need to learn the name or already know it ;). – cfr Apr 10 '14 at 01:02

0 Answers0