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
|
# arabic-book class
# Matthew Bertucci 4/9/2022 for v1.0
#include:class-book
#include:polyglossia
#include:hyperref
#include:geometry
#include:amsmath
#include:enumitem
#include:tikz
# loads matrix, arrows, and decorations.pathmorphing tikzlibraries
#include:setspace
#include:titling
#include:ifthen
#include:titlesec
#include:indentfirst
#include:tocloft
#include:etoolbox
#include:totalcount
#include:tocbibind
#include:newfloat
#include:caption
#include:collcell
#include:float
#include:xwatermark
# passes all options to book class
#keyvals:\documentclass/arabic-book#c
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
openright
openany
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
\arabicfont
\arabicfonttt
\begin{appendixfigure}
\end{appendixfigure}
\theappendixfigure#*
\listofappendixfigures#*
\begin{appendixtable}
\end{appendixtable}
\theappendixtable#*
\listofappendixtables#*
\abstract{text}
\makeabstract#*
\namedappendix{title}
\SepMark{mark}
|