Search found 2 matches

by raimund
Tue Feb 05, 2008 5:36 am
Forum: General
Topic: \caption und \item too wide in self-defined environment
Replies: 3
Views: 2693

Re: \caption und \item too wide in self-defined environment

Hi,

thanks for the suggestions, but both solutions did not work:

1)\everypar{...}% simply repeats the left- and rightskip for each paragrph, i.e., with each new paragraph the textwidth shrinks.

2) \advance \hsize by -0.5cm (check the syntax)\hangindent=0.5cm\hangafter=0

This can be used to ...
by raimund
Thu Jan 31, 2008 6:57 am
Forum: General
Topic: \caption und \item too wide in self-defined environment
Replies: 3
Views: 2693

\caption und \item too wide in self-defined environment

Hi,

I defined myself the following experiment-environment:

% definition of my own ``experiment'' environment
\newcounter{experimentCounter}
\renewcommand{\theexperimentCounter}{\arabic{chapter}.\arabic{section}.
\arabic{experimentCounter}}
\newenvironment{experiment}[3] {%
\setlength{\parindent ...