summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/mikoaffiliation.sty.ltxml
blob: c580ea36045cb67c52d7cc034ed837db0e09bc16 (plain)
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
# -*- 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;