答案1
pstricks
和 的解决方案tabularx
:
\documentclass[11pt, a4paper, pdf, svgnames]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{ pst-node}
\usepackage{auto-pst-pdf}
\begin{document}
\sffamily
\noindent
\begin{tabularx}{\linewidth}{@{}m{58mm}>{Apple:}lX@{}}
\smash{\raisebox{-\dimexpr\height + 3ex}{
\begin{pspicture}[]%
\LARGE
\cnodeput[framesep = 4pt]{0}(0,0){W}{\color{Goldenrod}WHY}
\pscircle(0,0){1.85}\rput(0,-1.3){HOW}
\pscircle(0,0){2.7}\rput(0,-2.25){WHAT}
\end{pspicture}}}
& \multicolumn{2}{>{\bfseries\large}l}{WHY = The Purpose} \\
& \multicolumn{2}{>{\itshape}l}{What is your cause? What do you believe?}\\[1ex]
& & We believe in challenging the status quo and doing this differently \\[2ex]
& \multicolumn{2}{>{\bfseries\large}l}{HOW = The Process} \\
& \multicolumn{2}{>{\itshape}l}{Specific actions taken to realise the Why}\\[1ex]
& & Our products are beautifully designed and easy to use \\[2ex]
& \multicolumn{2}{ >{\bfseries\large}l}{WHAT = The Result} \\
& \multicolumn{2}{ >{\itshape}l}{What do you do? The result of Why.Proof} \\[1ex]
& & We make computers
\end{tabularx}
%
\end{document}