add flipcard feature into ox-reveal
This commit is contained in:
30
README.md
30
README.md
@@ -1,19 +1,19 @@
|
||||
|
||||
# Table of Contents
|
||||
|
||||
1. [Requirements](#org6c8d5be)
|
||||
2. [Installation](#org59860be)
|
||||
3. [Key bindings and functions](#org86a7e80)
|
||||
4. [Packages](#org5cf1ccd)
|
||||
5. [Information](#org2a1da37)
|
||||
6. [Errors](#orgf579e32)
|
||||
1. [failed execution of bibtex2html](#orgf9bbcb1)
|
||||
1. [Requirements](#org5ff850e)
|
||||
2. [Installation](#org0e5b75a)
|
||||
3. [Key bindings and functions](#org9907e5a)
|
||||
4. [Packages](#orgccb3d6a)
|
||||
5. [Information](#orgdd0b988)
|
||||
6. [Errors](#org2fbb7be)
|
||||
1. [failed execution of bibtex2html](#orgd3ccf34)
|
||||
|
||||
This is an ongoing evolution of Emacs configuration files, inspired by
|
||||
a bunch of online resources.
|
||||
|
||||
|
||||
<a id="org6c8d5be"></a>
|
||||
<a id="org5ff850e"></a>
|
||||
|
||||
# Requirements
|
||||
|
||||
@@ -33,7 +33,7 @@ a bunch of online resources.
|
||||
`~/.emacs.d/init.el`)
|
||||
|
||||
|
||||
<a id="org59860be"></a>
|
||||
<a id="org0e5b75a"></a>
|
||||
|
||||
# Installation
|
||||
|
||||
@@ -42,7 +42,7 @@ Install into `~/.config/emacs` (must be empty)
|
||||
git clone http://gogs.weseng.de/daniel/emacs.git ~/.config/emacs
|
||||
|
||||
|
||||
<a id="org86a7e80"></a>
|
||||
<a id="org9907e5a"></a>
|
||||
|
||||
# Key bindings and functions
|
||||
|
||||
@@ -170,7 +170,7 @@ Install into `~/.config/emacs` (must be empty)
|
||||
<tr>
|
||||
<td class="org-left">C-c C-x \</td>
|
||||
<td class="org-left">org-toggle-pretty-entries</td>
|
||||
<td class="org-left">e. g. displays ± as ±</td>
|
||||
<td class="org-left">e. g. displays <code>\pm</code> as ±</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -321,7 +321,7 @@ Install into `~/.config/emacs` (must be empty)
|
||||
</table>
|
||||
|
||||
|
||||
<a id="org5cf1ccd"></a>
|
||||
<a id="orgccb3d6a"></a>
|
||||
|
||||
# Packages
|
||||
|
||||
@@ -330,7 +330,7 @@ Install into `~/.config/emacs` (must be empty)
|
||||
colors with the color they represent as background.
|
||||
|
||||
|
||||
<a id="org2a1da37"></a>
|
||||
<a id="orgdd0b988"></a>
|
||||
|
||||
# Information
|
||||
|
||||
@@ -340,12 +340,12 @@ but interlocks to prevent the simultaneous editing of the same
|
||||
file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) in the [EmacsManual](https://www.emacswiki.org/emacs/EmacsManual) for details.
|
||||
|
||||
|
||||
<a id="orgf579e32"></a>
|
||||
<a id="org2fbb7be"></a>
|
||||
|
||||
# Errors
|
||||
|
||||
|
||||
<a id="orgf9bbcb1"></a>
|
||||
<a id="orgd3ccf34"></a>
|
||||
|
||||
## failed execution of bibtex2html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user