Skip to content

Instantly share code, notes, and snippets.

@Symbol1
Created June 4, 2021 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Symbol1/625d06d848c441c28d3053e975172d5d to your computer and use it in GitHub Desktop.
Save Symbol1/625d06d848c441c28d3053e975172d5d to your computer and use it in GitHub Desktop.
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = pdflatex
\documentclass{article}
\usepackage{tikz}
\begin{document}
\Huge
Assume pdf\TeX
\makeatletter
\def\textglow#1{%
\leavevmode%
\pdfliteral{q 1 J 1 j 1 Tr}%
\foreach\layer in{1,...,10}{%
\color{green!\layer0!white!50!white}%
\pgfsetlinewidth{(11-\layer)/3}% pgf command will do arithmetic for us
\rlap{#1}%
}%
\pdfliteral{Q}%
\hbox{#1}%
}
\tikz\draw(0,2)node{\textglow{GeoDude is an}}
--(0,0)node{\textglow{awesome beautiful cool dude}};
\tikz\node[circle,draw]{\textglow{Woundn't you agree?}};
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment