-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforallxyyc-print.tex
More file actions
72 lines (49 loc) · 1.65 KB
/
Copy pathforallxyyc-print.tex
File metadata and controls
72 lines (49 loc) · 1.65 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
% forallxyyc-print
% Driver file to produce version of forall x:YYC on quarto stock
% for printing in black and white via Amazon KDP or similar print-on-demand service.
%\pdfminorversion=3
\documentclass[openany,twoside,11pt]{memoir}
% set stock & paper size to Quarto
\setstocksize{24.589cm}{18.91cm}
\settrimmedsize{\stockheight}{\stockwidth}{*}
\settrims{0pt}{0pt}
% set the size of the type block to golden ratio calculated width
\settypeblocksize{*}{300pt}{1.62}
% set spine and and edge margin
\setlrmargins{*}{*}{1.3}
\setulmargins{90pt}{*}{*}
\setheaderspaces{*}{*}{1}
\checkandfixthelayout
% make output PDF/X compliant
\RequirePackage[x-1a]{pdfx}
% load forall x style and macro definitions
\usepackage{forallxyyc-style}
\usepackage{forallxyyc}
%%%VERSIÓN ORIGINAL
% \colorlet{leadbeater}{black}
% \colorlet{dkleadbeater}{black}
% \colorlet{ltleadbeater}{black!50}
% \colorlet{vltleadbeater}{black!3}
%%% VERSIÓN PROPIA %%%
\definecolor{lyallpink}{RGB}{125, 101, 236}
\definecolor{my-pink}{RGB}{255, 69, 152}
\colorlet{leadbeater}{lyallpink}
\colorlet{dkleadbeater}{lyallpink!80!black}
\colorlet{ltleadbeater}{my-pink!50}
\colorlet{vltleadbeater}{my-pink!3}
\makeatletter
\makepsmarks{leadbeater}{%
\createmark{chapter}{both}{shownumber}{\@chapapp\ }{. \ }
\createmark{section}{right}{shownumber}{}{. \ }
\createplainmark{toc}{both}{\contentsname}
\createplainmark{lof}{both}{\listfigurename}
\createplainmark{lot}{both}{\listtablename}
\createplainmark{bib}{both}{\bibname}
\createplainmark{index}{both}{\indexname}
\createplainmark{glossary}{both}{\glossaryname}
}
\makeatother
\begin{document}
\midsloppy
\input{forallx-yyc-content}
\end{document}