Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. \documentclass[11pt]{article}
  2. \usepackage{amsfonts}
  3. \usepackage{amsmath}
  4. \usepackage{graphicx}
  5. \usepackage{wrapfig}
  6. \graphicspath{ {Images/} }
  7. \usepackage[utf8]{inputenc}
  8. \usepackage[T1]{fontenc}
  9. \usepackage[makeroom]{cancel}
  10.  
  11. \newcommand*\colvec[3][]{
  12. \begin{pmatrix}\ifx\relax#1\relax\else#1\\\fi#2\\#3\end{pmatrix}
  13. }
  14. \newcommand*\detr[4]{
  15. \begin{vmatrix}
  16. #1 & #2 \\
  17. #3 & #4 \\
  18. \end{vmatrix}
  19. }
  20.  
  21. \begin{document}
  22.  
  23. \begin{center}
  24. \textbf{\huge{Shape Restaurant}}
  25. \end{center}
  26.  
  27. \begin{center}
  28. \textbf{Meal plan subscription contract}
  29. \end{center}
  30.  
  31. If you are willing to sign up for our restaurant's subscription services, please fill up the form below and carefully read our terms of service. (Fields marked with a \textbf{*} must be filled)
  32.  
  33. \begin{center}
  34. \begin{tabular}{| l | p{7.5cm} |}
  35. \hline
  36. \multicolumn{2}{|c|}{Personal information} \\
  37. \hline
  38. Name* & \\ \hline
  39. Address Line 1* & \\ \hline
  40. Address Line 2 & \\ \hline
  41. Phone number* & \\ \hline
  42. Secondary phone number & \\ \hline
  43. Email & \\ \hline
  44. \multicolumn{2}{|c|}{Health information} \\
  45. \hline
  46. Current weight (kg)* & \\ \hline
  47. Current height (cm)* & \\ \hline
  48. Physical activity level* & \\ \hline
  49. \multicolumn{2}{|c|}{Meal plan details} \\
  50. \hline
  51. Goal* & \\ \hline
  52. Food allergies & \\ \hline
  53. Undesirable food & \\ \hline
  54. Days without delivery & \\ \hline
  55.  
  56. \end{tabular}
  57. \end{center}
  58.  
  59. \begin{center}
  60. \textbf{Terms of service}
  61. \end{center}
  62. \begin{enumerate}
  63. \item Once this contract is signed and the total subscription price is payed, we do not offer refunds except in the cases listed below.
  64. \item The restaurant will take full responsibility of any food that the subscriber listed as "allergic to" or "undesired". If such food is found in one of your meals, the subscriber can cancel their subscription plan and are eligible for a refund or can change their specified meals as they wish.
  65. \item \begin{enumerate}
  66. \item The subscriber has the right to swap their meals in the first two weeks for free and the price difference between the swapped meals is covered by them.
  67. \item If the subscriber has asked for a swap for more than 3 times, they have to pay 50AED for 3 additional swaps and cover the price difference between the meals.
  68. \end{enumerate}
  69. \item The customer can pause his subscription for one day for free in a month or pay 75AED for any duration between 2 and 30 days. If the subscriber wishes to pause for more than 30 days, the subscription will be canceled and no refund will be offered.
  70. \item Any inquiry to pause the subscription temporarily or swap meals must be requested before 8:30 PM from Sunday to Thursday for the changes to be applicable immediately. If the inquiry is received after 8:30 PM, the request will be fulfilled the following day. The customer can contact us by phone, WhatsApp or our official email address.
  71. \item The small bag provided with the meals is given away as a gift from the restaurant. The big bag must be returned each day to the driver delivering the next meal. If two days pass and the bags aren't returned, meals will be delivered in standard white bags and a fee of 150AED is applied for each non-returned bag until the end of the subscription plan.
  72. \item The subscriber can receive 4 body composition tests for free every month. If they wish for more, a fee of 50AED/Test is applied.
  73. \item A copy of this contract remains between both contractors.
  74. \end{enumerate}
  75.  
  76. \textbf{Restaurant signature} \hfill \textbf{Client signature}
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement