Search found 4 matches

by Brian_Y
Tue Jun 15, 2021 5:42 am
Forum: Graphics, Figures & Tables
Topic: Join title and horizontal table in one page
Replies: 6
Views: 8060

Join title and horizontal table in one page

Bartman, thanks for all your replies, they helped me!
by Brian_Y
Thu Jun 10, 2021 1:43 am
Forum: Graphics, Figures & Tables
Topic: Join title and horizontal table in one page
Replies: 6
Views: 8060

Join title and horizontal table in one page

Bartman,
here I send an example of one table result with more columns and rows:

\documentclass{article}

\usepackage{
booktabs,
rotating, %% for sideways environment. Provides the \captionof command and increases the space between table and caption
caption,
showframe, %% draws the page layout ...
by Brian_Y
Tue Jun 08, 2021 11:34 pm
Forum: Graphics, Figures & Tables
Topic: Join title and horizontal table in one page
Replies: 6
Views: 8060

Join title and horizontal table in one page

Bartman, thanks for you reply!
I replicated your code, and it works. Now I have two questions:
Q1 - About this command line
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
I don't know exactly its meaning, could you explain me its function? and also why did you move it outside tabular environment ...
by Brian_Y
Mon Jun 07, 2021 11:21 pm
Forum: Graphics, Figures & Tables
Topic: Join title and horizontal table in one page
Replies: 6
Views: 8060

Join title and horizontal table in one page

Hi everyone!,
I spent a while reading the guide for beginners, recomendations to post and some published posts before I write my first post. I hope my questions complying with the rules.
I'm working in Stata and saving the table results using booktabs command. The real size of the table has 8 ...