commit 43402f19886b3c3057a9d9df66ef6351c19ae899
parent 309ba52b56477785640ea029d82e30b8ae7cb87b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Apr 2018 12:54:38 +0200
very minor slide fixes
Diffstat:
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/standards/payto-slides.tex b/standards/payto-slides.tex
@@ -1,8 +1,8 @@
\documentclass{beamer}
-\title{The Payto URI Scheme}
+\title{\texttt{payto://}}
-\author{F.~Dold\inst{1} \and C.~Grothoff}
+\author{Florian Dold \and Christian Grothoff}
\date{\today}
@@ -12,9 +12,9 @@
\titlepage
\end{frame}
-\begin{frame}[fragile]{Payto: Uniform Identifiers for Payments and Accounts}
+\begin{frame}[fragile]{\texttt{payto:} Uniform Identifiers for Payments and Accounts}
\vfill
- Like \texttt{mailto}, but for bank accounts instead of email accounts!
+ Like \texttt{mailto:}, but for bank accounts instead of email accounts!
\vfill
\begin{verbatim}
payto://<PAYMENT-METHOD>/<ACCOUNT-NR>
@@ -31,12 +31,11 @@
\item Standardized way to represent financial resources (bank account, bitcoin wallet)
and payments to them
\item Useful on the client-side on the Web and for FinTech backend applications
- \item Payment methods (such as SEPA, ACH, Bitcoin) are registered with IANA and allow extra options
+ \item Payment methods (such as SEPA, ACH, Bitcoin) are registered with
+ IANA and allow extra options
\item Under standardization with IETF as \texttt{draft-dold-payto}
\end{itemize}
\end{frame}
\end{document}
-
-