Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- %for border
- \usepackage{background}
- \addtolength{\textwidth}{1in}
- \addtolength{\topmargin}{-0.25in}
- %for changing page number position
- \usepackage{fancyhdr}
- %for colour definitions
- \usepackage[utf8]{inputenc}
- \usepackage[english]{babel}
- %\usepackage[dvipsnames]{xcolor} can't use this as xcolor package clash error
- %for sloped fractions
- \usepackage{xfrac}
- %for vertical border text
- \usepackage{blindtext}
- \usepackage{eso-pic, rotating, graphicx}
- %setting custom colour definitions
- \definecolor{bordergrey}{RGB}{112, 129, 133}
- \definecolor{topitalicsred}{RGB}{83, 33, 28}
- %setting border size and position
- \SetBgScale{0.7}
- \SetBgAngle{0}
- \SetBgColor{bordergrey}
- \SetBgContents{\rule{1pt}{\paperheight}}
- \SetBgHshift{-10cm}
- %setting vertical border text elements
- \AddToShipoutPicture{\put(50,375){\rotatebox{90}{\scalebox{4}{\textcolor{topitalicsred}{Carnaroli Risotto}}}}}
- \AddToShipoutPicture{\put(85,485){\rotatebox{90}{\scalebox{1.25}{on Heirloom Tomato \& Basil Salad}}}}
- \AddToShipoutPicture{\put(310,55){{\scalebox{0.75}{\textcolor{topitalicsred}{\textit{Fresh Sheet}}}}}}
- \begin{document}
- \setcounter{page}{6}
- \textcolor{topitalicsred}{\textit{Carnaroli rice is native to the Novara and Vercelli regions of northern Italy.
- The grains are slightly larger than the more common arborio rice, which means they absorb more liquid, resulting in a slightly creamier risotto. \textbf{Serves 6}}}
- \vspace{10ex}
- \noindent
- \begin{minipage}[t]{0.485\textwidth}
- \begin{enumerate}
- \setlength\itemsep{-0.25em}
- {\fontfamily{cmss}\selectfont\item [] \large{Tomato and Basil Salad}}
- \textbf{\item [6] large heirloom tomatoes (different colours if possible)}
- \textbf{\item [$\sfrac{1}{2}$] cup basil leaves}
- \textbf{\item [3] Tbsp traditional balsamic vinegar from Modena, Italy, or Venturi-Schulze (optional)}\end{enumerate}
- \end{minipage}%
- \hfill
- \noindent
- \begin{minipage}[t]{0.485\textwidth}
- \begin{enumerate}
- \setlength\itemsep{-0.25em}
- {\fontfamily{cmss}\selectfont\item [] \large{Carnaroli Risotto}}
- \textbf{\item [4] cups water}
- \textbf{\item [2] Tbsp extra-virgin olive oil}
- \textbf{\item [$\sfrac{1}{2}$] medium onion, minced}
- \textbf{\item [1] clove garlic, minced}
- \textbf{\item [$\sfrac{1}{2}$] cup carnaroli rice}
- \textbf{\item [$\sfrac{1}{4}$] cup dry white wine}
- \textbf{\item [2] Tbsp butter}
- \textbf{\item [$\sfrac{1}{4}$] cup grated Parmesan cheese}
- \end{enumerate}
- \end{minipage}%
- \vspace{10ex}
- \noindent
- \textcolor{topitalicsred}{\textit{Tomato and Basil Salad:}} Slice tomatoes $\sfrac{1}{4}$-inch thick and divide among six plates. Season with salt and pepper, then set aside.\\
- \noindent
- \textcolor{topitalicsred}{\textit{Carnaroli Risotto:}} Heat water in a medium pot on medium heat and keep it at a gentle simmer, turning down the heat if necessary.
- \newline\indent Heat oil in a large heavy-bottomed pot on medium-high heat. Add onion and garlic, then sauté, stirring, for about 5 minutes, or until onion is translucent.
- \newline\indent Season well with salt and pepper. Stir in rice and cook for another 4 minutes, or until the grains are well coated with oil. Add wine and 1 cup of the simmering water, stirring constantly until the rice absorbs the liquid.
- \newline\indent Gradually add the remaining water, about $\sfrac{1}{2}$ cup at a time, so rice is always covered in liquid. Keep stirring. (It should take about 18 minutes for the rice to be perfectly cooked.
- Taste it at various intervals near the end. You may need a little more or a little less water, depending on the age of the rice.) When all the liquid is absorbed and rice is al dente, stir in butter and Parmesan.
- Stir vigorously to emulsify everything together. Season if necessary.\\
- \noindent
- \textcolor{topitalicsred}{\textit{To Serve:}} Divide risotto evenly on top of plated tomatoes, leaving at least one-third of the colourful tomatoes exposed. Place a few basil leaves around each plate and garnish with a drizzle of balsamic vinegar (optional).
- \pagestyle{fancy}
- \renewcommand\headrulewidth{0pt}
- \lhead{}\chead{}\rhead{}
- \cfoot{\hspace*{-39\baselineskip}\thepage}
- \end{document}
Add Comment
Please, Sign In to add comment