<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 30/01/2022 09:26, Hartmut Henkel
      wrote:</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite"
      cite="mid:3812de1-bc91-f9fd-2691-a49affdeb48b@hahepc1.hahe">
      <pre class="moz-quote-pre" wrap="">...or simply:

\documentclass{article}
\begin{document}
\newcommand{\timetask}[2]{#1 & \\ & #2\\}
\begin{center}
  \begin{tabular}{ll}
    \timetask{08:00}{breakfast}
    \timetask{13:00}{lunch}
    \timetask{17:00}{dinner}
  \end{tabular}%
\end{center}
\end{document}</pre>
    </blockquote>
    <p>But that is a 100% vertical offset, is it not Hartmut ?<br>
      -- <br>
      <i>Philip Taylor</i><br>
    </p>
  </body>
</html>