I'm writing a document which requires the helvet font and, in order to get access to the euro symbol, I am now trying to load the textcomp package.
However this package has the strange side effect of making the symbol produced by \textbullet, e.g. as used by an itemize environment, a bit smaller. I could live with that, but I sort of prefer the slightly larger bullet, so I'm wondering if there is an easy way to load textcomp but without changing the size of the bullet?
A small example showing the problem
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\renewcommand{\familydefault}{\sfdefault}
% Uncomment the following line to see the problem
%\usepackage{textcomp}
\begin{document}
\begin{itemize}
\item One
\item Two
\end{itemize}
\end{document}
eurosymb. I wish I could accept both answers, as learned a lot really from both! – Juan A. Navarro Jul 07 '11 at 17:07