Generalright to left tables

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Barakaty
Posts: 12
Joined: Sun Nov 30, 2008 2:43 am

right to left tables

Post by Barakaty »

I used the commands belwo to make a table in landscape pages. I got the table but in the other around, the table header in the left hand, as will the caption apears under the table. (I attached the out put) any Idea or suggestion will be apprecited.


\begin{sidewaystable}
\begin{tabular}{cccccccc}
*
\hline
\end{tabular}
\caption{Proparties of some semiconductor}
\label{Proparties of some semiconductor}
\end{sidewaystable}
Attachments
table1.JPG
table1.JPG (25.34 KiB) Viewed 2002 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

right to left tables

Post by Juanjo »

What do you exactly want to obtain? The table heading on the right and the caption on the left? If so, try the counterclockwise option of the package. Anyway, have a look at the documentation of the rotating package.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Barakaty
Posts: 12
Joined: Sun Nov 30, 2008 2:43 am

Re: right to left tables

Post by Barakaty »

Thank you Juanjo.
I relized that the time table orination is ok but is not the default setting for tables to have the caption on the top of the table
Post Reply