Misc.

Commit
97b4c6b63bdb053d6a332581d3084141a6df731c
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index b24296f2..024af4f0 100644..100644
@@ -33,8 +33,8 @@
33 33 been written to interact with hundreds of file formats, including
34 34 =.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= just to name a few. This
35 35 paper itself was written in /Org mode/, a collection of functions
36 Removed: enabling the harmonious mixing of code and comments in view of
37 Removed: publication: this is the endgame of /literate programming/, and the
36 Added: enabling the harmonious mixing of code, comments and content in view
37 Added: of publication: this is the endgame of /literate programming/, and the
38 38 basis of my vision for /Smart Documents/.
39 39
40 40 The following sections were laid out very deliberately. When we start
@@ -444,7 +444,7 @@
444 444 #+CAPTION[Navigation keybindings]: Navigation keybindings.
445 445 #+ATTR_LATEX: :booktabs t
446 446 | | *Backwards* | *Forwards* |
447 Removed: |-----------+-------------+------------|
447 Added: |-----------+-----------+----------|
448 448 | Character | =M-h= | =M-l= |
449 449 | Line | =M-k= | =M-j= |
450 450 | Word | =M-f= | =M-b= |
@@ -1211,7 +1211,7 @@
1211 1211 ("pdflatex" "lualatex"))
1212 1212 ("table,svgnames" "xcolor" t ; svgnames opens up ~150 new color keywords
1213 1213 ("pdflatex" "lualatex"))
1214 Removed: ("skip=0.5\\baselineskip, width=0.618\\textwidth" "caption" t ; Increase space between floats and captions
1214 Added: ("skip=0.5\\baselineskip" "caption" t ; Increase space between floats and captions
1215 1215 ("pdflatex" "lualatex"))))
1216 1216 #+END_SRC
1217 1217
@@ -1656,8 +1656,8 @@
1656 1656
1657 1657 #+BEGIN_SRC emacs-lisp :tangle yes
1658 1658 (setq custom-theme-directory (concat user-emacs-directory "themes/"))
1659 Removed: ;; (load-theme 'sd-light)
1660 Removed: (load-theme 'sd-dark)
1659 Added: (load-theme 'sd-light)
1660 Added: ;; (load-theme 'sd-dark)
1661 1661 #+END_SRC
1662 1662
1663 1663 ** My light and dark themes
@@ -1675,21 +1675,21 @@
1675 1675 #+NAME: theme-color-1
1676 1676 #+CAPTION[Light and dark themes' colors]: Light and dark themes' colors.
1677 1677 #+ATTR_LATEX: :booktabs t
1678 Removed: | Color | ~blendoit-light~ | ~blendoit-dark~ |
1678 Added: | Color | ~blendoit-light~ | ~blendoit-dark~ |
1679 1679 |---------------------------------+---------------------------------+--------------------|
1680 1680 | Black | default text | default background |
1681 Removed: | Lighter shades | lesser headers | /n/a/ |
1681 Added: | Lighter shades | lesser headers | /n/a/ |
1682 1682 | White | default background | default text |
1683 Removed: | Darker shades | /n/a/ | lesser headers |
1684 Removed: | \color{Red} Red | negative | /same/ |
1685 Removed: | \color{Tomato} Tomato | timestamp `TODO' | /same/ |
1686 Removed: | \color{Green} Green | positive | /same/ |
1687 Removed: | \color{ForestGreen} ForestGreen | timestamp `DONE' | /same/ |
1688 Removed: | \color{Blue} Blue | interactive content; links | /same/ |
1689 Removed: | \color{SteelBlue} SteelBlue | anything Org mode; anchor color | /same/ |
1690 Removed: | \color{DeepSkyBlue} DeepSkyBlue | ~highlight~ | /same/ |
1691 Removed: | \color{DodgerBlue} DodgerBlue | ~isearch~ | /same/ |
1692 Removed: | \color{Purple} Purple | Code syntax highlighting | /same/ |
1683 Added: | Darker shades | /n/a/ | lesser headers |
1684 Added: | \color{Red} Red | negative | /same/ |
1685 Added: | \color{Tomato} Tomato | timestamp `TODO' | /same/ |
1686 Added: | \color{Green} Green | positive | /same/ |
1687 Added: | \color{ForestGreen} ForestGreen | timestamp `DONE' | /same/ |
1688 Added: | \color{Blue} Blue | interactive content; links | /same/ |
1689 Added: | \color{SteelBlue} SteelBlue | anything Org mode; anchor color | /same/ |
1690 Added: | \color{DeepSkyBlue} DeepSkyBlue | ~highlight~ | /same/ |
1691 Added: | \color{DodgerBlue} DodgerBlue | ~isearch~ | /same/ |
1692 Added: | \color{Purple} Purple | Code syntax highlighting | /same/ |
1693 1693
1694 1694 *** Cursors
1695 1695