Search found 4 matches

by jlatex
Mon Aug 08, 2011 7:37 pm
Forum: Graphics, Figures & Tables
Topic: Caption aligned to left Side of Figure
Replies: 4
Views: 67457

Caption aligned to left Side of Figure

I would like to make my caption aligned below the left side of the figure such as:

|_______________________________|
Figure 1: This is my caption
instead of
|_______________________________|
Figure 1: This is my caption
or
|_______________________________|
Figure 1: This is my caption

I ...
by jlatex
Thu Aug 04, 2011 7:02 pm
Forum: Text Formatting
Topic: Fill up blank Space on Pages with Lines
Replies: 2
Views: 17607

Re: Fill up blank Space on Pages with Lines

Adding that after my text just moves the picture to the bottom of the page but I want the picture to start on the next page.
by jlatex
Thu Aug 04, 2011 6:22 pm
Forum: Text Formatting
Topic: Fill up blank Space on Pages with Lines
Replies: 2
Views: 17607

Fill up blank Space on Pages with Lines

I would like to fill up the white space on the page after text with lines without using \clearpage \pagebreak or \newpage so that my pictures are displayed properly.
\documentclass{report}

\usepackage{graphicx}
\usepackage[labelfont=bf, font={bf,small}, aboveskip=2pt, singlelinecheck=false ...
by jlatex
Wed Aug 03, 2011 9:27 pm
Forum: Graphics, Figures & Tables
Topic: Picture jumping to new Page
Replies: 1
Views: 2374

Picture jumping to new Page

I'm trying to have 2 pictures vertically above one another.

\documentclass{report}

\usepackage{graphicx} %allows the inclusion of graphics
\usepackage[labelfont=bf, font={bf,small}, aboveskip=2pt,singlelinecheck=false]{caption}
\usepackage[top = 1.25in, bottom = 1.25in, left = 1.25in, right = 1 ...