-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreen_buddhism.sty
46 lines (45 loc) · 1.18 KB
/
green_buddhism.sty
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
\RequirePackage[a5paper]{geometry}
\RequirePackage{caption}
\RequirePackage{unicode}
\RequirePackage{framed}
\RequirePackage[utf8]{inputenc}
\RequirePackage[english]{babel}
\RequirePackage{url}
\RequirePackage{hyperref}
\RequirePackage{rotating}
\RequirePackage{tabulary}
%\RequirePackage{enumitem},
\RequirePackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
\RequirePackage{enumerate}
\RequirePackage{standalone}
%\RequirePackage{csquotes}
\RequirePackage{graphicx}
\RequirePackage{booktabs}
%biblatex htlatex workarounds
\RequirePackage[backend=biber, style=numeric,]{biblatex}
\makeatletter
\def\blx@shorthands{}
\makeatother
\makeatletter
\newcommand\blx@unitmark{23sp}
\makeatother
\addbibresource{green_buddhism.bib}
%epigraph
\RequirePackage{epigraph}
\setlength{\epigraphwidth}{0.618\textwidth}
%\RequirePackage{calc}
%
%\newcommand{\mytextformat}{\epigraphsize}
%\newenvironment{mytext}{\mytextformat}{}
%\newenvironment{mysource}{\scshape\hfill}{}
%\renewcommand{\textflush}{mytext}
%\renewcommand{\sourceflush}{mysource}
%
%\let\originalepigraph\epigraph{}
%\renewcommand\epigraph[2]%
% {\setlength{\epigraphwidth}{\widthof{\mytextformat#1}}\originalepigraph{#1}{#2}}
%