Skip to content

Instantly share code, notes, and snippets.

@takumim
Last active November 17, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takumim/525247abc6b2e2795c0da5dfe21e3101 to your computer and use it in GitHub Desktop.
Save takumim/525247abc6b2e2795c0da5dfe21e3101 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\documentclass[12pt]{article}
\usepackage{stix}
\usepackage{amsmath,amssymb}
\usepackage{tikz-cd}
\tikzcdset{arrow style=math font}
\begin{document}
\begin{tikzpicture}
\fill[opacity=0.05] (0,0) -- (4,4) -- (4,0) -- (0,0);
\fill[opacity=0.1] (0,0) rectangle (4,-4);
\draw[->] (0,-4.5) -- (0,4.5) node[anchor=east] {$-e$};
\draw[->] (-1,0) -- (4.5,0) node[anchor=north] {$h$};
\draw[->] (0,0) -- (4.5,4.5) node[anchor=north west] {$h-e$};
\node[align=center] at (2.5,1) {$\operatorname{Nef}^1(X)$\\$P = xh-ye$};
\node[align=center] at (2,-2) {$\operatorname{\overline{Eff}}^1(X) \smallsetminus \operatorname{Nef}^1(X)$\\$P = xh$};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment