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/calendar.tex | 48 +++++++++------------------------------------ 1 file changed, 9 insertions(+), 39 deletions(-) (limited to 'manual/plugins/calendar.tex') diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex index fbb8d77c72..11b2a86c0a 100644 --- a/manual/plugins/calendar.tex +++ b/manual/plugins/calendar.tex @@ -11,46 +11,16 @@ This is a small and simple calendar application with memo saving function. Dots indicate dates with memos. To add a new memo press PLAY on the date. Includes one off, annual, monthly, and weekly memos: -\begin{tabular}[c]{|p{2.6469998cm}|p{3.95cm}|} +\begin{table}[h!] +\begin{tabular}{|c|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -PLAY -\par} -& -monthly -\\\hline -{\centering -LEFT -\par} -& -weekly -\\\hline -{\centering -RIGHT -\par} -& -annually -\\\hline -{\centering -ON -\par} -& -one off -\\\hline -{\centering -STOP -\par} -& -exit -\\\hline +KEY & ACTION \\\hline +PLAY & monthly \\\hline +LEFT & weekly \\\hline +RIGHT & annually \\\hline +ON & one off \\\hline +STOP & exit \\\hline \end{tabular} +\end{table} -- cgit v1.2.3