I want to make the the following diagram type, but with a vertical orientation:
Specifically, I want the 3 children from my diagram to end up having a common grandchild. So far, I have the following code but do not know how to draw the common grandchild:
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{article}\usepackage{amssymb,amsmath,amsfonts,eurosym,geometry,ulem,graphicx,caption,subcaption, color,setspace,sectsty,comment,footmisc,caption,natbib,pdflscape,subfigure,array, enumerate, natbib, indentfirst, float, tikz, rotating, lipsum, adjustbox, booktabs, multirow, soul, changepage,threeparttable}\usepackage[utf8]{inputenc}\usepackage[english]{babel}\usepackage[unicode, bookmarks, colorlinks, breaklinks]{hyperref}\hypersetup{colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=black, plainpages=false, pdfpagelabels=true, urlcolor=blue}\usepackage[nameinlink, capitalise, noabbrev]{cleveref}\bibliographystyle{abbrvnat}\setcitestyle{authoryear,open={(},close={)}} %Citation-related commands\normalem\onehalfspacing\newtheorem{theorem}{Theorem}\newtheorem{corollary}[theorem]{Corollary}\newtheorem{proposition}{Proposition}\newtheorem{conj}{Conjecture}\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}\newtheorem{hyp}{Hypothesis}\newtheorem{subhyp}{Hypothesis}[hyp]\renewcommand{\thesubhyp}{\thehyp\alph{subhyp}}\newcommand{\red}[1]{{\color{red} #1}}\newcommand{\blue}[1]{{\color{blue} #1}}\newcolumntype{L}[1]{>{\raggedright\let\newline\\arraybackslash\hspace{0pt}}m{#1}}\newcolumntype{C}[1]{>{\centering\let\newline\\arraybackslash\hspace{0pt}}m{#1}}\newcolumntype{R}[1]{>{\raggedleft\let\newline\\arraybackslash\hspace{0pt}}m{#1}}\geometry{left=1.0in,right=1.0in,top=1.0in,bottom=1.0in}\usetikzlibrary{shapes,arrows,intersections,arrows.meta,shadows,positioning}