Just various recipes that I'm developing. Also, more practice with LaTeX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.1 KiB

3 years ago
  1. \documentclass[10pt,letterpaper]{article}
  2. \usepackage[letterpaper, margin=1in]{geometry}
  3. \usepackage{multicol}
  4. \usepackage[utf8]{inputenc}
  5. \usepackage{amsmath}
  6. \usepackage{amssymb}
  7. \usepackage{gensymb}
  8. \usepackage{kpfonts}
  9. \usepackage{units} % Get nice fractions
  10. \usepackage{tabularx}
  11. \usepackage{array}
  12. \author{Kenneth John Odle}
  13. \title{Oatmeal}
  14. \begin{document}
  15. \begin{LARGE}
  16. \textbf{Oatmeal}
  17. \end{LARGE}
  18. \hrulefill
  19. \bigskip
  20. \begin{multicols}{2}
  21. Because oatmeal is good for you, but sometimes we forget the directions.
  22. \end{multicols}
  23. \begin{large}
  24. \textbf{Proportions}
  25. \end{large}
  26. \bigskip
  27. \renewcommand{\arraystretch}{1.750}
  28. \begin{tabularx}{0.9\textwidth}
  29. {
  30. | >{\raggedright\arraybackslash}X
  31. | >{\centering\arraybackslash}X
  32. | >{\centering\arraybackslash}X
  33. | >{\centering\arraybackslash}X
  34. | >{\centering\arraybackslash}X
  35. |
  36. }
  37. \hline
  38. & \multicolumn{3}{c|}{\textbf{Stovetop}} & \textbf{Microwave} \\ \hline
  39. \textbf{Servings} & 1 & 2 & 6 & 1 \\ \hline
  40. \textbf{Water} {\small (or milk)} & 1 cup & 1 \nicefrac{3}{4} cups & 5 cups & 1 cup \\ \hline
  41. \textbf{Oats} & \nicefrac{1}{2} cup & 1 cup & 3 cups & \nicefrac{1}{2} cup \\ \hline
  42. \textbf{Salt} {\small (Optional)} & Dash & \nicefrac{1}{8} tsp & \nicefrac{1}{4} tsp & Dash \\ \hline
  43. \end{tabularx}
  44. \bigskip
  45. \begin{large}
  46. \textbf{Method for Quick Oats}
  47. \end{large}
  48. \bigskip
  49. \textbf{Stovetop:}
  50. \begin{enumerate}
  51. \item Bring water or milk and salt to a rapid boil.
  52. \item Stir oats into liquid.
  53. \item Boil 1 minute. Stir occasionally.
  54. \item Cover and remove from heat. After a few minutes, stir and serve.
  55. \end{enumerate}
  56. \bigskip
  57. \textbf{Microwave:}
  58. \begin{enumerate}
  59. \item Combine water or milk, salt, and oats in a 2-cup microwaveable cereal bowl.
  60. \item Microwave on HIGH for 1\nicefrac{1}{2} to minutes or until thickened.
  61. \item Mix well before serving. Bowl will be hot.
  62. \end{enumerate}
  63. \bigskip
  64. \textbf{Notes}
  65. \begin{enumerate}
  66. \item For thicker oatmeal, use less water or milk. For thinner oatmeal, use more water or milk.
  67. \item Due to the difference in microwave ovens, cooking time is appropriate.
  68. \end{enumerate}
  69. \end{document}