From 05e3aad62086e56197c917a68aef8d32a6f33dda Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 20 Jun 2009 22:15:49 +0000 Subject: [PATCH] Fix a typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21425 a1c6a512-1295-4272-9138-f99709370657 --- manual/preamble.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/preamble.tex b/manual/preamble.tex index 024c1010f0..d3b2f67aca 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -202,7 +202,7 @@ \newcommand{\taghead}{\textbf{Tag} & \textbf{Description} \\\midrule} % environment intended to be used with tag maps (for wps) -% usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{btnmap} +% usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{tagmap} % Note: this automatically sets the table lines. % Note: you *need* to terminate the last line with a linebreak \\ % Note: you still need to enclose this with \begin{table} / \end{table}