Fonts & Character SetsCE marking

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Finn
Posts: 6
Joined: Thu Jul 11, 2024 7:04 pm

CE marking

Post by Finn »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

CE marking

Post by rais »

Well, according to symbols-a4, the marvosym package provides such a mark as \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}
or some such.

KR
Rainer
Finn
Posts: 6
Joined: Thu Jul 11, 2024 7:04 pm

CE marking

Post by Finn »

OOook Rainer,

Thank you very much. I looked for "CE marking" in "The comprensive LaTex Symbol List" but nothing.

Thank you
Post Reply