\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{Arsh.b} \pdfinfo{ /Title (9-3-growth-in-plants.pdf) /Creator (Cheatography) /Author (Arsh.b) /Subject (9.3 Growth in Plants 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}{8A9A5B} \definecolor{LightBackground}{HTML}{F7F8F4} \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{9.3 Growth in Plants Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Arsh.b} via \textcolor{DarkBackground}{\uline{cheatography.com/179523/cs/38006/}}} \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}Arsh.b \\ \uline{cheatography.com/arsh-b} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 30th March, 2023.\\ Updated 30th March, 2023.\\ 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{2.72 cm} x{5.28 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Meristems}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{Undifferentiated cells in the meristems of plants allow indeterminate growth}}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Meristems}} are tissues in a plant consisting od undifferentiated cells capable of indeterminate growth.} \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Meristems tissue can be divided into apical meristems and lateral meristems.} \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} {\bf{Apical meristems}} & Occur at the shoot and root tips.\{\{nl\}\}Responsible for primary plant growth\{\{nl\}\}Give rise to new leaves and flowers. \tn % Row Count 12 (+ 5) % Row 4 \SetRowColor{LightBackground} {\bf{Lateral meristems}} & Occur at the cambium.\{\{nl\}\}Responsible for secondary growth.\{\{nl\}\}Produce bark. \tn % Row Count 16 (+ 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}{Apical Growth in Roots and Shoots}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/arsh-b_1680167338_apical-growth_med.jpeg}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{The Role of Auxin in Apical Dominance}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/arsh-b_1680167385_apical-dominance_med.jpeg}}} \tn \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}{Auxin}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{ Auxin efflux pumps can set up concentration gradients of auxin in plant tissue.}}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Auxin efflux pumps can set up concentration gradients within tissues - changing the distribution of auxin within the plant.\{\{nl\}\}These pumps can control the direction of plant growth by determining which regions of plant tissue have high auxin levels.\{\{nl\}\}Auxin efflux pumps can change position within the membrane and be activated by various factors.} \tn % Row Count 10 (+ 8) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Auxin has different mechanism of action in the roots of plants versus the shoot of plants.} \tn % Row Count 12 (+ 2) % Row 3 \SetRowColor{white} {\bf{Shoots}} & Auxin stimulates cell elongation, so high concentrations of auxin promote growth as cells become larger. \tn % Row Count 18 (+ 6) % Row 4 \SetRowColor{LightBackground} {\bf{Roots}} & Auxin inhibits cell elongation, so high concentrations of auxin limits growth as cells become relatively smaller. \tn % Row Count 24 (+ 6) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\emph{Auxin influences cell growth rates by changing the pattern of gene expression.}}} \tn % Row Count 26 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Auxin is a plant hormone that influences cell growth rates by changing the pattern of gene expression with a plant's cells. Its mechanism of action is different in roots and shoots as different gene pathways are activated in each tissue.} \tn % Row Count 31 (+ 5) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Auxin (cont)}} \tn % Row 7 \SetRowColor{LightBackground} In shoots, auxin increases the flexibility of the cell wall to promote plant growth via cell elongation. & Auxin activates a proton pump in the plasma membrane which causes the secretion of H+ ions into the cell wall. \tn % Row Count 6 (+ 6) % Row 8 \SetRowColor{white} & The resultant decrease in pH causes cellulose fibres within the cell wall to loosen (by breaking the bonds between them). \tn % Row Count 13 (+ 7) % Row 9 \SetRowColor{LightBackground} & Additionally, auxin upregulates expression of expansins, which similarly increases the elasticity of the cell wall. \tn % Row Count 19 (+ 6) % Row 10 \SetRowColor{white} & With the cell wall now more flexible, an influx of water (to be stored in the vacuole) causes the cell to increase in size. \tn % Row Count 26 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Apical vs Lateral Meristems}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/arsh-b_1680166381_meristems_med.jpeg}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.84 cm} x{6.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Apical growth}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{Mitosis and cell division in the shoot apex provide cells needed for extension of the stem and development of leaves.}}} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Growth at the tips of roots and shoots is due to a combination of cell enlargement and repeated cell division.} \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Differentiation of the dividing meristems produces a variety of stem tissues and structures.} \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{In the stem, growth occurs in sections called nodes, while the remaining meristem tissue forms an inactive axillary bud.} \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{These axillary buds have the potential to form new branching shoots.} \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\emph{Plant hormones control growth in the shoot apex.}}} \tn % Row Count 14 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{The growth of the stem and the formation of new nodes is controlled by plant hormones released from the shoot tip, with one of the main groups of plant hormones involves in shoot and root growth being {\bf{auxins}}.} \tn % Row Count 19 (+ 5) % Row 7 \SetRowColor{white} {\bf{{\emph{Auxins}}}} & When auxins are produced n the shoot apical meristem, it promotes growth in the shoot apex via cell elongation and devision. \tn % Row Count 24 (+ 5) % Row 8 \SetRowColor{LightBackground} & Prevents growth in lateral buds, a condiment known as {\bf{apical dominance}}. \tn % Row Count 27 (+ 3) % Row 9 \SetRowColor{white} & Apical dominance ensures that a plant will use its energy to grow towards the light in order to outcompete other plants. \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.84 cm} x{6.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Apical growth (cont)}} \tn % Row 10 \SetRowColor{LightBackground} & As the distance between the terminal and axillary bud increases, the inhibition of the axillary bud by auxin decreases. \tn % Row Count 4 (+ 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}{Mechanism of Auxin Action in Plant Shoots}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/arsh-b_1680168724_auxin-action_med.jpeg}}} \tn \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}{Tropisms}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{Plant shoots respond to the environment by tropisms.}}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Tropisms}} describe the growth or turning movement of an plant in response to a directional external stimulus. & {\bf{Phototropism}} is the growth movement in response to a unidirectional light source. \tn % Row Count 8 (+ 6) % Row 2 \SetRowColor{LightBackground} & {\bf{Geotropism}} is a growth movement in reposing to gravitational forces. \tn % Row Count 12 (+ 4) % Row 3 \SetRowColor{white} & {\bf{Hydrotropism}} is growth in response to a water gradient. \tn % Row Count 15 (+ 3) % Row 4 \SetRowColor{LightBackground} & {\bf{Thigmotropism}} is growth in response to tactile stimulus. \tn % Row Count 18 (+ 3) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Both phototropism and geotropism are controlled by the distribution of auxin within the plant cells.\{\{nl\}\}- in geotropism, auxin will accumulate on the lower side of the plant in response to the force of gravity.\{\{nl\}\}- in phototropism, light receptors trigger the redistribution of auxin to the dark side of the plant.} \tn % Row Count 25 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.52 cm} x{4.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Micropropagation}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\emph{Micropropagation of plants using tissues from the shoot apex, nutrient agar gels and growth hormones.}}} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Micropropagation}} is a technique used to produce large numbers of identical plants from a selected stock plant.} \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Plants can reproduce asexually from meristems because they are undifferentiated cells capable of indeterminate growth.\{\{nl\}\}- when a plant cutting is sued to reproduce asexually in the native environment it is called {\bf{vegetative propagation}}.\{\{nl\}\}- when plant tissues are cultured in vitro to reproduce asexually, it is called {\bf{micropropagation}}.} \tn % Row Count 14 (+ 8) % Row 3 \SetRowColor{white} Steps of \seqsplit{micropropagation:} & 1. Specific plant tissue (typically undifferentiated shoot apex) is selected from the stock plant and sterilised. \tn % Row Count 20 (+ 6) % Row 4 \SetRowColor{LightBackground} & 2. The tissue sample ({\bf{explant}}) is grown on a sterile nutrient agar gel. \tn % Row Count 24 (+ 4) % Row 5 \SetRowColor{white} & 3. The explant is treated with growth hormones to stimulate shoot and root development. \tn % Row Count 28 (+ 4) % Row 6 \SetRowColor{LightBackground} & 4. The growing shoots can be continuously divided and separated to form new samples in the multiplication phase. \tn % Row Count 34 (+ 6) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.52 cm} x{4.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Micropropagation (cont)}} \tn % Row 7 \SetRowColor{LightBackground} & 5. Once the root and shoot are developed, the cloned plant cane transferred to soil. \tn % Row Count 4 (+ 4) % Row 8 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\emph{Use of micropropagation for rapid bulking up of new varieties, production of virus-free strains of existing varieties and propagation of orchids and other rare species.}}} \tn % Row Count 8 (+ 4) % Row 9 \SetRowColor{LightBackground} {\bf{Rapid bulking}} & Desirable stock plants can be cloned via micropropagation to conserve the fidelity of the selected characteristic.\{\{nl\}\}This process is more reliable than selective breeding because new plants are genetically identical to the stock plant.\{\{nl\}\}This technique is also used to rapidly produce large quantities of plants created via genetic modification. \tn % Row Count 24 (+ 16) % Row 10 \SetRowColor{white} {\bf{Virus-Free Strains}} & Plant viruses have the potential to decimate crops, and viruses typically spread through infected plants via the vascular tissue - which meristems do not contain.\{\{nl\}\}Propagating plants from the non-infected meristems allows fro the rapid reproduction of virus-free plant strains. \tn % Row Count 37 (+ 13) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.52 cm} x{4.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Micropropagation (cont)}} \tn % Row 11 \SetRowColor{LightBackground} {\bf{Propagation of rare species}} & Microprogagation is commonly used to increase numbers of rare or endangered plant species.\{\{nl\}\}It is also used to increase numbers of species that are difficult to breed sexually.\{\{nl\}\}It may also be used to increase numbers of plant species that are commercially in demand. \tn % Row Count 13 (+ 13) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}