update readme
This commit is contained in:
24
README.md
24
README.md
@@ -6,8 +6,7 @@
|
|||||||
1. [Org](#org)
|
1. [Org](#org)
|
||||||
1. [Template for an article export (HTML and LaTeX)](#export-article)
|
1. [Template for an article export (HTML and LaTeX)](#export-article)
|
||||||
2. [Template for a letter export (LaTex)](#export-letter)
|
2. [Template for a letter export (LaTex)](#export-letter)
|
||||||
2. [Multiple cursors](#multiple-cursors)
|
2. [Other packages](#other-packages)
|
||||||
3. [Other packages](#other-packages)
|
|
||||||
3. [Information](#information)
|
3. [Information](#information)
|
||||||
4. [Errors](#errors)
|
4. [Errors](#errors)
|
||||||
5. [TODOs](#todos)
|
5. [TODOs](#todos)
|
||||||
@@ -65,12 +64,6 @@ Org export
|
|||||||
- `<f6>` (`my-org-export-pdf`)
|
- `<f6>` (`my-org-export-pdf`)
|
||||||
- `C-<f5>` (`my-org-export-html-async`)
|
- `C-<f5>` (`my-org-export-html-async`)
|
||||||
- `C-<f6>` (`my-org-export-pdf-async`)
|
- `C-<f6>` (`my-org-export-pdf-async`)
|
||||||
- `C-c C-e h h` (`org-html-export-to-html`)
|
|
||||||
- `C-c C-e T t` (`org-tufte-export-to-file`) HTML export with tufte syling
|
|
||||||
- `C-c C-e h a` (`my-org-article-html-export-to-html`) HTML-article file, see also Article export
|
|
||||||
- `C-c C-e l l` (`org-latex-export-to-pdf`)
|
|
||||||
- `C-c C-e l a` (`my-org-article-latex-export-to-pdf`) PDF-article file, see also Article export
|
|
||||||
- `C-c C-e l t` (`my-org-article-latex-export-to-letter`) PDF-letter file
|
|
||||||
|
|
||||||
|
|
||||||
<a id="export-article"></a>
|
<a id="export-article"></a>
|
||||||
@@ -231,18 +224,6 @@ Examples for an article
|
|||||||
#+ATTACHMENT: analage 6
|
#+ATTACHMENT: analage 6
|
||||||
|
|
||||||
|
|
||||||
<a id="multiple-cursors"></a>
|
|
||||||
|
|
||||||
## Multiple cursors
|
|
||||||
|
|
||||||
Multiple cursors key bindings and functions
|
|
||||||
|
|
||||||
- `M-m s m a` (`mc/mark-all-dwim`) try to mark all at point
|
|
||||||
- `C-v` jump to next cursor
|
|
||||||
- `M-v` jump to previous cursor
|
|
||||||
- `C-'` hide/unhide lines without a cursor
|
|
||||||
|
|
||||||
|
|
||||||
<a id="other-packages"></a>
|
<a id="other-packages"></a>
|
||||||
|
|
||||||
## Other packages
|
## Other packages
|
||||||
@@ -289,7 +270,6 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i
|
|||||||
- Printed page layout, white styled figures
|
- Printed page layout, white styled figures
|
||||||
- Custom export function for HTML and $\LaTeX$, with;
|
- Custom export function for HTML and $\LaTeX$, with;
|
||||||
- `Shift` - `<f5>`, `Shift` - `<f6>` with open file
|
- `Shift` - `<f5>`, `Shift` - `<f6>` with open file
|
||||||
- delete temp. generated export files
|
|
||||||
- Figures
|
- Figures
|
||||||
- Gnuplot
|
- Gnuplot
|
||||||
- plot transposed files/tables
|
- plot transposed files/tables
|
||||||
@@ -305,7 +285,7 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i
|
|||||||
- hcancel[color]{}
|
- hcancel[color]{}
|
||||||
- Example: `\(\hcancel[red]{f_{X_2}(x_2)}}\)`
|
- Example: `\(\hcancel[red]{f_{X_2}(x_2)}}\)`
|
||||||
- Definition:
|
- Definition:
|
||||||
- Preamle: `#+LATEX_HEADER: \usepackage{cancel}`
|
- Preamble: `#+LATEX_HEADER: \usepackage{cancel}`
|
||||||
`#+LATEX_HEADER: \newcommand\hcancel[2][black]{\setbox0=\hbox{$#2$}%`
|
`#+LATEX_HEADER: \newcommand\hcancel[2][black]{\setbox0=\hbox{$#2$}%`
|
||||||
`#+LATEX_HEADER: \rlap{\raisebox{.45\ht0}{\textcolor{#1}{\rule{\wd0}{1pt}}}}#2}`
|
`#+LATEX_HEADER: \rlap{\raisebox{.45\ht0}{\textcolor{#1}{\rule{\wd0}{1pt}}}}#2}`
|
||||||
- `hcancel: [\"{\\\\setbox0=\\\\hbox{$#2$}\\\\rlap{\\\\raisebox{.45\\\\ht0}{\\\\textcolor{#1}{\\\\rule{\\\\wd0}{1pt}}}}#2}\",2]`
|
- `hcancel: [\"{\\\\setbox0=\\\\hbox{$#2$}\\\\rlap{\\\\raisebox{.45\\\\ht0}{\\\\textcolor{#1}{\\\\rule{\\\\wd0}{1pt}}}}#2}\",2]`
|
||||||
|
|||||||
@@ -49,12 +49,6 @@ Org export
|
|||||||
- =<f6>= (=my-org-export-pdf=)
|
- =<f6>= (=my-org-export-pdf=)
|
||||||
- =C-<f5>= (=my-org-export-html-async=)
|
- =C-<f5>= (=my-org-export-html-async=)
|
||||||
- =C-<f6>= (=my-org-export-pdf-async=)
|
- =C-<f6>= (=my-org-export-pdf-async=)
|
||||||
- =C-c C-e h h= (=org-html-export-to-html=)
|
|
||||||
- =C-c C-e T t= (=org-tufte-export-to-file=) HTML export with tufte syling
|
|
||||||
- =C-c C-e h a= (=my-org-article-html-export-to-html=) HTML-article file, see also Article export
|
|
||||||
- =C-c C-e l l= (=org-latex-export-to-pdf=)
|
|
||||||
- =C-c C-e l a= (=my-org-article-latex-export-to-pdf=) PDF-article file, see also Article export
|
|
||||||
- =C-c C-e l t= (=my-org-article-latex-export-to-letter=) PDF-letter file
|
|
||||||
|
|
||||||
*** Template for an article export (HTML and LaTeX)
|
*** Template for an article export (HTML and LaTeX)
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
Reference in New Issue
Block a user