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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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