Search found 8 matches

by mippes
Thu Aug 25, 2011 3:48 pm
Forum: Graphics, Figures & Tables
Topic: Textbox with multiple figures and/or tables
Replies: 7
Views: 11527

Textbox with multiple figures and/or tables

Concerning the question on why I cannot put the \begin{figure} outside frame:

E.g. if I do:

\begin{figure}
\begin{framed}
\includegraphics{..}
\caption{blahblah}
\end{framed}
\end{figure}
\begin{figure}
\begin{framed}
\includegraphics{...figure2}
\caption{blahblah}
\end{framed}
\end ...
by mippes
Thu Aug 25, 2011 3:40 pm
Forum: Graphics, Figures & Tables
Topic: Textbox with multiple figures and/or tables
Replies: 7
Views: 11527

Textbox with multiple figures and/or tables

The errors I get, when I don't change anything, but only add the package (\usepackage{caption}) and even not add any frames:
! Undefined control sequence.
\captionlabelfont@default ->\cph@font

l.6 \caption{The hydrological cycle.}

The control sequence at the end of the top line
of your error ...
by mippes
Thu Aug 25, 2011 2:12 pm
Forum: Graphics, Figures & Tables
Topic: Textbox with multiple figures and/or tables
Replies: 7
Views: 11527

Re: Textbox with multiple figures and/or tables

Hi Stefan,
Thank you for your answer. It indeed works when you only have one figure of table. But I would like to have multiple figures in the framed box.

Furthermore, by using the caption package, LaTeX is now giving errors for all the other figures since there I only use \caption{blahblah ...
by mippes
Thu Aug 18, 2011 10:08 am
Forum: Graphics, Figures & Tables
Topic: Textbox with multiple figures and/or tables
Replies: 7
Views: 11527

Textbox with multiple figures and/or tables

Hi,
At the moment I am writing a thesis and I want to make an 'intermezzo' block, where I can write text, add figures and tables. I tried several things, e.g. \fbox,\colorbox, and \parbox, but it becomes problematic when I want to add multiple figures in the same textbox. With one figure or table ...
by mippes
Thu Feb 25, 2010 12:02 pm
Forum: Page Layout
Topic: Paragraph spacing changed after using supertabular-environm
Replies: 4
Views: 3432

Re: Paragraph spacing changed after using supertabular-environm

Ok, I found the solution:
remove the \begin{center} and \end{center} and the problem is solved :)
by mippes
Mon Jan 11, 2010 11:14 am
Forum: Page Layout
Topic: Paragraph spacing changed after using supertabular-environm
Replies: 4
Views: 3432

Paragraph spacing changed after using supertabular-environm

Ok, hereby an example:

\documentclass{book}

\usepackage[sectionbib]{natbib}
\usepackage{supertabular}
\usepackage{lscape}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}



\section{Introduction}
or process due to lack off radiation ...
by mippes
Fri Jan 08, 2010 2:32 pm
Forum: Page Layout
Topic: Paragraph spacing changed after using supertabular-environm
Replies: 4
Views: 3432

Re: Paragraph spacing changed after using supertabular-environm

I am now using a totally different document class and notice the same problem. So the problem is somewhere in the \supertabular-package and not in the thesis.cls...

Miriam
by mippes
Tue Jan 05, 2010 3:44 pm
Forum: Page Layout
Topic: Paragraph spacing changed after using supertabular-environm
Replies: 4
Views: 3432

Paragraph spacing changed after using supertabular-environm

Hi,
I am using the thesis.cls to make my latex-document. In the thesis paragraphs are separated by a blank line. This works perfect, however...after using a supertabular my paragraph spacing settings are different. After using the supertabular there is no paragraph spacing anymore.

Does anyone ...