summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls b/Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls
new file mode 100644
index 00000000000..4c696c9dc35
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/testsuite.cls
@@ -0,0 +1,17 @@
+
+\ProvidesClass{testsuite}
+\LoadClass{article}
+\RequirePackage{geometry}
+\geometry{
+ papersize={9cm,6cm},margin=0.5cm
+}
+\pagestyle{empty}
+\parindent=0pt
+\parskip=10pt
+
+\newcommand\LATIN{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
+\newcommand\latin{abcdefghijklmnopqrstuvwxyz}
+
+\newcommand\GREEK{ΑΒΓΔΕΖΗΘϴΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ}
+\newcommand\greek{αβγδεϵζηθϑικϰλμνξοπϖρϱςστυφϕχψω}
+