[gnome-latex: 95/205] symbol tables: mathematical sets in misc math



commit 0b4cbda61f36e70a3786f10e7aa1ae38a2b24d4d
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Sun Oct 11 18:24:54 2009 +0200

    symbol tables: mathematical sets in misc math

 TODO                       |   7 +++++--
 images/misc-math/set-C.png | Bin 0 -> 376 bytes
 images/misc-math/set-I.png | Bin 0 -> 243 bytes
 images/misc-math/set-N.png | Bin 0 -> 380 bytes
 images/misc-math/set-Q.png | Bin 0 -> 457 bytes
 images/misc-math/set-R.png | Bin 0 -> 382 bytes
 images/misc-math/set-Z.png | Bin 0 -> 372 bytes
 src/symbols.c              |   6 ++++++
 8 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/TODO b/TODO
index f8eb30c..cee12a8 100644
--- a/TODO
+++ b/TODO
@@ -8,8 +8,11 @@ Sat Oct 10, 2009 to Fri Oct 16, 2009
 [x] log zone
        x keep only the 5 last actions
 
-[-] symbol tables
-       - mathematical sets (N, Z, Q, R, C) in misc math
+[x] symbol tables
+       x mathematical sets (N, Z, Q, R, C) in misc math
+
+[-] save as
+       - confirmation before replacing a file which already exists
 
 [x] bugs correction
 
diff --git a/images/misc-math/set-C.png b/images/misc-math/set-C.png
new file mode 100644
index 0000000..3727d21
Binary files /dev/null and b/images/misc-math/set-C.png differ
diff --git a/images/misc-math/set-I.png b/images/misc-math/set-I.png
new file mode 100644
index 0000000..0c407bc
Binary files /dev/null and b/images/misc-math/set-I.png differ
diff --git a/images/misc-math/set-N.png b/images/misc-math/set-N.png
new file mode 100644
index 0000000..66e8f6a
Binary files /dev/null and b/images/misc-math/set-N.png differ
diff --git a/images/misc-math/set-Q.png b/images/misc-math/set-Q.png
new file mode 100644
index 0000000..488d827
Binary files /dev/null and b/images/misc-math/set-Q.png differ
diff --git a/images/misc-math/set-R.png b/images/misc-math/set-R.png
new file mode 100644
index 0000000..d71509f
Binary files /dev/null and b/images/misc-math/set-R.png differ
diff --git a/images/misc-math/set-Z.png b/images/misc-math/set-Z.png
new file mode 100644
index 0000000..602e8d7
Binary files /dev/null and b/images/misc-math/set-Z.png differ
diff --git a/src/symbols.c b/src/symbols.c
index c73a27c..2d0922a 100644
--- a/src/symbols.c
+++ b/src/symbols.c
@@ -540,6 +540,12 @@ static struct symbol symbols_misc_math[] = {
        {DATA_DIR "/images/misc-math/46.png", "\\in", NULL},
        {DATA_DIR "/images/misc-math/47.png", "\\notin", NULL},
        {DATA_DIR "/images/misc-math/48.png", "\\complement", "amssymb"},
+       {DATA_DIR "/images/misc-math/set-N.png", "\\mathbb{N}", "amsfonts"},
+       {DATA_DIR "/images/misc-math/set-Z.png", "\\mathbb{Z}", "amsfonts"},
+       {DATA_DIR "/images/misc-math/set-Q.png", "\\mathbb{Q}", "amsfonts"},
+       {DATA_DIR "/images/misc-math/set-I.png", "\\mathbb{I}", "amsfonts"},
+       {DATA_DIR "/images/misc-math/set-R.png", "\\mathbb{R}", "amsfonts"},
+       {DATA_DIR "/images/misc-math/set-C.png", "\\mathbb{C}", "amsfonts"},
        {DATA_DIR "/images/misc-math/49.png", "\\Im", NULL},
        {DATA_DIR "/images/misc-math/50.png", "\\Re", NULL},
        {DATA_DIR "/images/misc-math/51.png", "\\aleph", NULL},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]