Search found 5 matches

by stationww
Thu Mar 12, 2015 4:39 pm
Forum: Graphics, Figures & Tables
Topic: Whitespace frame problem
Replies: 8
Views: 6103

Re: Whitespace frame problem

What could possibly be the problem with my code?
by stationww
Wed Mar 11, 2015 7:39 am
Forum: Graphics, Figures & Tables
Topic: Whitespace frame problem
Replies: 8
Views: 6103

Whitespace frame problem

The code:
\documentclass[12pt,a4paper,twoside]{book}


\usepackage{xltxtra}
\usepackage{xgreek}


\setsansfont{Arial}
\setmonofont{Courier New}
\setmainfont[Mapping=tex-text]{Times New Roman}
\linespread{1}


\usepackage[margin=0.8in]{geometry}


\usepackage{graphicx}
\usepackage{float ...
by stationww
Tue Mar 10, 2015 10:55 pm
Forum: Graphics, Figures & Tables
Topic: Whitespace frame problem
Replies: 8
Views: 6103

Re: Whitespace frame problem

here it is, but i don't think that the problem is in the picture..
by stationww
Tue Mar 10, 2015 5:58 pm
Forum: Graphics, Figures & Tables
Topic: Whitespace frame problem
Replies: 8
Views: 6103

Re: Whitespace frame problem

Thanks for the answer,

the problem though is not only the whitespace but that the frame's line don't attach at the edge of the image.

With your code the problem still exists. See the attached image.
by stationww
Tue Mar 10, 2015 12:21 am
Forum: Graphics, Figures & Tables
Topic: Whitespace frame problem
Replies: 8
Views: 6103

Whitespace frame problem

I have the following code:

Code: Select all

\begin{figure}[!ht]
\centering
\setlength\fboxsep{0pt}
\setlength{\fboxrule}{1pt}
\frame{\includegraphics[scale=1.2]{xx.jpg}}
\end{figure}\par
But borders show up like the attachment. Not over and left. Not at the exact edge of the image.

What am I doing wrong?