Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Making sideways-rotated tables for latex
From
Federico Belotti <[email protected]>
To
[email protected]
Subject
Re: st: Making sideways-rotated tables for latex
Date
Fri, 26 Jul 2013 02:23:14 +0200
Once the tex file of the table has been created using
esttab . using "path/of/the/file.tex", tex ...esttab options...
you have to include the following code in your main tex file (that must contain the \usepackage{rotating} in the preamble)
\begin{sidewaystable}
\caption{...}
\input{path/of/the/file.tex}
\end{sidewaystable}
HTH,
Federico
On Jul 26, 2013, at 1:46 AM, Megan Stevenson wrote:
> Hello,
>
> Is there an easy way to produce sideways-rotated tables for latex using
> esttab? I have a very wide table.
>
> Thanks, Megan
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/statalist-faq/
> * http://www.ats.ucla.edu/stat/stata/
--
Federico Belotti, PhD
Research Fellow
Centre for Economics and International Studies
University of Rome Tor Vergata
tel/fax: +39 06 7259 5627
e-mail: [email protected]
web: http://www.econometrics.it
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/