-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexamples.sil
81 lines (74 loc) · 2.1 KB
/
examples.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\begin[papersize=210mm x 100mm]{document}
\nofolios
\neverindent
\use[module=packages.raiselower]
\use[module=packages.rotate]
\use[module=packages.frametricks]
\use[module=packages.rules]
\use[module=packages.rebox]
\use[module=packages.logos]
\set[parameter=font.family,value=EB Garamond,makedefault=true]
\set[parameter=font.size,value=12,makedefault=true]
\define[command=line]{\hrule[width=4em,height=0.3pt]\skip[height=1ex]}
\hbox{}
\skip[height=1ex]
\center{\font[size=24pt,weight=1000]{\LaTeX logos—in \SILE!}}
\skip[height=3ex]
\breakframevertical
\makecolumns[columns=4]
\begin{center}
\line
\LaTeX < \SILE\par
\font[family=Libertinus Serif]{\LaTeX < \SILE}\par
\define[command=kernSI]{\kern[width=-0.18em]}
\define[command=kernIL]{\kern[width=-0.18em]}
\font[family=FreeMono]{\LaTeX < \SILE}\par
\define[command=kernSI]{\kern[width=-0.0em]}
\define[command=kernIL]{\kern[width=-0.0em]}
\font[family=Libertinus Sans]{\strong{\LaTeX < \SILE}}\par
\LaTeX-CM < \SILE-CM\par
\line
\end{center}
\framebreak
\begin{center}
\line
\LaTeX2e\par
\font[family=Libertinus Serif]{\LaTeX2e}\par
\font[family=FreeMono]{\LaTeX2e}\par
\font[family=Libertinus Sans]{\strong{\LaTeX2e}}\par
\LaTeX2e-CM\par
\line
\end{center}
\framebreak
\begin{center}
\line
\XeTeX\par
\font[family=Libertinus Serif]{\XeTeX}\par
\font[family=FreeMono]{\XeTeX}\par
\font[family=Libertinus Sans]{\strong{\XeTeX-rot}}\par
\XeTeX-CM\par
\line
\end{center}
\begin{center}
\line
\XeLaTeX\par
\font[family=Libertinus Serif]{\XeLaTeX}\par
\font[family=FreeMono]{\XeLaTeX}\par
\font[family=Libertinus Sans]{\strong{\XeLaTeX-rot}}\par
\XeLaTeX-CM\par
\line
\end{center}
\frame[left=left(content), right=right(content), top=60%ph, bottom=100%ph, id=center]
\begin[frame=center]{typeset-into}
\begin{center}
\define[command=line]{\hrule[width=14em,height=0.3pt]\skip[height=5pt]}
\line
\TeX \LuaTeX \LuaLaTeX\par
\font[family=Libertinus Serif]{\TeX \LuaTeX \LuaLaTeX}\par
\font[family=FreeMono]{\TeX \LuaTeX \LuaLaTeX}\par
\font[family=Libertinus Sans]{\strong{\TeX \LuaTeX \LuaLaTeX}}\par
\TeX-CM \LuaTeX-CM \LuaLaTeX-CM\par
\line
\end{center}
\end{typeset-into}
\end{document}