diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-12-04 15:34:01 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-12-13 00:17:18 +0100 |
| commit | c1f0df8c4aa7c5e288a7305883143bc2bca71ebe (patch) | |
| tree | ffed4292c038afdb7d84e0b3f4b9cf8aca206d63 /NLnet/porting_replicant_to_android9 | |
| parent | d44781cd46b8e0957a40a9b7f84f582fde661d0c (diff) | |
| download | documents-c1f0df8c4aa7c5e288a7305883143bc2bca71ebe.tar.gz documents-c1f0df8c4aa7c5e288a7305883143bc2bca71ebe.tar.bz2 documents-c1f0df8c4aa7c5e288a7305883143bc2bca71ebe.zip | |
Add global total
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'NLnet/porting_replicant_to_android9')
| -rw-r--r-- | NLnet/porting_replicant_to_android9/costs.tex | 5 | ||||
| -rw-r--r-- | NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/NLnet/porting_replicant_to_android9/costs.tex b/NLnet/porting_replicant_to_android9/costs.tex index 92a94d5..e7b1527 100644 --- a/NLnet/porting_replicant_to_android9/costs.tex +++ b/NLnet/porting_replicant_to_android9/costs.tex @@ -5,6 +5,9 @@ \newcounter{rate} \setcounter{rate}{27} +\newcounter{globaltotal} +\setcounter{globaltotal}{0} + \newcounter{totalhours} \setcounter{totalhours}{0} @@ -13,6 +16,7 @@ \newcommand{\fixedcost}[1] { \setcounter{totalfixedcosts}{\thetotalfixedcosts + #1} + \setcounter{globaltotal}{\theglobaltotal + #1} \euro{#1} } @@ -24,6 +28,7 @@ %% For the total at the end \setcounter{totalhours}{\thetotalhours + #1} + \setcounter{globaltotal}{\theglobaltotal + \thecost} } \newcounter{workdayhours} diff --git a/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex b/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex index 5dee9f6..fc7cd33 100644 --- a/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex +++ b/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex @@ -828,6 +828,12 @@ agree to the following: \hline \end{longtable} +\section{ + Total +} + +The total estimation for this project is \euro{\theglobaltotal}. + \begin{thebibliography}{99} \bibitem{CustomROMs} |
