diff --git a/README.md b/README.md
index e84e1862..9a8f7eca 100644
--- a/README.md
+++ b/README.md
@@ -36,143 +36,26 @@ installed linux packages as requirements inside `sripts/install.sh`.
# Packages
-
-Table 1: General key bindings and functions
+General key bindings and functions
-
-
-
-
-
-
-
-
-
-| M-> |
-end-of-buffer |
- |
-
-
-
-
-| M-< |
-beginning-of-buffer |
- |
-
-
-
-
-| C-x h |
-mark-whole-buffer |
-mark the whole buffer |
-
-
-
-
-| C-x TAB |
-indent-rigidly |
-indent selected region |
-
-
-
-
-| C-x RET f |
-set-buffer-file-coding-system |
-e. g. set to utf-8 |
-
-
-
-
-| |
-decode-coding-region |
-e. g. decode to utf-8 (郭富城Aaron Kwok) |
-
-
-
-
-| |
-diff-buffer-with-file |
-show a diff between buffer and file |
-
-
-
-
-| C-h v |
-counsel-describe-variable |
-help text of variable |
-
-
-
-
-| C-h f |
-counsel-describe-funtion |
-help text of function |
-
-
-
-
-| C-r |
-query-replace-regexp |
-replace text. (former isearch-backward) |
-
-
-
-
-| C-x C-b |
-ibuffer |
-list buffers (former list-buffers) |
-
-
-
-
-| C-x | |
-toggle-window-split |
-toggle horizontal/vertical 2 window split |
-
-
-
-
-| M-up |
-move-line-up |
-move current line up |
-
-
-
-
-| M-down |
-move-line-down |
-move current line down |
-
-
-
-
-| mouse-6 |
- |
-scroll right |
-
-
-
-
-| mouse-7 |
- |
-scroll left |
-
-
-
-
-| mouse-8 |
-previous-buffer |
- |
-
-
-
-
-| mouse-9 |
-next-buffer |
- |
-
-
-
+- `M->` (`end-of-buffer`)
+- `M-<` (`begin-of-buffer`)
+- `C-x b` (`counsel-switch-buffer`)
+- `C-x |` (`toggle-window-split`) toggle horizontal/vertical of 2 window split
+- `C-x h` (`mark-whole-buffer`)
+- `C-x TAB` (`indent-rigidly`) indent lines in the region
+- `C-r` (`query-replace-regexp`) replace text
+- `M-` (`move-line-up`)
+- `M-` (`move-line-down`)
+- `C-x RET f` (`set-buffer-file-coding-system`) e.g. set to =utf-8
+- (`decode-coding-region`) e.g. decode to `utf-8` (郭富城Aaron Kwok)
+- (`diff-buffer-with-file`) show a diff between buffer (current state) and file (saved state)
+- `C-h f` (`helpful-callable`)
+- `C-h v` (`helpful-variable`)
+- `mouse-6` scroll right
+- `mouse-7` scroll left
+- `mouse-8` (`previous-buffer`)
+- `mouse-9` (`next-buffer`)
@@ -180,7 +63,7 @@ installed linux packages as requirements inside `sripts/install.sh`.
## Org
-Table 2: Org key bindings and functions
+Table 1: Org key bindings and functions
@@ -517,7 +400,7 @@ Examples for an article
## Multiple cursors
-Table 3: Multiple cursors key bindings and functions
+Table 2: Multiple cursors key bindings and functions
@@ -601,7 +484,7 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i
- Page formatting
- Modify HTML styling
- Printed page layout, white styled figures
- - Custom export function for HTML and \(\LaTeX\), with;
+ - Custom export function for HTML and $\LaTeX$, with;
- `Shift` - ``, `Shift` - `` with open file
- delete temp. generated export files
- Figures
@@ -612,7 +495,7 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i
- Tables
- Wrap Table in div element. For smartphone scrolling.
- Table of contents
- - \(\LaTeX\); currently headers with no-number property means not included in TOC
+ - $\LaTeX$; currently headers with no-number property means not included in TOC
- HTML; currently generated list, like lot and lol, are not included in toc
but own headers without numbers are.
- Equation cancel/strike out with color line
diff --git a/README.org b/README.org
index 714e3ab0..7c8435cd 100644
--- a/README.org
+++ b/README.org
@@ -23,25 +23,26 @@ a bunch of online resources.
:PROPERTIES:
:CUSTOM_ID: packages
:END:
-#+caption: General key bindings and functions
-| M-> | end-of-buffer | |
-| M-< | beginning-of-buffer | |
-| C-x h | mark-whole-buffer | mark the whole buffer |
-| C-x TAB | indent-rigidly | indent selected region |
-| C-x RET f | set-buffer-file-coding-system | e. g. set to utf-8 |
-| | decode-coding-region | e. g. decode to utf-8 (郭富城Aaron Kwok) |
-| | diff-buffer-with-file | show a diff between buffer and file |
-| C-h v | counsel-describe-variable | help text of variable |
-| C-h f | counsel-describe-funtion | help text of function |
-| C-r | query-replace-regexp | replace text. (former isearch-backward) |
-| C-x C-b | ibuffer | list buffers (former list-buffers) |
-| C-x \vert | toggle-window-split | toggle horizontal/vertical 2 window split |
-| M-up | move-line-up | move current line up |
-| M-down | move-line-down | move current line down |
-| mouse-6 | | scroll right |
-| mouse-7 | | scroll left |
-| mouse-8 | previous-buffer | |
-| mouse-9 | next-buffer | |
+#+caption:
+General key bindings and functions
+- =M->= (=end-of-buffer=)
+- =M-<= (=begin-of-buffer=)
+- =C-x b= (=counsel-switch-buffer=)
+- =C-x |= (=toggle-window-split=) toggle horizontal/vertical of 2 window split
+- =C-x h= (=mark-whole-buffer=)
+- =C-x TAB= (=indent-rigidly=) indent lines in the region
+- =C-r= (=query-replace-regexp=) replace text
+- =M-= (=move-line-up=)
+- =M-= (=move-line-down=)
+- =C-x RET f= (=set-buffer-file-coding-system=) e.g. set to =utf-8
+- (=decode-coding-region=) e.g. decode to =utf-8= (郭富城Aaron Kwok)
+- (=diff-buffer-with-file=) show a diff between buffer (current state) and file (saved state)
+- =C-h f= (=helpful-callable=)
+- =C-h v= (=helpful-variable=)
+- =mouse-6= scroll right
+- =mouse-7= scroll left
+- =mouse-8= (=previous-buffer=)
+- =mouse-9= (=next-buffer=)
** Org
:PROPERTIES:
@@ -53,19 +54,19 @@ a bunch of online resources.
| C-u C-u C-c \vert | org-table-create-or-convert-from-region | convert using TAB |
| C-u N C-c \vert | org-table-create-or-convert-from-region | convert using N spaces |
| C-u REGEX C-c \vert | org-table-create-or-convert-from-region | convert using regex to match seperator |
-| C-c C-x \ | org-toggle-pretty-entries | e. g. displays =\pm= as ± |
-| | | |
-| Org table | | |
-| S-right | org-shiftright | move a single cell right |
-| S-left | org-shiftleft | move a single cell left |
-| C-c SPC | org-table-blank-field | clear cell |
-| | | |
-| Org src block | | |
-| C-c C-v t | org-babel-tangle | create a file with the content of the block, use in header: :tangle filename |
-| | | |
-| Org export | | |
-| f5 | | in org export to html |
-| f6 | | in org export to LaTeX |
+| C-c C-x \ | org-toggle-pretty-entries | e. g. displays =\pm= as ± |
+| | | |
+| Org table | | |
+| S-right | org-shiftright | move a single cell right |
+| S-left | org-shiftleft | move a single cell left |
+| C-c SPC | org-table-blank-field | clear cell |
+| | | |
+| Org src block | | |
+| C-c C-v t | org-babel-tangle | create a file with the content of the block, use in header: :tangle filename |
+| | | |
+| Org export | | |
+| f5 | | in org export to html |
+| f6 | | in org export to LaTeX |
*Important*
- For *Gnuplot* source blocks: Do not use =%= inside Gnuplot source