-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument.tup
More file actions
85 lines (66 loc) · 1.76 KB
/
document.tup
File metadata and controls
85 lines (66 loc) · 1.76 KB
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
template = http://typeup.cogneco.com/templates/document
class = paper
title = Document Title
date = 2015-11-10
author = John Doe
# Header Level 1
Paragraph A _emphasized text_ a lot of [http://example.com other nonsens]. This paragraph spans
several lines and so
it should. And here is %a small bit of code% and another one with a bit of formula: $x^2 + y^2 = z^2$.
- unordered list
- list item 2
- list item 3
- sublist
- long list item on
several lines
with an additional paragraph
- sublist item 2
1. ordered subsublist item A
1. item B
- last item
Paragraph B
%% c
for (int i = 0; i < 10; i++)
printf("\n")
%%
An example of what a code block looks like.
$$x^m + y^m = z^m$$
A formula block with a caption.
%%
A code block without language specifier.
%%
A code block without any language specifier.
## Header Level 2
Paragraph C
Alpha
: Definition A
: Definition 1
Beta
: Definition B
Paragraph D
!figure https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Polygon_types.svg/300px-Polygon_types.svg.png
An example of the different definitions of _shape_. The two triangles on the left are congruent, while the third is similar to them. The last triangle is neither [https://en.wikipedia.org/wiki/Similarity_(geometry) similar] nor congruent to any of the others, but it is homeomorphic.
### Header Level 3
Paragraph E
// one line comment
Paragraph F
!video http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4
This is a sample of embedded video.
/* Multiline comment
Bla bla
*/
===
# First Header in New Chapter
Another paragraph.
---
And a paragraph within a section.
---
Another section.
===
Another Chapter
!import subdocument
# Table
| Header 1 | Header 2 |
|----------|---------:|
| Cell 1 | Cell 2 |
This is a table with a caption.