Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. documentclass[tikz,border=3.14mm]{standalone}
  2. usetikzlibrary{arrows.meta,decorations.pathreplacing}
  3. begin{document}
  4. begin{tikzpicture}
  5. draw[stealth-stealth] (-6,0) node[below]{$-infty$} -- (6,0) node[below]{$infty$};
  6. draw foreach X in {-4,-3,...,4} {(X,.1) -- (X,-.1) node[below=0.2em]{$X$}};
  7. draw[very thick,red] (0,0.06) -- (4,0.06);
  8. draw[very thick,blue,{Bracket[reversed,width=1.2em]}-{Bracket[width=1.2em]}] (-3.05,0) -- (2,0) node[pos=1/5,above]{$I$};
  9. draw[very thick,red,{Bracket[width=1.2em]}-{Bracket[width=1.2em]}] (0,0) -- (4,0) node[pos=3/4,above]{$J$};
  10. draw[decorate,decoration=brace] (-3,0.5) -- (4,0.5) node[midway,above=0.1em]{$Icup J$};
  11. end{tikzpicture}
  12. begin{tikzpicture}
  13. draw[stealth-stealth] (-6,0) node[below]{$-infty$} -- (6,0) node[below]{$infty$};
  14. draw foreach X in {-4,-3,...,4} {(X,.1) -- (X,-.1) node[below=0.2em]{$X$}};
  15. draw[very thick,red] (0,0.06) -- (4,0.06);
  16. draw[very thick,blue,{Bracket[reversed,width=1.2em]}-{Bracket[width=1.2em]}] (-3.05,0) -- (2,0) node[pos=1/5,above]{$I$};
  17. draw[very thick,red,{Bracket[width=1.2em]}-{Bracket[width=1.2em]}] (0,0) -- (4,0) node[pos=3/4,above]{$J$};
  18. draw[decorate,decoration=brace] (0,0.5) -- (2,0.5) node[midway,above=0.1em]{$Icap J$};
  19. end{tikzpicture}
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement