Created
March 15, 2023 15:20
-
-
Save savaged/dec54f85dae8d92605f098add00e5617 to your computer and use it in GitHub Desktop.
Fun with LaTeX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdflatex funwithla.tex