summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/smglom/smglom.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/smglom/smglom.cls')
-rw-r--r--Master/texmf-dist/tex/latex/stex/smglom/smglom.cls22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/smglom/smglom.cls b/Master/texmf-dist/tex/latex/stex/smglom/smglom.cls
new file mode 100644
index 00000000000..36007f92619
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/stex/smglom/smglom.cls
@@ -0,0 +1,22 @@
+%%
+%% This is file `smglom.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% smglom.dtx (with options: `cls')
+%%
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesClass{smglom}[2016/04/06 v0.1 Semantic Multilingual Glossary for Math]
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{omdoc}
+ \PassOptionsToPackage{\CurrentOption}{stex}
+ \PassOptionsToPackage{\CurrentOption}{smglom}}
+\ProcessOptions
+\LoadClass{omdoc}
+\RequirePackage{smglom}
+\RequirePackage{stex}
+\RequirePackage{amstext}
+\RequirePackage{amsfonts}
+\endinput
+%%
+%% End of file `smglom.cls'.