diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-03-09 09:31:34 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-03-09 09:31:34 +0000 |
commit | aa830112cce5078b29217d01bb74255bd2517fa0 (patch) | |
tree | ea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/star.tex | |
parent | 48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff) |
Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/star.tex')
-rw-r--r-- | manual/plugins/star.tex | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex index e113490255..29b534f645 100644 --- a/manual/plugins/star.tex +++ b/manual/plugins/star.tex @@ -15,21 +15,15 @@ which can take ``o''s, and the filled square, which is used as a mobile wall to allow your filled circle to get to places on the screen it could not otherwise reach. The block cannot take ``o''s. -{\bfseries -Keys:} - \begin{table}[h!] \begin{center} -\begin{tabular}{|c|c|} -\hline -KEY & ACTION \\\hline -ON & Toggle control \\\hline -F1 & Previous level \\\hline -F2 & Reset level \\\hline -F3 & Next level \\\hline -OFF & Exit the game \\\hline +\begin{tabular}{@{}ll@{}}\toprule +\textbf{Key} & \textbf{Action} \\\midrule +ON & Toggle control \\ +F1 & Previous level \\ +F2 & Reset level \\ +F3 & Next level \\ +OFF & Exit the game \\\bottomrule \end{tabular} \end{center} \end{table} - - |