summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kropat <mail@michael.kropat.name>2015-04-11 12:11:12 -0400
committerMichael Kropat <mail@michael.kropat.name>2015-04-11 12:11:12 -0400
commitab4789ad99b9ae1f22cc4e0ba5a318fe792683f3 (patch)
tree690f69adea02a2122698493d51ea7c169aed7353
parentb9d491db0bb5466680a309332233570ab8c109e4 (diff)
Fix numbers in example
Shows just how much real math support is needed.
-rw-r--r--README.md2
-rw-r--r--example.tex6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cf712ab..3f312d1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A billable-time invoice featuring style over substance.
-![Example Screenshot](http://i.imgur.com/VR9AXc8.png)
+![Example Screenshot](http://i.imgur.com/q78jtGu.png)
### Pre-Requisites
diff --git a/example.tex b/example.tex
index bf8f455..682f303 100644
--- a/example.tex
+++ b/example.tex
@@ -1,7 +1,7 @@
\documentclass[letterpaper]{dapper-invoice}
\def\invoiceNo{101}
-\def\total{125}
+\def\balance{137.50}
\def\duein{15}% days
\def\me{Your~Name}
@@ -27,7 +27,7 @@
\infoSub{\faMobilePhone}{\small\slshape +1~(555)~555-5555}
\noalign{\addvspace{8ex}}
\infoBox{}{
- {\large\raisebox{.55\height}\$\huge\formatdollars{\total} \arrowbase} \\
+ {\large\raisebox{.55\height}\$\huge\formatdollars{\balance} \arrowbase} \\
{\small\color{subduedColor} due \duedate{\duein}}
}
\end{infoSection}
@@ -63,7 +63,7 @@
\summaryline{Total}{\$\formatdollars{\InvoiceTotal}}
\summaryline{Paid}{\$\formatdollars{50}}
- \summaryline{Balance Due}{\$\formatdollars{137.50}} % not really any math support (yet)
+ \summaryline{Balance Due}{\$\formatdollars{\balance}} % not really any math support (yet)
\end{hoursItemizationWithProject}