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?
\usepackage{textcomp}– Johannes_B Mar 31 '14 at 06:54