\usepackage[T1]{fontenc} \usepackage{avant} \usepackage{tikz} \usetikzlibrary{decorations.pathmorphing} \newcommand{\logotoplinecolor}{black} \newcommand{\logobottomlinecolor}{black} \newcommand{\logotextcolor}{black} \newcommand{\logoycolor}{red!80!black} \newcommand{\logomountaincolor}{black!40} \newcommand{\olympuslogo}{ \begin{tikzpicture} % \coordinate (top left) at (-3.7,0.68); \coordinate (top right) at (3.7,0.68); \coordinate (top left tilt) at (-1.5-0.1,0.68); \coordinate (top right tilt) at (-0.5-0.1,0.68); \coordinate (top left vert) at (-1.14-0.1,0.2); \coordinate (top right vert) at (-0.86-0.1,0.2); \coordinate (bottom left) at (-3.7,-0.7); \coordinate (bottom right) at (3.7,-0.7); \coordinate (bottom left tilt) at (-1.5-0.1,-0.7); \coordinate (bottom right tilt) at (-0.5-0.1,-0.7); \coordinate (bottom left vert) at (-1.14-0.1,-0.7); \coordinate (bottom right vert) at (-0.86-0.1,-0.7); \colorlet{toplinecolor}{\logotoplinecolor} \colorlet{bottomlinecolor}{\logobottomlinecolor} \colorlet{textcolor}{\logotextcolor} \colorlet{ycolor}{\logoycolor} \colorlet{mcolor}{\logomountaincolor} \draw [mcolor,line width=3 pt] (-4,-2) -- (-1,3.5) -- (0.7,0) --(1.7,2.3) -- (4,-2); \draw [white,fill,opacity=0.7](-4,0.75) rectangle (4,-0.8); \draw [toplinecolor,line width=1.5pt](top left) -- (top left tilt) (top right tilt)--(top right); \draw [ycolor,line cap=round, line width=2.5pt,decoration={coil,aspect=0,amplitude=2}](top left tilt) -- (top left vert) decorate { -- (bottom left vert)}; \draw [ycolor,line cap=round, line width=2.5pt,decoration={coil,aspect=0,amplitude=-2}](top right tilt) -- (top right vert) decorate { -- (bottom right vert)}; \draw [bottomlinecolor,line width=3pt ](bottom left) -- (bottom left tilt) -- (bottom left vert) -- (bottom right vert) -- (bottom right tilt)--(bottom right); \node[textcolor] (0,0) {\fontfamily{pag}\fontsize{45}{45}\selectfont OL\ \ MPUS}; \end{tikzpicture} } \newcommand{\olympuslogoinline}{ \begin{tikzpicture}[scale=0.222,baseline=-3pt] % \coordinate (top left) at (-3.7,0.68); \coordinate (top right) at (3.7,0.68); \coordinate (top left tilt) at (-1.5-0.1,0.68); \coordinate (top right tilt) at (-0.5-0.1,0.68); \coordinate (top left vert) at (-1.14-0.1,0.2); \coordinate (top right vert) at (-0.86-0.1,0.2); \coordinate (bottom left) at (-3.7,-0.7); \coordinate (bottom right) at (3.7,-0.7); \coordinate (bottom left tilt) at (-1.5-0.1,-0.7); \coordinate (bottom right tilt) at (-0.5-0.1,-0.7); \coordinate (bottom left vert) at (-1.14-0.1,-0.7); \coordinate (bottom right vert) at (-0.86-0.1,-0.7); \colorlet{toplinecolor}{\logotoplinecolor} \colorlet{bottomlinecolor}{\logobottomlinecolor} \colorlet{textcolor}{\logotextcolor} \colorlet{ycolor}{\logoycolor} \draw [white,fill,opacity=0.7](-4,0.75) rectangle (4,-0.8); \draw [toplinecolor,line width=0.33pt](top left) -- (top left tilt) (top right tilt)--(top right); \draw [ycolor,line cap=round, line width=0.56pt,decoration={coil,aspect=0,amplitude=0.44,segment length=2.2}](top left tilt) -- (top left vert) decorate { -- (bottom left vert)}; \draw [ycolor,line cap=round, line width=0.56pt,decoration={coil,aspect=0,amplitude=-0.44,segment length=2.2}](top right tilt) -- (top right vert) decorate { -- (bottom right vert)}; \draw [bottomlinecolor,line width=0.67pt ](bottom left) -- (bottom left tilt) -- (bottom left vert) -- (bottom right vert) -- (bottom right tilt)--(bottom right); \node[textcolor] (0,0) {\fontfamily{pag}\fontsize{10}{10}\selectfont OL\ \ MPUS}; \end{tikzpicture} }