Skip to content

Instantly share code, notes, and snippets.

@christianp
Created July 17, 2023 13:50
  • Select an option

Select an option

Revisions

  1. christianp created this gist Jul 17, 2023.
    2 changes: 2 additions & 0 deletions def.tex
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    \newcommand{\clp}{Christian Lawson-Perfect}
    \newcommand{\twopi}{2\pi}
    13 changes: 13 additions & 0 deletions document.tex
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    \documentclass{article}

    \input def.tex

    \begin{document}

    This document was written by \clp who is confused.

    \[
    \twopi \approx \frac{44}{7}
    \]

    \end{document}