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.

66 lines
1.8 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{Copycat Chipotle Chicken}
  11. \begin{document}
  12. \begin{LARGE}
  13. \textbf{Copycat Chipotle Chicken}
  14. \end{LARGE}
  15. \hrulefill
  16. \bigskip
  17. \begin{large}
  18. \textbf{Ingredients}
  19. \end{large}
  20. \bigskip
  21. For the marinade:
  22. \begin{itemize}
  23. \item \nicefrac{1}{2} cup beer
  24. \item \nicefrac{1}{2} onion, roughly chopped
  25. \item 2 cloves garlic, roughly chopped
  26. \item 1 chipotle chili in adobo, stemmed
  27. \item 1 Tbs adobo sauce
  28. \item 2 Tbs fresh lime juice
  29. \item 2 tsp chili powder
  30. \item 1\nicefrac{1}{2} tsp ground cumin
  31. \item 1 tsp dried Mexican oregano
  32. \item 1 tsp salt
  33. \item \nicefrac{1}{2} tsp black pepper, freshly ground
  34. \item 2 Tbs canola or other neutral oil
  35. \end{itemize}
  36. \medskip
  37. For the chicken:
  38. \begin{itemize}
  39. \item 2 pounds boneless, skinless chicken thighs
  40. \item 1 Tbs canola or other neutral oil with a high smoke point
  41. \end{itemize}
  42. \bigskip
  43. \begin{large}
  44. \textbf{Method}
  45. \end{large}
  46. \begin{enumerate}
  47. \item Add all the ingredients for the marinade to a blender and blend until smooth.
  48. \item Combine the chicken thighs and the marinade in a covered container, making sure the entire surface of the chicken is covered with marinade. Marinate in the refrigerator a minimum of four hours or overnight.
  49. \item Drain the chicken preheat the grill.
  50. \item Brush the chicken with the 1 Tbs canola oil. Season with salt and pepper to taste.
  51. \item Grill until the chicken is thoroughly cooked, approximately 8-10 minutes. Make sure the internal temperature is 165\degree F.
  52. \item Allow the chicken to cool slightly, and then cut into bite-sized pieces. Serve warm.
  53. \end{enumerate}
  54. \bigskip
  55. \end{document}