Skip to content
Snippets Groups Projects
Commit ac2ab2d3 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"putPicture*"

parent 596b877e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,13 @@
\RequirePackage{ragged2e}
\newcommand\putPicture[4][t]{%
\newif\ifPTB@temp
\newcommand*\putPicture{%
\@ifstar{\PTB@temptrue\PTB@putPicture}{\PTB@tempfalse\PTB@putPicture}%
}
\newcommand\PTB@putPicture[4][t]{%
\trivlist\item\relax
\noindent\begin{minipage}[t]{\linewidth}%
\small
......@@ -20,7 +26,7 @@
\mbox{}
\else
\begin{minipage}[#1]{\dimexpr\linewidth-\width-\columnsep}%
\hspace{0pt}\RaggedRight#3
\hspace{0pt}\ifPTB@temp\RaggedRight\fi#3
\end{minipage}
\fi
\par\ifx\relax#4\relax\else\vskip\columnsep #4\fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment