Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[paper=a4]{minimal}
  2. usepackage{pgffor}
  3. usepackage{babyloniannum}
  4. begin{document}
  5.  
  6. begin{minipage}{0.2textwidth}
  7. noindentforeach n in {1,...,20}{%
  8. nquadbabyloniannum{n}\
  9. }
  10. end{minipage}
  11. begin{minipage}{0.2textwidth}
  12. noindentforeach n in {21,...,40}{%
  13. nquadbabyloniannum{n}\
  14. }
  15. end{minipage}
  16. begin{minipage}{0.2textwidth}
  17. noindentforeach n in {41,...,59}{%
  18. nquadbabyloniannum{n}\
  19. }
  20. end{minipage} hfill
  21.  
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement