

% A (hopefully) sensible XeLaTeX base style sheet with the most frequent declarations
\ProvidesPackage{cxltx-style-base}


% ==========================================================================================================
% Basics
% ----------------------------------------------------------------------------------------------------------
\usepackage{fontspec}
% \usepackage{leading}
% \usepackage{pbox}
% \usepackage{array}
% \usepackage{fancyhdr}
\usepackage{fixltx2e}
\usepackage[usenames,dvipsnames,svgnames,table,x11names]{xcolor}
% \definecolor{jzrBlue}{RGB}{0,74,109}
% \definecolor{jzrBlue}{RGB}{0,84,119}
\definecolor{jzrBlue}{RGB}{0,94,129}

% ==========================================================================================================
% General Document Style
% Preliminarily set up to work with document class `article` and will likely change.
% ----------------------------------------------------------------------------------------------------------
\usepackage{polyglossia}
\setdefaultlanguage{english}
\setlength{\parskip}{\baselineskip}
\setlength{\parindent}{0pt}


% % ==========================================================================================================
% % Nifty stuff
% % ----------------------------------------------------------------------------------------------------------
% \usepackage{float}
% \usepackage{wrapfig}
% \usepackage{enumitem}
% % \usepackage[protrusion=true,final]{/home/flow/own/tex-packages/microtype/microtype} % doesn't work yet
% % \usepackage[protrusion=true,final]{microtype} % doesn't work yet
% \newcommand{\insertblankpage}{\thispagestyle{empty}\mbox{}\newpage}

% % ==========================================================================================================
% % CJK Glyph Bullets
% % ----------------------------------------------------------------------------------------------------------

% \usepackage{tikz}
% \newcommand*\circled[1]{\tikz[baseline=(char.base),line width=0.25mm,blue]{
%             \node[shape=circle,draw,inner sep=0.25mm] (char) {#1};}}
% \usetikzlibrary{hobby}

% % ==========================================================================================================
% % Drop Caps
% % ----------------------------------------------------------------------------------------------------------
% \usepackage{lettrine}
% \setcounter{DefaultLines}{2}
% \renewcommand{\DefaultLoversize}{-0.0}
% \renewcommand{\DefaultLraise}{0.1}
% \renewcommand{\DefaultLhang}{0.07}
% \setlength{\DefaultFindent}{0.5em}
% \setlength{\DefaultNindent}{0.0em}


% % ==========================================================================================================
% % Font Usage
% % ----------------------------------------------------------------------------------------------------------
% % gotta figure out how to get proper ligatures,
% % maybe just do replacements in the source (but that will affect line breaking / hyphenation):
% % \setmainfont{gentium2-regular}
% % \setmainfont[Mapping=tex-text,Path=/home/flow/own/resources/fonts/]{EBGaramond12-Regular.otf}
% \setmainfont[Mapping=tex-text,Numbers={OldStyle,Monospaced}]{EB Garamond 12 Regular}
% % \setmainfont[Mapping=tex-text,Numbers={Lining,Monospaced}]{EB Garamond 12 Regular}
% % \newfontfamily\glossFont{gentium2-italic}
% % ..........................................................................................................
% \newfontfamily\latinBoldFont{Ubuntu Bold}
% \newfontfamily\ttFont[Scale=0.8]{Flow DejaVu Sans Mono}
% \newfontfamily\tinyTtFont[Scale=0.5]{Flow DejaVu Sans Mono}
% % \newfontfamily\scFont[Path=/home/flow/own/resources/fonts/]{EBGaramond12-SC.otf}
% \newfontfamily\scFont{EB Garamond 12 Regular SmallCaps}
% \newfontfamily\itFont{EB Garamond 12 Italic}
% \newfontfamily\ttboldFont{DejaVu Sans Mono Bold}
% % ..........................................................................................................
% % \newfontfamily\narrowFont{Futura Condensed Medium}
% % \newfontfamily\narrowFont{Ubuntu Condensed}
% % \newfontfamily\narrowFont{Didot}
% % \newfontfamily\narrowFont{Letter Gothic Std}
% % \newfontfamily\narrowFont{Plantagenet Cherokee}% !!!!!!!! mediaeval numerals
% \newfontfamily\narrowFont{PT Sans Narrow}% looks nice
% % \newfontfamily\narrowFont{Liberation Sans Narrow}
% % ..........................................................................................................



% % ==========================================================================================================
% % PAGE SIZE
% % ----------------------------------------------------------------------------------------------------------
% % \usepackage[
% %   left=20mm,
% %   right=10mm,
% %   top=8mm,
% %   bottom=12mm,
% %   headsep=1mm,
% %   footskip=5mm,
% %   marginparsep=1mm,
% %   marginparwidth=14mm,
% %   headheight=5mm,
% %   includehead,
% %   includefoot,
% %   paperwidth=210mm,
% %   paperheight=297mm]{geometry}
% % \newcommand*{\mainentry}[1]{#1\markboth{#1}{#1}}







