File:Inverse Limit of a Cone - Simple Triangle.svg
Summary
Description |
English: This shows the condition that the Inverse Limit of a Cone must satisfy. It is shaped in a way that makes it clear how this defining condition appears as a sub-diagram of the commutative diagram found in the file Wikimedia:File:Inverse Limit of a Cone.svg. |
Date | |
Source | Own work |
Author | Mgkrupa |
LaTeX Source Code
%Note: Add the -shell-escape flag to the compilation command to compile directly to an image.
%For .pdf files, use \documentclass[preview]{standalone}
%For .png files, (see http://tex.stackexchange.com/q/11866 for more info) use: \documentclass[convert={density=300,size=1080x800,outext=.png}]{standalone}
%For .svg files you need pdf2svg installed (see https://tex.stackexchange.com/a/51766/187911 for more info) use:
\documentclass[convert={outext=.svg,command=\unexpanded{pdf2svg \infile\space\outfile}},multi=false]{standalone}
\usepackage{tikz}
\usetikzlibrary{matrix,arrows,decorations.pathmorphing}
\usepackage[all]{xy}
\begin{document}
\begin{tikzpicture}[scale=2.5]
\node (Z) at (0,2) {$Z$};
\node (M) at (0,0.9) {$M$};
\node (MI) at (-1.2, 0) {$M_i$};
\path[->,font=\scriptsize,>=angle 90]
(Z) edge node[right]{\scalebox{1.5}{$h_{\infty}$}} (M)
(Z) edge node[left]{\scalebox{1.5}{$h_i$}} (MI)
(M) edge node[right]{\scalebox{1.5}{$\mu_i$}} (MI);
\end{tikzpicture}
\end{document}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.