Created
May 5, 2018 21:36
-
-
Save rxw1/ca4d0369e1e3fa46c6360ae8d6879d23 to your computer and use it in GitHub Desktop.
Rationalism vs. Empiricism
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{tikzpicture}[grow cyclic, text width=2.3cm, align=flush center, outer sep=0.5cm, | |
level 1/.style={level distance=3.3cm,sibling angle=180}, | |
level 2/.style={level distance=3.3cm,sibling angle=45}, | |
level 3/.style={level distance=3.3cm,sibling angle=45}] | |
\tikzstyle{blue} = [text=MidnightBlue] | |
\tikzstyle{red} = [text=WildStrawberry] | |
\tikzstyle{book} = [font=\itshape] | |
\node(root){17. 18. Jahrhundert} | |
child { node (rat){Kontinentaler Rationalismus} | |
child { node {God is nature is mental, alles ist Eins}} | |
child { node {Metaphysics}} | |
child { node [red]{Einsicht in Realität Wahrheit auch durch Denken Geist Vernunft}} | |
child { node {Personen} | |
child { node (spinoza){Spinoza}} | |
child { node [red](leibniz){Leibniz} | |
child { node [book]{Monadologie}} | |
child { node [book]{Discourse on metaphysics}} | |
child { node [book](eothu){Essays on the human understanding}} | |
} | |
child { node (descartes){Descartes}} | |
} | |
} | |
child { node (emp){Britischer Empirismus} | |
child { node {Personen} | |
child { node (hume){Hume}} | |
child { node [blue](locke){Locke}} | |
child { node (berkeley){Berkeley}} | |
} | |
child { node [blue]{Einsicht in Realität Wahrheit nur durch Erfahrung}} | |
child { node {No metaphysics}} | |
child { node {Nur empirische Natur}} | |
}; | |
\node[xshift=-2cm, yshift=0cm](kant){Kant}; | |
\node[xshift=8cm, yshift=0cm](skepticism){Skepticism}; | |
\path[draw=red,dashed] (rat)edge(kant); | |
\path[draw=blue,dashed] (emp)edge(kant); | |
\path[draw=gray,dashed] (eothu)edge[bend right] node[xshift=0cm, fill=white]{vs.}(locke); | |
\path[draw=gray,dashed] (descartes)edge[] node[xshift=0cm, fill=white]{}(skepticism); | |
\path[draw=gray,dashed] (hume)edge[] node[xshift=0cm, fill=white]{}(skepticism); | |
\end{tikzpicture} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.