Is there stackoverflow's logo in some packages?
Asked
Active
Viewed 453 times
1 Answers
4
So far I've been able to do is to use fontawesome package and color it;
\documentclass{article}
\usepackage{hyperref}
\usepackage{fontawesome}
\usepackage{ifthen}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{xcolor}
\hypersetup{
colorlinks = true,
urlcolor = darkgray
}
\definecolor{orange}{HTML}{FDA333}
\definecolor{materialorange}{HTML}{FF5722}
\begin{document}
\huge \textnormal{\textcolor{materialorange}{\faStackOverflow}}
\href{https://tex.stackexchange.com/users/105647/hamidreza}{Hamidreza}\\
\huge \textnormal{\textcolor{orange}{\faStackOverflow}}
\href{https://tex.stackexchange.com/users/105647/hamidreza}{Hamidreza}
\end{document}
Shivid
- 289
-
but I wondered if there is something in original color ( gray and orange). – Shivid Aug 22 '17 at 22:35
-
It's possible to add credit of stackoverflow and math.stackexchange to CV in Latex? – BarzanHayati Jun 19 '19 at 16:40
-
-
Image? It's not a good idea. I want to add my score automatically be latex not add an image – BarzanHayati Jun 20 '19 at 09:18
-
-
It's possible to tell more details? I try to add this option to my CV in latex but after some tries, I failed. – BarzanHayati Jun 21 '19 at 09:41

