summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/appendix/wps_tags.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index a9eaf0f7d8..a092196de5 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -333,14 +333,14 @@ configured values, the picture will be placed according to the flags to the
333 \item \config{maxwidth}: 333 \item \config{maxwidth}:
334 \begin{description} 334 \begin{description}
335 \item[\config{l}.] Align left 335 \item[\config{l}.] Align left
336 \item[\config{c}.] Align center (default) 336 \item[\config{c}.] Align centre (default)
337 \item[\config{r}.] Align right 337 \item[\config{r}.] Align right
338 \end{description} 338 \end{description}
339 \item \config{maxheight}: 339 \item \config{maxheight}:
340 \begin{description} 340 \begin{description}
341 \item[\config{t}.] Align left 341 \item[\config{t}.] Align top
342 \item[\config{c}.] Align center (default) 342 \item[\config{c}.] Align centre (default)
343 \item[\config{b}.] Align right 343 \item[\config{b}.] Align bottom
344 \end{description} 344 \end{description}
345\end{itemize} 345\end{itemize}
346 346
@@ -359,12 +359,12 @@ Examples:
359\begin{table} 359\begin{table}
360 \begin{tagmap}{}{} 360 \begin{tagmap}{}{}
361 \config{\%al} & Align the text left\\ 361 \config{\%al} & Align the text left\\
362 \config{\%ac} & Center the text\\ 362 \config{\%ac} & Centre the text\\
363 \config{\%ar} & Align the text right\\ 363 \config{\%ar} & Align the text right\\
364 \end{tagmap} 364 \end{tagmap}
365\end{table} 365\end{table}
366All alignment tags may be present in one line, but they need to be in the 366All alignment tags may be present in one line, but they need to be in the
367order left -- center -- right. If the aligned texts overlap, they are merged. 367order left -- centre -- right. If the aligned texts overlap, they are merged.
368 368
369\section{Conditional Tags} 369\section{Conditional Tags}
370 370