diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-08-23 15:10:35 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-08-23 15:10:35 +0200 |
commit | 4e8b0d3c78ad4bac37da356cf69ac4be533981b1 (patch) | |
tree | 8d93f8dbbd839126f164c611a04a7268a8f82b77 | |
parent | 1af554e599e1a2d4c2055d32585ba3e55af93349 (diff) |
Fix FTBFS.
See http://tex.stackexchange.com/questions/80560/latex-centering-newline-in-subfloat-caption
-rw-r--r-- | articles/ui/ui.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex index af7299122..0cfc165d8 100644 --- a/articles/ui/ui.tex +++ b/articles/ui/ui.tex @@ -692,13 +692,13 @@ customers, and may help create a competitive market. % \tinyskip \begin{figure}[t!] -\subfloat[Select article. \\ Generated by Web shop.]{ + \subfloat[Select article][Select article. \\ generated by web shop.]{ \includegraphics[width=0.30\textwidth]{figs/cart.png} \label{subfig:cart}} \hfill -\subfloat[Confirm payment. \\ Generated by Taler wallet.]{ +\subfloat[Confirm payment][Confirm payment. \\ Generated by Taler wallet.]{ \includegraphics[width=0.30\textwidth]{figs/pay.png} \label{subfig:payment}} \hfill -\subfloat[Receive article. \\ Generated by Web shop.]{ +\subfloat[Receive article][Receive article. \\ Generated by Web shop.]{ \includegraphics[width=0.30\textwidth]{figs/fulfillment.png} \label{subfig:fulfillment}} \caption{Required steps in a Taler checkout process.} |