Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{spreadtab}
  3. begin{document}
  4. begin{spreadtab}{{tabular}{llll|l}}
  5. @ a & @ xyz & @ duration & @ starttime & @ endtime \
  6. @ a1 & 5 & 00:03 & 00:00 & add(b2, d2) \
  7. @ a2 & 9 & 00:01 & (automatically value of previous endtime) & add(b3, d3) \
  8. // and so on
  9. end{spreadtab}
  10. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement