From 744051bd65b86b9b6f31809dd073a75c47214a40 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 28 Feb 2006 16:33:04 +0000 Subject: Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/text_viewer.tex | 128 +++++++---------------------------------- 1 file changed, 22 insertions(+), 106 deletions(-) (limited to 'manual/plugins/text_viewer.tex') diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex index f5d43944e1..27eb844ff3 100644 --- a/manual/plugins/text_viewer.tex +++ b/manual/plugins/text_viewer.tex @@ -61,119 +61,35 @@ Keys are as follows: \subsubsection{Recorder} -\begin{tabular}[c]{|p{3.317cm}|p{7.104cm}|} +\begin{table}[h!] +\begin{tabular}{|c|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -UP -\par} -& -Page{}-up (one screen up) -\\\hline -{\centering -DOWN -\par} -& -Page{}-down (one screen down) -\\\hline -{\centering -LEFT -\par} -& -Top of file (Narrow mode)\newline -One screen left (Wide mode) -\\\hline -{\centering -RIGHT -\par} -& -Bottom of file (Narrow mode)\newline -One screen right (Wide mode) -\\\hline -{\centering -ON{}-UP -\par} -& -One line up -\\\hline -{\centering -ON{}-DOWN -\par} -& -One line down -\\\hline -{\centering -ON{}-LEFT -\par} -& -One column left -\\\hline -{\centering -ON{}-RIGHT -\par} -& -One column right -\\\hline -{\centering -OFF -\par} -& -Exit text viewer -\\\hline +KEY & ACTION \\\hline +UP & Page{}-up (one screen up) \\\hline +DOWN & Page{}-down (one screen down) \\\hline +LEFT & Top of file (Narrow mode) One screen left (Wide mode) \\\hline +RIGHT & Bottom of file (Narrow mode) One screen right (Wide mode) \\\hline +ON{}-UP & One line up \\\hline +ON{}-DOWN & One line down \\\hline +ON{}-LEFT & One column left \\\hline +ON{}-RIGHT & One column right \\\hline +OFF & Exit text viewer \\\hline \end{tabular} +\end{table} \subsubsection{Player} -\begin{tabular}[c]{|p{3.291cm}|p{7.131cm}|} +\begin{table}[h!] +\begin{tabular}{|c|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -MINUS -\par} -& -Page{}-up (one screen up) -\\\hline -{\centering -PLUS -\par} -& -Page{}-down (one screen down) -\\\hline -{\centering -MENU MINUS -\par} -& -Top of file (Narrow mode)\newline -One screen left (Wide mode) -\\\hline -{\centering -MENU PLUS -\par} -& -Bottom of file (Narrow mode)\newline -One screen right (Wide mode) -\\\hline -{\centering -STOP -\par} -& -Exit text viewer -\\\hline +KEY & ACTION \\\hline +MINUS & Page{}-up (one screen up) \\\hline +PLUS & Page{}-down (one screen down) \\\hline +MENU MINUS & Top of file (Narrow mode) One screen left (Wide mode) \\\hline +MENU PLUS & Bottom of file (Narrow mode) One screen right (Wide mode) \\\hline +STOP & Exit text viewer \\\hline \end{tabular} +\end{table} \subsubsection{Compatibility} -- cgit v1.2.3