\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{corinne\_montpetit} \pdfinfo{ /Title (biology-mitosis-and-meiosis.pdf) /Creator (Cheatography) /Author (corinne\_montpetit) /Subject (Biology: Mitosis and Meiosis 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}{D90F6D} \definecolor{LightBackground}{HTML}{FCF0F5} \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{Biology: Mitosis and Meiosis Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{corinne\_montpetit} via \textcolor{DarkBackground}{\uline{cheatography.com/44281/cs/13114/}}} \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}corinne\_montpetit \\ \uline{cheatography.com/corinne-montpetit} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 20th October, 2017.\\ Updated 20th October, 2017.\\ 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*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{What is DNA?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{DNA}}- deoxyribonucleic acid, the hereditary material of life in a cell's nucleus} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{genes}}- carries codes for traits} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{trait}}- characteristic of an organism} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{acquired trait}}- from your parents} \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{environmental trait}}- from the surrounding environment} \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{ac\}\}{\bf{chromosomes}} contain {\bf{genes}} which are made of {\bf{DNA}}} \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\{\{ac\}\}Genes are inherited from your parents. Each gene codes for 1 trait, and thousands of genes are on each chromosome. Chromosomes in humans are arranged into 23 {\bf{homologous pairs}}} \tn % Row Count 13 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{DNA Structure}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\{\{ac\}\}DNA is a {\bf{double helix}}, and consists of {\bf{phosphate}}, {\bf{deoxyribose sugar}}, and {\bf{nitrogen bases}}. Phosphate and sugar make the backbone, and nitrogen bases are the rungs of the ladder.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{nucleotide}}- a phosphate paired with a nitrogen base and deoxyribose sugar} \tn % Row Count 6 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{histone}}- special proteins that prevent DNA from tangling} \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{nucleosome}}- DNA and histone packages which resemble beads} \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{telomere}}- protective end on eukaryotic cells that shortens every time DNA replicates} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{The 4 Nitrogen Bases}} \tn % Row 0 \SetRowColor{LightBackground} \{\{ac\}\}{\bf{PURINES}} \{\{nl\}\} (single-ringed) & \{\{ac\}\}{\bf{PYRIMIDINES}} \{\{nl\}\}(double-ringed) \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \{\{ar\}\}{\bf{A}}denine to \{\{fa-long-arrow-right\}\} & {\bf{T}}hymine with {\bf{2 H-bonds}} \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{ar\}\}{\bf{G}}uanine to \{\{fa-long-arrow-right\}\} & {\bf{C}}ytosine with {\bf{3 H-bonds}} \tn % Row Count 9 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{What Causes Genetic Diversity?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{1. Crossing over in {\bf{prophase I}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{2. Independent assortment in {\bf{metaphase I}} and {\bf{II}}. The chromosomes line up randomly each time.} \tn % Row Count 3 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Non-Disjunction}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{non-disjunction}}- a mistake that occurs during anaphase I and II, when the chromosomes do not separate and gametes end up having the wrong number} \tn % Row Count 3 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.356 cm} x{2.888 cm} x{2.356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Mitosis vs Meiosis}} \tn % Row 0 \SetRowColor{LightBackground} \{\{ac\}\}{\bf{MITOSIS}} & \{\{ac\}\}BOTH & \{\{ac\}\}{\bf{MEIOSIS}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} - all daughter cells are somatic & - both for the purpose of reproduction & - all daughter cells are gametes \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} - 2 similar cells are produced & - both create daughter cells & - 4 different cells are produced \tn % Row Count 8 (+ 3) % Row 3 \SetRowColor{white} - 46 chromosomes & & - 23 chromosomes \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} - DNA is not crossed over & & - DNA is crossed over \tn % Row Count 13 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Meiosis I and Meiosis II}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{MEIOSIS I}} & {\bf{MEIOSIS II}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Prophase I\{\{nl\}\}centrioles move to opposite poles, homologous chromosomes become visible and form {\bf{tetrads}}, crossing over occurs, genetic material is exchanged & Prophase II\{\{nl\}\}- centrioles move to opposite poles, chromosome pairs become visible, crossing over does NOT occur \tn % Row Count 10 (+ 9) % Row 2 \SetRowColor{LightBackground} Metaphase I\{\{nl\}\}- tetrads line up along the equator of the cell (staying as a pair) & Metaphase II\{\{nl\}\}- each chromosome moves to the equator of the cell \tn % Row Count 15 (+ 5) % Row 3 \SetRowColor{white} Anaphase I\{\{nl\}\}- homologous chromosomes are pulled apart creating whole paired chromosomes on each side & Anaphase II\{\{nl\}\}- each chromosome splits and moves to opposite poles, the {\bf{chromatid}} is now considered the chromosome \tn % Row Count 22 (+ 7) % Row 4 \SetRowColor{LightBackground} Telophase I\{\{nl\}\}- nuclear membrane reforms, cytokinesis occurs, creating {\bf{2 diploid cells}}, which contain 46 chromosomes and are genetically different & Telophase II\{\{nl\}\}- nuclear membrane reforms, cytokinesis occurs, creating {\bf{4 haploid cells}} called {\bf{gametes}} \tn % Row Count 30 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.812 cm} x{2.204 cm} x{2.584 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Prokaryotes vs Eukaryotes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{ac\}\}{\bf{PROKARYOTES}} & \{\{ac\}\}BOTH & \{\{ac\}\}{\bf{EUKARYOTES}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} - no nucleus or organelles & - both forms of life & - nucleus and organelles \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} - simple and primitive & & - complex cells \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} - usually single-celled & & - can be \seqsplit{multicellular} \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Meiosis Definitions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{zygote}}- cell created when egg and sperm unite} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{karyotype}}- map of chromosomes organized into homologous pairs} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{diploid}}- total \# of chromosomes in an organism, {\bf{somatic cells}}} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{haploid}}- half the \# of chromosomes in an organism, {\bf{sex cells}}} \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Purpose of Mitosis and Meiosis}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{MITOSIS}} & {\bf{MEIOSIS}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1. Asexual Reproduction \{\{nl\}\}- 1 parent with identical offspring & 1. Create Gametes \{\{nl\}\}- creates egg/sperm or egg/pollen \{\{nl\}\}- 2 parents with genetically different offspring \tn % Row Count 7 (+ 6) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{2. Repair\{\{nl\}\}- to fix damaged cells and replace old cells} \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{3. Growth\{\{nl\}\}- nuclear division, and depends\{\{nl\}\} on the size and growth of the \{\{nl\}\}organism} \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Mutation}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{mutation}}- any change made to DNA} \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{4 Types of Mutations}} \tn % Row 0 \SetRowColor{LightBackground} 1. {\bf{Translocation}} & - part of a chromosome breaks off and attaches itself to a different chromosome\{\{nl\}\}- Translocation Down's \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} 2. {\bf{Deletion}} & - part of a chromosome is deleted\{\{nl\}\}- Prader Willi Syndrome\{\{fa-long-arrow-right\}\}learning disabilities, behavioural problems, obesity, short stature, etc. \tn % Row Count 12 (+ 7) % Row 2 \SetRowColor{LightBackground} 3. {\bf{Duplication}} & - part of the chromosome is repeated\{\{nl\}\}- cause of seizures \tn % Row Count 15 (+ 3) % Row 3 \SetRowColor{white} 4. {\bf{Inversion}} & - genetic code is flipped\{\{nl\}\}- linked to infertility problems \tn % Row Count 18 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Trisomies and Traits}} \tn % Row 0 \SetRowColor{LightBackground} Trisomy {\bf{13}}, Patau Syndrome & heart defects, brain and spinal cord abnormalities, extra fingers and toes, cleft lip, usu. die by 1 yr. old \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Trisomy {\bf{18}}, Edward Syndrome & abnormally shaped head, clenched fists, heart defects, usu. die by 1 yr. old \tn % Row Count 10 (+ 4) % Row 2 \SetRowColor{LightBackground} Trisomy {\bf{21}}, Down Syndrome & mild disability, can still form relationships and interact in society \tn % Row Count 14 (+ 4) % Row 3 \SetRowColor{white} Trisomy {\bf{XXY}}, Klinefelter Syndrome & infertile males, look childish, high pitched voice, learning disabilities \tn % Row Count 18 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}