Talk:PlanetPhysics/Cubic Diagram

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: cubic diagram %%% Primary Category Code: 03.70.+k %%% Filename: CubicDiagram.tex %%% Version: 1 %%% Owner: bci1 %%% Author(s): bci1 %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}


% this is the default PlanetPhysics preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage[all]{xy} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

\section{Cubic diagram}

\begin{equation} \label{Eq:7.5.6} \begin{array}{c} \xymatrix@R=2pc@C=2pc@L=0pt{ A \ar[rr]^*+{f} \ar[dr]^(0.6)*+{\phi^0} \ar[dd]_*+{i} && B \ar[dr]^*+{\phi^2} \ar[dd]|\hole^(0.75)*+{\bar{i}} & \\ & C \ar[dd]_(0.25)*+{j} \ar[rr]^(0.25)*+{g} && D \ar[dd]^*+{\bar{j}} \\ X \ar[rr]|\hole_(0.7)*+{\bar{f}} \ar[dr]_*+{\phi^1} && Q \ar[dr]^(0.35)*+{\phi} & \\ & Y \ar[rr]_*+{\bar{g}} & & R } \end{array} \tag{7.5.6} \end{equation}

\end{document}