\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{vweiss} \pdfinfo{ /Title (life-sciences-introduction-to-nutrition.pdf) /Creator (Cheatography) /Author (vweiss) /Subject (Life Sciences: Introduction to Nutrition Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{D69A4B} \definecolor{LightBackground}{HTML}{FCF8F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Life Sciences: Introduction to Nutrition Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{vweiss} via \textcolor{DarkBackground}{\uline{cheatography.com/163743/cs/34432/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}vweiss \\ \uline{cheatography.com/vweiss} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 15th October, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Definitions}} \tn % Row 0 \SetRowColor{LightBackground} Nutrition & the study of how food nourishes the body \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Food & any substance the body can take in and assimilate; a source of nutrients \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} Diet & the food and beverages a person usually eats and drinks \tn % Row Count 8 (+ 3) % Row 3 \SetRowColor{white} Genome & the full complement of genetic material in the chromosomes of a cell \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} DNA & the molecule that encodes genetic information in its structure \tn % Row Count 14 (+ 3) % Row 5 \SetRowColor{white} Nutritional genomics & the science of how nutrients affect the activity of genes and how genes affect the activity of nutrients \tn % Row Count 18 (+ 4) % Row 6 \SetRowColor{LightBackground} Energy & the capacity to do work; energy that fuels the body comes indirectly from the sun via plants; measured in Calories \tn % Row Count 23 (+ 5) % Row 7 \SetRowColor{white} Nutrients & components of food required for the bodys functioning; roles include providing energy, building material, maintenance and repair, and supporting growth; ie: water, carbs, fat, protein, vitamins, minerals \tn % Row Count 31 (+ 8) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Definitions (cont)}} \tn % Row 8 \SetRowColor{LightBackground} Essential nutrients & nutrients that the body cannot make or cannot make fast enough, from other raw materials \tn % Row Count 4 (+ 4) % Row 9 \SetRowColor{white} Calories & unit of energy; amount of heat energy needed to raise the temperature of 1 kilogram of water \tn % Row Count 8 (+ 4) % Row 10 \SetRowColor{LightBackground} Gram & unit of mass; food and nutrients are often measured in grams \tn % Row Count 11 (+ 3) % Row 11 \SetRowColor{white} Elemental Diet & composed of purified ingredients of known chemical composition; intended to supply all essential nutrients to people who cannot eat foods; {\emph{they are not superior to real food, dont enable people to thrive over long periods, dont support optimal growth and health, can cause medical complications}} \tn % Row Count 23 (+ 12) % Row 12 \SetRowColor{LightBackground} Nonnutrients & compounds other than the six nutrients present in food that have biological activity in the body \tn % Row Count 27 (+ 4) % Row 13 \SetRowColor{white} \seqsplit{Phytochemicals} & nonnutrient compounds that confer colour, taste, and other characteristics on foods \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Definitions (cont)}} \tn % Row 14 \SetRowColor{LightBackground} Adequacy & the dietary characteristic of providing all of the essential nutrients, fibre, and energy in sufficient amounts to maintain health and body weight \tn % Row Count 6 (+ 6) % Row 15 \SetRowColor{white} Balance & the dietary characteristic of providing foods of a number of different types in proportion to each other, such that foods rich in some nutrients do not replace foods that are rich in other nutrients \tn % Row Count 14 (+ 8) % Row 16 \SetRowColor{LightBackground} Calorie control & control of energy intake \tn % Row Count 16 (+ 2) % Row 17 \SetRowColor{white} Moderation & the dietary characteristic of providing constituents within set limits; nothing in excess \tn % Row Count 20 (+ 4) % Row 18 \SetRowColor{LightBackground} Variety & the dietary characteristic of providing a wide selection of foods \tn % Row Count 23 (+ 3) % Row 19 \SetRowColor{white} Cuisines & styles of cooking \tn % Row Count 24 (+ 1) % Row 20 \SetRowColor{LightBackground} Foodways & sum of a cultures habits, customs, beliefs, and preferences concerning food \tn % Row Count 27 (+ 3) % Row 21 \SetRowColor{white} Ethnic foods & associated with a particular cultural subgroups within a population \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Definitions (cont)}} \tn % Row 22 \SetRowColor{LightBackground} Nutritional assessment & includes an individuals health and diet history, anthropometric measurements, laboratory test data \tn % Row Count 4 (+ 4) % Row 23 \SetRowColor{white} Registered dietitian & indicates a qualified nutrition expert \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Glossary of Food Types}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/vweiss_1664554512_Screen Shot 2022-09-30 at 12.12.24 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Why do people choose foods?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Positive associations} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Region of country} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Social pressure} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Values or beliefs} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Weight} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Nutritional value} \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Benefits of Physical Activity}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Increased cardiovascular endurance} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Increased muscle strength and endurance} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Increased flexibility} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Reduced risk of cardiovascular diseases} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Reduced risk of type 2 diabetes} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Reduced risk of cancer, especially colon and breast} \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Feeling of vigour} \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Feeling of belonging and companionship} \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Improved mental outlook and lessened likelihood of depression} \tn % Row Count 11 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Improved mental functioning} \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Improved bone density} \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Strong self-image and belief in ones abilities} \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Reduced body fat and increased lean tissue} \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Youthful appearance, healthy skin, and improved muscle tone} \tn % Row Count 17 (+ 2) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Increased independence in the elderly} \tn % Row Count 18 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Sound, beneficial sleep} \tn % Row Count 19 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Faster wound healing} \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Lessening of menstrual pain} \tn % Row Count 21 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Improved resistance to infection} \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.68758 cm} p{2.28942 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Calorie Values}} \tn % Row 0 \SetRowColor{LightBackground} carbs & 4cal/g \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} fats & 9cal/g \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} protein & 4cal/g \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.68758 cm} p{2.28942 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Acceptable Nutrient Ranges}} \tn % Row 0 \SetRowColor{LightBackground} carbs & 45-65\% \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} fats & 20-35\% \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} protein & 10-35\% \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{The Scientific Method}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/vweiss_1664554648_Screen Shot 2022-09-30 at 12.16.11 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Research Design Terms}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/vweiss_1664554913_Screen Shot 2022-09-30 at 12.20.56 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Canadas Food Guide Dietary Guidelines}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/vweiss_1664555100_Screen Shot 2022-09-30 at 12.23.10 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Nutrient Recommendations}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/vweiss_1664556087_Screen Shot 2022-09-30 at 12.40.37 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}