Search found 11 matches

by Reset
Fri Jan 02, 2009 12:22 am
Forum: General
Topic: [Solved] Force a linebreak in label of item / list envir...
Replies: 2
Views: 26506

Re: Force a linebreak in label of item / list environment

Thanks dude,

your example works!

One addition: I have to write the item content also in a parbox, or the linebreak in the item-label affects also the item content.

For example:

\item[{\parbox[t]{0.2\linewidth}{force here \\ a linebreak}}] \parbox[t]{1\linewidth}{Some text right of the label}
by Reset
Sat Dec 06, 2008 2:23 am
Forum: General
Topic: [Solved] Force a linebreak in label of item / list envir...
Replies: 2
Views: 26506

[Solved] Force a linebreak in label of item / list envir...

I have no clue how to force a line break in the item label of an itemize / list / description environment or a proper workaround for getting the same result, hopefully somebody has. What I wanna do:

\begin{list}
\item[forcehere a \\ linebreak] Some text right of the label
\item[another label ...
by Reset
Tue Dec 11, 2007 11:11 pm
Forum: General
Topic: caption right or left of figure
Replies: 2
Views: 2434

Re: caption right or left of figure

floatrow works great, thanks !
by Reset
Mon Dec 10, 2007 2:18 am
Forum: General
Topic: caption right or left of figure
Replies: 2
Views: 2434

caption right or left of figure

I try to align the caption of a picture not above or under (captionsetup) it, but left or right.

Some or two short hints or packages would be great, especially in conjunction with the graphicx and subfigure package wich I use.

Thx
by Reset
Tue Dec 04, 2007 8:06 pm
Forum: General
Topic: captionsetup with subfigure (not subfig) package
Replies: 2
Views: 9833

Re: captionsetup with subfigure (not subfig) package does not w

great, that was easy ! you know that with the trees and forest...

thought it must the captionsetup, cause the subfig use it....

thanks a lot
by Reset
Tue Dec 04, 2007 5:28 pm
Forum: General
Topic: captionsetup with subfigure (not subfig) package
Replies: 2
Views: 9833

captionsetup with subfigure (not subfig) package

I am using the beamer document class which does not support the new subfig package.

Now I want to change the label properties of a subfigure, which does not work.

\documentclass{beamer}

\usepackage{default}
\usepackage{subfigure}
\usepackage{caption}

\begin{document}

\begin{figure}[ht ...
by Reset
Tue Dec 04, 2007 12:56 am
Forum: General
Topic: Beamer Class makecaption error
Replies: 3
Views: 4178

Re: Beamer Class makecaption error

ok, I have read, that subfig packet does not work with the beamerclass. scrartcl works well, thanks for help, i have to use the subfigure package with my beamer class.
by Reset
Tue Dec 04, 2007 12:04 am
Forum: General
Topic: Beamer Class makecaption error
Replies: 3
Views: 4178

Beamer Class makecaption error

Ok, it works now. But i cannot use subfig, only subfigure.


using subfig instead of subfigure make latex going crazy...
using this minimal code

\documentclass{beamer}

\usepackage{subfig}
\usepackage{default}

\begin{document}

\begin{figure}%
\centering
\subfloat[][]{pics/stm.png}%
\qquad ...
by Reset
Mon Dec 03, 2007 7:44 pm
Forum: General
Topic: Beamer Class makecaption error
Replies: 3
Views: 4178

Beamer Class makecaption error

If I try to use


\usepackage{caption}


I always get an error:

\@makecaption undefined. \renewcommand\@makecaption

I use Kile on Suse 10.3 x64 and also tried that with texmaker. The package works without problems for other document classes.
Found something about an error with the subfigure ...
by Reset
Fri Apr 27, 2007 9:22 am
Forum: General
Topic: Blurred graphics...a known problem?
Replies: 2
Views: 6082

Blurred graphics...a known problem?


However, I think your main problem is that screenshots are bitmap graphics. When you print, for example, Visio graphics and use wmf2eps, the resulting .ps file consists of a vector graphics, which scales nicely.


Thx. I printed everything and all pictures are fine without converting anything to ...