-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover_front.tex
62 lines (45 loc) · 1.38 KB
/
cover_front.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
60
61
62
\documentclass[11pt,oneside,final]{memoir}
\usepackage{soul}
\usepackage[cmyk]{xcolor}
\usepackage[pdftex]{graphicx}
\graphicspath{{./src-images/}}
\usepackage{eso-pic}
\usepackage{geometry}
\geometry{
paperwidth=5.125in,
paperheight=8.25in,
nohead,
nofoot,
margin=0pt
}
\setstocksize{8.25in}{5.125in}
\usepackage{fontspec}
\setmainfont[Ligatures = TeX]{Shaker 2 Light}
\newfontfamily\titleFont[Ligatures = TeX]{Shaker 2 Light}
%\newfontfamily\subtitleFont[Ligatures = TeX]{Shaker 2 Regular}
\newfontfamily\subtitleFont[Ligatures = TeX]{Shaker 2 Light}
\newfontfamily\authorFont[
Ligatures = TeX,
ItalicFont = Shaker 2 Italic
]{Shaker 2 Regular}
\sodef\soTitle{}{.2em}{.5em plus.1em}{.1em plus.1em minus.1em}
\sodef\soSubTitle{}{.07em}{.4em plus.1em}{.1em plus.1em minus.1em}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\begin{document}
\centering
%\pagecolor[cmyk]{0.45,0.45,0.47,0.06}
\pagecolor[RGB]{137, 101, 82}
\AddToShipoutPictureFG*{\put(\LenToUnit{0mm},\LenToUnit{60mm})%
{\begin{minipage}[b]{\paperwidth}\centering%
\includegraphics[width=86mm,keepaspectratio]{buddha_sepia.pdf}%
\end{minipage}%
}}%
\vspace*{40mm}
\color[gray]{1}
\resizebox{86mm}{!}{{\titleFont\Huge\MakeUppercase{\soTitle{Dhammapada}}}}
\vspace*{103mm}
{\subtitleFont\Huge \soSubTitle{Az Erény Útja}}
\vspace*{8mm}
{\authorFont\LARGE \textit{Fordította}\\[3mm]\Huge Fórizs László}
\end{document}