-
Notifications
You must be signed in to change notification settings - Fork 10
/
cheat_sheet.txt
89 lines (60 loc) · 2.33 KB
/
cheat_sheet.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
_____________________________
ORG MODE SYNTAX CHEAT SHEET
Nick Higham
_____________________________
1 Top Level Heading
===================
1.1 Second Level Heading
~~~~~~~~~~~~~~~~~~~~~~~~
1.1.1 Third Level Heading
-------------------------
Paragraphs are separated by at least one empty line.
*bold* /italic/ _underlined_ +strikethrough+ `monospaced'
[Link description]
[https://nickhigham.wordpress.com/] A link without a description.
A DOI (digital object identifier) link: [Matching Exponential-Based
and Resolvent-Based Centrality Measures]
A horizontal line, fill-width across the page:
----------------------------------------------------------------------
- First item in a list.
- Second item.
- Sub-item
1. Numbered item.
2. Another item.
- [ ] Item yet to be done.
- [X] Item that has been done.
LaTeX macros can be included: $x_2 = \alpha + \beta^2 - \gamma$.
[Link description] https://nickhigham.wordpress.com/
[Matching Exponential-Based and Resolvent-Based Centrality Measures]
https://doi.org/10.1093/comnet/cnv016
* 1.1.1.1 TODO A todo item.
* 1.1.1.2 DONE A todo item that has been done.
This text will be indented on both the left margin and the
right margin.
,----
| Text to be displayed verbatim (as-is), without markup
| (*bold* does not change font), e.g., for source code.
| Line breaks are respected.
`----
Some MATLAB source code:
,----
| >> rand(1,3)
| ans =
| 5.5856e-01 7.5663e-01 9.9548e-01
`----
Some arbitrary text to be typeset verbatim in monospace font:
,----
| Apples, oranges,
| cucumbers, tomatoes
`----
---------------------------------------------
Country Abstracts Downloads Ratio
---------------------------------------------
United States 7 497 71.0
Unknown 4 83 20.8
United Kingdom 3 41 13.7
Germany 3 29 9.7
Netherlands 2 21 10.5
Japan 1 18 18.0
---------------------------------------------
Include an image: [file:nickhighamwordpress.jpg]