You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.9 KiB
Plaintext

% pandoc suggests to use microtypography
\definefontfeature[default][default][script=latn, protrusion=quality, expansion=quality, itlc=yes, textitalics=yes, onum=yes, pnum=yes]
\definefontfeature[default:tnum][default][tnum=yes, pnum=no]
\definefontfeature[smallcaps][script=latn, protrusion=quality, expansion=quality, smcp=yes, onum=yes, pnum=yes]
\setupitaliccorrection[global, always]
\setupbodyfontenvironment[default][em=italic] % use italic as em, not slanted
\usetypescriptfile[bitter]
\usetypescriptfile[compagnon]
\setupbodyfont[compagnon,12pt]
\setupwhitespace[medium]
\setupitemize[autointro] % prevent orphan list intro
\setupitemize[indentnext=no]
\defineitemgroup[enumerate]
\setupenumerate[each][fit][itemalign=left,distance=.5em,style={\feature[+][default:tnum]}]
\setuppapersize[A5][A5]
\setuplayout
[topspace=0pt,
width=99mm,
header=0pt,
backspace=30mm,
height=204mm,
leftmargin=7mm,
leftmargindistance=2mm,
footer=0mm,
topspace=10mm,
rightmargin=9mm,
rightmargindistance=2mm,
bottomspace=3mm,
]
\definelayer[uppage]
[x=135mm,y=62mm,width=6mm,height=67mm]
\setlayer[uppage]
{\tfc {\em {\bf 15}}}
\definelayer[midpage]
[x=135mm,y=132mm,width=6mm,height=67mm]
\setlayer[midpage]
{\tfc {\em {\bf 15}}}
\definelayer[downpage]
[x=135mm,y=200mm,width=6mm,height=67mm]
\setlayer[downpage]
{\tfc {\em {\bf 15}}}
\definelayer[feature]
[x=133mm,y=11mm,width=6mm,height=67mm]
\setlayer[feature]
{\rotate[rotation=90,frame=on,framecorner=round]{\framed[frame=on,framecorner=00]{\tfa feature}}}
\definelayer[implications]
[x=133mm,y=81mm,width=6mm,height=67mm]
\setlayer[implications]
{\rotate[rotation=90,frame=on,framecorner=round]{\framed[frame=on,framecorner=00]{\tfa implications}}}
\definelayer[alternatives]
[x=133mm,y=151mm,width=6mm,height=67mm]
\setlayer[alternatives]
{\rotate[rotation=90,frame=on,framecorner=round]{\framed[frame=on,framecorner=00]{\tfa alternatives}}}
\definelayer[title]
[x=21mm,y=10mm,width=6mm,height=67mm]
\setlayer[title]
{\rotate[rotation=90,frame=off=]{\framed[frame=off,framecorner=00]{\tfa Payment systems}}}
\definelayer[head]
[x=30mm,y=10mm,width=99mm,height=60mm]
\setlayer[head]
{\switchtobodyfont[bitter,9pt] \framed[width=99mm,height=60mm,frame=off,align={tolerant,width,hz,hanging}]{\kerncharacters[0.03125]{
A platform having a payment system enables users to pay, for whatever service or product, or to whichever user or cause. It just means the app is connected to a usually outside-of-the-platform-way of transferring money. This could be PayPal, e-currency wallets, Venmo and so forth.
}}}
\definelayer[torso]
[x=30mm,y=80mm,width=99mm,height=60mm]
\setlayer[torso]
{\switchtobodyfont[bitter,9pt] \framed[width=99mm,height=60mm,frame=off,align={tolerant,width,hz,hanging}]{\kerncharacters[0.03125]{
Without an implemented payment system, users might have to seek options outside of the platform that will make it less likely for other users to follow through and pay. Without a strong community on the platform, the solutions to payment systems might vary in degrees of success and functionality. A lot of payment systems might also be bound to region, and assume a western, usually American user and bank account. This disables other users from gaining access to not only services of the platform, but also providing mutual aid or monetary help to other users.
}}}
\definelayer[legs]
[x=30mm,y=150mm,width=99mm,height=60mm]
\setlayer[legs]
{\switchtobodyfont[bitter,9pt] \framed[width=99mm,height=60mm,frame=off,align={tolerant,width,hz,hanging}]{\kerncharacters[0.03125]{
Data security and privacy concerns are yet another facet of scrutiny regarding payments systems.
}}}
\setupbackgrounds[page][background={feature,implications,alternatives,title,uppage,midpage,downpage,head,torso,legs}]
\starttext
\framed[frame=off]{}
\stoptext