I have a lot of icon (.ico) files which I would prefer to use in a document. Is it possible to include such a file (through packages or some such) in a LaTeX document? MWE:
\documentclass[12pt, oneside, a4paper]{article}
\usepackage{graphicx}% Using images
%Define inline icons, 20% lower than baseline
\newcommand{\icon}[1]{\raisebox{-.1\height}{\includegraphics[height=3ex]{#1}}}
\begin{document}
Tap \icon{Logo}\ icon
\end{document}
I understand that I can convert them to .png, .jpg, .pdf etc and will do so eventually.
Distro: Texlive
OS: Fedora 20 (Virtual Box)
IDE: TeXStudio
Compiler: Xelatex