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.

75 lines
2.6 KiB

  1. \documentclass[10pt,letterpaper]{article}
  2. \usepackage[letterpaper, margin=1in]{geometry}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{amsmath}
  5. \usepackage{amsfonts}
  6. \usepackage{amssymb}
  7. \usepackage{gensymb}
  8. \usepackage{units} % Get nice fractions
  9. \author{Kenneth John Odle}
  10. \title{Spicy Sloppy Joes}
  11. \begin{document}
  12. \begin{LARGE}
  13. \textbf{Spicy Sloppy Joes}
  14. \end{LARGE}
  15. \hrulefill
  16. \bigskip
  17. When you want sloppy joes, but you don't want the same old sloppy joes (and you like a bit of heat), make this your go-to recipe.
  18. \bigskip
  19. \begin{large}
  20. \textbf{Ingredients}
  21. \end{large}
  22. \begin{itemize}
  23. \item \nicefrac{3}{4} pound (12 ounces) ground beef
  24. \item 14 ounces chorizo
  25. \item \nicefrac{3}{4} white or yellow onion, finely diced$^{*}$
  26. \item 1 small to medium poblano pepper, seeded and finely chopped$^{*}$
  27. \item 1 jalape\~{n}o pepper, seeded and finely chopped$^{*}$
  28. \item 1 cup beer
  29. \item \nicefrac {3}{4} cup ketchup
  30. \item 1 Tbs brown sugar
  31. \item 2 tsp granulated garlic
  32. \item 1\nicefrac{1}{2} tsp chili powder
  33. \item \nicefrac{1}{2} tsp mustard powder
  34. \end{itemize}
  35. \medskip
  36. $^{*}$See notes
  37. \medskip
  38. \begin{large}
  39. \textbf{Method}
  40. \end{large}
  41. \begin{enumerate}
  42. \item Add the chorizo and ground beef to a large, deep frying pan and cook, breaking it up with a spatula, until it is completely cooked.
  43. \item Add the onion and peppers, and cook for 2-3 minutes, until they begin to soften.
  44. \item Add the beer and deglaze the bottom of the pan.
  45. \item Add the ketchup and spices. Stir to combine and bring to a simmer.
  46. \item Reduce heat as necessary and simmer, covered, for 15-20 minutes. (If necessary, add additional beer or water if the mixture becomes too thick.)
  47. \end{enumerate}
  48. \bigskip
  49. \begin{large}
  50. \textbf{Notes}
  51. \end{large}
  52. \begin{enumerate}
  53. \item Fat is flavor, and depending upon the brand of chorizo you use, and the type of ground beef, this recipe may produce a lot. You have a few options for the excess fat this dish produces:
  54. \begin{itemize}
  55. \item Drain the excess fat after the meat is cooked.
  56. \item Drain the excess meat after the onions and pepper are cooked.
  57. \item Add a tablespoon or so of flour before adding the beer and cooking for a minute to cook out the raw flour flavor.
  58. \item Leave it as it is, and serve it "lunch lady style". (In my opinion, school lunchroom sloppy joes were delicious precisely \textit{because} the fat was left in it. Happy times, happy times.)
  59. \end{itemize}
  60. \item You can use mild, medium, or hot chorizo, depending on your family's tolerance for heat.
  61. \item As always, adjust the amount of peppers and onions to your family's liking.
  62. \end{enumerate}
  63. \end{document}