latex-pictures

A collection of TikZ drawings and other images 🖌️

Commit
fa012aa4f6e4b12da286b7c22b3d8bbc60bd5370
Parent
2d79e1b66c86ffb7d559ce2b24adeaf146632bd9
Author
Pablo <pablo-escobar@riseup.net>
Date

Changed the notation used on the drawings related to the ordinal numbers

Diffstat

3 files changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Deleted groups-periodic-table.jpg 0 0 0
Modified ordinal-number-line.tikz 2 1 1
Modified real-ordinal-surreal-venn.tikz 2 1 1
diff --git a/groups-periodic-table.jpg b/groups-periodic-table.jpg
Binary files differ.
diff --git a/ordinal-number-line.tikz b/ordinal-number-line.tikz
@@ -2,7 +2,7 @@
 % Copyright Pablo (C) 2021
 \begin{tikzpicture}
   % The line
-  \draw[-latex] (0,0) -- (6.5,0) node[right]{$\mathbf{Ord}$}; 
+  \draw[-latex] (0,0) -- (6.5,0) node[right]{$\mathbf{ON}$}; 
 
   % The numbers
   \foreach \x in {0, 1, 2}
diff --git a/real-ordinal-surreal-venn.tikz b/real-ordinal-surreal-venn.tikz
@@ -8,7 +8,7 @@
 
   % The ordinals
   \draw (-1,0) circle (1)
-  (0.5,0) node{$\mathbf{Ord}$};
+  (0.5,0) node{$\mathbf{ON}$};
 
   % The surreals (+ natural numbers)
   \draw (-2.5, 1.5) rectangle (1.5,-1.5)