From fdd912dc804950f6238a5f0bc6d70f6f3fe3db89 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Thu, 23 Apr 2015 17:09:37 +0200 Subject: [PATCH] Add TOC after Summary section --- README.html | 1072 +++++++++++++++++++++++++++++---------------------- README.org | 6 +- 2 files changed, 620 insertions(+), 458 deletions(-) diff --git a/README.html b/README.html index d26a5e6..f2bae26 100755 --- a/README.html +++ b/README.html @@ -4,7 +4,7 @@ -Org mode syntax quick reference +Org mode syntax quick reference card @@ -54,30 +54,31 @@
UP | HOME
-

Org mode syntax quick reference

+

Org mode syntax quick reference card

Table of Contents

@@ -247,8 +248,165 @@
-

Document header

+

Reference card

+

Table of Contents

+
+ +
+
+
+
+

Document header

+

Title and author line:

@@ -264,21 +422,21 @@ My document provides...
 
-
-

Document settings

-
-
-

Document description

-
+
+

Document settings

+
+
+

Document description

+
 #+DESCRIPTION: This document catalogs a set of tips and tricks for composing documents in Org mode.
 #+KEYWORDS:  org-mode, syntax, quick reference, cheat sheet, recommended practices, latex, beamer, html
 #+LANGUAGE:  en
 
-
-

Section numbering

-
+
+

Section numbering

+
 #+OPTIONS:   H:4
@@ -289,9 +447,9 @@ My document provides...
 
-
-

Table of contents

-
+
+

Table of contents

+

Set the toc attribute to activate an auto-generated table of contents (limited to its 2 first levels) at the top of document.

@@ -306,25 +464,25 @@ My document provides...
 
-
-

List of figures

-
+
+

List of figures

+

#+TOC: figures is not implemented yet in the HMTL backend.

-
-

List of tables

-
+
+

List of tables

+

#+TOC: tables is already implemented in the HTML backend.

-
-

List of equations

+
+

List of equations

-
-

Section titles (headings)

-
+
+

Section titles (headings)

+
 * Biggest heading (level 1)
@@ -346,27 +504,27 @@ New sub-section.
 New sub-sub-section.
 
-
-

Bigger heading (level 2)

-
+
+

Bigger heading (level 2)

+

New section.

-
-

Big heading (level 3)

-
+
+

Big heading (level 3)

+

New sub-section.

-
-
Heading (level 4)
-
+
+
Heading (level 4)
+

New sub-sub-section.

-
-

Numbered headings

-
+
+

Numbered headings

+

You can create numbered headings up to a certain level by setting an option:

@@ -375,9 +533,9 @@ New sub-sub-section.
 
-
-

Paragraphs

-
+
+

Paragraphs

+

Normal

@@ -430,14 +588,14 @@ and some text below it.
-
-

Formatting text

-
+
+

Formatting text

+

Text effects.

-
-

Bold and italic

-
+
+

Bold and italic

+
 Emphasize (italics), strongly (bold), and /very strongly/ (bold italics).
@@ -466,9 +624,9 @@ Not feas*ible*.
 

Not feas*ible*.

-
-

Monospace, superscript and subscript

-
+
+

Monospace, superscript and subscript

+

Other elements to use sparingly are:

@@ -487,21 +645,21 @@ Not feas*ible*.
 
 
-
-

Smart punctuation

-
+
+

Smart punctuation

+

If the XXX option is specified, Org mode will produce typographically correct output, converting straight quotes to curly quotes, --- to em-dashes, -- to en-dashes, and ... to ellipses.

-
-

Lists

-
+
+

Lists

+

Org markup allows you to create bulleted or numbered lists. It allows any combination of the two list types.

-
-

Unordered lists

-
+
+

Unordered lists

+

Itemized lists are marked with bullets. Create them with a minus or a plus sign.

They are convenient to organize data, and make the document prettier, and easier to read.

@@ -526,9 +684,9 @@ Not feas*ible*.
-
-

Checklists

-
+
+

Checklists

+
 - [X] Checked.
@@ -544,9 +702,9 @@ Not feas*ible*.
 
 
-
-

Ordered lists

-
+
+

Ordered lists

+

Enumerated lists are marked with numbers or letters:

@@ -584,9 +742,9 @@ Not feas*ible*.
 
 
-
-

Definition lists

-
+
+

Definition lists

+

Labeled, multi-line lists.

@@ -610,9 +768,9 @@ Not feas*ible*.
 
 
-
-

Separating lists

-
+
+

Separating lists

+

Adjacent lists sometimes like to fuse. To force the start of a new list, offset the two lists by an empty line comment:

@@ -639,14 +797,14 @@ Not feas*ible*.
 
-
-

Tables

-
+
+

Tables

+

Tables are one of the most refined areas of the Org mode syntax. They are very easy to create and to read.

-
-

Simple table

-
+
+

Simple table

+
 | Cell in column 1, row 1 | Cell in column 2, row 1 |
@@ -670,18 +828,18 @@ Not feas*ible*.
 

Org tables have cells of at most one line long: there is no such thing as a multi-line table cell in Org.

-
-

Column formatting

-
+
+

Column formatting

+

Columns are automatically aligned:

  • Number-rich columns to the right, and
  • String-rich columns to the left.
-
-

Table with aligned cells

-
+
+

Table with aligned cells

+

If you want to override the automatic alignment, use <r>, <c> or <l>.

@@ -717,13 +875,13 @@ Not feas*ible*.
 
 
-
-

Table with column size adjusted

+
+

Table with column size adjusted

-
-

Header row

-
+
+

Header row

+

You can create tables with an header row (by using an horizontal line of dashes to separate it from the rest of the table).

@@ -767,9 +925,9 @@ Not feas*ible*.
 
 
-
-

Table placement

-
+
+

Table placement

+
 #+ATTR_LATEX: :center nil
@@ -814,12 +972,12 @@ Not feas*ible*.
 
 
-
-

Align tables on the page

-
-
-

Left

-
+
+

Align tables on the page

+
+
+

Left

+

Here is a table on the left side:

@@ -859,9 +1017,9 @@ Not feas*ible*.
 

The noindent just gets rid of the indentation of the first line of a paragraph which in this case is the table. The hfill adds infinite stretch after the table, so it pushes the table to the left.

-
-

Center

-
+
+

Center

+

Here is a centered table:

@@ -897,9 +1055,9 @@ Not feas*ible*.
 
 
-
-

Right

-
+
+

Right

+

And here's a table on the right side:

@@ -939,9 +1097,9 @@ Not feas*ible*.
 
-
-

Table size

-
+
+

Table size

+
 #+ATTR_HTML: :width 100%
@@ -965,15 +1123,15 @@ Not feas*ible*.
 
 
-
-

CSV

-
+
+

CSV

+

You can fill a table from a CSV file using R commands.

-
- +
+