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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
%%^^A%% um-doc-style.tex -- part of UNICODE-MATH <wspr.io/unicode-math>
\makeatletter
\input{unicode-math.dtx}
\CheckSum{0}
\EnableCrossrefs
\CodelineIndex
\setcounter{IndexColumns}{2}
\usepackage[svgnames]{xcolor}
\usepackage[inline]{enumitem}
\usepackage{amsmath,array,booktabs,calc,enumitem,fancyvrb,graphicx,ifthen,longtable,refstyle,topcapt,url,varioref,underscore}
\usepackage[slash-delimiter=frac,nabla=literal]{unicode-math}
\usepackage{metalogo,hologo}
\usepackage[it]{titlesec}
% fancyvrb
\fvset{fontsize=\small,xleftmargin=2em}
% longtable
\setcounter{LTchunksize}{100}
\setmainfont{texgyrepagella}%
[
Extension = .otf ,
UprightFont = *-regular ,
ItalicFont = *-italic ,
BoldFont = *-bold ,
BoldItalicFont = *-bolditalic ,
]
\setsansfont{Iwona}%
[
Scale=MatchLowercase,
Extension = .otf,
UprightFont = *-Regular,
ItalicFont = *-Italic,
BoldFont = *-Bold,
BoldItalicFont = *-BoldItalic,
]
\setmonofont{Inconsolatazi4-Regular.otf}%
[
Scale=MatchLowercase,
BoldFont=Inconsolatazi4-Bold.otf
]
\setmathfont{texgyrepagella-math.otf}
\setmathfont[version=xits]{XITSMath-Regular.otf}
\newfontface\umfont{XITSMath-Regular.otf}
\expandafter\def\csname ver@thumbpdf.sty\endcsname{}
\usepackage{hypdoc}
\hypersetup{linktocpage}
% work around some issue turning | into "j" inside mathsf in the definition of \Module:
% (also prettify)
\def\Module#1{{\footnotesize\color{red}$\langle$\texttt{#1}$\rangle$}}
\linespread{1.1}
\frenchspacing
\definecolor{niceblue}{rgb}{0.2,0.4,0.8}
\def\theCodelineNo{\textcolor{niceblue}{\sffamily\tiny\arabic{CodelineNo}}}
\newcommand*\name[1]{{#1}}
\newcommand*\pkg[1]{\textsf{#1}}
\newcommand*\feat[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
\newcommand*\note[1]{\unskip\footnote{#1}}
\let\latin\textit
\def\eg{\latin{e.g.}}
\def\Eg{\latin{E.g.}}
\def\ie{\latin{i.e.}}
\def\etc{\@ifnextchar.{\latin{etc}}{\latin{etc.}\@}}
\def\STIX{\textsc{stix}}
\def\MacOSX{Mac~OS~X}
\def\ascii{\textsc{ascii}}
\def\OMEGA{Omega}
\newcounter{argument}
\makeatletter
\g@addto@macro\endmacro{\setcounter{argument}{0}}
\makeatother
\newcommand*\darg[1]{%
\stepcounter{argument}%
{\ttfamily\char`\#\theargument~:~}#1\par\noindent\ignorespaces
}
\newcommand*\doarg[1]{%
\stepcounter{argument}%
{\ttfamily\makebox[0pt][r]{[}\char`\#\theargument]:~}#1\par\noindent\ignorespaces
}
\newcommand\codeline[1]{\par{\centering#1\par\noindent}\ignorespaces}
\newcommand\unichar[1]{\textsc{u}+\texttt{\small#1}}
\setlength\parindent{2em}
\def \MakePrivateLetters {%
\catcode`\@=11\relax
\catcode`\_=11\relax
\catcode`\:=11\relax
}
\makeatother
\endinput
% /©
%
% ------------------------------------------------
% The UNICODE-MATH package <wspr.io/unicode-math>
% ------------------------------------------------
% This package is free software and may be redistributed and/or modified under
% the conditions of the LaTeX Project Public License, version 1.3c or higher
% (your choice): <http://www.latex-project.org/lppl/>.
% ------------------------------------------------
% Copyright 2006-2019 Will Robertson, LPPL "maintainer"
% Copyright 2010-2017 Philipp Stephani
% Copyright 2011-2017 Joseph Wright
% Copyright 2012-2015 Khaled Hosny
% ------------------------------------------------
%
% ©/
|