File:Tits index G2,2;0.svg
Summary
Description | |
Source | “Classification of algebraic semisimple groups”, in Algebraic Groups and Discontinuous Subgroups (Proc. Sympos. Pure Math., Boulder, Colo., 1965), Providence, R.I.: American Mathematical Society, 1966, pages 33–62 |
Author | David Schwein |
SVG development |
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
![]() ![]() |
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|
Source code:
\documentclass{standalone} \usepackage{amsmath} \usepackage{tikz} \usetikzlibrary{calc,decorations.pathreplacing,decorations.markings} \usetikzlibrary{fit,math,positioning,arrows.meta,shapes.geometric} \tikzset{ n/.style={fill=black,circle, %% node inner sep=0pt,minimum size=4pt}, e/.style={fill=black,circle, %% ellipses inner sep=0pt,minimum size=2pt}, w/.style={fill=white,draw=white,circle, %% white (omitted) nodes inner sep=0pt,minimum size=4pt}, c/.style={ellipse,draw=black,inner sep=1pt}, %% circles b/.style={decoration={brace,amplitude=10pt},decorate,thick}, %% brace a/.style={postaction={decorate,decoration={ markings, mark=at position .5 with {\arrow[black]{Straight Barb[length=\al]}} }}} %% mid arrow } \def\v{0.5cm} %% vertical node space \def\h{1cm} %% horizontal node space \def\s{1.8pt} %% space for weighted edges \def\al{5pt} %% arrow length \def\l{2.5*\v} %% label separator \begin{document} \begin{tikzpicture} \node[n] (1) at (0,0) {}; \node[n] (2) [right=\h of 1] {}; \draw[transform canvas={yshift=\s}] (1.center) -- (2.center); \draw[transform canvas={yshift=-\s}] (1.center) -- (2.center); \draw[a] (2.center) -- (1.center); \node[c,fit=(1)] at (1) {}; \node[c,fit=(2)] at (2) {}; \end{tikzpicture} \end{document}Category:Satake diagrams