Search found 3 matches

by ocs
Sat Jul 30, 2011 5:49 pm
Forum: Graphics, Figures & Tables
Topic: threeparttable | Problem with Column Width
Replies: 1
Views: 4404

threeparttable | Problem with Column Width

I am using threeparttable package to create a table with footnote. However, I couldn't get the last two columns to have equal width.


\usepackage{threeparttable}

\begin{table}
\centering
\begin{threeparttable}
\caption{Caption}
\begin{tabular}{|c|c|c|c|c|c|}
\hline
\multicolumn{1}{|c|}{\multirow ...
by ocs
Sun Jul 17, 2011 9:23 pm
Forum: Page Layout
Topic: Spaces between Paragraphs but not after Headings
Replies: 3
Views: 4880

Spaces between Paragraphs but not after Headings

Thank you for your reply.

Sorry for a novice question, I have just started learning latex and still not familiar it.


\usepackage[parfill]{parskip}

I have looked at the manual but still do not know how to set the space between the paragraphs to \baselineskip?

Are you suggesting that I should ...
by ocs
Sun Jul 17, 2011 5:37 pm
Forum: Page Layout
Topic: Spaces between Paragraphs but not after Headings
Replies: 3
Views: 4880

Spaces between Paragraphs but not after Headings

Hi,

I am creating a big document, and would like to have space between each paragraph.

I have tried


\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}


but it adds space after each chapter and section heading as well.

I saw that there are


\usepackage{parskip}
\usepackage ...