Search found 4 matches

by medi3ed
Sat Sep 12, 2009 9:09 am
Forum: Graphics, Figures & Tables
Topic: distance between paragraph and table
Replies: 7
Views: 7392

distance between paragraph and table

Always provide complete examples.
Ok, this is complete example.

\documentclass[10pt,a4paper]{proc}
\usepackage[english,russian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphics} % This package contains "rotatebox"
\usepackage[height=27cm,a4paper,hmargin={0.5cm,0.5cm}]{geometry}
\begin ...
by medi3ed
Thu Sep 10, 2009 9:18 am
Forum: Graphics, Figures & Tables
Topic: distance between paragraph and table
Replies: 7
Views: 7392

distance between paragraph and table

The global solution would be to modify the length \intextsep by assigning a suitable value.
It's not work for me.
This is the part of LaTeX code.

\documentclass[10pt,a4paper]{proc}
\usepackage[english,russian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphics}
\usepackage[height=29cm ...
by medi3ed
Mon Sep 07, 2009 3:53 pm
Forum: Graphics, Figures & Tables
Topic: distance between paragraph and table
Replies: 7
Views: 7392

Re: distance between paragraph and table

It works. You are my heroy, php1ic. )) Thanks.
by medi3ed
Mon Sep 07, 2009 12:49 pm
Forum: Graphics, Figures & Tables
Topic: distance between paragraph and table
Replies: 7
Views: 7392

distance between paragraph and table

Hello. Please, tell me, how can I decrease the distance between paragraph and table.
I'm tried to do this:

Code: Select all

\parskip=0cm
\setlength{\parskip}{0cm}
But it has no effect.