Fonts & Character Sets ⇒ CE marking
CE marking
Can see it here [https://single-market-economy.ec.europa.eu/single-market/ce-marking_en]
Thank you
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
CE marking

\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
Thank you very much. I looked for "CE marking" in "The comprensive LaTex Symbol List" but nothing.
Thank you