[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: [doc] changed margins
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: [doc] changed margins |
Date: |
Sat, 30 Sep 2023 14:45:01 +0200 |
This is an automated email from the git hooks/post-receive script.
johannes-casaburi pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 9223b51 [doc] changed margins
9223b51 is described below
commit 9223b516f6293e20943172857b24c5e89233e761
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Sat Sep 30 14:44:03 2023 +0200
[doc] changed margins
---
doc/flows/Makefile | 3 ++-
doc/flows/main.tex | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/flows/Makefile b/doc/flows/Makefile
index 9a89b49..f00cb0c 100644
--- a/doc/flows/Makefile
+++ b/doc/flows/Makefile
@@ -1,4 +1,5 @@
all:
pdflatex main.tex
-clean:
+
+clean:
rm *.aux *.log *.pdf
diff --git a/doc/flows/main.tex b/doc/flows/main.tex
index bc65bfa..1c9d365 100644
--- a/doc/flows/main.tex
+++ b/doc/flows/main.tex
@@ -8,7 +8,7 @@
\graphicspath{ {./images/} }
% Margins
-\usepackage[top=1.5cm, left=2cm, right=1.5cm, bottom=3.0cm]{geometry}
+\usepackage[top=3cm, left=3cm, right=3cm, bottom=3cm]{geometry}
% Colour table cells
\usepackage[table]{xcolor}
@@ -91,8 +91,8 @@ The nonce is used to uniquely distinguish receipts of the
same value ("create a
\item The donau increments the current year amount of the charity by the
total amount of the receipts.
\item The donau blind signs (RSA/Schnorr) all the receipts
\begin{align}
- s_1' = m_1'^{(d_{E1})} \emph{mod ?} \\
- s_2' = m_2'^{(d_{E2})} \emph{mod ?}
+ s_1' = m_1'^{(d_{E1})} \emph{mod ?} \\
+ s_2' = m_2'^{(d_{E2})} \emph{mod ?}
\end{align}
\item The donau sends back the blind signed receipts to the charity
\item The charity transmits the blind signed receipts to the donor.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: [doc] changed margins,
gnunet <=