How can I type the "CE marking". I've look fot it in symbols tables but didn't find.
Can see it here [https://single-market-economy.ec.europa.eu/single-market/ce-marking_en]
Thank you
Fonts & Character Sets ⇒ CE marking
CE marking
Well, according to
symbols-a4, the marvosym package provides such a mark as
Alternatively, you could download the zip file with the mark provided on that site you mentioned, unpack it and put its contents somewhere LaTeX can find it (say, your work folder where your .tex file resides), then use
or some such.
KR
Rainer

\CEsign
.Alternatively, you could download the zip file with the mark provided on that site you mentioned, unpack it and put its contents somewhere LaTeX can find it (say, your work folder where your .tex file resides), then use
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[height=3ex]{ce-mark}
\end{document}
KR
Rainer
CE marking
OOook Rainer,
Thank you very much. I looked for "CE marking" in "The comprensive LaTex Symbol List" but nothing.
Thank you
Thank you very much. I looked for "CE marking" in "The comprensive LaTex Symbol List" but nothing.
Thank you