\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{Gomolemo Ralepeli} \pdfinfo{ /Title (question-6-lu-3-adoption.pdf) /Creator (Cheatography) /Author (Gomolemo Ralepeli) /Subject (QUESTION 6 - LU 3 (ADOPTION) 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}{B7A6DE} \definecolor{LightBackground}{HTML}{F6F3FA} \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{QUESTION 6 - LU 3 (ADOPTION) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Gomolemo Ralepeli} via \textcolor{DarkBackground}{\uline{cheatography.com/163284/cs/42856/}}} \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}Gomolemo Ralepeli \\ \uline{cheatography.com/gomolemo-ralepeli} \\ \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 26th March, 2024.\\ 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} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{WHEN CAN A CHILD BE ADOPTED?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{According to section 230(3) of the Children's Act, a child is a adoptable if:} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) the child is an orphan with no guardian or caregiver who is willing to adopt them} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) whereabouts of the child's parents/guardians cannot be established} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) child has been abandoned} \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{d) child's parents/guardians {\bf{abused/deliberately neglected}} or allowed the child to be {\bf{abused/deliberately neglected}}} \tn % Row Count 10 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{WHO CAN ADOPT?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{SECTION OF 231(1) OF THE CHILDREN'S ACT}} child may be adopted by:} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) {\emph{husband and wife jointly, }}partners in a permanent domestic life-partnership{\emph{, or other persons sharing a common household and forming }}permanent family unit*} \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) a widow/widower, divorced or unmarried person} \tn % Row Count 7 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) married person whose spouse is the parent of the child; a person is permanent domestic partnership, whose life-partner is the parent of the child} \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{d) biological father of the child born out of wedlock} \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{e) foster parent of the child} \tn % Row Count 13 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{SECTION 231(2)(a)}} lists criteria for suitable adoptive parents} \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) {\bf{fit and proper}} to be trusted with full parental responsibilities in respect of the child} \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) {\bf{willing and able}} to {\emph{undertake, exercise, and maintain}} those responsibilities and rights, over the {\bf{the age of 18 years old}}, and} \tn % Row Count 20 (+ 3) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) {\bf{properly assessed by an adoption social worker}}} \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{*husband and wife does not only refer to opposite-sex couples. Includes same-sex couples or civil partners in terms of the {\bf{Civil Unions Act}} and spouses married in terms of {\bf{customary law or religious law}}} \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}{WHO MUST CONSENT?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{SECTION 233(1)}} child can only be adopted if the following give their consent} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) each parent of the child, regardless of whether or not they are married, provided that {\bf{if the parent is a child, the parent is assisted by their parent/guardian}}} \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) any person who holds guardianship of the child} \tn % Row Count 7 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) the child; if the child is {\bf{10 years old or older, or under the age of 10 years old}}, but is of an {\emph{age, maturity and stage of development to understand the implications of consenting to their adoption}}} \tn % Row Count 12 (+ 5) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{CONSENT FROM ANY OF THESE PEOPLE MAY BE WITHDRAWN WITHIN {\bf{60 DAYS OF HAVING SIGNED THE CONSENT}} - once they do this, consent is {\bf{FINAL}}} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Children's Act}} {\emph{makes provision for a social worker to counsel parents of the child on the decision to make child available for adoption. They may also counsel the child where applicable}}} \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}{WHEN CONSENT IS NOT REQUIRED}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{ITO {\bf{CHILDREN'S ACT}} consent from parents is not needed when:} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) parent is incompetent to give consent due to {\emph{mental illness}}} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) parent has abandoned the child, parents of the child cannot be found or identity of the parent/s is unknown} \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) has {\bf{abused/deliberately neglected the child}} or allowed for abuse/neglect to take place} \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{d) has consistently failed to perform their parental responsibility towards the child for the last {\bf{12 MONTHS}}} \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{e) has received a court order that has divested them of the right to consent} \tn % Row Count 14 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{f) has failed to respond to notice of the proposed adoption with {\bf{30 DAYS}} of service of the notice} \tn % Row Count 17 (+ 3) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{If the parent is the {\bf{BIOLOGICAL FATHER}} of the child, his consent is unnecessary if:} \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{a) he is not married to the child's mother/ they were not married at the time of {\bf{conception}}} \tn % Row Count 21 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{b) child was conceived from an {\bf{INCESTUOUS}} relationship between the biological parents} \tn % Row Count 23 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{c) the court, following allegations from the mother, finds on a {\bf{BALANCE OF PROBABILITIES}} , that the child was conceived as a result of {\bf{rape}}. {\bf{Such a finding shall not constitute a conviction of the crime of rape}}} \tn % Row Count 28 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\emph{Consent is also not necessary if the child is an orphan and has no caregiver/guardian willing to adopt the child, and the court has been provided with certified copies of the death certificates or any such documentation required by the court. }}} \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}{EFFECTS OF AN ADOPTION ORDER}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{An adopted child is regarded as the child of the adoptive parents. The adoptive parents acquire full parental rights and responsibilities.} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Legal}} ties between child and biological family are cut and the {\bf{biological}} parents no longer have parental responsibilities and rights in respect of the child.} \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{There could, however, be a {\bf{POST-ADOPTION AGREEMENT}} which allows the biological parents and child rights to communicate and visit each other.} \tn % Row Count 10 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{SECTION 424 OF THE CHILDREN'S ACT}} sets out the effects of the adoption order:} \tn % Row Count 12 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{1. Unless provided otherwise in the order or in {\bf{post-adoption agreement}} confirmed by court, an adoption order terminates:} \tn % Row Count 15 (+ 3) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{a) all parental rights and responsibilities any person, including {\emph{parent, step-parent or partner in a domestic life partnership}}, had in respect of the child immediately {\bf{BEFORE}} the adoption} \tn % Row Count 19 (+ 4) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) all claims to contact with the child by any family member of a person referred to in (a)} \tn % Row Count 21 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) all rights and responsibilities the child had in respect of a person referred to in (a) and (b) immediately {\bf{BEFORE}} the adoption} \tn % Row Count 24 (+ 3) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{d) any previous order made in respect of the placement of the child} \tn % Row Count 26 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{2. An adoption order:} \tn % Row Count 27 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{a) confers full parental responsibilities and rights in respect of the child upon the adoptive parents} \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{EFFECTS OF AN ADOPTION ORDER (cont)}} \tn % Row 11 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{b) confers the surname of the adoptive parent on the child, except if otherwise is provided in the order} \tn % Row Count 3 (+ 3) % Row 12 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{c) {\bf{prohibits any marriage or sexual relationship}} between the child and any other person which would have been prohibited had the child not been adopted} \tn % Row Count 7 (+ 4) % Row 13 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{d) does not affect any {\bf{rights to property}} the child acquired {\bf{BEFORE}} the adoption} \tn % Row Count 9 (+ 2) % Row 14 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{3. An adopted child is regarded as the child of the adoptive parents, and the adoptive parent is regarded as the parent of the child} \tn % Row Count 12 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{In {\bf{Centre for Child Law v Minister of Social Development}}: \newline {\emph{court gave a declaratory order the this section does not automatically terminate all parental rights and responsibilities of the guardian of the child whose spouse or permanent domestic partner wishes to adopt the child.}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}