Search found 4 matches

by zjindrova
Sun Jul 31, 2011 11:24 pm
Forum: Graphics, Figures & Tables
Topic: Captions without Numbers
Replies: 6
Views: 2944

Re: Captions without Numbers

Stefan,
thank you for your help. I just did not know how to install packages, funny :) Now it works!

Zuzka
by zjindrova
Sun Jul 31, 2011 10:35 pm
Forum: Graphics, Figures & Tables
Topic: Captions without Numbers
Replies: 6
Views: 2944

Re: Captions without Numbers

latex.exe: cannost start MiKTeX package manager.
Latex error - File caption.sty not found

I downloaded it, but it needs caption.sty and that is what I did not find - the new version of caption.sty.
Or I do not know, how to install the package. All the time, I just downloaded all files, which it ...
by zjindrova
Sun Jul 31, 2011 10:01 pm
Forum: Graphics, Figures & Tables
Topic: Captions without Numbers
Replies: 6
Views: 2944

Captions without Numbers

\documentclass[12pt, a4paper]{article}
\usepackage{graphicx}
\usepackage[cp1250]{inputenc}
\usepackage[czech]{babel}
\usepackage{caption}
\begin{document}
\def\figurename{} %I do not have "Fig." at least... but the number remains
\begin{figure}[!h]
\centering
\includegraphics[width=\textwidth]{mapa ...
by zjindrova
Sun Jul 31, 2011 8:38 pm
Forum: Graphics, Figures & Tables
Topic: Captions without Numbers
Replies: 6
Views: 2944

Captions without Numbers

Hi,
I would like to have captions under picture, but without numbers.

\usepackage{caption}
\begin{figure}[!h]
\centering
\includegraphics[width=\textwidth]{mapa.ps}
\caption{My picture.}
\end{figure}

\caption*{} does not work, it writes "*" befor my caption.
\captionsetup - it gives error ...