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

"putPicture*"

parent 596b877e
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,13 @@ ...@@ -2,7 +2,13 @@
\RequirePackage{ragged2e} \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 \trivlist\item\relax
\noindent\begin{minipage}[t]{\linewidth}% \noindent\begin{minipage}[t]{\linewidth}%
\small \small
...@@ -20,7 +26,7 @@ ...@@ -20,7 +26,7 @@
\mbox{} \mbox{}
\else \else
\begin{minipage}[#1]{\dimexpr\linewidth-\width-\columnsep}% \begin{minipage}[#1]{\dimexpr\linewidth-\width-\columnsep}%
\hspace{0pt}\RaggedRight#3 \hspace{0pt}\ifPTB@temp\RaggedRight\fi#3
\end{minipage} \end{minipage}
\fi \fi
\par\ifx\relax#4\relax\else\vskip\columnsep #4\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.
Please register or to comment