Created
May 29, 2014 15:18
-
-
Save epsilonhalbe/4ab41ed40f2a66ca7be6 to your computer and use it in GitHub Desktop.
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
% use with > pdflatex --jobname=games-p1 games.tex | |
\documentclass{article} | |
\usepackage{graphics} | |
\usepackage{amsfonts,amssymb,amsmath} | |
\usepackage{tikz} | |
\usetikzlibrary{positioning} | |
\pgfrealjobname{games} | |
\begin{document} | |
\beginpgfgraphicnamed{games-p1} | |
\begin{tikzpicture} | |
\node (nempty) at (0,0) {Non-Empty w\"ahlt nichttriviale Intervalle}; | |
\node (empty) at (0,-0.8){Empty w\"ahlt nichttriviale Intervalle}; | |
\node (r) at (4,0) {$\mathbb R\supseteq I_0$}; | |
\node (j0) at (5.0,-0.8) {$J_0$}; | |
\node (i1) at (5.7, 0) {$I_1$}; | |
\node (j1) at (6.4,-0.8) {$J_1$}; | |
\node (i1) at (7.1, 0) {$I_2$}; | |
\node (j1) at (7.8,-0.8) {$J_2$}; | |
\node (i2) at (8.5, 0) {$\bullet$}; | |
\node (s0) at (4.65,-.45) [rotate=-45] {$\supseteq$}; | |
\node (s1) at (5.35,-.40) [rotate= 45] {$\supseteq$}; | |
\node (s2) at (6.05,-.45) [rotate=-45] {$\supseteq$}; | |
\node (s3) at (6.75,-.40) [rotate= 45] {$\supseteq$}; | |
\node (s4) at (7.45,-.45) [rotate=-45] {$\supseteq$}; | |
\node (s5) at (8.15,-.40) [rotate= 45] {$\dots$}; | |
\node (s5) at (8.85,-.45)[rotate=-45] {$\dots$}; | |
\end{tikzpicture} | |
\endpgfgraphicnamed | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment