Skip to content

Instantly share code, notes, and snippets.

@savaged
Created March 15, 2023 15:20
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 savaged/dec54f85dae8d92605f098add00e5617 to your computer and use it in GitHub Desktop.
Save savaged/dec54f85dae8d92605f098add00e5617 to your computer and use it in GitHub Desktop.
Fun with LaTeX
\documentclass[12pt]{beamer}
\begin{document}
\title{Fun With \LaTeX}
\author{David Savage}
\maketitle
\begin{frame}
\frametitle{Net Algorythm}
Function to calculate net, given the gross amount\textsuperscript{a} and the percentage rate used\textsuperscript{b}.
\begin{displaymath}
f(a, r) = \frac{a}{(100+r)}\times100
\end{displaymath}
\end{frame}
\end{document}
@savaged
Copy link
Author

savaged commented Mar 15, 2023

pdflatex funwithla.tex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment