LatexCSS

Table of Contents

1. LatexCSS

Created by Vincent Döring: https://latex.now.sh/ Add to org: #+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">

Includes:

  • [X] CSS
  • [ ] JAVASCRIPT

Available as:

  • [X] CSS FILE
  • [ ] JS FILE
  • [X] SETUPFILE

2. Lists

2.1. Todo List

2.1.1. TODO First todo

2.1.2. DONE First Done with Date

CLOSED: [2021-02-18 Thu 10:12]

2.1.3. TODO Scheduled

SCHEDULED: <2021-02-18 Thu>

2.1.4. TODO Deadline

DEADLINE: <2021-02-18 Thu>

2.1.5. TODO Date

<2021-02-18 Thu>

2.2. Simple list

  • List item
  • List item
  • List item
  • List item

2.3. Sorted List

  1. List item
  2. List item
  3. List item
  4. List item

2.4. Checkbox

  • [ ] List item
  • [X] List item
  • [ ] List item
  • [X] List item

3. Headings

4. H1

H1 Text

4.1. H2

H2 Text

4.1.1. H3

H3 Text

  1. H4

    H4 Text

    1. H5

      H5 Text

      1. H6

        H6 Text

        1. H7

          H7 Text

5. Table

a b c d e f
0 1 2 3 4 5
6 7 8 9 10 11
12 13 14 15 16 17
18 19 20 21 22 23
24 25 26 27 28 29

6. Blocks

6.1. Center

This is a center block

6.2. Comment

6.3. Example

This is an example block

6.4. Quote

This is a quote block

6.5. Verse

This is a verse block

6.6. Source Blocks

6.6.1. Python

for i in range(10):
    print(i)
0
1
2
3
4
5
6
7
8
9

6.6.2. Elisp

(car '(a b c d))
a

Author: Vincent Dörig ()

Last Update: 2021-03-02 Tue 00:04