GeneralWrapfigure and Chapter number issue

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Vunde
Posts: 5
Joined: Tue Dec 09, 2008 10:11 am

Wrapfigure and Chapter number issue

Post by Vunde »

Hey guys

I'm having a problem with a caption attached in a wrapfigure command. The wrapfigure command is as follows.

\begin{wrapfigure}{r}{60mm}
\begin{center}
\includegraphics*[width=0.35\textwidth]{../Billeder/gull.png}
\end{center}
\caption{A gull,A gull,A gull,A gull,A gull,A gull,A gull,A gull,A gull,A gull,A gull,A gull,}
\label{fig:gull}
\end{wrapfigure}

I however have a long describing caption. The problem is, that when I look at my output, the caption text looks weird because the textbox in limited to 2/3 of the full part of the wrapfigure box. If I want the text to stand somewhat good looking, I need to expand the total width of the wrapfigure to 90-100mm. And with a figure that has a width of 35% of textwidth, that also looks awful. Any suggestions..?

The second question is making some chapters that doesn't have a number, but is still in the table of contents. I'm pretty clueless to how to make this happen. To make it more clear, the chapters in question are appendices in a tech report.

Hopefully someone can help.

Vunde

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

mas
Posts: 226
Joined: Thu Dec 04, 2008 4:39 am

Wrapfigure and Chapter number issue

Post by mas »

Vunde wrote:Hey guys
The second question is making some chapters that doesn't have a number, but is still in the table of contents. I'm pretty clueless to how to make this happen. To make it more clear, the chapters in question are appendices in a tech report.
Vunde
Have you tried
\chapter*{Unnumbered}
\addcontentsline{toc}{chapter}{Unnumbered}
?

Regards.

OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
Vunde
Posts: 5
Joined: Tue Dec 09, 2008 10:11 am

Wrapfigure and Chapter number issue

Post by Vunde »

mas wrote:
Vunde wrote:Hey guys
The second question is making some chapters that doesn't have a number, but is still in the table of contents. I'm pretty clueless to how to make this happen. To make it more clear, the chapters in question are appendices in a tech report.
Vunde
Have you tried
\chapter*{Unnumbered}
\addcontentsline{toc}{chapter}{Unnumbered}
?

Regards.
It worked out fine, however, now the sections are numbered after the previous chapter that has a number. How do I remove the number from these sections..?
Is that just to add * to the sections in question..?
Post Reply