Unofficial logo of CERN to be used for creative and fun variations only! Please do NOT use for official publications!
Note that to run this code, you need to install the classico font (which is the LaTeX-equivalent for Optima). Alternatively, you can include *.ttc font files and compile with XeLaTeX. A zip file with a full example that works on Overleaf is provided at the bottom of this post.
Edit and compile if you like:
% !TEX TS-program = xelatex% Author: Izaak Neutelings (June 2023)% Description:% Unofficial logo of CERN to be used for creative and% fun variations only! Do NOT use for official publications!% Instructions:% You may need to install some fonts to compile this document.% - Optima font for the "CMS" label (LaTeX equivalent is "Classico"% - Helvetica for the "extra" text% - Palatino for CMS TDR style% Below are instructions to get this working with either pdfLaTeX or XeLaTeX% Sources:% https://tikz.net/cms_logo/% https://design-guidelines.web.cern.ch/guidelines/logo% https://design-guidelines.web.cern.ch/downloads\documentclass[border=0.5pt,tikz]{standalone}\usetikzlibrary{calc}% CMS FONTS\usepackage{iftex} % for \ifpdftex\ifpdftex % if compiled with pdfLaTeX% https://tug.org/FontCatalogue/urwclassico/% https://tug.org/fonts/getnonfreefonts/% https://tug.org/fonts/fontinstall.html% Instructions for installation on macOS (Tex Live):% 1) Install Classico (equivalent of Optima):% curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts% sudo texlua install-getnonfreefonts% sudo getnonfreefonts --sys classico\message{^^JCompiling with pdfLaTeX}\usepackage[T1]{fontenc}\usepackage{classico} % URW Classico ~ Optima for "CMS" label\newcommand*{\optima}{\classico}\else % if compiled with XeLaTeX% Instructions:% 1) Ensure the paths below to the Optima.ttc files are correct% 2) Compile with XeLaTeX\message{^^JCompiling with XeLaTeX}\usepackage{fontspec} % needed for newfontfamily\usepackage[T1]{fontenc} % needed for palatino (call after fontspec)\newfontfamily{\optima}{Optima}[ % Optima for "CMS" label
Click to download: CERN_logo.tex • CERN_logo.zip • CERN_logo.pdf
Open in Overleaf with fonts included (change the compiler to XeLaTeX): CERN_logo.zip