-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle.sil
65 lines (44 loc) · 1.06 KB
/
article.sil
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
\begin[class=article]{document}\nofolios
\script[src=packages/image]
\script[src=packages/date]
\script[src=lorem]
\script[src=review]
\neverindent
\font[family=Lato, size=11]
\title{Title}
\author{Author¹, Author², Author²*}
\center{\date[format="%B %d, %Y"]\medskip} % %F
\begin{abstract}
\lorem
\end{abstract}
\section{Introduction}
\lorem[words=20]
\sout{\lorem[words=3]}
\red{\lorem[words=10]}
\lorem[words=20]
\hl{\lorem[words=2]}
\lorem[words=20]
\section{Methods}
%\lorem[words=31]
\begin[display=roman]{enum} % Roman, Alpha,
\eitem \lorem[words=8]
\eitem \lorem[words=10]
\eitem \lorem[words=5]
\end{enum}
\center{
\tcaption{A table caption}
\noindent\begin{table}
\row{ \col{daaddadad} \col{\relax | sda} \col{\relax | dad}}
\row{ \col{drve} \col{\relax | 2131} \col{\relax | 43rreg} }
\row{ \col{daaddadad} \col{\relax | sda} \col{\relax | dad}}
\end{table}
}
\lorem[words=30]
\center{
\color[color=gray]{\hrule[height=2cm,width=7.5cm]}
\fcaption{A figure caption}
}
\setappendix
\section{Data}
\lorem[words=34]
\end{document}