在晚间,我试图用4个参数建立新的称为“灯巴”的指挥,并建立一个横跨左边和文字宽的有色的盒子,如图所示。 树木形象应稍微压在右边的箱子上。 平均为2点。 我曾尝试使用彩色箱,但我似乎无法做到。 我不反对这样做。 感谢!
Code I have tried (note I define the colors p.blue, p.yellow, and p.white in code not provided):
ewcommand{luebar}[4]{%
parmedskip
oindentmakebox[linewidth][c]{%
colorbox{p.blue}{%
parbox{paperwidth}{%
hspace*{dimexprhoffset+oddsidemargin+1cm
elax}%
egin{minipage}{.05 extwidth}
mbox{}
end{minipage}%
egin{minipage}{.75 extwidth}
justifying
extbf{large extcolor{p.white}{#1}}\
small extcolor{p.yellow}{#2}\
vspace{5pt} % Top margin
small extcolor{p.white}{#3}
vspace{15pt} % Bottom margin
end{minipage}%
egin{minipage}{.2 extwidth}
includegraphics[width=4cm]{#4}
end{minipage}%
}%
}%
}
}