\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{Deep and Dope (Deep and Dope)} \pdfinfo{ /Title (sigmund-freud.pdf) /Creator (Cheatography) /Author (Deep and Dope (Deep and Dope)) /Subject (Sigmund Freud 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}{1094A3} \definecolor{LightBackground}{HTML}{F0F8F9} \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{Sigmund Freud Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Deep and Dope (Deep and Dope)} via \textcolor{DarkBackground}{\uline{cheatography.com/201786/cs/42751/}}} \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}Deep and Dope (Deep and Dope) \\ \uline{cheatography.com/deep-and-dope} \\ \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 17th 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{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Psychoanalysis}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Definition} & Freud's therapeutic technique and theory of personality organization \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Key \seqsplit{Components} & Unconscious motives, childhood experiences, and unresolved conflicts shaping behavior \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} Objective & To bring unconscious thoughts and emotions into conscious awareness, leading to self-insight and resolution of inner conflicts \tn % Row Count 11 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Structural Model of Personality}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/deep-and-dope_1710666944_Untitled.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Structural Model of Personality and Function}} \tn % Row 0 \SetRowColor{LightBackground} Id & operates on the pleasure principle, seeking immediate gratification of basic needs and desires \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Ego & the rational, conscious part of personality that mediates between the impulsive demands of the id, the moral constraints of the superego, and the demands of reality \tn % Row Count 8 (+ 5) % Row 2 \SetRowColor{LightBackground} \seqsplit{Superego} & represents internalized societal norms, values, and moral standards. It acts as a moral conscience, striving for perfection and adherence to social rules \tn % Row Count 13 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Defense Mechanism}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Defense mechanisms are unconscious strategies that protect the ego from anxiety by distorting reality or preventing threatening thoughts and feelings from reaching consciousness} \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms}} \tn % Row 0 \SetRowColor{LightBackground} Type & \seqsplit{Description} & Example & \seqsplit{Potential} \seqsplit{Diagnosis} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \seqsplit{Conversion} & The \seqsplit{development} of physical symptoms that cannot be explained by \seqsplit{pathophysiology} or physical injury & John's arm becomes suddenly paralyzed after he was \seqsplit{threatening} to hit someone & \seqsplit{Conversion} \seqsplit{Disorder} \tn % Row Count 13 (+ 10) % Row 2 \SetRowColor{LightBackground} Splitting & Failing to reconcile both positive and negative \seqsplit{attributes} into a whole \seqsplit{understanding} of a person or situation, resulting in \seqsplit{all-or-none} thinking & Jane says that all the male nurses are cold and \seqsplit{insensitive}, but the female doctors are warm and friendly & \seqsplit{Borderline} \seqsplit{Disorder} \tn % Row Count 28 (+ 15) % Row 3 \SetRowColor{white} \seqsplit{Pathological} \seqsplit{idealization} and \seqsplit{devaluation} & \seqsplit{Idealization} and \seqsplit{devaluation} are natural results of a splitting defense & \seqsplit{Idealization} and \seqsplit{devaluation} are natural results of a splitting defense & \seqsplit{Borderline} \seqsplit{Personality} \seqsplit{Disorder} \tn % Row Count 36 (+ 8) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 4 \SetRowColor{LightBackground} \seqsplit{Repression} & \seqsplit{Unconsciously} pushing \seqsplit{threatening} or \seqsplit{unacceptable} thoughts, feelings, or memories out of awareness & A young child is bitten by a dog. They later develop a severe phobia of dogs but have no memory of when or how this fear \seqsplit{originated}. They have repressed the painful memory of the fearful \seqsplit{experience} with the dog, so they are unaware of exactly where their fear came from. & \tn % Row Count 27 (+ 27) % Row 5 \SetRowColor{white} \seqsplit{Projection} & \seqsplit{Attributing} one's own \seqsplit{unacceptable} feelings, impulses, or thoughts to others & A wife is attracted to a male co-worker but can't admit her feelings, so when her husband talks about a female co-worker, she becomes jealous and accuses him of being attracted to the other woman. & \tn % Row Count 47 (+ 20) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 6 \SetRowColor{LightBackground} Denial & Refusing to \seqsplit{acknowledge} or accept the reality of a stressful or \seqsplit{threatening} situation & After the \seqsplit{unexpected} death of a loved one, a person might refuse to accept the reality of the death and deny that anything has happened & \tn % Row Count 14 (+ 14) % Row 7 \SetRowColor{white} \seqsplit{Sublimation} & \seqsplit{Channeling} socially \seqsplit{unacceptable} impulses or desires into socially \seqsplit{acceptable} \seqsplit{activities} or outlets & A woman who recently went through a breakup may channel her emotions into a home \seqsplit{improvement} project & \tn % Row Count 24 (+ 10) % Row 8 \SetRowColor{LightBackground} \seqsplit{Displacement} & \seqsplit{Redirecting} emotions or impulses from their original source to a less \seqsplit{threatening} or more \seqsplit{acceptable} target & Manager screams at an employee, the employee doesn't scream \seqsplit{backā€”but} he yelled at his spouse later that night. & \tn % Row Count 36 (+ 12) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 9 \SetRowColor{LightBackground} \seqsplit{Regression} & Reverting to an earlier stage of \seqsplit{development} in the face of stress or anxiety & A driver stuck in traffic may get angry and throw a tantrum, even though he doesn't usually behave that way & \tn % Row Count 11 (+ 11) % Row 10 \SetRowColor{white} \seqsplit{Rationalization} & Creating logical or \seqsplit{reasonable} \seqsplit{explanations} to justify or explain away \seqsplit{threatening} or \seqsplit{unacceptable} behavior or feelings & A student who is rejected from her dream college may explain that she's happy to be attending a school that's less \seqsplit{competitive} and more welcoming & \tn % Row Count 26 (+ 15) % Row 11 \SetRowColor{LightBackground} \seqsplit{Intellectualization} & Dealing with emotional conflicts or stressors by focusing on abstract or \seqsplit{intellectual} aspects, rather than the emotional or personal \seqsplit{significance} & Someone endlessly \seqsplit{researches} the details of a \seqsplit{significant} illness to avoid the anxiety, fear, and sadness of receiving a diagnosis & \tn % Row Count 41 (+ 15) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 12 \SetRowColor{LightBackground} Undoing & Engaging in behavior to \seqsplit{counteract} or undo a previous \seqsplit{unacceptable} thought, feeling, or action & After thinking about being violent with someone, one would then be overly nice or \seqsplit{accommodating} to them & \tn % Row Count 11 (+ 11) % Row 13 \SetRowColor{white} Isolation & \seqsplit{Separating} \seqsplit{disturbing} or \seqsplit{threatening} thoughts or feelings from the rest of one's thoughts or emotions, often by \seqsplit{compartmentalizing} them & Someone describes the day their house burnt down in a factual way without \seqsplit{displaying} any emotion & \tn % Row Count 25 (+ 14) % Row 14 \SetRowColor{LightBackground} \seqsplit{Identification/Introjection} & Adopting the \seqsplit{characteristics}, behaviors, or values of someone else, often perceived as stronger or more powerful, to cope with feelings of \seqsplit{inadequacy} or anxiety & A child \seqsplit{developing} the behavior of his or her parents without conscious \seqsplit{realization} of this process & \tn % Row Count 41 (+ 16) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 15 \SetRowColor{LightBackground} \seqsplit{Compensation} & \seqsplit{Overemphasizing} or \seqsplit{exaggerating} a trait or behavior to make up for perceived \seqsplit{deficiencies} or to cope with feelings of \seqsplit{inferiority} & People with difficult family lives may direct their energy toward excelling at work & \tn % Row Count 13 (+ 13) % Row 16 \SetRowColor{white} Acting out & The \seqsplit{development} of \seqsplit{detrimental} behaviors that distract attention and energy away from other stressors & someone who has intrusive thoughts about a traumatic event but pushes these thoughts out of their mind & \tn % Row Count 24 (+ 11) % Row 17 \SetRowColor{LightBackground} Avoidance & \seqsplit{Dismissing} thoughts or feelings that are \seqsplit{uncomfortable} or keeping away from people, places, or \seqsplit{situations} \seqsplit{associated} with \seqsplit{uncomfortable} thoughts or feelings & One avoids the location of a traumatic motor vehicle accident or avoids driving \seqsplit{completely} & \tn % Row Count 40 (+ 16) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 18 \SetRowColor{LightBackground} Schizoid Fantasy & Creating an internal retreat into one's \seqsplit{imagination} to avoid \seqsplit{uncomfortable} \seqsplit{situations} & A victim of physical abuse got lost in thought thinking of her good days upon hearing that she'll meet the abuser & \tn % Row Count 12 (+ 12) % Row 19 \SetRowColor{white} \seqsplit{Anticipation} & The devotion of one's effort to solving problems before they arise & Someone prepares for an important job interview by \seqsplit{practicing} their answers to the toughest questions & \tn % Row Count 23 (+ 11) % Row 20 \SetRowColor{LightBackground} Humor & \seqsplit{Decreasing} or combating the negative emotions \seqsplit{associated} with a situation by using comedy & Telling a funny story about someone during a eulogy & \tn % Row Count 32 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.12779 cm} x{1.08602 cm} x{1.08602 cm} x{0.87717 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Type of Defense Mechanisms (cont)}} \tn % Row 21 \SetRowColor{LightBackground} Reaction Formation & Replacing one's initial impulse toward a situation or idea with the opposite impulse & A young boy who bullies a young girl because, on a \seqsplit{subconscious} level, he's attracted to her & \tn % Row Count 10 (+ 10) % Row 22 \SetRowColor{white} \seqsplit{Sexualization} & \seqsplit{Associating} sexual aspects to one's \seqsplit{experience} of certain people, places, objects, or ideas & Adrift during her mother's death, Jane began to flirt with her male trainer to avoid thinking about her mother & \tn % Row Count 22 (+ 12) % Row 23 \SetRowColor{LightBackground} \seqsplit{Suppression} & \seqsplit{Consciously} choosing to block ideas or impulses that are \seqsplit{undesirable}, as opposed to \seqsplit{repression}, a \seqsplit{subconscious} process & Someone who has intrusive thoughts about a traumatic event but pushes these thoughts out of their mind & \tn % Row Count 34 (+ 12) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}