cookies.tex 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. %Stephen Stengel
  2. %Cookies
  3. %Licensed under the CC0 license.
  4. \documentclass[12pt, letterpaper]{article}
  5. \usepackage[utf8]{inputenc}
  6. \usepackage{siunitx}
  7. \usepackage{graphicx}
  8. \usepackage{float} %placing figures with H
  9. \begin{document}
  10. \thispagestyle{empty}
  11. \twocolumn
  12. \begin{flushleft}
  13. \section*{Stephen's Cookies}
  14. \subsection*{Ingredients}
  15. Metric weights are within $\pm$ 0.5g.
  16. \begin{itemize}
  17. \item 150g flour
  18. \item 10g baking soda
  19. \item 2g salt
  20. \item a dash of curry powder or turmeric
  21. \item 1 stick of soy butter (about 111g); cold
  22. \item 70g brown sugar
  23. \item 1 whole egg (about 45 to 50g)
  24. \item 1 egg yolk (about 15 to 20g)
  25. \item 3g vanilla extract
  26. \item 154g dark chocolate; chips or broken bar pieces.
  27. \end{itemize}
  28. \subsection*{Instructions}
  29. \begin{enumerate}
  30. \item Preheat oven to \SI{375}{\degree}F. You will need two salad bowls and a small bowl.
  31. \item Mix flour, baking soda, salt, and turmeric in one bowl.
  32. \item Mix butter, sugar, eggs, and vanilla in a second bowl.
  33. \item Mix the first bowl into the second bowl.
  34. \item Mix in the chocolate chips.
  35. \item Arrange on cookie sheet.
  36. \item Bake for 15 minutes.
  37. \end{enumerate}
  38. \subsection*{Notes}
  39. Makes about 13 cookies. These should be soft, bready, and not as sweet as most cookies. Do not butter or grease the baking pan. This recipe is the current best batch that I have made. To make more crumbly, buttery cookies, reduce flour to 100g. To make crunchy cookies, replace butter with the same weight of olive oil.
  40. %~ HEY: Test with non-brown sugar, brown sugar is just sugar with molasses in it.
  41. %~ Update picture.
  42. \begin{figure}[H]
  43. \begin{center}
  44. \includegraphics[width=0.6\linewidth]{./pics/cookies.jpg}
  45. \caption{This batch was cooked on an "Airbake" brand hollow, aluminum baking pan on the middle rack.}
  46. \end{center}
  47. \end{figure}
  48. Licensed under the Creative Commons CC0 license.
  49. \end{flushleft}
  50. \end{document}