From c2ffe99f9564f213c99b771910c0bb52d1f6f4b3 Mon Sep 17 00:00:00 2001 From: "Elsa Gonsiorowski (Pluto)" Date: Mon, 20 Jun 2022 10:15:01 +0300 Subject: [PATCH] whitespace --- Readme.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.org b/Readme.org index 6b1fd90..e3ef0d7 100644 --- a/Readme.org +++ b/Readme.org @@ -303,11 +303,11 @@ Available transitions are: default|cube|page|concave|zoom|linear|fade|none. There are 3 ways to customize the title slide. - 1. Set variable ~org-reveal-title-slide~ to a string of HTML markups. + 1. Set variable ~org-reveal-title-slide~ to a string of HTML markups. 2. Set ~reveal_title_slide~ in the ~#+OPTIONS:~ line to a string of HTML markups. 3. Use one or more option lines ~#+REVEAL_TITLE_SLIDE:~ to specify the HTML of the title slide. - + The following escaping characters can be used to retrieve document information: | ~%t~ | Title | @@ -453,7 +453,7 @@ Available transitions are: default|cube|page|concave|zoom|linear|fade|none. ratio. ** Slide Numbering - + To enable slide numbers, please add the following Reveal.js initial option. #+BEGIN_SRC org ,#+REVEAL_INIT_OPTIONS: slideNumber:true @@ -614,7 +614,7 @@ be replaced by Reveal.js root path. To Use your Emacs theme, please make sure ~htmlize.el~ is installed. Then no more setup is necessary. - Below is an example of highlighted lisp code from org-reveal. + Below is an example of highlighted lisp code from org-reveal. #+BEGIN_SRC lisp (defun org-reveal--read-file (file) "Return the content of file" @@ -684,14 +684,14 @@ int main() ,#+end_src #+end_src - + ** Editable Source Code It is now possible to embed code blocks in a codemirror instance in order to edit code during a presentation. At present, this capacity is turned on or off at time export using these defcustoms: - ~org-reveal-klipsify-src~ - ~org-reveal-klipse-css~ - ~org-reveal-klipse-js~ -This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javascript, clojure, php, ruby, scheme, and python only. +This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javascript, clojure, php, ruby, scheme, and python only. ** MathJax :PROPERTIES: @@ -936,7 +936,7 @@ To disable the automatic TOC, add =toc:nil= to =#+OPTIONS= the closing ~~ tag. ** Executable Source Blocks -To allow live execution of code in some languages, enable the klipse plugin by setting ~org-reveal-klipsify-src~ to non-nil. Src blocks with the languages ~js~, ~clojure~, ~html~, ~python~, ~ruby~, ~scheme~, ~php~ will be executed with output shown in a console-like environment. See the source code of ~org-reveal-src-block~ for more details. +To allow live execution of code in some languages, enable the klipse plugin by setting ~org-reveal-klipsify-src~ to non-nil. Src blocks with the languages ~js~, ~clojure~, ~html~, ~python~, ~ruby~, ~scheme~, ~php~ will be executed with output shown in a console-like environment. See the source code of ~org-reveal-src-block~ for more details. *** HTML Src Block #+BEGIN_SRC html