Search found 5 matches

by scranney
Wed Sep 12, 2012 2:51 pm
Forum: Graphics, Figures & Tables
Topic: Centered Caption for multiple-columned Table
Replies: 2
Views: 1948

Centered Caption for multiple-columned Table

Thank you! The \usepackage[margin=2cm,nohead]{geometry} command finally centered the caption.
by scranney
Wed Sep 12, 2012 3:55 am
Forum: Graphics, Figures & Tables
Topic: Centered Caption for multiple-columned Table
Replies: 2
Views: 1948

Centered Caption for multiple-columned Table

Hi all,

I'm relatively new to LaTeX and have been using an automatic LaTeX code generator that Stata has using its estout command. The actual code it's generating (with a few minor modifications) is below. The problem is, the caption appears to be skewed left because there are so many columns ...
by scranney
Wed Sep 05, 2012 7:10 pm
Forum: Page Layout
Topic: Centering captions and fixing Stata's automatic table #s.
Replies: 4
Views: 3006

Re: Centering captions and fixing Stata's automatic table #s

Thank you! The numbering works just the way I want it to now.

In regards to the other issue: I understand the "overfull" warning means that there's a justification problem. Does that mean that I can't just bump it a little bit to the right to make it look more centered? There has to be some way to ...
by scranney
Mon Sep 03, 2012 11:40 pm
Forum: Page Layout
Topic: Centering captions and fixing Stata's automatic table #s.
Replies: 4
Views: 3006

Centering captions and fixing Stata's automatic table #s.

Apologies. The whole text is below. To reiterate: the "Logistic Regression Tables" is skewed left, and the table is labelled "table 1," and I can't figure out how to change the number.

\documentclass{article}
\begin{document}
\begin{table}[htbp]\centering
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi ...
by scranney
Mon Sep 03, 2012 10:17 pm
Forum: Page Layout
Topic: Centering captions and fixing Stata's automatic table #s.
Replies: 4
Views: 3006

Centering captions and fixing Stata's automatic table #s.

Hi all,

I very new to Latex, so apologies in advance if this question is simple. I've been using commands in Stata that automatically create latex-code for statistical regression tables. I've been able to figure out everything except for two things: centering the captions, and fixing Stata's ...