Guest User

Untitled

a guest
Apr 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. documentclass[11pt, leqno, twoside]{article}
  2. usepackage[french]{babel}
  3. usepackage[T1]{fontenc}
  4. usepackage[applemac]{inputenc}% Codage du fichier
  5. usepackage{amsmath}
  6. usepackage{amsfonts}
  7. usepackage{amssymb}
  8. usepackage{amsthm}
  9. usepackage{mathrsfs}
  10. usepackage{euscript}
  11. usepackage{ulem}
  12. usepackage{cancel}
  13. usepackage{array}
  14. usepackage[dvipsnames]{xcolor}
  15. usepackage[left=2cm,right=5.5cm,top=1cm,bottom=2cm]{geometry}
  16. usepackage{stmaryrd}
  17. usepackage{tikz}
  18. usepackage{fancyhdr}
  19. usepackage{setspace}
  20. pagestyle{fancy}
  21. title{Cribler par une progression arithmétique}
  22. author{David Feutrie\
  23. smallskip
  24. centerline{smalldateheure}\
  25. usepackage{titletoc}
  26. fancyhf{}
  27. fancyhead{}
  28.  
  29. lhead[thepage]{{it David Feutrie}}
  30. rhead[{it Cribler par une progression arithmétique}]{thepage}
  31.  
  32. fancyfoot{}
  33.  
  34. topmargin -.3cm
  35. textheight 22cm
  36. textwidth 14cm
  37. evensidemargin 1.1cm
  38. oddsidemargin 1.1cm
  39. parindent=4mm
  40. numberwithin{equation}{section}
  41. thispagestyle{empty}
  42.  
  43. % definitions GT
  44. countdeftemps=170
  45. temps=time
  46. countdefnminutes=171{nminutes = time}
  47. countdefnheure=172
  48. defheure{begingroup
  49. % heure a la francaise
  50. temps = time dividetemps by 60
  51. nheure = temps
  52. % l'heure, de 0 `a 23
  53. nminutes = time <br/>
  54. multiplytemps by 60 <br/>
  55. advancenminutes by -temps <br/>
  56. % Les minutes, de 0 a 59.
  57. ifnumnminutes<10 toks1 = {0} <br/> %
  58. elsetoks1 = {}%
  59. fi
  60. numbernheure hthetoks1 numbernminutes<br/>
  61. endgroup}%
  62.  
  63.  
  64. defdater{vglue-10mmrightline{(theday/themonth/theyear)}}<br/>
  65. defdateheure{(version theday/themonth/theyear, heure)}
Add Comment
Please, Sign In to add comment