File:DiagrammeCommutatifCorpsFrac.svg

Summary

Description
Français : Propriété universelle du corps des fractions. Diagramme commutatif. (version SVG)
English: Universal Property of Field of fractions. Commutative Diagram (SVG Version).
Date
Source Own work
Author TomT0m
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with Graphviz.
Category:Valid SVG created with Graphviz code:Diagrams#DiagrammeCommutatifCorpsFrac.svg
 Category:Translation possible - SVGThis diagram uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Graphviz mscgen code

digraph F {
 node [shape = none fontsize=22];
 rankdir=TB
 { rank=same ; rankdir=LR
 a -> b [label="i" texlbl="$i$" constraint=none] 
 }
 { 
 a -> c [ constraint=none label="f" texlbl="$f$"]
 }
 b->c [style=dashed label="f" texlbl="$\tilde f$"]
 
 a [label="A"]
 b [label="K(A)"]
 c [label="L"]
 }

with following toolchain : 
 dot2tex --usepdflatex "$base.dot" --crop > "$base.tex" 
 pdflatex "$base.tex" 
 inkscape -z "$base.pdf" --export-plain-svg="$base.svg"


Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
Category:CC-BY-SA-3.0#DiagrammeCommutatifCorpsFrac.svgCategory:Self-published work
Category:Commutative triangles Category:SVG commutative diagrams
Category:CC-BY-SA-3.0 Category:Commutative triangles Category:SVG commutative diagrams Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Graphviz code:Diagrams