Search found 4 matches

by b0z223
Mon Jan 03, 2011 5:02 am
Forum: Graphics, Figures & Tables
Topic: Caption question
Replies: 6
Views: 3977

Re: Caption question

I think I'll switch to TeXworks. Thanks sommerfee!
by b0z223
Sat Jan 01, 2011 11:09 pm
Forum: Graphics, Figures & Tables
Topic: Caption question
Replies: 6
Views: 3977

Caption question

Thanks for the response. I've uploaded two log files: one is running the above code (pdf output) with the "use caption package" and one without. When the line is present, the Adobe reader displays

There was an error opening this document. This file cannot be found.

Then TeXnicCenter displays ...
by b0z223
Fri Dec 31, 2010 7:51 am
Forum: Graphics, Figures & Tables
Topic: Caption question
Replies: 6
Views: 3977

Caption question

some example code:

\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage[margin=10pt,font=small,labelfont=bf]{caption}

\begin{document}

\begin{figure}
\centering
\includegraphics{pge.eps}
\caption{This is the caption of my figure}
\label{fig:test ...
by b0z223
Fri Dec 31, 2010 7:45 am
Forum: Graphics, Figures & Tables
Topic: Caption question
Replies: 6
Views: 3977

Caption question

I would like to modify captions I'm using on figures from the default format. I've attempted to use the 'caption' package as described here: ftp://ctan.tug.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf (i.e. \usepackage[margin=10pt,font=small,labelfont=bf]{caption} in the preamble ...