Search found 6 matches

by shiven
Tue Sep 15, 2009 8:20 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

Thorsten,

you are absolutely right! i have no idea why my command works... however the problem is immediately apparent from the following code:

\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{lmodern}
\usepackage ...
by shiven
Tue Sep 15, 2009 7:49 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

another update.

i may be wrong when i said that "using your command in place of mine results in the same large distance as before" in the previous post...

the \addtolength syntax does reduce the space ... though not as much as the \renewcommand syntax

please the attached MWE_2.pdf which is the ...
by shiven
Tue Sep 15, 2009 7:42 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

hi Thorsten,

maybe there is some issue at my end. but it appears that using your command in place of mine results in the same large distance as before... whereas if i use what i mentioned in my last post, things look fine.

please see page 2 in the attached PDF files:
MWE_0.pdf <- created using my ...
by shiven
Tue Sep 15, 2009 6:14 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

OK solved!

all i had to was add the line:

Code: Select all

 \renewcommand{\columnsep}{-15pt} 
right before the:

Code: Select all

 \begin{wrapfigure}{r}[-0.25in]{0.4\textwidth}
to get the separation i needed.

thanks for the pointers!

--shiven
by shiven
Mon Sep 14, 2009 11:04 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

hi localghost,

thanks for taking the time to answer my query!

so, here is the .tex code:
(WARNING, this may be too long!)

\documentclass[11pt,letterpaper,english]{article}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[OT1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[letterpaper ...
by shiven
Mon Sep 14, 2009 7:18 pm
Forum: Graphics, Figures & Tables
Topic: Newbie: Horizontal Space between figures and text!!
Replies: 10
Views: 7172

Newbie: Horizontal Space between figures and text!!

hi all,

this is my first post and i am a complete newbie regarding LaTeX.

i also posted this to the texhax mailing list but haven't heard anything back...

i am using pdflatex via the texmaker editor to create a pdf document with figures and text. the final output seems to have a large "horizontal ...