From 1eadf8f6ffb0c967d514b4c93316c8b88d5b9518 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sun, 11 Dec 2022 15:22:18 +0100 Subject: [PATCH] update readme --- README.md | 24 ++---------------------- README.org | 6 ------ 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index d1cd0f7e..437f20af 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ 1. [Org](#org) 1. [Template for an article export (HTML and LaTeX)](#export-article) 2. [Template for a letter export (LaTex)](#export-letter) - 2. [Multiple cursors](#multiple-cursors) - 3. [Other packages](#other-packages) + 2. [Other packages](#other-packages) 3. [Information](#information) 4. [Errors](#errors) 5. [TODOs](#todos) @@ -65,12 +64,6 @@ Org export - `` (`my-org-export-pdf`) - `C-` (`my-org-export-html-async`) - `C-` (`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 @@ -231,18 +224,6 @@ Examples for an article #+ATTACHMENT: analage 6 - - -## 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 - - ## Other packages @@ -289,7 +270,6 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i - Printed page layout, white styled figures - Custom export function for HTML and $\LaTeX$, with; - `Shift` - ``, `Shift` - `` with open file - - delete temp. generated export files - Figures - Gnuplot - plot transposed files/tables @@ -305,7 +285,7 @@ file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) i - hcancel[color]{} - Example: `\(\hcancel[red]{f_{X_2}(x_2)}}\)` - Definition: - - Preamle: `#+LATEX_HEADER: \usepackage{cancel}` + - Preamble: `#+LATEX_HEADER: \usepackage{cancel}` `#+LATEX_HEADER: \newcommand\hcancel[2][black]{\setbox0=\hbox{$#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]` diff --git a/README.org b/README.org index 4e479ed0..a59d843d 100644 --- a/README.org +++ b/README.org @@ -49,12 +49,6 @@ Org export - == (=my-org-export-pdf=) - =C-= (=my-org-export-html-async=) - =C-= (=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) :PROPERTIES: