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.

59 lines
1.5 KiB

  1. \documentclass[10pt,letterpaper]{article}
  2. \usepackage[letterpaper, margin=1in]{geometry}
  3. \usepackage{multicol}
  4. \setlength{\columnsep}{0.5in}
  5. \usepackage[utf8]{inputenc}
  6. \usepackage{amsmath}
  7. \usepackage{kpfonts}
  8. \usepackage{amssymb}
  9. \usepackage{gensymb}
  10. \usepackage{units} % Get nice fractions
  11. \author{Kenneth John Odle}
  12. \title{Killer Crab Dip}
  13. \begin{document}
  14. \begin{LARGE}
  15. \textbf{Killer Crab Dip}
  16. \end{LARGE}
  17. \hrulefill
  18. \bigskip
  19. \begin{multicols}{2}
  20. The main ingredient in this dish is actually not crab. It's imitation crab, better known as \textit{surimi}.
  21. \end{multicols}
  22. \bigskip
  23. \begin{large}
  24. \textbf{Ingredients}
  25. \end{large}
  26. \begin{itemize}
  27. \item 4 oz. cream cheese, softened at room temperature
  28. \item \nicefrac{1}{4}cup mayonnaise
  29. \item 2 Tbs. sour cream
  30. \item 8 oz. surimi, cut into small chunks
  31. \item 1\nicefrac{1}{2} tsp dried dill
  32. \item 1 tsp Worcestershire sauce
  33. \item \nicefrac{1}{4} tsp vinegar based hot sauce (i.e. Frank's)
  34. \item 2-3 green onions
  35. \end{itemize}
  36. \medskip
  37. \begin{large}
  38. \textbf{Method}
  39. \end{large}
  40. \begin{enumerate}
  41. \item Combine the cream cheese, mayonnaise, sour cream, Worcestershire, hot sauce, and dill, stirring until well combined.
  42. \item Chop the bottom parts of the green onions into a fine mince and stir into the cream cheese mixture.
  43. \item Gradually fold in the surimi, so as not to break up the chunks.
  44. \item Chill in the refrigerator 2-3 hours or overnight.
  45. \item Slice the tops of the green onions into thin rings and use for garnish.
  46. \end{enumerate}
  47. \bigskip
  48. \end{document}