Mat
17-03-2012, 16:44
Hallo, im folgenden minimalbeispiel wird seltsamerweise die caption unterbrochen obwohl noch platz wäre rechts um die caption auszuschreiben.
Wie kann man das verhindern?
Danke euch
\documentclass{scrartcl}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{color}
\usepackage{rotating}
\usepackage{longtable}
\usepackage{algorithmic}
\usepackage{mathrsfs}
\usepackage{listings}
\usepackage[ruled,lined]{algorithm2e}
\usepackage{amsthm}
\begin{document}
\begin{minipage}[t]{0.44\textwidth}
\IncMargin{0.59cm}
\begin{algorithm}[H]
\LinesNumbered
\DontPrintSemicolon
\SetNlSkip{0.3cm}
\SetKwInOut{Input}{Input}
\SetKwInOut{Output}{Output}
\caption{Description of a simple but necessary method.}
\Indm
\Input{$A \in \mathbb{R}^{n \times n}$}
\Output{The $A$}
\Indp
\end{algorithm}
\end{minipage}
\end{document}
Wie kann man das verhindern?
Danke euch
\documentclass{scrartcl}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{color}
\usepackage{rotating}
\usepackage{longtable}
\usepackage{algorithmic}
\usepackage{mathrsfs}
\usepackage{listings}
\usepackage[ruled,lined]{algorithm2e}
\usepackage{amsthm}
\begin{document}
\begin{minipage}[t]{0.44\textwidth}
\IncMargin{0.59cm}
\begin{algorithm}[H]
\LinesNumbered
\DontPrintSemicolon
\SetNlSkip{0.3cm}
\SetKwInOut{Input}{Input}
\SetKwInOut{Output}{Output}
\caption{Description of a simple but necessary method.}
\Indm
\Input{$A \in \mathbb{R}^{n \times n}$}
\Output{The $A$}
\Indp
\end{algorithm}
\end{minipage}
\end{document}