Answer by user4686 for Parbox as an initial
This is a rip-off from egreg's answer, but I modified it in order to obtain the line alignment you requested. The role of the optional parameter to \begin{definition} is now something else: if present...
View ArticleAnswer by egreg for Parbox as an initial
\documentclass[a4paper]{article}\newsavebox{\defbox}\newenvironment{definition}[2][]{% \sbox\defbox{#1\begin{tabular}[t]{@{}l@{}}#2\end{tabular}}%...
View ArticleAnswer by Ulrike Fischer for Parbox as an initial
\RequirePackage{fix-cm}\documentclass[11pt]{scrartcl}\usepackage[T1]{fontenc}\usepackage{lettrine}\begin{document}\newbox\initial\sbox\initial{\parbox[b]{3cm}{\centering abc\\blub}}\lettrine[lines=3,...
View ArticleParbox as an initial
Similar to my last question Initial with wrapfigure -- other idea? I would like to create a wrapped environment in which I can take a \parbox or minipage environment.The following code shows the idea...
View Article