Advertisement
Guest User

LaTeX

a guest
Sep 7th, 2011
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. % I use the package pas-edt for make a french planning (http://www.mathweb.fr/packages-edt.html)
  2.  
  3. \newcommand\dechour[1]{\splithour#1!}
  4. \def\splithour#1:#2!{\FPupn\result{60 #2 / #1 +}\FPround\result\result{5}\result}
  5.  
  6. \begin{document}
  7. \jours{Lundi, Mardi, Mercredi, Jeudi, Vendredi, Samedi}
  8. \begin{tikzpicture}
  9. \planning[start=8, end=18,demiheures=true]
  10. % Lundi
  11. \creneau[day=1, start=\dechour{8:30}, end=\dechour{9:25}]{Maths}
  12. \end{tikzpicture}
  13. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement