diff --git a/tinytorch/paper/fire_emoji.png b/tinytorch/paper/fire_emoji.png new file mode 100644 index 000000000..a6164a4ff Binary files /dev/null and b/tinytorch/paper/fire_emoji.png differ diff --git a/tinytorch/paper/paper.tex b/tinytorch/paper/paper.tex index 1ff94cbb0..9843bd294 100644 --- a/tinytorch/paper/paper.tex +++ b/tinytorch/paper/paper.tex @@ -34,8 +34,9 @@ \makeatletter \g@addto@macro{\UrlBreaks}{\UrlOrds} \makeatother -% emoji package not available on arXiv - title will be just "TinyTorch" -\newcommand{\emoji}[1]{} +% Use fontawesome5 for fire icon +\usepackage{fontawesome5} +\newcommand{\emoji}[1]{\,\textcolor{orange}{\faFire}\,} \usepackage{tikz} \usetikzlibrary{shapes,arrows,positioning,shadows,calc,backgrounds,decorations.pathreplacing} \usepackage{subcaption}