reformat for LLNCS

This commit is contained in:
Christian Grothoff 2016-08-10 16:53:55 +02:00
parent b45de942fc
commit ffd11bd1aa

View File

@ -9,8 +9,8 @@
\usepackage{listings} \usepackage{listings}
\usepackage{graphicx} \usepackage{graphicx}
%\usepackage{wrapfig} %\usepackage{wrapfig}
%\usepackage{caption} \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
\usepackage{subcaption} \usepackage{wrapfig}
\usepackage{url} \usepackage{url}
%\usepackage{stfloats} %\usepackage{stfloats}
@ -29,8 +29,9 @@
Christian Grothoff, Christian Grothoff,
Florian Dold, Florian Dold,
Marcello Stanisci} Marcello Stanisci}
\institute{Inria Rennes - Bretagne Atlantique} \institute{Inria Rennes - Bretagne Atlantique \\
\email{FIRSTNAME.LASTNAME@inria.fr} \email{FIRSTNAME.LASTNAME@inria.fr}
}
\maketitle \maketitle
@ -481,27 +482,19 @@ visit the bank's online portal. Here, the bank will
typically require some form of authentication, the specific method typically require some form of authentication, the specific method
used depends on the bank (Figure~\ref{subfig:login}). used depends on the bank (Figure~\ref{subfig:login}).
\begin{figure} \begin{figure}[h!]%[36]{R}{0.5\linewidth}
\begin{subfigure}{\linewidth} \subfloat[Bank login. (Simplified for demonstration.)]{
\includegraphics[width=\linewidth]{figs/bank0a.png} \includegraphics[width=0.45\linewidth]{figs/bank0a.png}
\caption{Bank login. (Simplified for demonstration.)} \label{subfig:login}} \hfill
\label{subfig:login} \subfloat[Select exchange provider. (Generated by wallet.)]{
\end{subfigure} \includegraphics[width=0.45\linewidth]{figs/bank2a.png}
\begin{subfigure}{\linewidth} \label{subfig:exchange}} \\
\includegraphics[width=\linewidth]{figs/bank1a.png} \subfloat[Specify amount to withdraw. (Integrated bank support.)]{
\caption{Specify amount to withdraw. (Integrated bank support.)} \includegraphics[width=0.45\linewidth]{figs/bank1a.png}
\label{subfig:withdraw} \label{subfig:withdraw}} \hfill
\end{subfigure} \subfloat[Confirm transaction with a PIN. (Generated by bank.)]{
\begin{subfigure}{\linewidth} \includegraphics[width=0.45\linewidth]{figs/bank3a.png}
\includegraphics[width=\linewidth]{figs/bank2a.png} \label{subfig:pin}}
\caption{Select exchange provider. (Generated by wallet.)}
\label{subfig:exchange}
\end{subfigure}
\begin{subfigure}{\linewidth}
\includegraphics[width=\linewidth]{figs/bank3a.png}
\caption{Confirm transaction with a PIN. (Generated by bank.)}
\label{subfig:pin}
\end{subfigure}
\caption{Required steps in a Taler withdrawal process.} \caption{Required steps in a Taler withdrawal process.}
\label{fig:withdrawal} \label{fig:withdrawal}
\end{figure} \end{figure}
@ -555,21 +548,15 @@ customers, and may help create a competitive market.
\end{figure*} \end{figure*}
\begin{figure}[b!] \begin{figure}[b!]
\begin{subfigure}[H]{0.5\textwidth} \subfloat[Select article. (Generated by Web shop.)]{
\includegraphics[width=\textwidth]{figs/cart.png} \includegraphics[width=0.30\textwidth]{figs/cart.png}
\caption{Select article. (Generated by Web shop.)} \label{subfig:cart}} \hfill
\label{subfig:cart} \subfloat[Confirm payment. (Generated by Taler wallet.)]{
\end{subfigure} \includegraphics[width=0.30\textwidth]{figs/pay.png}
\begin{subfigure}{0.5\textwidth} \label{subfig:payment}} \hfill
\includegraphics[width=\textwidth]{figs/pay.png} \subfloat[Receive article. (Generated by Web shop.)]{
\caption{Confirm payment. (Generated by Taler wallet.)} \includegraphics[width=0.30\textwidth]{figs/fulfillment.png}
\label{subfig:payment} \label{subfig:fulfillment}}
\end{subfigure}
\begin{subfigure}{0.5\textwidth}
\includegraphics[width=\textwidth]{figs/fulfillment.png}
\caption{Receive article. (Generated by Web shop.)}
\label{subfig:fulfillment}
\end{subfigure}
\caption{Required steps in a Taler checkout process.} \caption{Required steps in a Taler checkout process.}
\label{fig:shopping} \label{fig:shopping}
\end{figure} \end{figure}