From 4e8b0d3c78ad4bac37da356cf69ac4be533981b1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 23 Aug 2016 15:10:35 +0200 Subject: Fix FTBFS. See http://tex.stackexchange.com/questions/80560/latex-centering-newline-in-subfloat-caption --- articles/ui/ui.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'articles') 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.} -- cgit v1.2.3