Tagged Questions
3
votes
2answers
1k views
Tabularx can't center some column
I'm trying to create a timetable using tabularx environment, but i can't find a way to center all columns.
Using this code:
\documentclass[11pt,oneside, landscape]{article}
...
2
votes
1answer
113 views
How to obtain the width of a column within the APA document class?
I am using the APA document class. My document has some tables:
\documentclass[jou]{apa}
\usepackage{tabularx}
\title{This is the title}
\author{This is the author}
\begin{document}
\maketitle
...
2
votes
2answers
519 views
Extra line of vertical separator using itemize in tabular
I'm creating a resume based off of the example tutorial HERE. It's fairly simple, actually -- just a two columned table with dates on the left and job on the right. I prefer bullets vs. a paragraph ...