summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-20 22:30:22 +0000
committerKarl Berry <karl@freefriends.org>2010-07-20 22:30:22 +0000
commitcdfe96a3444a4d0664b9702c4ff6fe6622257834 (patch)
tree577232accd4bf41d7480fae7c177ceef147c8fea /Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
parent47e2d96a8faed88dfedd17ca5352227d585a6710 (diff)
stex update once more
git-svn-id: svn://tug.org/texlive/trunk@19548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml')
-rw-r--r--Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml b/Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
new file mode 100644
index 00000000000..c580ea36045
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
@@ -0,0 +1,33 @@
+# -*- CPERL -*-
+# /=====================================================================\ #
+# | quiz.sty | #
+# | Implementation for LaTeXML | #
+# |=====================================================================| #
+# | Not (yet) Part of LaTeXML: | #
+# | Copyright (c) 2004 Michael Kohlhase, released under the | #
+# |---------------------------------------------------------------------| #
+# | $URL: svn://kwarc.faculty.iu-bremen.de/kohlhase/kwarc/projects/content/cnx/xsl/latexml.xsl$
+# | $Revision: 9990 $; last modified by $Author: $
+# | $Date: 2006-09-20 13:31:37 +0200 (Wed, 20 Sep 2006) $
+# |---------------------------------------------------------------------| #
+# | Michael Kohlhase <m.kohlhase@iu-bremen.de> #_# | #
+# | http://dlmf.nist.gov/LaTeXML/ (o o) | #
+# \=========================================================ooo==U==ooo=/ #
+package LaTeXML::Package::Pool;
+use strict;
+use LaTeXML::Package;
+RequirePackage('LaTeX');
+
+DefConstructor('\miko',"<author><name>Michael Kohlhase</name><affiliation>School of Engineering &amp; Sciences International University Bremen, Germany </affiliation></author>");
+DefEnvironment('{creator}', "\n<Creator>#body</Creator>");
+
+DefMacro('\red{}','{\textcolor{red}{#1}}');
+DefMacro('\green{}','{\textcolor{green}{#1}}');
+DefMacro('\blue{}','{\textcolor{blue}{#1}}');
+DefMacro('\magenta{}','{\textcolor{magenta}{#1}}');
+
+#**********************************************************************
+# To be extended/experimental
+
+#**********************************************************************
+1;