Skip to content

Instantly share code, notes, and snippets.

@azet
Last active August 18, 2017 02:55
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 azet/2655ecb48b6d49d6516de51a242d71c9 to your computer and use it in GitHub Desktop.
Save azet/2655ecb48b6d49d6516de51a242d71c9 to your computer and use it in GitHub Desktop.
LaTeX source for my "Fermat's little theorem"-Tattoo (yes, it ain't generalized - on purpose)
%% PoC* by: Karo Kawalle
%% PoC* URL: https://twitter.com/a_z_e_t/status/898274928515874816
%% Author: Aaron Zauner <azet@azet.org> [Theorem: Pierre de Fermat]
%% Date: 17.08.2017 [18.10.1640]
%% License: CC0 1.0 Universal [Public Domain Dedication]
%% Depends: `texlive-full latexmk` [on deb/apt based distros]
%% Build: `latexmk -pdf tattoo.tex`
%% * PoC = "Proof of Concept" (abbreviation) [i.e. implementation]
\documentclass[a4paper]{letter}
\usepackage{quattrocento, microtype, mathtools}
\begin{document}
\centering \huge $a^{p-1} \equiv 1 \pmod{p}.$
\end{document}
%EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment