-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzchinr_logo.tex
59 lines (44 loc) · 1.17 KB
/
zchinr_logo.tex
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
% !TeX program = xelatex
\documentclass[]{zchinr}
\zchinrsetup{
check page count = {1},
}
\geometry{
paperwidth=210mm,
paperheight=140mm
}
\begin{document}
\begin{drawabsolute}[10mm,-10mm]
\drawrectangle[zchinrblue!33]{-3mm,3mm}{216mm,-146mm}
\drawcoffin[white]{105mm,-20mm}{175mm}[hc][t]{%
\zchinrlatindisplay%
\fontsize{200}{200}\selectfont%
\addfontfeature{LetterSpace=-6.75}%
ZChinR%
}
\drawcoffin[zchinrblue]{105mm,-80mm}{175mm}[hc][t]{%
\zchinrlatindisplay%
\fontsize{70}{65}\selectfont%
\addfontfeature{LetterSpace=-2.5}%
Zeitschrift für \par Chinesisches Recht%
}
\end{drawabsolute}
\eject
\pdfpagewidth 350mm
\pdfpageheight 85mm
\begin{drawabsolute}[10mm,-10mm]
\drawrectangle[zchinrblue!33]{-3mm,3mm}{426mm,-91mm}
\drawcoffin[white]{105mm,-65mm}{175mm}[hc][H]{%
\zchinrlatindisplay%
\fontsize{160}{160}\selectfont%
\addfontfeature{LetterSpace=-6.75}%
ZChinR%
}
\drawcoffin[zchinrblue]{250mm,-65mm}{175mm}[hc][H]{%
\zchinrlatindisplay%
\fontsize{70}{65}\selectfont%
\addfontfeature{LetterSpace=-2.5}%
Zeitschrift für \par Chinesisches Recht%
}
\end{drawabsolute}
\end{document}