commit 0c7828d72327fc94cc5c71326b7bc8d728fb8a27 Author: Jack Henschel Date: Tue Jan 5 12:42:10 2021 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d7e8ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.aux +*.fdb_latexmk +*.log +*.out +*.pdf +*.tex +*.tex~ +*.toc +*.xmpdata +*.xmpi \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f3d5174 --- /dev/null +++ b/Makefile @@ -0,0 +1,31 @@ +# Makefile for Master's Thesis + +TARGET := thesis.pdf + +SOURCES := $(wildcard include/*.tex) +RASTERIMG := $(wildcard images/*.png) +VECTORIMG := $(wildcard images/*.svg) + + +.PHONY: all clean distclean + +all: $(TARGET) + +$(TARGET): $(SOURCES) $(RASTERIMG) $(patsubst %.svg,%.pdf,$(VECTORIMG)) + +%.pdf: %.tex + -pdflatex -file-line-error -interaction=nonstopmode $< +# bibtex $* # TODO! + -pdflatex -file-line-error -interaction=nonstopmode $< + -pdflatex -file-line-error -interaction=nonstopmode $< + pdflatex -file-line-error -interaction=nonstopmode $< + +%.pdf: %.svg + inkscape -A $@ $< + +clean: + rm -f *.aux *.idx *.ind *.out *.toc *.log *.bbl *.blg *.brf *.lof *.lot + rm -f include/*.aux + +distclean: clean + rm -f *.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9759a4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Master Thesis + + + + +## LaTeX + +Aalto Thesis Template from https://wiki.aalto.fi/display/Aaltothesis/Aalto+Thesis+LaTeX+Template + +Aalto Logo Package from https://wiki.aalto.fi/display/aaltolatex/ diff --git a/aaltologo.sty b/aaltologo.sty new file mode 100644 index 0000000..51d0a3c --- /dev/null +++ b/aaltologo.sty @@ -0,0 +1,5354 @@ +%% aaltologo.sty version 1.1.2 +%% Package for drawing Aalto University logos +%% --- +%% Copyright: +%% Aalto University Marketing and Communications +%% visu(a)aaltouniversity.fi +%% +%% Created and maintained by: +%% Tapani Pihlajam{\"a}ki and Jussi Pekonen +%% Department of Signal Processing and Acoustics +%% Aalto University School of Science and Technology +%% +%% Maintained (2017-) by: +%% Martin Vermeer +%% Department of the Built Environment +%% Aalto University School of Engineering +%% +%% URL: https://wiki.aalto.fi/display/aaltolatex/ +%% --- +%% LICENSE +%% The aaltologo package has been published under Creative Commons Attribution No-Derivative license +%% (http://creativecommons.org/licenses/by-nd/1.0/). This means that you can use the package freely in your own +%% documents, packages and classes but it also means that you cannot base your own Aalto University logo package upon +%% this package. Furthermore, if you want to write your own Aalto University logo package, you need to contact the Aalto +%% University Marketing and Communications before publishing your package. +%% --- +%% Updated 2011/02/19 +%% See the accompanying documentation for version history +%% Updated 2017/03/16 School of Chemical Technology -> School of Chemical Engineering +%% Updated 2017/03/22 typewriter font +%% Updated 2017/05/25 to change logo text to School of Business, plus options SchoolofBusiness and BIZ. ECON still works +%% --- +%% Updated 2017/12/30 to change the colours to conform to Aalto University's new visual appearance. +%% The update was contributed by Hannu Tiittu. +%% The following changes were made: +%% - A new orange called LightOrange +%% - The old turquoise is still there, for legacy reasons +%% - Coated and Uncoated have been made identical, as the new visual appearance guideline doesn't mention them +%% - RGB and CMYK numbers have been tuned according to new guideline. +%% The old colour scheme is still available as aaltologo-old.sty, as an emergency fallback. Please report any problems! + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{aaltologo}[2011/02/19 v1.1.2 Package for drawing Aalto University logos] + +%%% These packages are required +% tikz for the logo drawing +\RequirePackage{tikz} +% color for colors +\RequirePackage{color} +% ifthen for conditional formatting +\RequirePackage{ifthen} +% lcg for randomization +\RequirePackage{lcg} + +%%% Font declarations +% Set the font encoding +\RequirePackage[T1]{fontenc} +% Set the serif font +\RequirePackage{newcent} +% Set the sans serif font +\RequirePackage[scaled]{helvet} +% Sets the typewriter font +\RequirePackage[scaled=.75]{beramono}% typewriter font + +%%% Variables +% School selection +\gdef\AaltoLogoSchool{} +% Institute selection +\gdef\AaltoLogoInstitute{} + +%%% Option declarations + +%% Declare the options for the school name parameter +% Teknillinen korkeakoulu / Teknillinenkorkeakoulu - DEPRECATED! +\DeclareOption{Teknillinenkorkeakoulu}{% + \PackageWarningNoLine{aaltologo}{School name option 'Teknillinen korkeakoulu' DEPRECATED} +} +% Tekniska hogskolan / Tekniskahogskolan - DEPRECATED! +\DeclareOption{Tekniskahogskolan}{% + \PackageWarningNoLine{aaltologo}{School name option 'Tekniska hogskolan' DEPRECATED} +} +% School of Science and Techonology / SchoolofScienceandTechnology - DEPRECATED! +\DeclareOption{SchoolofScienceandTechnology}{% + \PackageWarningNoLine{aaltologo}{School name option 'School of Science and Technology' DEPRECATED} +} +% Insinooritieteiden korkeakoulu / Insinooritieteidenkorkeakoulu +\DeclareOption{Insinooritieteidenkorkeakoulu}{% + \gdef\AaltoLogoSchool{ENG}% + \gdef\AaltoLogoInstitute{}% +} +% Hogskolan for ingenjorsvetenskaper / Hogskolanforingenjorsvetenskaper +\DeclareOption{Hogskolanforingenjorsvetenskaper}{% + \gdef\AaltoLogoSchool{ENG}% + \gdef\AaltoLogoInstitute{}% +} +% School of Engineering / SchoolofEngineering +\DeclareOption{SchoolofEngineering}{% + \gdef\AaltoLogoSchool{ENG}% + \gdef\AaltoLogoInstitute{}% +} +% ENG +\DeclareOption{ENG}{% + \gdef\AaltoLogoSchool{ENG}% + \gdef\AaltoLogoInstitute{}% +} +% Kemian tekniikan korkeakoulu / Kemiantekniikankorkeakoulu +\DeclareOption{Kemiantekniikankorkeakoulu}{% + \gdef\AaltoLogoSchool{CHEM}% + \gdef\AaltoLogoInstitute{}% +} +% Hogskolan for kemiteknik / Hogskolanforkemiteknik +\DeclareOption{Hogskolanforkemiteknik}{% + \gdef\AaltoLogoSchool{CHEM}% + \gdef\AaltoLogoInstitute{}% +} +% School of Chemical Engineering / SchoolofChemicalEngineering +\DeclareOption{SchoolofChemicalEngineering}{% + \gdef\AaltoLogoSchool{CHEM}% + \gdef\AaltoLogoInstitute{}% +} +% CHEM +\DeclareOption{CHEM}{% + \gdef\AaltoLogoSchool{CHEM}% + \gdef\AaltoLogoInstitute{}% +} +% Perustieteiden korkeakoulu / Perustieteidenkorkeakoulu +\DeclareOption{Perustieteidenkorkeakoulu}{% + \gdef\AaltoLogoSchool{SCI}% + \gdef\AaltoLogoInstitute{}% +} +% Hogskolan for teknikvetenskaper / Hogskolanforteknikvetenskaper +\DeclareOption{Hogskolanforteknikvetenskaper}{% + \gdef\AaltoLogoSchool{SCI}% + \gdef\AaltoLogoInstitute{}% +} +% School of Science / SchoolofScience +\DeclareOption{SchoolofScience}{% + \gdef\AaltoLogoSchool{SCI}% + \gdef\AaltoLogoInstitute{}% +} +% SCI +\DeclareOption{SCI}{% + \gdef\AaltoLogoSchool{SCI}% + \gdef\AaltoLogoInstitute{}% +} +% Sahkotekniikan korkeakoulu / Sahkotekniikankorkeakoulu +\DeclareOption{Sahkotekniikankorkeakoulu}{% + \gdef\AaltoLogoSchool{ELEC}% + \gdef\AaltoLogoInstitute{}% +} +% Hogskolan for elektroteknik / Hogskolanforelektroteknik +\DeclareOption{Hogskolanforelektroteknik}{% + \gdef\AaltoLogoSchool{ELEC}% + \gdef\AaltoLogoInstitute{}% +} +% School of Electrical Engineering / SchoolofElectricalEngineering +\DeclareOption{SchoolofElectricalEngineering}{% + \gdef\AaltoLogoSchool{ELEC}% + \gdef\AaltoLogoInstitute{}% +} +% ELEC +\DeclareOption{ELEC}{% + \gdef\AaltoLogoSchool{ELEC}% + \gdef\AaltoLogoInstitute{}% +} +% Kauppakorkeakoulu +\DeclareOption{Kauppakorkeakoulu}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +% Handelshogskolan +\DeclareOption{Handelshogskolan}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +% School of Economics / SchoolofEconomics +\DeclareOption{SchoolofEconomics}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +% School of Business /SchoolofBusiness +\DeclareOption{SchoolofBusiness}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +% ECON +\DeclareOption{ECON}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +% BIZ +\DeclareOption{BIZ}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{}% +} +%% Changes needed to be implemented ---> +% Taideteollinen korkeakoulu / Taideteollinenkorkeakoulu ---> Taiteiden ja suunnittelun korkeakoulu +\DeclareOption{Taideteollinenkorkeakoulu}{% + \gdef\AaltoLogoSchool{TAIK}% + \gdef\AaltoLogoInstitute{}% +} +% Konstindustriella hogskolan / Konstindustriellahogskolan ---> Högskolan för konst, design och arkitektur +\DeclareOption{Konstindustriellahogskolan}{% + \gdef\AaltoLogoSchool{TAIK}% + \gdef\AaltoLogoInstitute{}% +} +% School of Art and Design / SchoolofArtandDesign ---> School of Arts, Design and Architecture - DONE! +\DeclareOption{SchoolofArtandDesign}{% + \gdef\AaltoLogoSchool{TAIK}% + \gdef\AaltoLogoInstitute{}% +} +% TAIK +\DeclareOption{TAIK}{% + \gdef\AaltoLogoSchool{TAIK}% + \gdef\AaltoLogoInstitute{}% +} + +%% Declare options for the institute name parameters +% Design Factory / DesignFactory +\DeclareOption{DesignFactory}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{ADF}% +} +% ADF +\DeclareOption{ADF}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{ADF}% +} +% Media Factory / MediaFactory +\DeclareOption{MediaFactory}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{AMF}% +} +% AMF +\DeclareOption{AMF}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{AMF}% +} +% Service Factory / ServiceFactory +\DeclareOption{ServiceFactory}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{ASF}% +} +% ASF +\DeclareOption{ASF}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{ASF}% +} +% Pienyrityskeskus +\DeclareOption{Pienyrityskeskus}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{SBC}% +} +% PYK +\DeclareOption{PYK}{% + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{SBC}% +} +% Small Business Center / SmallBusinessCenter +\DeclareOption{SmallBusinessCenter}{ + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{SBC}% +} +% SBC +\DeclareOption{SBC}{ + \gdef\AaltoLogoSchool{ECON}% + \gdef\AaltoLogoInstitute{SBC}% +} +% Kirjasto +\DeclareOption{Kirjasto}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIB}% +} +% Biblioteket +\DeclareOption{Biblioteket}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIB}% +} +% Library +\DeclareOption{Library}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIB}% +} +% LIB +\DeclareOption{LIB}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIB}% +} +% Arabia +\DeclareOption{Arabia}{% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBA} + }{% + \PackageWarningNoLine{aaltologo}{Ignoring library location, check option ordering} + }% +} +% LIBA +\DeclareOption{LIBA}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBA}% +} +% Otaniemi +\DeclareOption{Otaniemi}{% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBO} + }{% + \PackageWarningNoLine{aaltologo}{Ignoring library location, check option ordering} + }% +} +% Otnas +\DeclareOption{Otnas}{% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBO} + }{% + \PackageWarningNoLine{aaltologo}{Ignoring library location, check option ordering} + }% +} +% LIBO +\DeclareOption{LIBO}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBO}% +} +% Toolo +\DeclareOption{Toolo}{% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBT} + }{% + \PackageWarningNoLine{aaltologo}{Ignoring library location, check option ordering} + }% +} +% Tolo +\DeclareOption{Tolo}{% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBT} + }{% + \PackageWarningNoLine{aaltologo}{Ignoring library location, check option ordering} + }% +} +% LIBT +\DeclareOption{LIBT}{% + \gdef\AaltoLogoSchool{}% + \gdef\AaltoLogoInstitute{LIBT}% +} + +%%% Declare options for the color media +% RGB +\DeclareOption{RGB}{% + % Basic colors + \definecolor{aaltoBlack}{RGB}{0,0,0}% + \definecolor{aaltoGray}{RGB}{140,133,123}% + \definecolor{aaltoRed}{RGB}{239,51,64}% + \definecolor{aaltoBlue}{RGB}{0,94,184}% + \definecolor{aaltoYellow}{RGB}{255,205,0}% + % Additional colors + \definecolor{aaltoPurple}{RGB}{117,59,189}% + \definecolor{aaltoGreen}{RGB}{0,150,94}% + \definecolor{aaltoLightGreen}{RGB}{120,190,32}% + \definecolor{aaltoOrange}{RGB}{255,103,31}% + \definecolor{aaltoLightOrange}{RGB}{255,165,0}% + \definecolor{aaltoFuchsia}{RGB}{187,22,163}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{RGB}{0,168,180}% +} +% Coated +\DeclareOption{Coated}{% + % Basic colors + \definecolor{aaltoBlack}{cmyk}{0,0,0,1}% + \definecolor{aaltoGray}{cmyk}{0,.06,.1,.53}% + \definecolor{aaltoRed}{cmyk}{0,.9,.77,0}% + \definecolor{aaltoBlue}{cmyk}{1,.39,0,0}% + \definecolor{aaltoYellow}{cmyk}{0,.16,1,0}% + % Additional colors + \definecolor{aaltoPurple}{cmyk}{.64,.75,0,0}% + \definecolor{aaltoGreen}{cmyk}{.92,0,.78,0}% + \definecolor{aaltoLightGreen}{cmyk}{.53,0,1,0}% + \definecolor{aaltoOrange}{cmyk}{0,.64,1,0}% + \definecolor{aaltoLightOrange}{cmyk}{0,.35,1,0}% + \definecolor{aaltoFuchsia}{cmyk}{.27,.9,0,0}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{cmyk}{1,0,.3,0}% +} +% Uncoated +\DeclareOption{Uncoated}{% + % Basic colors + \definecolor{aaltoBlack}{cmyk}{0,0,0,1}% + \definecolor{aaltoGray}{cmyk}{0,.06,.1,.53}% + \definecolor{aaltoRed}{cmyk}{0,.9,.77,0}% + \definecolor{aaltoBlue}{cmyk}{1,.39,0,0}% + \definecolor{aaltoYellow}{cmyk}{0,.16,1,0}% + % Additional colors + \definecolor{aaltoPurple}{cmyk}{.64,.75,0,0}% + \definecolor{aaltoGreen}{cmyk}{.92,0,.78,0}% + \definecolor{aaltoLightGreen}{cmyk}{.53,0,1,0}% + \definecolor{aaltoOrange}{cmyk}{0,.64,1,0}% + \definecolor{aaltoLightOrange}{cmyk}{0,.35,1,0}% + \definecolor{aaltoFuchsia}{cmyk}{.27,.9,0,0}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{cmyk}{1,0,.3,0}% +} + +%% Default options +\ExecuteOptions{RGB} + +%% Process options +\ProcessOptions*\relax + +%%% Color definitions +% The gray scale gray +\definecolor{aaltoGrayScale}{gray}{.5}% +% Basic colors in numerical system +\definecolor{aaltoColor0}{named}{aaltoGray}% +\definecolor{aaltoColor1}{named}{aaltoRed}% +\definecolor{aaltoColor2}{named}{aaltoBlue}% +\definecolor{aaltoColor3}{named}{aaltoYellow}% +% Applicable colors to use with the red logo, in clockwise +\definecolor{aaltoColor11}{named}{aaltoPurple}% +\definecolor{aaltoColor12}{named}{aaltoBlue}% +\definecolor{aaltoColor13}{named}{aaltoLightOrange}% +\definecolor{aaltoColor14}{named}{aaltoGreen}% +\definecolor{aaltoColor15}{named}{aaltoLightGreen}% +\definecolor{aaltoColor16}{named}{aaltoYellow}% +% Applicable colors to use with the blue logo, in clockwise +\definecolor{aaltoColor21}{named}{aaltoGreen}% +\definecolor{aaltoColor22}{named}{aaltoLightGreen}% +\definecolor{aaltoColor23}{named}{aaltoYellow}% +\definecolor{aaltoColor24}{named}{aaltoOrange}% +\definecolor{aaltoColor25}{named}{aaltoRed}% +\definecolor{aaltoColor26}{named}{aaltoFuchsia}% +% Applicable colors to use with the yellow logo, in clockwise +\definecolor{aaltoColor31}{named}{aaltoRed}% +\definecolor{aaltoColor32}{named}{aaltoFuchsia}% +\definecolor{aaltoColor33}{named}{aaltoPurple}% +\definecolor{aaltoColor34}{named}{aaltoBlue}% +\definecolor{aaltoColor35}{named}{aaltoOrange}% +\definecolor{aaltoColor36}{named}{aaltoGreen}% + +%%% Color media change command. +% +% \AaltoLogoChangeColorMedia{media} +% +% Parameter media sets the new color media. Valid parameters are the color media options the package accepts. +% If the parameter is invalid, the color media is not changed +\DeclareRobustCommand{\AaltoLogoChangeColorMedia}[1][RGB]{ + % RGB + \ifthenelse{\equal{#1}{RGB}}{% + % Basic colors + \definecolor{aaltoBlack}{RGB}{0,0,0}% + \definecolor{aaltoGray}{RGB}{140,133,123}% + \definecolor{aaltoRed}{RGB}{239,51,64}% + \definecolor{aaltoBlue}{RGB}{0,94,184}% + \definecolor{aaltoYellow}{RGB}{255,205,0}% + % Additional colors + \definecolor{aaltoPurple}{RGB}{117,59,189}% + \definecolor{aaltoGreen}{RGB}{0,150,94}% + \definecolor{aaltoLightGreen}{RGB}{120,190,32}% + \definecolor{aaltoOrange}{RGB}{255,103,31}% + \definecolor{aaltoLightOrange}{RGB}{255,165,0}% + \definecolor{aaltoFuchsia}{RGB}{187,22,163}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{RGB}{0,168,180}% + }{}% + % Coated + \ifthenelse{\equal{#1}{Coated}}{% + % Basic colors + \definecolor{aaltoBlack}{cmyk}{0,0,0,1}% + \definecolor{aaltoGray}{cmyk}{0,.06,.1,.53}% + \definecolor{aaltoRed}{cmyk}{0,.9,.77,0}% + \definecolor{aaltoBlue}{cmyk}{1,.39,0,0}% + \definecolor{aaltoYellow}{cmyk}{0,.16,1,0}% + % Additional colors + \definecolor{aaltoPurple}{cmyk}{.64,.75,0,0}% + \definecolor{aaltoGreen}{cmyk}{.92,0,.78,0}% + \definecolor{aaltoLightGreen}{cmyk}{.53,0,1,0}% + \definecolor{aaltoOrange}{cmyk}{0,.64,1,0}% + \definecolor{aaltoLightOrange}{cmyk}{0,.35,1,0}% + \definecolor{aaltoFuchsia}{cmyk}{.27,.9,0,0}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{cmyk}{1,0,.3,0}% + }{}% + % Uncoated + \ifthenelse{\equal{#1}{Uncoated}}{% + % Basic colors + \definecolor{aaltoBlack}{cmyk}{0,0,0,1}% + \definecolor{aaltoGray}{cmyk}{0,.06,.1,.53}% + \definecolor{aaltoRed}{cmyk}{0,.9,.77,0}% + \definecolor{aaltoBlue}{cmyk}{1,.39,0,0}% + \definecolor{aaltoYellow}{cmyk}{0,.16,1,0}% + % Additional colors + \definecolor{aaltoPurple}{cmyk}{.64,.75,0,0}% + \definecolor{aaltoGreen}{cmyk}{.92,0,.78,0}% + \definecolor{aaltoLightGreen}{cmyk}{.53,0,1,0}% + \definecolor{aaltoOrange}{cmyk}{0,.64,1,0}% + \definecolor{aaltoLightOrange}{cmyk}{0,.35,1,0}% + \definecolor{aaltoFuchsia}{cmyk}{.27,.9,0,0}% + % Old Turquoise, DEPRECATED + \definecolor{aaltoTurquoise}{cmyk}{1,0,.3,0}% + }{}% + % Basic colors in numerical system + \definecolor{aaltoColor0}{named}{aaltoGray}% + \definecolor{aaltoColor1}{named}{aaltoRed}% + \definecolor{aaltoColor2}{named}{aaltoBlue}% + \definecolor{aaltoColor3}{named}{aaltoYellow}% + % Applicable colors to use with the red logo, in clockwise + \definecolor{aaltoColor11}{named}{aaltoPurple}% + \definecolor{aaltoColor12}{named}{aaltoBlue}% + \definecolor{aaltoColor13}{named}{aaltoLightOrange}% + \definecolor{aaltoColor14}{named}{aaltoGreen}% + \definecolor{aaltoColor15}{named}{aaltoLightGreen}% + \definecolor{aaltoColor16}{named}{aaltoYellow}% + % Applicable colors to use with the blue logo, in clockwise + \definecolor{aaltoColor21}{named}{aaltoGreen}% + \definecolor{aaltoColor22}{named}{aaltoLightGreen}% + \definecolor{aaltoColor23}{named}{aaltoYellow}% + \definecolor{aaltoColor24}{named}{aaltoOrange}% + \definecolor{aaltoColor25}{named}{aaltoRed}% + \definecolor{aaltoColor26}{named}{aaltoFuchsia}% + % Applicable colors to use with the yellow logo, in clockwise + \definecolor{aaltoColor31}{named}{aaltoRed}% + \definecolor{aaltoColor32}{named}{aaltoFuchsia}% + \definecolor{aaltoColor33}{named}{aaltoPurple}% + \definecolor{aaltoColor34}{named}{aaltoBlue}% + \definecolor{aaltoColor35}{named}{aaltoOrange}% + \definecolor{aaltoColor36}{named}{aaltoGreen}% +} + +%%% Randomization parameters +% Initialize the random variable +\reinitrand[last=3,seed=0] +% Counter to ensure that the color is changed every time +\newcounter{aaltologo_color} +\setcounter{aaltologo_color}{0} +% Variable to hold the color name +\gdef\AaltoLogoColor{aaltoBlack} +% Counter to ensure that the mark is changed every time +\newcounter{aaltologo_mark} +\setcounter{aaltologo_mark}{0} +% Variable to hold the mark +\gdef\AaltoLogoMark{?} +% A counter that holds the information how many additional lines there are in the logo, useful in some applications +\newcounter{aaltologo_linecount} +\setcounter{aaltologo_linecount}{0} + +%%% Text line drawing declarations + +%% University name +% Finnish +\newcommand{\AUFI}[1]{% + \fill[color={#1}] + % A + (1.8700,.6400)--(2.0485,-.0232)-- + (2.8995,-.0232)--(1.8414,3.2800)--(.9044,3.2800)-- + (-.2618,-.0232)--(.5539,-.0232)--(.7633,.6400)--(1.8700,.6400)--cycle %A + % inside + (1.7070,1.2486)--(.9485,1.2486)--(1.3542,2.5425)--(1.7070,1.2486)--cycle + % a + (3.8718,1.6152)..controls(3.9026,1.8094)and + (4.0416,1.9032)..(4.2973,1.9032)..controls(4.5332,1.9032)and(4.6743,1.8182)..(4.6743,1.6806)..controls(4.6743,1.5847)and + (4.6192,1.5410)..(4.4582,1.5170)--(4.0724,1.4515)..controls(3.3955,1.3424)and(3.1112,1.1090)..(3.1112,.6639)..controls + (3.1112,.2146)and(3.4661,-.0865)..(3.9975,-.0865)..controls(4.2885,-.0865)and(4.4538,-.0276)..(4.6942,.1644)..controls + (4.7184,.0771)and(4.7184,.0619)..(4.7493,-.0232)--(5.4747,-.0232)..controls(5.3952,.0968)and + (5.3842,.1295)..(5.3842,.3891)--(5.3842,1.4865)..controls(5.3842,1.8421)and(5.3203,2.0320)..(5.1440,2.1847)..controls + (4.9543,2.3549)and(4.6743,2.4378)..(4.3083,2.4378)..controls(3.6270,2.4378)and(3.2810,2.1715)..(3.2369,1.6152)-- + (3.8718,1.6152)--cycle + % inside + (4.6942,.7468)..controls(4.5773,.5462)and(4.4075,.4481)..(4.1716,.4481)..controls(3.9512,.4481)and + (3.8123,.5419)..(3.8123,.6988)..controls(3.8123,.8428)and(3.9225,.9257)..(4.1782,.9847)--(4.4340,1.0392).. + controls(4.5530,1.0654)and(4.6192,1.0850)..(4.6942,1.1156)--(4.6942,.7468)--cycle + % l + (6.7026,3.2800)-- + (5.9905,3.2800)--(5.9905,-.0232)--(6.7026,-.0232)--(6.7026,3.2800)--cycle + % t + (8.6296,2.3396)-- + (8.1952,2.3396)--(8.1952,3.0967)--(7.4831,3.0967)--(7.4831,2.3396)--(7.1436,2.3396)--(7.1436,1.8421) + --(7.4831,1.8421)--(7.4831,.7533)..controls(7.4831,.3826)and(7.5140,.2539)..(7.6243,.1361)..controls + (7.7278,.0226)and(7.8844,-.0232)..(8.1952,-.0232)--(8.6296,-.0232)--(8.6296,.5070)--(8.3739,.5070)..controls + (8.2085,.5070)and(8.1952,.5376)..(8.1952,.9127)--(8.1952,1.8421)--(8.6296,1.8421)-- + (8.6296,2.3396)--cycle + % o + (10.2280,2.4334)..controls(9.4762,2.4334)and(8.9448,1.9076)..(8.9448,1.1745)..controls(8.9448,.4328)and + (9.4762,-.0865)..(10.2280,-.0865)..controls(10.9732,-.0865)and(11.5156,.4328)..(11.5156,1.1548)..controls(11.5156,1.9120)and + (10.9952,2.4334)..(10.2280,2.4334) + % inside + (10.2280,1.8727)..controls(10.5940,1.8727)and(10.7991,1.6196)..(10.7991,1.1592)..controls + (10.7991,.7272)and(10.5896,.4721)..(10.2280,.4721)..controls(9.8664,.4721)and(9.6614,.7272)..(9.6614,1.1745)..controls + (9.6614,1.6152)and(9.8664,1.8727)..(10.2280,1.8727)(13.6409,1.5170)--(12.0050,1.5170)--(12.0050,.8821)-- + (13.6409,.8821)--(13.6409,1.5170)--cycle + % letter y (checked) + (15.7001,2.3679)--(15.3826,1.2879)..controls(15.3275,1.0741)and + (15.2878,.9127)..(15.2592,.7533)--(15.2283,.8472)..controls(15.1732,1.0457)and(15.1732,1.0501)..(15.1026,1.2727)-- + (14.7477,2.3679)--(13.9871,2.3679)--(14.7829,.3586)..controls(14.8668,.1514)and(14.8734,.1361).. + (14.8734,.0509)..controls(14.8734,-.1563)and(14.7565,-.2501)..(14.5073,-.2501)--(14.2957,-.2501)--(14.2957,-.7803)-- + (14.7124,-.7803)..controls(15.2526,-.7803)and(15.3694,-.6821)..(15.5943,-.0429)--(16.4343,2.3679)--(15.7001,2.3679) + --cycle + % l + (17.5477,3.2800)--(16.8356,3.2800)--(16.8356,-.0232)--(17.5477,-.0232)--(17.5477,3.2800)--cycle + % i + (18.9345,2.3679)--(18.2223,2.3679)--(18.2223,-.0232)--(18.9345,-.0232)--(18.9345,2.3679)--cycle + % inside + (18.9345,2.3679)--(18.2223,2.3679)--(18.2223,-.0232)--(18.9345,-.0232)--(18.9345,2.3679)--cycle + % o + (18.9345,3.2800)--(18.2223,3.2800)--(18.2223,2.6996)--(18.9345,2.6996)--(18.9345,3.2800)--cycle + (20.6983,2.4334)..controls + (19.9464,2.4334)and(19.4151,1.9076)..(19.4151,1.1745)..controls(19.4151,.4328)and(19.9464,-.0865)..(20.6983,-.0865)..controls + (21.4434,-.0865)and(21.9858,.4328)..(21.9858,1.1548)..controls(21.9858,1.9120)and(21.4632,2.4334)..(20.6983,2.4334) + (20.6983,1.8727)..controls(21.0620,1.8727)and(21.2692,1.6196)..(21.2692,1.1592)..controls(21.2692,.7272)and + (21.0576,.4721)..(20.6983,.4721)..controls(20.3367,.4721)and(20.1316,.7272)..(20.1316,1.1745)..controls(20.1316,1.6152)and + (20.3367,1.8727)..(20.6983,1.8727)(22.4664,2.3679)--(22.4664,-.7803)--(23.1763,-.7803)--(23.1763,.1710)..controls + (23.3770,-.0123)and(23.5621,-.0865)..(23.8267,-.0865)..controls(24.4639,-.0865)and(24.8894,.4176)..(24.8894,1.1788)..controls + (24.8894,1.9229)and(24.4595,2.4334)..(23.8223,2.4334)..controls(23.5225,2.4334)and(23.3461,2.3439)..(23.1411,2.0865)-- + (23.1609,2.3679)--(22.4664,2.3679)--cycle % I + (23.6679,1.8639)..controls(23.9943,1.8639)and(24.1883,1.5956).. + (24.1883,1.1636)..controls(24.1883,.7468)and(23.9833,.4830)..(23.6724,.4830)..controls(23.3527,.4830)and(23.1521,.7468).. + (23.1521,1.1745)..controls(23.1521,1.5956)and(23.3527,1.8639)..(23.6679,1.8639)(26.1417,2.3679)--(25.4296,2.3679)-- + (25.4296,-.0232)--(26.1417,-.0232)--(26.1417,2.3679)--cycle % S + (26.1417,3.2800)--(25.4296,3.2800)-- + (25.4296,2.6996)--(26.1417,2.6996)--(26.1417,3.2800)--cycle % T + (28.8270,1.6501)..controls(28.7653,2.1563)and(28.3860,2.4334).. + (27.7644,2.4334)..controls(27.1228,2.4334)and(26.7325,2.1411)..(26.7325,1.6588)..controls(26.7325,1.2792)and(26.9376,1.0850).. + (27.4689,.9715)--(27.9099,.8712)..controls(28.0994,.8276)and(28.1810,.7621)..(28.1810,.6530).. + controls(28.1810,.5179)and(28.0290,.4241)..(27.8107,.4241)..controls(27.5240,.4241)and + (27.3741,.5332)..(27.3345,.7533)--(26.6686,.7533)..controls(26.7083,.2255)and(27.1228,-.0865)..(27.7952,-.0865)..controls + (28.4655,-.0865)and(28.8821,.2299)..(28.8821,.7338)..controls(28.8821,.9257)and(28.8160,1.1047)..(28.7014,1.2138)..controls + (28.5955,1.3229)and(28.4456,1.3883)..(28.1502,1.4472)--(27.7048,1.5410)..controls(27.4799,1.5912)and(27.4094,1.6348).. + (27.4094,1.7243)..controls(27.4094,1.8421)and(27.5439,1.9229)..(27.7489,1.9229)..controls(27.9849,1.9229)and(28.1303,1.8291).. + (28.1612,1.6501)--(28.8270,1.6501)--cycle % O + (30.6900,2.3396)--(30.2535,2.3396)--(30.2535,3.0967)-- + (29.5414,3.0967)--(29.5414,2.3396)--(29.2018,2.3396)--(29.2018,1.8421)--(29.5414,1.8421)-- + (29.5414,.7533)..controls(29.5414,.3826)and(29.5723,.2539)..(29.6825,.1361)..controls(29.7883,.0226)and(29.9426,-.0232).. + (30.2535,-.0232)--(30.6900,-.0232)--(30.6900,.5070)--(30.4343,.5070)..controls(30.2689,.5070)and(30.2535,.5376).. + (30.2535,.9127)--(30.2535,1.8421)--(30.6900,1.8421)--(30.6900,2.3396)--cycle(32.3325,2.4334)..controls + (31.5807,2.4334)and(31.0494,1.9076)..(31.0494,1.1745)..controls(31.0494,.4328)and(31.5807,-.0865)..(32.3325,-.0865)..controls + (33.0778,-.0865)and(33.6201,.4328)..(33.6201,1.1548)..controls(33.6201,1.9120)and(33.0998,2.4334)..(32.3325,2.4334) + (32.3325,1.8727)..controls(32.6985,1.8727)and(32.9036,1.6196)..(32.9036,1.1592)..controls(32.9036,.7272)and(32.6919,.4721).. + (32.3325,.4721)..controls(31.9710,.4721)and(31.7660,.7272)..(31.7660,1.1745)..controls(31.7660,1.6152)and(31.9710,1.8727).. + (32.3325,1.8727); +} +% Swedish +\newcommand{\AUSE}[1]{% + \fill[color={#1}] (1.8700,0.6400)--(2.0485,-.0232)-- + (2.8995,-.0232)--(1.8414,3.2800)--(.9044,3.2800)-- + (-.2618,-.0232)--(.5539,-.0232)--(.7633,.6400)--(1.8700,0.6400)--cycle + (1.7070,1.2486)--(.9485,1.2486)--(1.3542,2.5425)--(1.7070,1.2486)--cycle(3.8718,1.6152)..controls(3.9026,1.8094)and + (4.0416,1.9032)..(4.2973,1.9032)..controls(4.5332,1.9032)and(4.6743,1.8182)..(4.6743,1.6806)..controls(4.6743,1.5847)and + (4.6192,1.5410)..(4.4582,1.5170)--(4.0724,1.4515)..controls(3.3955,1.3424)and(3.1112,1.1090)..(3.1112,.6639)..controls + (3.1112,.2146)and(3.4661,-.0865)..(3.9975,-.0865)..controls(4.2885,-.0865)and(4.4538,-.0276)..(4.6942,.1644)..controls + (4.7184,.0771)and(4.7184,.0619)..(4.7493,-.0232)--(5.4747,-.0232)..controls(5.3952,.0968)and + (5.3842,.1295)..(5.3842,.3891)--(5.3842,1.4865)..controls(5.3842,1.8421)and(5.3203,2.0320)..(5.1440,2.1847)..controls + (4.9543,2.3549)and(4.6743,2.4378)..(4.3083,2.4378)..controls(3.6270,2.4378)and(3.2810,2.1715)..(3.2369,1.6152)-- + (3.8718,1.6152)--cycle(4.6942,.7468)..controls(4.5773,.5462)and(4.4075,.4481)..(4.1716,.4481)..controls(3.9512,.4481)and + (3.8123,.5419)..(3.8123,.6988)..controls(3.8123,.8428)and(3.9225,.9257)..(4.1782,.9847)--(4.4340,1.0392).. + controls(4.5530,1.0654)and(4.6192,1.0850)..(4.6942,1.1156)--(4.6942,.7468)--cycle(6.7026,3.2800)-- + (5.9905,3.2800)--(5.9905,-.0232)--(6.7026,-.0232)--(6.7026,3.2800)--cycle(8.6296,2.3396)-- + (8.1952,2.3396)--(8.1952,3.0967)--(7.4831,3.0967)--(7.4831,2.3396)--(7.1436,2.3396)--(7.1436,1.8421) + --(7.4831,1.8421)--(7.4831,.7533)..controls(7.4831,.3826)and(7.5140,.2539)..(7.6243,.1361)..controls + (7.7278,.0226)and(7.8844,-.0232)..(8.1952,-.0232)--(8.6296,-.0232)--(8.6296,.5070)--(8.3739,.5070)..controls + (8.2085,.5070)and(8.1952,.5376)..(8.1952,.9127)--(8.1952,1.8421)--(8.6296,1.8421)-- + (8.6296,2.3396)--cycle(10.2280,2.4334)..controls(9.4762,2.4334)and(8.9448,1.9076)..(8.9448,1.1745)..controls(8.9448,.4328)and + (9.4762,-.0865)..(10.2280,-.0865)..controls(10.9732,-.0865)and(11.5156,.4328)..(11.5156,1.1548)..controls(11.5156,1.9120)and + (10.9952,2.4334)..(10.2280,2.4334)(10.2280,1.8727)..controls(10.5940,1.8727)and(10.7991,1.6196)..(10.7991,1.1592)..controls + (10.7991,.7272)and(10.5896,.4721)..(10.2280,.4721)..controls(9.8664,.4721)and(9.6614,.7272)..(9.6614,1.1745)..controls + (9.6614,1.6152)and(9.8664,1.8727)..(10.2280,1.8727)(13.6652,1.5170)--(12.0315,1.5170)--(12.0315,.8821)-- + (13.6652,.8821)--(13.6652,1.5170)--cycle(16.5004,2.3679)--(15.7883,2.3679)--(15.7883,1.0195)..controls + (15.7883,.7818)and(15.7795,.7272)..(15.7133,.6442)..controls(15.6495,.5572)and(15.5392,.5070)..(15.4091,.5070)..controls + (15.2790,.5070)and(15.1622,.5572)..(15.0983,.6442)..controls(15.0321,.7272)and(15.0233,.7883)..(15.0233,1.0195)-- + (15.0233,2.3679)--(14.3112,2.3679)--(14.3112,.8668)..controls(14.3112,.5267)and(14.3773,.3237).. + (14.5427,.1600)..controls(14.7014,.0008)and(14.9329,-.0865)..(15.1842,-.0865)..controls(15.4797,-.0865)and(15.6538,.0008).. + (15.8236,.2408)--(15.8236,-.0232)--(16.5004,-.0232)--(16.5004,2.3679)--cycle(17.1817,2.3679)--(17.1817,-.0232)-- + (17.8938,-.0232)--(17.8938,1.3185)..controls(17.8938,1.5258)and(17.9181,1.6261)..(17.9975,1.7134)..controls(18.0724,1.7985)and + (18.1826,1.8421)..(18.3039,1.8421)..controls(18.4296,1.8421)and(18.5332,1.7941)..(18.5949,1.7047)..controls(18.6545,1.6152)and + (18.6699,1.5214)..(18.6699,1.2792)--(18.6699,-.0232)--(19.3798,-.0232)--(19.3798,1.5258)..controls + (19.3798,2.0909)and(19.0601,2.4378)..(18.5332,2.4378)..controls(18.2841,2.4378)and(18.1385,2.3745)..(17.8718,2.1367)-- + (17.8718,2.3679)--(17.1817,2.3679)--cycle(20.7424,2.3679)--(20.0324,2.3679)--(20.0324,-.0232)-- + (20.7424,-.0232)--(20.7424,2.3679)--cycle(20.7424,3.2800)--(20.0324,3.2800)--(20.0324,2.6996)--(20.7424,2.6996)-- + (20.7424,3.2800)--cycle(22.7112,-.0232)--(23.5335,2.3679)--(22.7707,2.3679)--(22.5259,1.4515)..controls + (22.4907,1.3076)and(22.4311,1.0348)..(22.3760,.7621)..controls(22.2944,1.0501)and(22.2349,1.2836)..(22.1842,1.4515)-- + (21.9152,2.3679)--(21.1678,2.3679)--(22.0343,-.0232)--(22.7112,-.0232)--cycle(26.1770,.9650)..controls + (26.1770,1.2836)and(26.1417,1.4974)..(26.0668,1.6938)..controls(25.8925,2.1715)and(25.5001,2.4334)..(24.9798,2.4334)..controls + (24.2545,2.4334)and(23.7429,1.9120)..(23.7429,1.1701)..controls(23.7429,.4176)and(24.2390,-.0865)..(24.9842,-.0865)..controls + (25.5618,-.0865)and(26.0116,.2103)..(26.1461,.6727)--(25.4251,.6727)..controls(25.3259,.5267)and(25.1959,.4634).. + (25.0041,.4634)..controls(24.6998,.4634)and(24.5036,.6400)..(24.4595,.9650)--(26.1770,.9650)--cycle + (24.4639,1.4624)..controls(24.5190,1.7396)and(24.6998,1.8988)..(24.9754,1.8988)..controls(25.2510,1.8988)and(25.4164,1.7396).. + (25.4450,1.4624)--(24.4639,1.4624)--cycle(26.6884,2.3679)--(26.6884,-.0232)--(27.3984,-.0232)--(27.3984,.6486)..controls + (27.3984,1.1156)and(27.4248,1.3381)..(27.4931,1.4974)..controls(27.5747,1.6741)and(27.7754,1.7832)..(28.0201,1.7832)..controls + (28.0708,1.7832)and(28.1149,1.7788)..(28.2009,1.7701)--(28.2009,2.4334)..controls(27.6850,2.4378)and + (27.5042,2.3287)..(27.3631,1.9425)--(27.3829,2.3679)--(26.6884,2.3679)--cycle(30.6283,1.6501)..controls(30.5687,2.1563)and + (30.1896,2.4334)..(29.5678,2.4334)..controls(28.9262,2.4334)and(28.5360,2.1411)..(28.5360,1.6588)..controls(28.5360,1.2792)and + (28.7411,1.0850)..(29.2724,.9715)--(29.7133,.8712)..controls(29.9030,.8276)and(29.9823,.7621).. + (29.9823,.6530)..controls(29.9823,.5179)and(29.8324,.4241)..(29.6119,.4241)..controls + (29.3275,.4241)and(29.1776,.5332)..(29.1357,.7533)--(28.4699,.7533)..controls(28.5117,.2255)and(28.9262,-.0865).. + (29.5986,-.0865)..controls(30.2689,-.0865)and(30.6834,.2299)..(30.6834,.7338)..controls(30.6834,.9257)and(30.6195,1.1047).. + (30.5048,1.2138)..controls(30.3990,1.3229)and(30.2490,1.3883)..(29.9537,1.4472)--(29.5083,1.5410)..controls(29.2812,1.5912)and + (29.2128,1.6348)..(29.2128,1.7243)..controls(29.2128,1.8421)and(29.3474,1.9229)..(29.5524,1.9229)..controls(29.7883,1.9229)and + (29.9338,1.8291)..(29.9624,1.6501)--(30.6283,1.6501)--cycle(31.8762,2.3679)--(31.1663,2.3679)-- + (31.1663,-.0232)--(31.8762,-.0232)--(31.8762,2.3679)--cycle(31.8762,3.2800)--(31.1663,3.2800)--(31.1663,2.6996)-- + (31.8762,2.6996)--(31.8762,3.2800)--cycle(33.8538,2.3396)--(33.4195,2.3396)--(33.4195,3.0967)-- + (32.7073,3.0967)--(32.7073,2.3396)--(32.3678,2.3396)--(32.3678,1.8421)--(32.7073,1.8421)--(32.7073,.7533)..controls + (32.7073,.3826)and(32.7382,.2539)..(32.8484,.1361)..controls(32.9542,.0226)and(33.1086,-.0232)..(33.4195,-.0232)-- + (33.8538,-.0232)--(33.8538,.5070)--(33.6002,.5070)..controls(33.4349,.5070)and(33.4195,.5376)..(33.4195,.9127)-- + (33.4195,1.8421)--(33.8538,1.8421)--(33.8538,2.3396)--cycle(36.6537,.9650)..controls(36.6537,1.2836)and + (36.6185,1.4974)..(36.5435,1.6938)..controls(36.3694,2.1715)and(35.9791,2.4334)..(35.4566,2.4334)..controls(34.7313,2.4334)and + (34.2198,1.9120)..(34.2198,1.1701)..controls(34.2198,.4176)and(34.7159,-.0865)..(35.4632,-.0865)..controls(36.0387,-.0865)and + (36.4884,.2103)..(36.6251,.6727)--(35.9041,.6727)..controls(35.8028,.5267)and(35.6726,.4634)..(35.4831,.4634)..controls + (35.1766,.4634)and(34.9826,.6400)..(34.9363,.9650)--(36.6537,.9650)--cycle(34.9408,1.4624)..controls + (34.9959,1.7396)and(35.1766,1.8988)..(35.4522,1.8988)..controls(35.7278,1.8988)and(35.8931,1.7396)..(35.9240,1.4624)-- + (34.9408,1.4624)--cycle(38.3933,2.3396)--(37.9568,2.3396)--(37.9568,3.0967)--(37.2447,3.0967)--(37.2447,2.3396)-- + (36.9051,2.3396)--(36.9051,1.8421)--(37.2447,1.8421)--(37.2447,.7533)..controls(37.2447,.3826)and(37.2755,.2539).. + (37.3857,.1361)..controls(37.4915,.0226)and(37.6459,-.0232)..(37.9568,-.0232)--(38.3933,-.0232)--(38.3933,.5070)-- + (38.1376,.5070)..controls(37.9722,.5070)and(37.9568,.5376)..(37.9568,.9127)--(37.9568,1.8421)--(38.3933,1.8421)-- + (38.3933,2.3396)--cycle(41.1911,.9650)..controls(41.1911,1.2836)and(41.1581,1.4974)..(41.0831,1.6938)..controls(40.9067,2.1715)and + (40.5164,2.4334)..(39.9962,2.4334)..controls(39.2686,2.4334)and(38.7571,1.9120)..(38.7571,1.1701)..controls(38.7571,.4176)and + (39.2531,-.0865)..(40.0006,-.0865)..controls(40.5760,-.0865)and(41.0279,.2103)..(41.1624,.6727)--(40.4415,.6727)..controls + (40.3401,.5267)and(40.2100,.4634)..(40.0204,.4634)..controls(39.7140,.4634)and(39.5199,.6400)..(39.4736,.9650)-- + (41.1911,.9650)--cycle(39.4802,1.4624)..controls(39.5353,1.7396)and(39.7140,1.8988)..(39.9896,1.8988)..controls(40.2651,1.8988)and + (40.4305,1.7396)..(40.4613,1.4624)--(39.4802,1.4624)--cycle(42.9306,2.3396)--(42.4941,2.3396)--(42.4941,3.0967)-- + (41.7841,3.0967)--(41.7841,2.3396)--(41.4424,2.3396)--(41.4424,1.8421)--(41.7841,1.8421)--(41.7841,.7533)..controls + (41.7841,.3826)and(41.8128,.2539)..(41.9230,.1361)..controls(42.0289,.0226)and(42.1833,-.0232)..(42.4941,-.0232)-- + (42.9306,-.0232)--(42.9306,.5070)--(42.6749,.5070)..controls(42.5095,.5070)and(42.4941,.5376)..(42.4941,.9127)-- + (42.4941,1.8421)--(42.9306,1.8421)--(42.9306,2.3396)--cycle; +} +% English +\newcommand{\AUEN}[1]{% + \fill[color={#1}] (1.8700,.6400)--(2.0485,-.0232)-- + (2.8995,-.0232)--(1.8414,3.2800)--(.9044,3.2800)-- + (-.2618,-.0232)--(.5539,-.0232)--(.7633,.6400)--(1.8700,.6400)--cycle % A + (1.7070,1.2486)--(.9485,1.2486)--(1.3542,2.5425)--(1.7070,1.2486)--cycle % A inner + (3.8718,1.6152)..controls(3.9026,1.8094)and + (4.0416,1.9032)..(4.2973,1.9032)..controls(4.5332,1.9032)and(4.6743,1.8182)..(4.6743,1.6806)..controls(4.6743,1.5847)and + (4.6192,1.5410)..(4.4582,1.5170)--(4.0724,1.4515)..controls(3.3955,1.3424)and(3.1112,1.1090)..(3.1112,.6639)..controls + (3.1112,.2146)and(3.4661,-.0865)..(3.9975,-.0865)..controls(4.2885,-.0865)and(4.4538,-.0276)..(4.6942,.1644)..controls + (4.7184,.0771)and(4.7184,.0619)..(4.7493,-.0232)--(5.4747,-.0232)..controls(5.3952,.0968)and + (5.3842,.1295)..(5.3842,.3891)--(5.3842,1.4865)..controls(5.3842,1.8421)and(5.3203,2.0320)..(5.1440,2.1847)..controls + (4.9543,2.3549)and(4.6743,2.4378)..(4.3083,2.4378)..controls(3.6270,2.4378)and(3.2810,2.1715)..(3.2369,1.6152)-- + (3.8718,1.6152)--cycle %a + (4.6942,.7468)..controls(4.5773,.5462)and(4.4075,.4481)..(4.1716,.4481)..controls(3.9512,.4481)and + (3.8123,.5419)..(3.8123,.6988)..controls(3.8123,.8428)and(3.9225,.9257)..(4.1782,.9847)--(4.4340,1.0392).. + controls(4.5530,1.0654)and(4.6192,1.0850)..(4.6942,1.1156)--(4.6942,.7468)--cycle % a inner + (6.7026,3.2800)-- + (5.9905,3.2800)--(5.9905,-.0232)--(6.7026,-.0232)--(6.7026,3.2800)--cycle % ell + (8.6296,2.3396)-- + (8.1952,2.3396)--(8.1952,3.0967)--(7.4831,3.0967)--(7.4831,2.3396)--(7.1436,2.3396)--(7.1436,1.8421) + --(7.4831,1.8421)--(7.4831,.7533)..controls(7.4831,.3826)and(7.5140,.2539)..(7.6243,.1361)..controls + (7.7278,.0226)and(7.8844,-.0232)..(8.1952,-.0232)--(8.6296,-.0232)--(8.6296,.5070)--(8.3739,.5070)..controls + (8.2085,.5070)and(8.1952,.5376)..(8.1952,.9127)--(8.1952,1.8421)--(8.6296,1.8421)-- + (8.6296,2.3396)--cycle % tee + (10.2280,2.4334)..controls(9.4762,2.4334)and(8.9448,1.9076)..(8.9448,1.1745)..controls(8.9448,.4328)and + (9.4762,-.0865)..(10.2280,-.0865)..controls(10.9732,-.0865)and(11.5156,.4328)..(11.5156,1.1548)..controls(11.5156,1.9120)and + (10.9952,2.4334)..(10.2280,2.4334)(10.2280,1.8727)..controls(10.5940,1.8727)and(10.7991,1.6196)..(10.7991,1.1592)..controls + (10.7991,.7272)and(10.5896,.4721)..(10.2280,.4721)..controls(9.8664,.4721)and(9.6614,.7272)..(9.6614,1.1745)..controls + (9.6614,1.6152)and(9.8664,1.8727)..(10.2280,1.8727)(15.1424,3.2800)--(15.1424,1.0959)..controls(15.1424,.8712)and + (15.1070,.7730)..(15.0057,.6792)..controls(14.8954,.5855)and(14.7345,.5332)..(14.5493,.5332)..controls(14.3707,.5332)and + (14.2097,.5855)..(14.0995,.6792)..controls(14.0003,.7730)and(13.9650,.8712)..(13.9650,1.0959)--(13.9650,3.2800)-- + (13.2132,3.2800)--(13.2132,1.0457)..controls(13.2132,.6314)and(13.3235,.3673)..(13.5726,.1841).. + controls(13.8283,.0008)and(14.1700,-.0974)..(14.5493,-.0974)..controls(14.9351,-.0974)and + (15.2768,.0008)..(15.5325,.1841)..controls(15.7817,.3673)and(15.8920,.6314)..(15.8920,1.0457)-- + (15.8920,3.2800)--(15.1424,3.2800)--cycle % U + (16.5732,2.3679)--(16.5732,-.0232)--(17.2853,-.0232)--(17.2853,1.3185)..controls + (17.2853,1.5258)and(17.3096,1.6261)..(17.3912,1.7134)..controls(17.4661,1.7985)and(17.5763,1.8421)..(17.6954,1.8421)..controls + (17.8211,1.8421)and(17.9269,1.7941)..(17.9865,1.7047)..controls(18.0459,1.6152)and(18.0614,1.5214)..(18.0614,1.2792)-- + (18.0614,-.0232)--(18.7713,-.0232)--(18.7713,1.5258)..controls(18.7713,2.0909)and(18.4516,2.4378).. + (17.9269,2.4378)..controls(17.6755,2.4378)and(17.5301,2.3745)..(17.2655,2.1367)--(17.2655,2.3679)--(16.5732,2.3679) + --cycle % n + (20.1603,2.3679)--(19.4482,2.3679)--(19.4482,-.0232)--(20.1603,-.0232)--(20.1603,2.3679)--cycle % i + (20.1603,3.2800)--(19.4482,3.2800)--(19.4482,2.6996)--(20.1603,2.6996)--(20.1603,3.2800)--cycle % i dot + (22.1534,-.0232)--(22.9757,2.3679)--(22.2128,2.3679)--(21.9681,1.4515)..controls(21.9329,1.3076)and(21.8734,1.0348).. + (21.8182,.7621)..controls(21.7366,1.0501)and(21.6771,1.2836)..(21.6264,1.4515)--(21.3574,2.3679)--(20.6101,2.3679)-- + (21.4765,-.0232)--(22.1534,-.0232)--cycle % v + (25.6742,.9650)..controls(25.6742,1.2836)and(25.6390,1.4974).. + (25.5640,1.6938)..controls(25.3876,2.1715)and(24.9975,2.4334)..(24.4771,2.4334)..controls(23.7518,2.4334)and(23.2403,1.9120).. + (23.2403,1.1701)..controls(23.2403,.4176)and(23.7363,-.0865)..(24.4815,-.0865)..controls(25.0592,-.0865)and(25.5089,.2103).. + (25.6434,.6727)--(24.9225,.6727)..controls(24.8233,.5267)and(24.6931,.4634)..(24.5014,.4634)..controls(24.1971,.4634)and + (24.0009,.6400)..(23.9568,.9650)--(25.6742,.9650)--cycle % e + (23.9612,1.4624)..controls(24.0164,1.7396)and + (24.1971,1.8988)..(24.4727,1.8988)..controls(24.7483,1.8988)and(24.9136,1.7396)..(24.9423,1.4624)--(23.9612,1.4624)--cycle % e inner + (26.1858,2.3679)--(26.1858,-.0232)--(26.8957,-.0232)--(26.8957,.6486)..controls(26.8957,1.1156)and(26.9222,1.3381).. + (26.9905,1.4974)..controls(27.0721,1.6741)and(27.2727,1.7832)..(27.5174,1.7832)..controls(27.5681,1.7832)and(27.6122,1.7788).. + (27.6982,1.7701)--(27.6982,2.4334)..controls(27.1823,2.4378)and(27.0015,2.3287)..(26.8605,1.9425)-- + (26.8802,2.3679)--(26.1858,2.3679)--cycle % r + (30.1763,1.6501)..controls(30.1168,2.1563)and(29.7354,2.4334)..(29.1159,2.4334)..controls + (28.4742,2.4334)and(28.0841,2.1411)..(28.0841,1.6588)..controls(28.0841,1.2792)and(28.2891,1.0850)..(28.8204,.9715)-- + (29.2592,.8712)..controls(29.4510,.8276)and(29.5303,.7621)..(29.5303,.6530)..controls + (29.5303,.5179)and(29.3804,.4241)..(29.1600,.4241)..controls(28.8755,.4241)and(28.7234,.5332).. + (28.6837,.7533)--(28.0179,.7533)..controls(28.0576,.2255)and(28.4742,-.0865)..(29.1445,-.0865)..controls(29.8169,-.0865)and + (30.2314,.2299)..(30.2314,.7338)..controls(30.2314,.9257)and(30.1675,1.1047)..(30.0506,1.2138)..controls(29.9471,1.3229)and + (29.7949,1.3883)..(29.5017,1.4472)--(29.0541,1.5410)..controls(28.8292,1.5912)and(28.7587,1.6348)..(28.7587,1.7243)..controls + (28.7587,1.8421)and(28.8954,1.9229)..(29.1004,1.9229)..controls(29.3363,1.9229)and(29.4796,1.8291)..(29.5105,1.6501)-- + (30.1763,1.6501)--cycle % s + (31.3977,2.3679)--(30.6878,2.3679)--(30.6878,-.0232)--(31.3977,-.0232)-- + (31.3977,2.3679)--cycle % i + (31.3977,3.2800)--(30.6878,3.2800)--(30.6878,2.6996)--(31.3977,2.6996)--(31.3977,3.2800) + --cycle % i dot ? + (33.3776,2.3396)--(32.9411,2.3396)--(32.9411,3.0967)--(32.2311,3.0967)--(32.2311,2.3396)-- + (31.8894,2.3396)--(31.8894,1.8421)--(32.2311,1.8421)--(32.2311,.7533)..controls(32.2311,.3826)and + (32.2598,.2539)..(32.3700,.1361)..controls(32.4758,.0226)and(32.6301,-.0232)..(32.9411,-.0232)--(33.3776,-.0232)-- + (33.3776,.5070)--(33.1219,.5070)..controls(32.9565,.5070)and(32.9411,.5376)..(32.9411,.9127)--(32.9411,1.8421)-- + (33.3776,1.8421)--(33.3776,2.3396)--cycle % t + (35.4258,2.3679)--(35.1104,1.2879)..controls(35.0553,1.0741)and(35.0157,.9127)..(34.9848,.7533) + --(34.9539,.8472)..controls(34.8988,1.0457)and(34.8988,1.0501)..(34.8305,1.2727) + --(34.4733,2.3679)--(33.7127,2.3679)--(34.5086,.3586)..controls(34.5946,.1514)and(34.5990,.1361)..(34.5990,.0509)..controls(34.5990,-.1563)and (34.4844,-.2501)..(34.2330,-.2501) + --(34.0235,-.2501)--(34.0235,-.7803)--(34.4380,-.7803)..controls(34.9804,-.7803)and (35.0951,-.6821)..(35.3199,-.0429) + --(36.1621,2.3679)--(35.4258,2.3679)--cycle; % y +} + +%% School names +% Taideteollinen korkeakoulu -> Taiteiden ja suunnittelun korkeakoulu +\newcommand{\TAIKFI}[1]{% + \fill[color={#1}] + % Letter T + (1.6200,2.6400)--(2.6297,2.6400)-- + (2.6297,3.2727)--(-.1415,3.2727)--(-.1415,2.6400)-- + (.8704,2.6400)--(.8704,-.0305)--(1.6200,-.0305)--(1.6200,2.6400)--cycle + % Letter a + (3.3021,1.6103)..controls + (3.3308,1.8044)and(3.4719,1.8982)..(3.7276,1.8982)..controls(3.9636,1.8982)and(4.1024,1.8132)..(4.1024,1.6757)..controls + (4.1024,1.5797)and(4.0473,1.5361)..(3.8886,1.5099)--(3.5027,1.4466)..controls(2.8259,1.3375)and(2.5415,1.1041).. + (2.5415,.6589)..controls(2.5415,.2073)and(2.8964,-.0938)..(3.4278,-.0938)..controls(3.7166,-.0938)and(3.8820,-.0349).. + (4.1223,.1571)..controls(4.1487,.0677)and(4.1487,.0545)..(4.1774,-.0305)--(4.9050,-.0305)..controls(4.8234,.0895)and + (4.8145,.1222)..(4.8145,.3818)--(4.8145,1.4815)..controls(4.8145,1.8394)and(4.7484,2.0270)..(4.5743,2.1797)..controls + (4.3824,2.3477)and(4.1024,2.4328)..(3.7365,2.4328)..controls(3.0552,2.4328)and(2.7113,2.1644)..(2.6649,1.6103)-- + (3.3021,1.6103)--cycle + % (inside) + (4.1223,.7418)..controls(4.0076,.5389)and(3.8379,.4408)..(3.6019,.4408)..controls(3.3815,.4408)and + (3.2404,.5346)..(3.2404,.6939)..controls(3.2404,.8379)and(3.3528,.9208)..(3.6064,.9797)--(3.8621,1.0364) + ..controls(3.9833,1.0604)and(4.0473,1.0800)..(4.1223,1.1085)--(4.1223,.7418)--cycle + % Letter i + (6.1815,2.3630)--(5.4694,2.3630)--(5.4694,-.0305)--(6.1815,-.0305)--(6.1815,2.3630)--cycle + % (dot) + (6.1815,3.2727)--(5.4694,3.2727)--(5.4694,2.6945)--(6.1815,2.6945)--(6.1815,3.2727)--cycle; + + +% 'teiden suunnittelun ja' +% letter t +\fill[color={#1}] + +(8.0882,2.3238)--(7.6517,2.3238)--(7.6517,3.0809)--(6.9418,3.0809)--(6.9418,2.3238)--(6.6000,2.3238)--(6.6000,1.8308)--(6.9418,1.8308)--(6.9418,0.7399)..controls(6.9418,0.3668)and(6.9705,0.2380).. +(7.0807,0.1203)..controls(7.1865,0.0068)and(7.3409,-0.0391).. +(7.6517,-0.0391)--(8.0882,-0.0391)--(8.0882,0.4912)--(7.8325,0.4912)..controls(7.6672,0.4912)and(7.6517,0.5217).. +(7.6517,0.8970)--(7.6517,1.8308)--(8.0882,1.8308)--(8.0882,2.3238)--cycle +%--- +(10.9341,0.9600)..controls(10.9341,1.2786)and(10.8987,1.4903).. +(10.8238,1.6888)..controls(10.6474,2.1644)and(10.2572,2.4285).. +(9.7368,2.4285)..controls(9.0093,2.4285)and(8.5000,1.9070).. +(8.5000,1.1651)..controls(8.5000,0.4103)and(8.9939,-0.0938).. +(9.7412,-0.0938)..controls(10.3167,-0.0938)and(10.7687,0.2030).. +(10.9032,0.6677)--(10.1822,0.6677)..controls(10.0808,0.5194)and(9.9507,0.4560).. +(9.7611,0.4560)..controls(9.4569,0.4560)and(9.2606,0.6327).. +(9.2144,0.9600)--(10.9341,0.9600)--cycle +%--- +(9.2210,1.4576)..controls(9.2761,1.7346)and(9.4569,1.8917).. +(9.7302,1.8917)..controls(10.0058,1.8917)and(10.1712,1.7346).. +(10.2021,1.4576)--(9.2210,1.4576)--cycle +%--- +(12.1121,2.3630)--(11.4000,2.3630)--(11.4000,-0.0305)--(12.1121,-0.0305)--(12.1121,2.3630)--cycle +%--- +(12.1121,3.2727)--(11.4000,3.2727)--(11.4000,2.6945)--(12.1121,2.6945)--(12.1121,3.2727)--cycle +%--- +(15.0142,3.2727)--(14.3021,3.2727)--(14.3021,2.1841)..controls(14.1323,2.3586)and(13.9405,2.4328).. +(13.6803,2.4328)..controls(13.0299,2.4328)and(12.6000,1.9267).. +(12.6000,1.1651)..controls(12.6000,0.4103)and(13.0255,-0.0938).. +(13.6649,-0.0938)..controls(13.9625,-0.0938)and(14.1521,-0.0065).. +(14.3329,0.2269)--(14.3329,-0.0305)--(15.0142,-0.0305)--(15.0142,3.2727)--cycle +%--- +(13.8104,1.8633)..controls(14.1213,1.8633)and(14.3263,1.5862).. +(14.3263,1.1586)..controls(14.3263,0.7527)and(14.1169,0.4757).. +(13.8104,0.4757)..controls(13.5061,0.4757)and(13.3011,0.7527).. +(13.3011,1.1695)..controls(13.3011,1.5862)and(13.5061,1.8633).. +(13.8104,1.8633)--cycle +%--- +(17.8341,0.9600)..controls(17.8341,1.2786)and(17.7987,1.4903).. +(17.7238,1.6888)..controls(17.5474,2.1644)and(17.1572,2.4285).. +(16.6368,2.4285)..controls(15.9093,2.4285)and(15.4000,1.9070).. +(15.4000,1.1651)..controls(15.4000,0.4103)and(15.8939,-0.0938).. +(16.6412,-0.0938)..controls(17.2167,-0.0938)and(17.6687,0.2030).. +(17.8032,0.6677)--(17.0822,0.6677)..controls(16.9808,0.5194)and(16.8507,0.4560).. +(16.6611,0.4560)..controls(16.3569,0.4560)and(16.1606,0.6327).. +(16.1144,0.9600)--(17.8341,0.9600)--cycle +%--- +(16.1210,1.4576)..controls(16.1761,1.7346)and(16.3569,1.8917).. +(16.6302,1.8917)..controls(16.9058,1.8917)and(17.0712,1.7346).. +(17.1021,1.4576)--(16.1210,1.4576)--cycle +%--- +(18.3000,2.3630)--(18.3000,-0.0305)--(19.0121,-0.0305)--(19.0121,1.3135)..controls(19.0121,1.5208)and(19.0364,1.6212).. +(19.1179,1.7085)..controls(19.1929,1.7935)and(19.3032,1.8394).. +(19.4223,1.8394)..controls(19.5479,1.8394)and(19.6538,1.7891).. +(19.7132,1.6997)..controls(19.7728,1.6103)and(19.7882,1.5164).. +(19.7882,1.2721)--(19.7882,-0.0305)--(20.4981,-0.0305)--(20.4981,1.5208)..controls(20.4981,2.0859)and(20.1785,2.4328).. +(19.6538,2.4328)..controls(19.4024,2.4328)and(19.2569,2.3673).. +(18.9923,2.1295)--(18.9923,2.3630)--(18.3000,2.3630)--cycle +%--- +(25.0606,1.6367)..controls(24.9989,2.1428)and(24.6196,2.4176).. +(23.9979,2.4176)..controls(23.3564,2.4176)and(22.9661,2.1276).. +(22.9661,1.6453)..controls(22.9661,1.2657)and(23.1711,1.0715).. +(23.7025,0.9580)--(24.1435,0.8577)..controls(24.3330,0.8141)and(24.4146,0.7486).. +(24.4146,0.6395)..controls(24.4146,0.5021)and(24.2625,0.4082).. +(24.0420,0.4082)..controls(23.7576,0.4082)and(23.6077,0.5151).. +(23.5680,0.7399)--(22.9000,0.7399)..controls(22.9419,0.2097)and(23.3564,-0.1023).. +(24.0288,-0.1023)..controls(24.6991,-0.1023)and(25.1157,0.2141).. +(25.1157,0.7203)..controls(25.1157,0.9123)and(25.0496,1.0912).. +(24.9349,1.2003)..controls(24.8291,1.3094)and(24.6792,1.3726).. +(24.3837,1.4337)--(23.9384,1.5276)..controls(23.7113,1.5777)and(23.6430,1.6214).. +(23.6430,1.7108)..controls(23.6430,1.8308)and(23.7774,1.9094).. +(23.9825,1.9094)..controls(24.2184,1.9094)and(24.3639,1.8155).. +(24.3926,1.6367)--(25.0606,1.6367)--cycle +%--- +(27.6893,2.3630)--(26.9794,2.3630)--(26.9794,1.0146)..controls(26.9794,0.7768)and(26.9683,0.7222).. +(26.9022,0.6394)..controls(26.8383,0.5498)and(26.7281,0.4997).. +(26.5980,0.4997)..controls(26.4679,0.4997)and(26.3533,0.5498).. +(26.2871,0.6394)..controls(26.2210,0.7222)and(26.2121,0.7833).. +(26.2121,1.0146)--(26.2121,2.3630)--(25.5000,2.3630)--(25.5000,0.8618)..controls(25.5000,0.5194)and(25.5662,0.3164).. +(25.7315,0.1527)..controls(25.8925,-0.0065)and(26.1218,-0.0938).. +(26.3731,-0.0938)..controls(26.6685,-0.0938)and(26.8427,-0.0065).. +(27.0124,0.2313)--(27.0124,-0.0305)--(27.6893,-0.0305)--(27.6893,2.3630)--cycle +%--- +(30.3893,2.3630)--(29.6794,2.3630)--(29.6794,1.0146)..controls(29.6794,0.7768)and(29.6683,0.7222).. +(29.6022,0.6394)..controls(29.5383,0.5498)and(29.4281,0.4997).. +(29.2980,0.4997)..controls(29.1679,0.4997)and(29.0533,0.5498).. +(28.9871,0.6394)..controls(28.9210,0.7222)and(28.9121,0.7833).. +(28.9121,1.0146)--(28.9121,2.3630)--(28.2000,2.3630)--(28.2000,0.8618)..controls(28.2000,0.5194)and(28.2662,0.3164).. +(28.4315,0.1527)..controls(28.5925,-0.0065)and(28.8218,-0.0938).. +(29.0731,-0.0938)..controls(29.3685,-0.0938)and(29.5427,-0.0065).. +(29.7124,0.2313)--(29.7124,-0.0305)--(30.3893,-0.0305)--(30.3893,2.3630)--cycle +%--- +(30.9000,2.3630)--(30.9000,-0.0305)--(31.6121,-0.0305)--(31.6121,1.3135)..controls(31.6121,1.5208)and(31.6364,1.6212).. +(31.7179,1.7085)..controls(31.7929,1.7935)and(31.9032,1.8394).. +(32.0223,1.8394)..controls(32.1479,1.8394)and(32.2538,1.7891).. +(32.3132,1.6997)..controls(32.3728,1.6103)and(32.3882,1.5164).. +(32.3882,1.2721)--(32.3882,-0.0305)--(33.0981,-0.0305)--(33.0981,1.5208)..controls(33.0981,2.0859)and(32.7785,2.4328).. +(32.2538,2.4328)..controls(32.0024,2.4328)and(31.8569,2.3673).. +(31.5923,2.1295)--(31.5923,2.3630)--(30.9000,2.3630)--cycle +%--- +(33.6000,2.3630)--(33.6000,-0.0305)--(34.3121,-0.0305)--(34.3121,1.3135)..controls(34.3121,1.5208)and(34.3364,1.6212).. +(34.4179,1.7085)..controls(34.4929,1.7935)and(34.6032,1.8394).. +(34.7223,1.8394)..controls(34.8479,1.8394)and(34.9538,1.7891).. +(35.0132,1.6997)..controls(35.0728,1.6103)and(35.0882,1.5164).. +(35.0882,1.2721)--(35.0882,-0.0305)--(35.7981,-0.0305)--(35.7981,1.5208)..controls(35.7981,2.0859)and(35.4785,2.4328).. +(34.9538,2.4328)..controls(34.7024,2.4328)and(34.5569,2.3673).. +(34.2923,2.1295)--(34.2923,2.3630)--(33.6000,2.3630)--cycle +%--- +(37.0121,2.3630)--(36.3000,2.3630)--(36.3000,-0.0305)--(37.0121,-0.0305)--(37.0121,2.3630)--cycle +%--- +(37.0121,3.2727)--(36.3000,3.2727)--(36.3000,2.6945)--(37.0121,2.6945)--(37.0121,3.2727)--cycle +%--- +(38.9882,2.3238)--(38.5517,2.3238)--(38.5517,3.0809)--(37.8418,3.0809)--(37.8418,2.3238)--(37.5000,2.3238)--(37.5000,1.8308)--(37.8418,1.8308)--(37.8418,0.7399)..controls(37.8418,0.3668)and(37.8705,0.2380).. +(37.9807,0.1203)..controls(38.0865,0.0068)and(38.2409,-0.0391).. +(38.5517,-0.0391)--(38.9882,-0.0391)--(38.9882,0.4912)--(38.7325,0.4912)..controls(38.5672,0.4912)and(38.5517,0.5217).. +(38.5517,0.8970)--(38.5517,1.8308)--(38.9882,1.8308)--(38.9882,2.3238)--cycle +%--- +(40.8882,2.3238)--(40.4517,2.3238)--(40.4517,3.0809)--(39.7418,3.0809)--(39.7418,2.3238)--(39.4000,2.3238)--(39.4000,1.8308)--(39.7418,1.8308)--(39.7418,0.7399)..controls(39.7418,0.3668)and(39.7705,0.2380).. +(39.8807,0.1203)..controls(39.9865,0.0068)and(40.1409,-0.0391).. +(40.4517,-0.0391)--(40.8882,-0.0391)--(40.8882,0.4912)--(40.6325,0.4912)..controls(40.4672,0.4912)and(40.4517,0.5217).. +(40.4517,0.8970)--(40.4517,1.8308)--(40.8882,1.8308)--(40.8882,2.3238)--cycle +%--- +(43.5341,0.9600)..controls(43.5341,1.2786)and(43.4987,1.4903).. +(43.4238,1.6888)..controls(43.2474,2.1644)and(42.8572,2.4285).. +(42.3368,2.4285)..controls(41.6093,2.4285)and(41.1000,1.9070).. +(41.1000,1.1651)..controls(41.1000,0.4103)and(41.5939,-0.0938).. +(42.3412,-0.0938)..controls(42.9167,-0.0938)and(43.3687,0.2030).. +(43.5032,0.6677)--(42.7822,0.6677)..controls(42.6808,0.5194)and(42.5507,0.4560).. +(42.3611,0.4560)..controls(42.0569,0.4560)and(41.8606,0.6327).. +(41.8144,0.9600)--(43.5341,0.9600)--cycle +%--- +(41.8210,1.4576)..controls(41.8761,1.7346)and(42.0569,1.8917).. +(42.3302,1.8917)..controls(42.6058,1.8917)and(42.7712,1.7346).. +(42.8021,1.4576)--(41.8210,1.4576)--cycle +%--- +(44.7122,3.2641)--(44.0000,3.2641)--(44.0000,-0.0391)--(44.7122,-0.0391)--(44.7122,3.2641)--cycle +%--- +(47.3893,2.3630)--(46.6794,2.3630)--(46.6794,1.0146)..controls(46.6794,0.7768)and(46.6683,0.7222).. +(46.6022,0.6394)..controls(46.5383,0.5498)and(46.4281,0.4997).. +(46.2980,0.4997)..controls(46.1679,0.4997)and(46.0533,0.5498).. +(45.9871,0.6394)..controls(45.9210,0.7222)and(45.9121,0.7833).. +(45.9121,1.0146)--(45.9121,2.3630)--(45.2000,2.3630)--(45.2000,0.8618)..controls(45.2000,0.5194)and(45.2662,0.3164).. +(45.4315,0.1527)..controls(45.5925,-0.0065)and(45.8218,-0.0938).. +(46.0731,-0.0938)..controls(46.3685,-0.0938)and(46.5427,-0.0065).. +(46.7124,0.2313)--(46.7124,-0.0305)--(47.3893,-0.0305)--(47.3893,2.3630)--cycle +%--- +(47.9000,2.3630)--(47.9000,-0.0305)--(48.6121,-0.0305)--(48.6121,1.3135)..controls(48.6121,1.5208)and(48.6364,1.6212).. +(48.7179,1.7085)..controls(48.7929,1.7935)and(48.9032,1.8394).. +(49.0223,1.8394)..controls(49.1479,1.8394)and(49.2538,1.7891).. +(49.3132,1.6997)..controls(49.3728,1.6103)and(49.3882,1.5164).. +(49.3882,1.2721)--(49.3882,-0.0305)--(50.0981,-0.0305)--(50.0981,1.5208)..controls(50.0981,2.0859)and(49.7785,2.4328).. +(49.2538,2.4328)..controls(49.0024,2.4328)and(48.8569,2.3673).. +(48.5923,2.1295)--(48.5923,2.3630)--(47.9000,2.3630)--cycle +%--- +(52.9815,2.3630)--(52.2694,2.3630)--(52.2694,-0.0305)--(52.2600,-0.1500)--(52.2300,-0.2300)--(52.1700,-0.2800)--(52.1000,-0.3000)--(51.8000,-0.3200)--(51.8000,-0.8300)--(52.3000,-0.8300)--(52.4800,-0.8100)--(52.6900,-0.7300)--(52.8400,-0.5900)--(52.9400,-0.4000)--(52.9815,-0.2000)--(52.9815,2.3630)--cycle +%--- +(52.9815,3.2727)--(52.2694,3.2727)--(52.2694,2.6945)--(52.9815,2.6945)--(52.9815,3.2727)--cycle +%--- +(54.0607,1.6017)..controls(54.0916,1.7959)and(54.2305,1.8897).. +(54.4862,1.8897)..controls(54.7221,1.8897)and(54.8632,1.8046).. +(54.8632,1.6671)..controls(54.8632,1.5712)and(54.8081,1.5276).. +(54.6471,1.5035)--(54.2613,1.4381)..controls(53.5845,1.3290)and(53.3000,1.0955).. +(53.3000,0.6504)..controls(53.3000,0.1988)and(53.6550,-0.1023).. +(54.1864,-0.1023)..controls(54.4774,-0.1023)and(54.6428,-0.0434).. +(54.8830,0.1486)..controls(54.9073,0.0591)and(54.9073,0.0460).. +(54.9381,-0.0391)--(55.6635,-0.0391)..controls(55.5841,0.0809)and(55.5731,0.1136).. +(55.5731,0.3733)--(55.5731,1.4730)..controls(55.5731,1.8308)and(55.5092,2.0185).. +(55.3328,2.1712)..controls(55.1432,2.3368)and(54.8632,2.4219).. +(54.4972,2.4219)..controls(53.8160,2.4219)and(53.4698,2.1559).. +(53.4257,1.6017)--(54.0607,1.6017)--cycle +%--- +(54.8830,0.7333)..controls(54.7684,0.5304)and(54.5964,0.4322).. +(54.3627,0.4322)..controls(54.1423,0.4322)and(54.0011,0.5261).. +(54.0011,0.6853)..controls(54.0011,0.8294)and(54.1114,0.9123).. +(54.3672,0.9712)--(54.6229,1.0279)..controls(54.7420,1.0518)and(54.8081,1.0715).. +(54.8830,1.0999)--(54.8830,0.7333)--cycle +; + +\begin{pgfscope}% +\pgftransformxshift{18.1cm} +\pgftransformyshift{-2.4cm} +\pgftransformscale{0.14}% +% Synthesise comma +\fill[color={#1}] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; +\end{pgfscope}% + +\pgftransformxshift{-6.0cm}% To the right place -- dirty trick + +% Suppress: + + % Letter d + (9.1226,3.2727)--(8.4105,3.2727)-- + (8.4105,2.1841)..controls(8.2407,2.3586)and(8.0489,2.4328)..(7.7887,2.4328)..controls(7.1383,2.4328)and(6.7084,1.9267).. + (6.7084,1.1651)..controls(6.7084,.4103)and(7.1339,-.0938)..(7.7733,-.0938)..controls(8.0709,-.0938)and(8.2605,-.0065).. + (8.4413,.2269)--(8.4413,-.0305)--(9.1226,-.0305)--(9.1226,3.2727)--cycle + % (inside) + (7.9188,1.8633)..controls(8.2297,1.8633)and + (8.4347,1.5862)..(8.4347,1.1586)..controls(8.4347,.7527)and(8.2253,.4757)..(7.9188,.4757)..controls(7.6145,.4757)and + (7.4095,.7527)..(7.4095,1.1695)..controls(7.4095,1.5862)and(7.6145,1.8633)..(7.9188,1.8633) + % Letter e + (12.0373,.9600) + ..controls(12.0373,1.2786)and(12.0019,1.4903)..(11.9270,1.6888)..controls(11.7506,2.1644)and + (11.3604,2.4285)..(10.8400,2.4285)..controls(10.1125,2.4285)and(9.6032,1.9070)..(9.6032,1.1651).. + controls(9.6032,.4103)and(10.0971,-.0938)..(10.8444,-.0938)..controls(11.4199,-.0938)and + (11.8719,.2030)..(12.0064,.6677)--(11.2854,.6677)..controls(11.1840,.5194)and(11.0539,.4560)..(10.8643,.4560)..controls + (10.5601,.4560)and(10.3638,.6327)..(10.3176,.9600)--(12.0373,.9600)--cycle + % (inside) + (10.3242,1.4576)..controls(10.3793,1.7346)and + (10.5601,1.8917)..(10.8334,1.8917)..controls(11.1090,1.8917)and(11.2744,1.7346)..(11.3053,1.4576)--(10.3242,1.4576)--cycle + % Letter t + (13.7856,2.3346)--(13.3491,2.3346)--(13.3491,3.0894)--(12.6369,3.0894)--(12.6369,2.3346)--(12.2974,2.3346) + --(12.2974,1.8394)--(12.6369,1.8394)--(12.6369,.7484)..controls(12.6369,.3753)and(12.6678,.2466).. + (12.7780,.1288)..controls(12.8838,.0131)and(13.0381,-.0305)..(13.3491,-.0305)--(13.7856,-.0305)--(13.7856,.4997)-- + (13.5298,.4997)..controls(13.3644,.4997)and(13.3491,.5303)..(13.3491,.9055)--(13.3491,1.8394)--(13.7856,1.8394)-- + (13.7856,2.3346)--cycle + % Letter e + (16.6032,.9600)..controls(16.6032,1.2786)and(16.5701,1.4903)..(16.4930,1.6888)..controls + (16.3187,2.1644)and(15.9286,2.4285)..(15.4060,2.4285)..controls(14.6807,2.4285)and(14.1691,1.9070)..(14.1691,1.1651)..controls + (14.1691,.4103)and(14.6652,-.0938)..(15.4126,-.0938)..controls(15.9880,-.0938)and(16.4378,.2030)..(16.5745,.6677)-- + (15.8536,.6677)..controls(15.7522,.5194)and(15.6221,.4560)..(15.4325,.4560)..controls(15.1260,.4560)and(14.9320,.6327).. + (14.8857,.9600)--(16.6032,.9600)--cycle + % (inside) + (14.8924,1.4576)..controls(14.9452,1.7346)and(15.1260,1.8917).. + (15.4016,1.8917)..controls(15.6772,1.8917)and(15.8426,1.7346)..(15.8735,1.4576)--(14.8924,1.4576)--cycle + % Letter o + (18.3273,2.4285)..controls + (17.5754,2.4285)and(17.0441,1.9026)..(17.0441,1.1695)..controls(17.0441,.4255)and(17.5754,-.0938)..(18.3273,-.0938)..controls + (19.0725,-.0938)and(19.6148,.4255)..(19.6148,1.1499)..controls(19.6148,1.9070)and(19.0945,2.4285)..(18.3273,2.4285) + % (inside) + (18.3273,1.8677)..controls(18.6932,1.8677)and(18.8983,1.6146)..(18.8983,1.1542)..controls + (18.8983,.7222)and(18.6888,.4648)..(18.3273,.4648)..controls(17.9657,.4648)and(17.7607,.7222).. + (17.7607,1.1695)..controls(17.7607,1.6103)and(17.9657,1.8677)..(18.3273,1.8677) + % Letter l + (20.7811,3.2727)--(20.0690,3.2727)--(20.0690,-.0305)--(20.7811,-.0305)--(20.7811,3.2727)--cycle + % Letter l + (22.1679,3.2727)--(21.4580,3.2727)--(21.4580,-.0305)--(22.1679,-.0305)--(22.1679,3.2727)--cycle + % Letter i + (23.5569,2.3630)--(22.8447,2.3630)--(22.8447,-.0305)--(23.5569,-.0305)--(23.5569,2.3630)--cycle + % (dot) + (23.5569,3.2727)--(22.8447,3.2727)--(22.8447,2.6945)--(23.5569,2.6945)--(23.5569,3.2727)--cycle + % Letter n + (24.2315,2.3630)--(24.2315,-.0305)--(24.9436,-.0305)-- + (24.9436,1.3135)..controls(24.9436,1.5208)and(24.9679,1.6212)..(25.0494,1.7085)..controls(25.1244,1.7935)and(25.2347,1.8394).. + (25.3538,1.8394)..controls(25.4794,1.8394)and(25.5853,1.7891)..(25.6447,1.6997)..controls(25.7043,1.6103)and(25.7197,1.5164).. + (25.7197,1.2721)--(25.7197,-.0305)--(26.4296,-.0305)--(26.4296,1.5208)..controls(26.4296,2.0859)and(26.1100,2.4328).. + (25.5853,2.4328)..controls(25.3339,2.4328)and(25.1884,2.3673)..(24.9238,2.1295)--(24.9238,2.3630)--(24.2315,2.3630)--cycle + % Letter e + (29.3707,.9600)..controls(29.3707,1.2786)and(29.3355,1.4903)..(29.2605,1.6888)..controls(29.0863,2.1644)and + (28.6939,2.4285)..(28.1735,2.4285)..controls(27.4482,2.4285)and(26.9367,1.9070)..(26.9367,1.1651)..controls(26.9367,.4103)and + (27.4328,-.0938)..(28.1780,-.0938)..controls(28.7556,-.0938)and(29.2053,.2030)..(29.3399,.6677)--(28.6189,.6677)..controls + (28.5197,.5194)and(28.3896,.4560)..(28.1978,.4560)..controls(27.8935,.4560)and(27.6974,.6327)..(27.6533,.9600)-- + (29.3707,.9600)--cycle + % (inside) + (27.6577,1.4576)..controls(27.7128,1.7346)and(27.8935,1.8917)..(28.1691,1.8917)..controls + (28.4447,1.8917)and(28.6101,1.7346)..(28.6388,1.4576)--(27.6577,1.4576)--cycle + % Letter n + (29.9307,2.3630)--(29.9307,-.0305)-- + (30.6428,-.0305)--(30.6428,1.3135)..controls(30.6428,1.5208)and(30.6671,1.6212)..(30.7486,1.7085)..controls(30.8236,1.7935)and + (30.9339,1.8394)..(31.0530,1.8394)..controls(31.1786,1.8394)and(31.2845,1.7891)..(31.3439,1.6997)..controls(31.4035,1.6103)and + (31.4189,1.5164)..(31.4189,1.2721)--(31.4189,-.0305)--(32.1310,-.0305)--(32.1310,1.5208)..controls(32.1310,2.0859)and + (31.8092,2.4328)..(31.2845,2.4328)..controls(31.0331,2.4328)and(30.8876,2.3673)..(30.6230,2.1295)--(30.6230,2.3630)-- + (29.9307,2.3630)--cycle; + +\pgftransformxshift{-35cm} +\pgftransformyshift{-5cm} + +% 'arkkitehtuurin' +\fill[color={#1}] + +(41.7607,1.6017)..controls(41.7916,1.7959)and(41.9305,1.8897).. +(42.1862,1.8897)..controls(42.4221,1.8897)and(42.5632,1.8046).. +(42.5632,1.6671)..controls(42.5632,1.5712)and(42.5081,1.5276).. +(42.3471,1.5035)--(41.9613,1.4381)..controls(41.2845,1.3290)and(41.0000,1.0955).. +(41.0000,0.6504)..controls(41.0000,0.1988)and(41.3550,-0.1023).. +(41.8864,-0.1023)..controls(42.1774,-0.1023)and(42.3428,-0.0434).. +(42.5830,0.1486)..controls(42.6073,0.0591)and(42.6073,0.0460).. +(42.6381,-0.0391)--(43.3635,-0.0391)..controls(43.2841,0.0809)and(43.2731,0.1136).. +(43.2731,0.3733)--(43.2731,1.4730)..controls(43.2731,1.8308)and(43.2092,2.0185).. +(43.0328,2.1712)..controls(42.8432,2.3368)and(42.5632,2.4219).. +(42.1972,2.4219)..controls(41.5160,2.4219)and(41.1698,2.1559).. +(41.1257,1.6017)--(41.7607,1.6017)--cycle +%--- +(42.5830,0.7333)..controls(42.4684,0.5304)and(42.2964,0.4322).. +(42.0627,0.4322)..controls(41.8423,0.4322)and(41.7011,0.5261).. +(41.7011,0.6853)..controls(41.7011,0.8294)and(41.8114,0.9123).. +(42.0672,0.9712)--(42.3229,1.0279)..controls(42.4420,1.0518)and(42.5081,1.0715).. +(42.5830,1.0999)--(42.5830,0.7333)--cycle +%--- +(43.8000,2.3521)--(43.8000,-0.0391)--(44.5121,-0.0391)--(44.5121,0.6351)..controls(44.5121,1.0999)and(44.5364,1.3246).. +(44.6069,1.4817)..controls(44.6863,1.6606)and(44.8869,1.7697).. +(45.1316,1.7697)..controls(45.1823,1.7697)and(45.2264,1.7653).. +(45.3124,1.7544)--(45.3124,2.4176)..controls(44.7965,2.4219)and(44.6157,2.3128).. +(44.4768,1.9290)--(44.4967,2.3521)--(43.8000,2.3521)--cycle +%--- +(47.2133,1.4509)--(48.1348,2.3630)--(47.2529,2.3630)--(46.5122,1.5404)--(46.5122,3.2727)--(45.8000,3.2727)--(45.8000,-0.0305)--(46.5122,-0.0305)--(46.5122,0.7680)--(46.7414,0.9906)--(47.3433,-0.0305)--(48.2142,-0.0305)--(47.2133,1.4509)--cycle +%--- +(50.0133,1.4509)--(50.9348,2.3630)--(50.0529,2.3630)--(49.3122,1.5404)--(49.3122,3.2727)--(48.6000,3.2727)--(48.6000,-0.0305)--(49.3122,-0.0305)--(49.3122,0.7680)--(49.5414,0.9906)--(50.1433,-0.0305)--(51.0142,-0.0305)--(50.0133,1.4509)--cycle +%--- +(52.0121,2.3630)--(51.3000,2.3630)--(51.3000,-0.0305)--(52.0121,-0.0305)--(52.0121,2.3630)--cycle +%--- +(52.0121,3.2727)--(51.3000,3.2727)--(51.3000,2.6945)--(52.0121,2.6945)--(52.0121,3.2727)--cycle +%--- +(53.9882,2.3238)--(53.5517,2.3238)--(53.5517,3.0809)--(52.8418,3.0809)--(52.8418,2.3238)--(52.5000,2.3238)--(52.5000,1.8308)--(52.8418,1.8308)--(52.8418,0.7399)..controls(52.8418,0.3668)and(52.8705,0.2380).. +(52.9807,0.1203)..controls(53.0865,0.0068)and(53.2409,-0.0391).. +(53.5517,-0.0391)--(53.9882,-0.0391)--(53.9882,0.4912)--(53.7325,0.4912)..controls(53.5672,0.4912)and(53.5517,0.5217).. +(53.5517,0.8970)--(53.5517,1.8308)--(53.9882,1.8308)--(53.9882,2.3238)--cycle +%--- +(56.7341,0.9600)..controls(56.7341,1.2786)and(56.6987,1.4903).. +(56.6238,1.6888)..controls(56.4474,2.1644)and(56.0572,2.4285).. +(55.5368,2.4285)..controls(54.8093,2.4285)and(54.3000,1.9070).. +(54.3000,1.1651)..controls(54.3000,0.4103)and(54.7939,-0.0938).. +(55.5412,-0.0938)..controls(56.1167,-0.0938)and(56.5687,0.2030).. +(56.7032,0.6677)--(55.9822,0.6677)..controls(55.8808,0.5194)and(55.7507,0.4560).. +(55.5611,0.4560)..controls(55.2569,0.4560)and(55.0606,0.6327).. +(55.0144,0.9600)--(56.7341,0.9600)--cycle +%--- +(55.0210,1.4576)..controls(55.0761,1.7346)and(55.2569,1.8917).. +(55.5302,1.8917)..controls(55.8058,1.8917)and(55.9712,1.7346).. +(56.0021,1.4576)--(55.0210,1.4576)--cycle +%--- +(57.9122,3.2641)--(57.2000,3.2641)--(57.2000,-0.0391)--(57.9122,-0.0391)--(57.9122,1.3050)..controls(57.9122,1.5581)and(57.9254,1.6257).. +(58.0070,1.7064)..controls(58.0819,1.7850)and(58.1966,1.8308).. +(58.3179,1.8308)..controls(58.4369,1.8308)and(58.5383,1.7850).. +(58.5979,1.7064)..controls(58.6618,1.6214)and(58.6772,1.5319).. +(58.6772,1.3050)--(58.6772,-0.0391)--(59.3894,-0.0391)--(59.3894,1.4337)..controls(59.3894,1.7959)and(59.3276,1.9988).. +(59.1733,2.1668)..controls(59.0189,2.3281)and(58.7919,2.4219).. +(58.5516,2.4219)..controls(58.3024,2.4219)and(58.1107,2.3368).. +(57.9122,2.1515)--(57.9122,3.2641)--cycle +%--- +(61.2882,2.3238)--(60.8517,2.3238)--(60.8517,3.0809)--(60.1418,3.0809)--(60.1418,2.3238)--(59.8000,2.3238)--(59.8000,1.8308)--(60.1418,1.8308)--(60.1418,0.7399)..controls(60.1418,0.3668)and(60.1705,0.2380).. +(60.2807,0.1203)..controls(60.3865,0.0068)and(60.5409,-0.0391).. +(60.8517,-0.0391)--(61.2882,-0.0391)--(61.2882,0.4912)--(61.0325,0.4912)..controls(60.8672,0.4912)and(60.8517,0.5217).. +(60.8517,0.8970)--(60.8517,1.8308)--(61.2882,1.8308)--(61.2882,2.3238)--cycle +%--- +(63.9893,2.3630)--(63.2794,2.3630)--(63.2794,1.0146)..controls(63.2794,0.7768)and(63.2683,0.7222).. +(63.2022,0.6394)..controls(63.1383,0.5498)and(63.0281,0.4997).. +(62.8980,0.4997)..controls(62.7679,0.4997)and(62.6533,0.5498).. +(62.5871,0.6394)..controls(62.5210,0.7222)and(62.5121,0.7833).. +(62.5121,1.0146)--(62.5121,2.3630)--(61.8000,2.3630)--(61.8000,0.8618)..controls(61.8000,0.5194)and(61.8662,0.3164).. +(62.0315,0.1527)..controls(62.1925,-0.0065)and(62.4218,-0.0938).. +(62.6731,-0.0938)..controls(62.9685,-0.0938)and(63.1427,-0.0065).. +(63.3124,0.2313)--(63.3124,-0.0305)--(63.9893,-0.0305)--(63.9893,2.3630)--cycle +%--- +(66.6893,2.3630)--(65.9794,2.3630)--(65.9794,1.0146)..controls(65.9794,0.7768)and(65.9683,0.7222).. +(65.9022,0.6394)..controls(65.8383,0.5498)and(65.7281,0.4997).. +(65.5980,0.4997)..controls(65.4679,0.4997)and(65.3533,0.5498).. +(65.2871,0.6394)..controls(65.2210,0.7222)and(65.2121,0.7833).. +(65.2121,1.0146)--(65.2121,2.3630)--(64.5000,2.3630)--(64.5000,0.8618)..controls(64.5000,0.5194)and(64.5662,0.3164).. +(64.7315,0.1527)..controls(64.8925,-0.0065)and(65.1218,-0.0938).. +(65.3731,-0.0938)..controls(65.6685,-0.0938)and(65.8427,-0.0065).. +(66.0124,0.2313)--(66.0124,-0.0305)--(66.6893,-0.0305)--(66.6893,2.3630)--cycle +%--- +(67.2000,2.3521)--(67.2000,-0.0391)--(67.9121,-0.0391)--(67.9121,0.6351)..controls(67.9121,1.0999)and(67.9364,1.3246).. +(68.0069,1.4817)..controls(68.0863,1.6606)and(68.2869,1.7697).. +(68.5316,1.7697)..controls(68.5823,1.7697)and(68.6264,1.7653).. +(68.7124,1.7544)--(68.7124,2.4176)..controls(68.1965,2.4219)and(68.0157,2.3128).. +(67.8768,1.9290)--(67.8967,2.3521)--(67.2000,2.3521)--cycle +%--- +(69.8121,2.3630)--(69.1000,2.3630)--(69.1000,-0.0305)--(69.8121,-0.0305)--(69.8121,2.3630)--cycle +%--- +(69.8121,3.2727)--(69.1000,3.2727)--(69.1000,2.6945)--(69.8121,2.6945)--(69.8121,3.2727)--cycle +%--- +(70.3000,2.3630)--(70.3000,-0.0305)--(71.0121,-0.0305)--(71.0121,1.3135)..controls(71.0121,1.5208)and(71.0364,1.6212).. +(71.1179,1.7085)..controls(71.1929,1.7935)and(71.3032,1.8394).. +(71.4223,1.8394)..controls(71.5479,1.8394)and(71.6538,1.7891).. +(71.7132,1.6997)..controls(71.7728,1.6103)and(71.7882,1.5164).. +(71.7882,1.2721)--(71.7882,-0.0305)--(72.4981,-0.0305)--(72.4981,1.5208)..controls(72.4981,2.0859)and(72.1785,2.4328).. +(71.6538,2.4328)..controls(71.4024,2.4328)and(71.2569,2.3673).. +(70.9923,2.1295)--(70.9923,2.3630)--(70.3000,2.3630)--cycle + +; + +\pgftransformxshift{41cm} + + % Letter k + \fill[color={#1}] + (35.1714,1.4509)--(36.0929,2.3630)--(35.2110,2.3630)--(34.4703,1.5404)--(34.4703,3.2727)-- + (33.7581,3.2727)--(33.7581,-.0305)--(34.4703,-.0305)--(34.4703,.7680)--(34.6995,.9906)--(35.3014,-.0305)-- + (36.1723,-.0305)--(35.1714,1.4509)--cycle + % Letter o + (37.5304,2.4285)..controls(36.7786,2.4285)and(36.2472,1.9026) + ..(36.2472,1.1695)..controls(36.2472,.4255)and(36.7786,-.0938)..(37.5304,-.0938)..controls(38.2756,-.0938)and + (38.8157,.4255)..(38.8157,1.1499)..controls(38.8157,1.9070)and(38.2955,2.4285)..(37.5304,2.4285) + % (inside) + (37.5304,1.8677)..controls + (37.8942,1.8677)and(38.1014,1.6146)..(38.1014,1.1542)..controls(38.1014,.7222)and(37.8898,.4648)..(37.5304,.4648)..controls + (37.1688,.4648)and(36.9638,.7222)..(36.9638,1.1695)..controls(36.9638,1.6103)and(37.1688,1.8677)..(37.5304,1.8677) + % Letter r + (39.2478,2.3630)--(39.2478,-.0305)--(39.9578,-.0305)--(39.9578,.6436)..controls(39.9578,1.1085)and(39.9842,1.3332).. + (40.0548,1.4903)..controls(40.1342,1.6691)and(40.3348,1.7782)..(40.5795,1.7782)..controls(40.6302,1.7782)and(40.6743,1.7739).. + (40.7603,1.7630)--(40.7603,2.4285)..controls(40.2444,2.4328)and(40.0636,2.3237)..(39.9247,1.9376)--(39.9446,2.3630)-- + (39.2478,2.3630)--cycle + % Letter k + (42.6829,1.4509)--(43.6044,2.3630)--(42.7225,2.3630)--(41.9817,1.5404)-- + (41.9817,3.2727)--(41.2718,3.2727)--(41.2718,-.0305)--(41.9817,-.0305)--(41.9817,.7680)--(42.2132,.9906)-- + (42.8129,-.0305)--(43.6860,-.0305)--(42.6829,1.4509)--cycle + % Letter e + (46.1950,.9600)..controls(46.1950,1.2786)and + (46.1596,1.4903)..(46.0847,1.6888)..controls(45.9083,2.1644)and(45.5181,2.4285)..(44.9978,2.4285)..controls + (44.2703,2.4285)and(43.7609,1.9070)..(43.7609,1.1651)..controls(43.7609,.4103)and + (44.2570,-.0938)..(45.0022,-.0938)..controls(45.5776,-.0938)and(46.0296,.2030)..(46.1641,.6677)-- + (45.4431,.6677)..controls(45.3417,.5194)and(45.2116,.4560)..(45.0220,.4560)..controls(44.7155,.4560)and(44.5215,.6327).. + (44.4753,.9600)--(46.1950,.9600)--cycle + % (inside) + (44.4819,1.4576)..controls(44.5370,1.7346)and(44.7155,1.8917).. + (44.9911,1.8917)..controls(45.2667,1.8917)and(45.4321,1.7346)..(45.4630,1.4576)--(44.4819,1.4576)--cycle + % letter a + (47.3569,1.6103)..controls(47.3855,1.8044)and(47.5266,1.8982)..(47.7824,1.8982)..controls + (48.0183,1.8982)and(48.1572,1.8132)..(48.1572,1.6757)..controls(48.1572,1.5797)and(48.1020,1.5361)..(47.9433,1.5099)-- + (47.5575,1.4466)..controls(46.8806,1.3375)and(46.5940,1.1041)..(46.5940,.6589)..controls(46.5940,.2073)and(46.9512,-.0938).. + (47.4803,-.0938)..controls(47.7713,-.0938)and(47.9367,-.0349)..(48.1770,.1571)..controls(48.2034,.0677)and(48.2034,.0545).. + (48.2321,-.0305)--(48.9596,-.0305)..controls(48.8781,.0895)and(48.8693,.1222)..(48.8693,.3818)--(48.8693,1.4815)..controls + (48.8693,1.8394)and(48.8031,2.0270)..(48.6289,2.1797)..controls(48.4372,2.3477)and(48.1572,2.4328)..(47.7911,2.4328)..controls + (47.1099,2.4328)and(46.7659,2.1644)..(46.7197,1.6103)--(47.3569,1.6103)--cycle + % (inside) + (48.1770,.7418)..controls + (48.0624,.5389)and(47.8926,.4408)..(47.6567,.4408)..controls(47.4362,.4408)and(47.2951,.5346).. + (47.2951,.6939)..controls(47.2951,.8379)and(47.4076,.9208)..(47.6611,.9797)--(47.9168,1.0364)..controls + (48.0381,1.0604)and(48.1020,1.0800)..(48.1770,1.1085)--(48.1770,.7418)--cycle + % Letter k + (50.9373,1.4509)--(51.8588,2.3630)-- + (50.9769,2.3630)--(50.2362,1.5404)--(50.2362,3.2727)--(49.5241,3.2727)--(49.5241,-.0305)--(50.2362,-.0305)-- + (50.2362,.7680)--(50.4655,.9906)--(51.0674,-.0305)--(51.9383,-.0305)--(50.9373,1.4509)--cycle + % Letter o + (53.3162,2.4285)..controls(52.5643,2.4285)and(52.0352,1.9026)..(52.0352,1.1695)..controls(52.0352,.4255)and + (52.5643,-.0938)..(53.3162,-.0938)..controls(54.0636,-.0938)and(54.6037,.4255)..(54.6037,1.1499)..controls(54.6037,1.9070)and + (54.0834,2.4285)..(53.3162,2.4285) + % (inside) + (53.3162,1.8677)..controls(53.6822,1.8677)and(53.8872,1.6146)..(53.8872,1.1542)..controls + (53.8872,.7222)and(53.6777,.4648)..(53.3162,.4648)..controls(52.9569,.4648)and(52.7496,.7222)..(52.7496,1.1695)..controls + (52.7496,1.6103)and(52.9569,1.8677)..(53.3162,1.8677) + % Letter u + (57.2979,2.3630)--(56.5880,2.3630)--(56.5880,1.0146)..controls + (56.5880,.7768)and(56.5769,.7222)..(56.5108,.6394)..controls(56.4469,.5498)and(56.3367,.4997)..(56.2066,.4997)..controls + (56.0765,.4997)and(55.9619,.5498)..(55.8957,.6394)..controls(55.8296,.7222)and(55.8207,.7833)..(55.8207,1.0146)-- + (55.8207,2.3630)--(55.1086,2.3630)--(55.1086,.8618)..controls(55.1086,.5194)and(55.1748,.3164)..(55.3401,.1527)..controls + (55.5011,-.0065)and(55.7304,-.0938)..(55.9817,-.0938)..controls(56.2771,-.0938)and(56.4513,-.0065)..(56.6210,.2313)-- + (56.6210,-.0305)--(57.2979,-.0305)--(57.2979,2.3630)--cycle + % Letter l + (58.7155,3.2727)--(58.0034,3.2727)--(58.0034,-.0305)-- + (58.7155,-.0305)--(58.7155,3.2727)--cycle + % Letter u + (61.5553,2.3630)--(60.8431,2.3630)--(60.8431,1.0146)..controls(60.8431,.7768)and + (60.8343,.7222)..(60.7682,.6394)..controls(60.7042,.5498)and(60.5940,.4997)..(60.4639,.4997)..controls(60.3338,.4997)and + (60.2170,.5498)..(60.1530,.6394)..controls(60.0869,.7222)and(60.0781,.7833)..(60.0781,1.0146)--(60.0781,2.3630)-- + (59.3659,2.3630)--(59.3659,.8618)..controls(59.3659,.5194)and(59.4320,.3164)..(59.5974,.1527)..controls(59.7584,-.0065)and + (59.9877,-.0938)..(60.2390,-.0938)..controls(60.5344,-.0938)and(60.7086,-.0065)..(60.8784,.2313)--(60.8784,-.0305)-- + (61.5553,-.0305)--(61.5553,2.3630)--cycle; +} +% Konstindustriella h{\"o}gskolan ---> Högskolan för konst, design och arkitektur +\newcommand{\TAIKSE}[1]{% + \fill[color={#1}] + % Letter S + (1.4300,1.9700)--(2.7307,3.2725)-- + (1.7452,3.2725)--(.6210,2.0528)--(.6210,3.2725)-- + (-.1176,3.2725)--(-.1176,-.0306)--(.6210,-.0306)--(.6210,1.1541)--(.9296,1.4661)--(1.9392,-.0306)-- + (2.8410,-.0306)--(1.4300,1.9700)--cycle + (4.1792,2.4259)..controls(3.4274,2.4259)and(2.8961,1.9024).. + (2.8961,1.1694)..controls(2.8961,.4253)and(3.4274,-.0961)..(4.1792,-.0961)..controls(4.9244,-.0961)and(5.4646,.4253).. + (5.4646,1.1476)..controls(5.4646,1.9068)and(4.9442,2.4259)..(4.1792,2.4259)(4.1792,1.8676)..controls(4.5429,1.8676)and + (4.7502,1.6144)..(4.7502,1.1541)..controls(4.7502,.7221)and(4.5386,.4646)..(4.1792,.4646)..controls(3.8176,.4646)and + (3.6126,.7221)..(3.6126,1.1694)..controls(3.6126,1.6100)and(3.8176,1.8676)..(4.1792,1.8676)(5.9474,2.3605)-- + (5.9474,-.0306)--(6.6573,-.0306)--(6.6573,1.3112)..controls(6.6573,1.5206)and(6.6815,1.6188)..(6.7631,1.7082)..controls + (6.8381,1.7934)and(6.9483,1.8370)..(7.0673,1.8370)..controls(7.1930,1.8370)and(7.2988,1.7868)..(7.3584,1.6973)..controls + (7.4179,1.6100)and(7.4334,1.5141)..(7.4334,1.2719)--(7.4334,-.0306)--(8.1455,-.0306)--(8.1455,1.5206)..controls + (8.1455,2.0833)and(7.8236,2.4303)..(7.2988,2.4303)..controls(7.0476,2.4303)and(6.9020,2.3648)..(6.6374,2.1270)-- + (6.6374,2.3605)--(5.9474,2.3605)--cycle + (10.7801,1.6450)..controls(10.7184,2.1466)and(10.3392,2.4259).. + (9.7174,2.4259)..controls(9.0759,2.4259)and(8.6856,2.1314)..(8.6856,1.6537)..controls(8.6856,1.2719)and(8.8907,1.0799).. + (9.4221,.9642)--(9.8630,.8661)..controls(10.0526,.8203)and(10.1342,.7570)..(10.1342,.6479)..controls(10.1342,.5082)and + (9.9843,.4144)..(9.7638,.4144)..controls(9.4772,.4144)and(9.3272,.5235)..(9.2875,.7461)--(8.6217,.7461)..controls + (8.6614,.2159)and(9.0759,-.0961)..(9.7483,-.0961)..controls(10.4185,-.0961)and(10.8353,.2224)..(10.8353,.7264)..controls + (10.8353,.9206)and(10.7691,1.0995)..(10.6544,1.2086)..controls(10.5486,1.3177)and(10.3987,1.3809)..(10.1033,1.4399)-- + (9.6579,1.5359)..controls(9.4331,1.5839)and(9.3625,1.6297)..(9.3625,1.7191)..controls(9.3625,1.8370)and(9.4970,1.9155).. + (9.7020,1.9155)..controls(9.9379,1.9155)and(10.0835,1.8217)..(10.1143,1.6450)--(10.7801,1.6450)--cycle + (12.6431,2.3300)--(12.2066,2.3300)--(12.2066,3.0892)--(11.4967,3.0892)--(11.4967,2.3300)--(11.1549,2.3300)-- + (11.1549,1.8370)--(11.4967,1.8370)--(11.4967,.7461)..controls(11.4967,.3751)and(11.5253,.2464)..(11.6355,.1264)..controls + (11.7414,.0130)and(11.8957,-.0306)..(12.2066,-.0306)--(12.6431,-.0306)--(12.6431,.4995)--(12.3874,.4995)..controls + (12.2221,.4995)and(12.2066,.5279)..(12.2066,.9053)--(12.2066,1.8370)--(12.6431,1.8370)--(12.6431,2.3300)--cycle + (13.9395,2.3605)--(13.2295,2.3605)--(13.2295,-.0306)--(13.9395,-.0306)--(13.9395,2.3605)--cycle + (13.9395,3.2725)--(13.2295,3.2725)--(13.2295,2.6921)--(13.9395,2.6921)--(13.9395,3.2725)--cycle + (14.6163,2.3605)-- + (14.6163,-.0306)--(15.3263,-.0306)--(15.3263,1.3112)..controls(15.3263,1.5206)and(15.3528,1.6188)..(15.4321,1.7082)..controls + (15.5071,1.7934)and(15.6173,1.8370)..(15.7386,1.8370)..controls(15.8642,1.8370)and(15.9678,1.7868)..(16.0274,1.6973)..controls + (16.0891,1.6100)and(16.1045,1.5141)..(16.1045,1.2719)--(16.1045,-.0306)--(16.8145,-.0306)--(16.8145,1.5206)..controls + (16.8145,2.0833)and(16.4948,2.4303)..(15.9678,2.4303)..controls(15.7187,2.4303)and(15.5732,2.3648)..(15.3064,2.1270)-- + (15.3064,2.3605)--(14.6163,2.3605)--cycle + (19.7048,3.2725)--(18.9927,3.2725)--(18.9927,2.1815)..controls + (18.8229,2.3561)and(18.6334,2.4303)..(18.3732,2.4303)..controls(17.7206,2.4303)and(17.2907,1.9264)..(17.2907,1.1628)..controls + (17.2907,.4100)and(17.7161,-.0961)..(18.3578,-.0961)..controls(18.6532,-.0961)and(18.8428,-.0067)..(19.0236,.2268)-- + (19.0236,-.0306)--(19.7048,-.0306)--(19.7048,3.2725)--cycle + (18.5032,1.8632)..controls(18.8142,1.8632)and(19.0192,1.5839).. + (19.0192,1.1585)..controls(19.0192,.7526)and(18.8075,.4733)..(18.5032,.4733)..controls(18.1968,.4733)and(17.9917,.7526).. + (17.9917,1.1694)..controls(17.9917,1.5839)and(18.1968,1.8632)..(18.5032,1.8632)(22.5445,2.3605)--(21.8324,2.3605)-- + (21.8324,1.0144)..controls(21.8324,.7766)and(21.8236,.7221)..(21.7575,.6370)..controls(21.6935,.5497)and(21.5833,.4995).. + (21.4531,.4995)..controls(21.3231,.4995)and(21.2063,.5497)..(21.1423,.6370)..controls(21.0762,.7221)and(21.0673,.7809).. + (21.0673,1.0144)--(21.0673,2.3605)--(20.3552,2.3605)--(20.3552,.8617)..controls(20.3552,.5191)and + (20.4214,.3162)..(20.5867,.1526)..controls(20.7455,-.0067)and(20.9770,-.0961)..(21.2283,-.0961).. + controls(21.5215,-.0961)and(21.6979,-.0067)..(21.8677,.2312)--(21.8677,-.0306)--(22.5445,-.0306)-- + (22.5445,2.3605)--cycle + (25.1836,1.6450)..controls(25.1240,2.1466)and(24.7426,2.4259)..(24.1231,2.4259)..controls + (23.4815,2.4259)and(23.0913,2.1314)..(23.0913,1.6537)..controls(23.0913,1.2719)and(23.2963,1.0799)..(23.8255,.9642)-- + (24.2664,.8661)..controls(24.4583,.8203)and(24.5376,.7570)..(24.5376,.6479)..controls(24.5376,.5082)and(24.3877,.4144).. + (24.1672,.4144)..controls(23.8806,.4144)and(23.7307,.5235)..(23.6909,.7461)--(23.0252,.7461)..controls(23.0649,.2159)and + (23.4815,-.0961)..(24.1518,-.0961)..controls(24.8242,-.0961)and(25.2387,.2224)..(25.2387,.7264)..controls(25.2387,.9206)and + (25.1748,1.0995)..(25.0579,1.2086)..controls(24.9543,1.3177)and(24.8043,1.3809)..(24.5067,1.4399)--(24.0614,1.5359)..controls + (23.8365,1.5839)and(23.7659,1.6297)..(23.7659,1.7191)..controls(23.7659,1.8370)and(23.9026,1.9155)..(24.1077,1.9155)..controls + (24.3436,1.9155)and(24.4869,1.8217)..(24.5177,1.6450)--(25.1836,1.6450)--cycle + (27.0223,2.3300)--(26.5858,2.3300)-- + (26.5858,3.0892)--(25.8759,3.0892)--(25.8759,2.3300)--(25.5341,2.3300)--(25.5341,1.8370)-- + (25.8759,1.8370)--(25.8759,.7461)..controls(25.8759,.3751)and(25.9045,.2464)..(26.0147,.1264)..controls(26.1206,.0130)and + (26.2749,-.0306)..(26.5858,-.0306)--(27.0223,-.0306)--(27.0223,.4995)--(26.7665,.4995)..controls(26.6012,.4995)and + (26.5858,.5279)..(26.5858,.9053)--(26.5858,1.8370)--(27.0223,1.8370)--(27.0223,2.3300)--cycle + (27.5823,2.3605)-- + (27.5823,-.0306)--(28.2945,-.0306)--(28.2945,.6435)..controls(28.2945,1.1082)and(28.3187,1.3308)..(28.3892,1.4900)..controls + (28.4686,1.6690)and(28.6693,1.7781)..(28.9140,1.7781)..controls(28.9646,1.7781)and(29.0110,1.7737)..(29.0948,1.7628)-- + (29.0948,2.4259)..controls(28.5788,2.4303)and(28.4003,2.3212)..(28.2591,1.9373)--(28.2790,2.3605)-- + (27.5823,2.3605)--cycle + (30.2677,2.3605)--(29.5555,2.3605)--(29.5555,-.0306)--(30.2677,-.0306)--(30.2677,2.3605)--cycle + (30.2677,3.2725)--(29.5555,3.2725)--(29.5555,2.6921)--(30.2677,2.6921)--(30.2677,3.2725)--cycle + (33.1823,.9599)..controls(33.1823,1.2762)and(33.1470,1.4900)..(33.0720,1.6886)..controls(32.8979,2.1619)and(32.5055,2.4259).. + (31.9851,2.4259)..controls(31.2598,2.4259)and(30.7483,1.9068)..(30.7483,1.1628)..controls(30.7483,.4100)and(31.2444,-.0961).. + (31.9895,-.0961)..controls(32.5672,-.0961)and(33.0169,.2006)..(33.1514,.6675)--(32.4305,.6675)..controls(32.3313,.5191)and + (32.2012,.4537)..(32.0116,.4537)..controls(31.7051,.4537)and(31.5089,.6326)..(31.4648,.9599)--(33.1823,.9599)--cycle + (31.4693,1.4552)..controls(31.5244,1.7323)and(31.7051,1.8915)..(31.9807,1.8915)..controls(32.2563,1.8915)and(32.4216,1.7323).. + (32.4504,1.4552)--(31.4693,1.4552)--cycle + (34.4037,3.2725)--(33.6938,3.2725)--(33.6938,-.0306)--(34.4037,-.0306)-- + (34.4037,3.2725)--cycle + (35.7927,3.2725)--(35.0806,3.2725)--(35.0806,-.0306)--(35.7927,-.0306)-- + (35.7927,3.2725)--cycle + (37.0846,1.6100)..controls(37.1133,1.8021)and(37.2544,1.8959)..(37.5102,1.8959)..controls(37.7460,1.8959)and + (37.8850,1.8130)..(37.8850,1.6734)..controls(37.8850,1.5795)and(37.8299,1.5359)..(37.6689,1.5097)--(37.2853,1.4464)..controls + (36.6084,1.3373)and(36.3218,1.1039)..(36.3218,.6566)..controls(36.3218,.2071)and(36.6790,-.0961)..(37.2081,-.0961)..controls + (37.4992,-.0961)and(37.6645,-.0373)..(37.9048,.1570)..controls(37.9313,.0675)and(37.9313,.0522)..(37.9599,-.0306)-- + (38.6875,-.0306)..controls(38.6059,.0871)and(38.5971,.1221)..(38.5971,.3795)--(38.5971,1.4814)..controls(38.5971,1.8370)and + (38.5310,2.0245)..(38.3568,2.1772)..controls(38.1649,2.3452)and(37.8850,2.4303)..(37.5190,2.4303)..controls(36.8378,2.4303)and + (36.4938,2.1619)..(36.4475,1.6100)--(37.0846,1.6100)--cycle + (37.9048,.7417)..controls(37.7901,.5388)and + (37.6204,.4385)..(37.3845,.4385)..controls(37.1640,.4385)and(37.0229,.5344)..(37.0229,.6915)..controls + (37.0229,.8355)and(37.1331,.9206)..(37.3889,.9795)--(37.6446,1.0341)..controls(37.7659,1.0580)and + (37.8299,1.0799)..(37.9048,1.1082)--(37.9048,.7417)--cycle + (41.0906,3.2725)--(40.3785,3.2725)--(40.3785,-.0306)-- + (41.0906,-.0306)--(41.0906,1.3112)..controls(41.0906,1.5643)and(41.1061,1.6341)..(41.1854,1.7126)..controls(41.2604,1.7934)and + (41.3772,1.8370)..(41.4963,1.8370)..controls(41.6176,1.8370)and(41.7168,1.7934)..(41.7763,1.7126)..controls(41.8425,1.6297)and + (41.8578,1.5403)..(41.8578,1.3112)--(41.8578,-.0306)--(42.5678,-.0306)--(42.5678,1.4399)..controls(42.5678,1.8021)and + (42.5082,2.0027)..(42.3539,2.1728)..controls(42.1974,2.3365)and(41.9725,2.4303)..(41.7322,2.4303)..controls(41.4809,2.4303)and + (41.2913,2.3452)..(41.0906,2.1576)--(41.0906,3.2725)--cycle + (44.3822,2.4259)..controls(43.6305,2.4259)and(43.0992,1.9024).. + (43.0992,1.1694)..controls(43.0992,.4253)and(43.6305,-.0961)..(44.3822,-.0961)..controls(45.1275,-.0961)and(45.6677,.4253).. + (45.6677,1.1476)..controls(45.6677,1.9068)and(45.1473,2.4259)..(44.3822,2.4259)(44.3822,1.8676)..controls(44.7460,1.8676)and + (44.9533,1.6144)..(44.9533,1.1541)..controls(44.9533,.7221)and(44.7417,.4646)..(44.3822,.4646)..controls(44.0207,.4646)and + (43.8157,.7221)..(43.8157,1.1694)..controls(43.8157,1.6100)and(44.0207,1.8676)..(44.3822,1.8676)(44.1905,3.2376)-- + (43.5401,3.2376)--(43.5401,2.6419)--(44.1905,2.6419)--(44.1905,3.2376)--cycle + (45.2289,3.2376)-- + (44.5763,3.2376)--(44.5763,2.6419)--(45.2289,2.6419)--(45.2289,3.2376)--cycle + (47.8370,2.3452)--(47.8569,2.0528)..controls + (47.6761,2.3103)and(47.4622,2.4259)..(47.1514,2.4259)..controls(46.5341,2.4259)and(46.0733,1.9221)..(46.0733,1.2523)..controls + (46.0733,.5780)and(46.5297,.0980)..(47.1669,.0980)..controls(47.4358,.0980)and(47.6056,.1613)..(47.8173,.3555)-- + (47.8173,.1962)..controls(47.8173,-.0416)and(47.7930,-.1245)..(47.6960,-.2096)..controls(47.6166,-.2794)and(47.4976,-.3143).. + (47.3454,-.3143)..controls(47.1117,-.3143)and(46.9706,-.2402)..(46.9199,-.0896)--(46.1835,-.0896)..controls(46.2342,-.5805)and + (46.6399,-.8532)..(47.3168,-.8532)..controls(47.7378,-.8532)and(48.0685,-.7441)..(48.2868,-.5325)..controls(48.4588,-.3688)and + (48.5139,-.1943)..(48.5139,.1962)--(48.5139,2.3452)--(47.8370,2.3452)--cycle + (47.2903,1.8567)..controls(47.6056,1.8567) + and(47.8260,1.6144)..(47.8260,1.2719)..controls(47.8260,.9053)and(47.6122,.6675).. + (47.2859,.6675)..controls(46.9706,.6675)and(46.7501,.9097)..(46.7501,1.2632)..controls(46.7501,1.6144) + and(46.9706,1.8567)..(47.2903,1.8567)(51.1728,1.6450)..controls(51.1133,2.1466)and(50.7318,2.4259).. + (50.1102,2.4259)..controls(49.4708,2.4259)and(49.0783,2.1314)..(49.0783,1.6537)..controls(49.0783,1.2719)and(49.2856,1.0799).. + (49.8147,.9642)--(50.2556,.8661)..controls(50.4475,.8203)and(50.5268,.7570)..(50.5268,.6479)..controls(50.5268,.5082)and + (50.3769,.4144)..(50.1564,.4144)..controls(49.8698,.4144)and(49.7199,.5235)..(49.6802,.7461)--(49.0144,.7461)..controls + (49.0541,.2159)and(49.4708,-.0961)..(50.1410,-.0961)..controls(50.8113,-.0961)and(51.2279,.2224)..(51.2279,.7264)..controls + (51.2279,.9206)and(51.1640,1.0995)..(51.0472,1.2086)..controls(50.9435,1.3177)and(50.7914,1.3809)..(50.4960,1.4399)-- + (50.0506,1.5359)..controls(49.8257,1.5839)and(49.7552,1.6297)..(49.7552,1.7191)..controls(49.7552,1.8370)and(49.8897,1.9155).. + (50.0969,1.9155)..controls(50.3306,1.9155)and(50.4761,1.8217)..(50.5070,1.6450)--(51.1728,1.6450)--cycle + (53.2210,1.4508)-- + (54.1425,2.3605)--(53.2607,2.3605)--(52.5199,1.5403)--(52.5199,3.2725)--(51.8078,3.2725)--(51.8078,-.0306)-- + (52.5199,-.0306)--(52.5199,.7679)--(52.7514,.9904)--(53.3511,-.0306)--(54.2220,-.0306)--(53.2210,1.4508)--cycle + (55.6307,2.4259)..controls(54.8790,2.4259)and(54.3476,1.9024)..(54.3476,1.1694)..controls(54.3476,.4253)and(54.8790,-.0961).. + (55.6307,-.0961)..controls(56.3759,-.0961)and(56.9183,.4253)..(56.9183,1.1476)..controls(56.9183,1.9068)and(56.3958,2.4259).. + (55.6307,2.4259)(55.6307,1.8676)..controls(55.9968,1.8676)and(56.2018,1.6144)..(56.2018,1.1541)..controls(56.2018,.7221)and + (55.9901,.4646)..(55.6307,.4646)..controls(55.2692,.4646)and(55.0641,.7221)..(55.0641,1.1694)..controls(55.0641,1.6100)and + (55.2692,1.8676)..(55.6307,1.8676)(58.1353,3.2725)--(57.4232,3.2725)--(57.4232,-.0306)-- + (58.1353,-.0306)--(58.1353,3.2725)--cycle + (59.4273,1.6100)..controls(59.4559,1.8021)and(59.5971,1.8959) + ..(59.8528,1.8959)..controls(60.0887,1.8959)and(60.2276,1.8130)..(60.2276,1.6734)..controls(60.2276,1.5795)and + (60.1725,1.5359)..(60.0137,1.5097)--(59.6279,1.4464)..controls(58.9511,1.3373)and(58.6645,1.1039)..(58.6645,.6566)..controls + (58.6645,.2071)and(59.0216,-.0961)..(59.5530,-.0961)..controls(59.8417,-.0961)and(60.0071,-.0373)..(60.2475,.1570)..controls + (60.2739,.0675)and(60.2739,.0522)..(60.3026,-.0306)--(61.0301,-.0306)..controls(60.9485,.0871)and(60.9397,.1221).. + (60.9397,.3795)--(60.9397,1.4814)..controls(60.9397,1.8370)and(60.8735,2.0245)..(60.6994,2.1772)..controls(60.5076,2.3452)and + (60.2276,2.4303)..(59.8616,2.4303)..controls(59.1803,2.4303)and(58.8364,2.1619)..(58.7901,1.6100)--(59.4273,1.6100)--cycle + (60.2475,.7417)..controls(60.1328,.5388)and(59.9630,.4385)..(59.7271,.4385)..controls + (59.5066,.4385)and(59.3677,.5344)..(59.3677,.6915)..controls(59.3677,.8355)and(59.4758,.9206).. + (59.7315,.9795)--(59.9873,1.0341)..controls(60.1086,1.0580)and(60.1725,1.0799)..(60.2475,1.1082)--(60.2475,.7417)--cycle + (61.6210,2.3605)--(61.6210,-.0306)--(62.3309,-.0306)--(62.3309,1.3112)..controls(62.3309,1.5206)and(62.3574,1.6188).. + (62.4367,1.7082)..controls(62.5117,1.7934)and(62.6220,1.8370)..(62.7432,1.8370)..controls(62.8666,1.8370)and(62.9725,1.7868).. + (63.0320,1.6973)..controls(63.0937,1.6100)and(63.1070,1.5141)..(63.1070,1.2719)--(63.1070,-.0306)--(63.8191,-.0306)-- + (63.8191,1.5206)..controls(63.8191,2.0833)and(63.4994,2.4303)..(62.9725,2.4303)..controls(62.7233,2.4303)and(62.5779,2.3648).. + (62.3110,2.1270)--(62.3110,2.3605)--(61.6210,2.3605)--cycle; +} +% School of Art and Design ---> School of Arts, Design and Architecture - DONE! +\newcommand{\TAIKEN}[1]{% + \fill[color={#1}] + % School of + % Letter S + (2.5000,2.2300)..controls(2.4714,2.5114) + and(2.4207,2.6794)..(2.3215,2.8386)..controls + (2.1165,3.1703)and(1.7241,3.3383)..(1.1685,3.3383)..controls(.3284,3.3383)and(-.1743,2.9565)..(-.1743,2.3172)..controls + (-.1743,2.0534)and(-.0772,1.8155)..(.0926,1.6715)..controls(.2425,1.5428)and(.4629,1.4490)..(.8179,1.3639)-- + (1.4242,1.2155)..controls(1.6601,1.1566)and(1.7858,1.0409)..(1.7858,.8773)..controls(1.7858,.6504)and(1.5499,.5064).. + (1.1640,.5064)..controls(.7076,.5064)and(.4916,.6744)..(.4784,1.0518)--(-.2735,1.0518)..controls(-.2690,.3122)and + (.2535,-.1132)..(1.1530,-.1132)..controls(2.0194,-.1132)and(2.5484,.3079)..(2.5484,.9930)..controls(2.5484,1.2548)and + (2.4670,1.4686)..(2.2950,1.6214)..controls(2.1363,1.7697)and(1.9312,1.8591)..(1.5587,1.9486)--(.8840,2.1014)..controls + (.6790,2.1515)and(.5776,2.2430)..(.5776,2.3827)..controls(.5776,2.5900)and(.7936,2.7186)..(1.1486,2.7186)..controls + (1.5256,2.7186)and(1.7504,2.5550)..(1.7504,2.2845)--(1.7504,2.2300)--(2.5000,2.2300)--cycle + +% letter c +(5.2977,1.4926)..controls(5.2536,2.0621)and(4.8237,2.4176).. +(4.1909,2.4176)..controls(3.4259,2.4176)and(2.9651,1.9377).. +(2.9651,1.1500)..controls(2.9651,0.3821)and(3.4303,-0.1023).. +(4.1667,-0.1023)..controls(4.8082,-0.1023)and(5.2294,0.2380).. +(5.3286,0.8424)--(4.6385,0.8773)..controls(4.5812,0.5959)and(4.4423,0.4671).. +(4.1866,0.4671)..controls(3.8559,0.4671)and(3.6816,0.7137).. +(3.6816,1.1697)..controls(3.6816,1.6061)and(3.8559,1.8505).. +(4.1821,1.8505)..controls(4.4181,1.8505)and(4.5812,1.7152).. +(4.6231,1.4926)--(5.2977,1.4926)--cycle + + % letter h + (6.5566,3.2641)--(5.8444,3.2641)-- + (5.8444,-.0391)--(6.5566,-.0391)--(6.5566,1.3050)..controls(6.5566,1.5581)and(6.5698,1.6257)..(6.6514,1.7064)..controls + (6.7263,1.7850)and(6.8410,1.8308)..(6.9623,1.8308)..controls(7.0813,1.8308)and(7.1827,1.7850)..(7.2423,1.7064)..controls + (7.3062,1.6214)and(7.3216,1.5319)..(7.3216,1.3050)--(7.3216,-.0391)--(8.0338,-.0391)--(8.0338,1.4337)..controls + (8.0338,1.7959)and(7.9720,1.9988)..(7.8177,2.1668)..controls(7.6633,2.3281)and(7.4363,2.4219)..(7.1960,2.4219)..controls + (6.9468,2.4219)and(6.7551,2.3368)..(6.5566,2.1515)--(6.5566,3.2641)--cycle + % letter o + (9.8703,2.4176)..controls + (9.1207,2.4176)and(8.5893,1.8941)..(8.5893,1.1609)..controls(8.5893,.4170)and(9.1207,-.1023)..(9.8703,-.1023)..controls + (10.6177,-.1023)and(11.1578,.4170)..(11.1578,1.1414)..controls(11.1578,1.8985)and(10.6375,2.4176)..(9.8703,2.4176) + % inside + (9.8703,1.8591)..controls(10.2363,1.8591)and(10.4413,1.6061)..(10.4413,1.1457)..controls(10.4413,.7137)and(10.2318,.4562).. + (9.8703,.4562)..controls(9.5110,.4562)and(9.3059,.7137)..(9.3059,1.1609)..controls(9.3059,1.6017)and(9.5110,1.8591).. + (9.8703,1.8591) + % letter o + (12.8753,2.4176)..controls(12.1257,2.4176)and(11.5944,1.8941)..(11.5944,1.1609)..controls(11.5944,.4170)and + (12.1257,-.1023)..(12.8753,-.1023)..controls(13.6228,-.1023)and(14.1629,.4170)..(14.1629,1.1414)..controls(14.1629,1.8985)and + (13.6426,2.4176)..(12.8753,2.4176) + % inside + (12.8753,1.8591)..controls(13.2413,1.8591)and(13.4464,1.6061).. + (13.4464,1.1457)..controls(13.4464,.7137)and(13.2369,.4562)..(12.8753,.4562)..controls + (12.5160,.4562)and(12.3110,.7137)..(12.3110,1.1609)..controls(12.3110,1.6017)and(12.5160,1.8591).. + (12.8753,1.8591) + % letter l + (15.4306,3.2641)--(14.7184,3.2641)--(14.7184,-.0391)--(15.4306,-.0391)--(15.4306,3.2641)--cycle + % letter o + (18.1953,2.4176)..controls(17.4435,2.4176)and(16.9121,1.8941)..(16.9121,1.1609)..controls(16.9121,.4170)and(17.4435,-.1023).. + (18.1953,-.1023)..controls(18.9405,-.1023)and(19.4829,.4170)..(19.4829,1.1414)..controls(19.4829,1.8985)and(18.9625,2.4176).. + (18.1953,2.4176) + % inside + (18.1953,1.8591)..controls(18.5613,1.8591)and(18.7664,1.6061)..(18.7664,1.1457).. + controls(18.7664,.7137)and(18.5569,.4562)..(18.1953,.4562)..controls(17.8338,.4562)and + (17.6287,.7137)..(17.6287,1.1609)..controls(17.6287,1.6017)and(17.8338,1.8591)..(18.1953,1.8591) + % letter f + (21.2753,2.3238)--(20.8145,2.3238)--(20.8145,2.4918)..controls(20.8145,2.6292)and(20.9005,2.7056).. + (21.0659,2.7056)--(21.2753,2.7056)--(21.2753,3.2641)--(20.8851,3.2641)..controls(20.3582,3.2641)and(20.1046,3.0110).. + (20.1046,2.4961)--(20.1046,2.3238)--(19.7672,2.3238)--(19.7672,1.8308)--(20.1046,1.8308)-- + (20.1046,-.0391)--(20.8145,-.0391)--(20.8145,1.8308)--(21.2753,1.8308)--(21.2753,2.3238)--cycle + +% 'Arts' +% Letter A +(24.6066,0.6264)--(24.7874,-0.0391)--(25.6385,-0.0391)--(24.5758,3.2641)--(23.6388,3.2641)--(22.4725,-0.0391)-- +(23.2882,-0.0391)--(23.4999,0.6264)--(24.6066,0.6264)--cycle +% (inside) +(24.4413,1.2352)--(23.6851,1.2352)--(24.0908,2.5266)--(24.4413,1.2352)--cycle + +% Letter r +(26.0287,2.3521)--(26.0287,-0.0391)--(26.7408,-0.0391)--(26.7408,0.6351)..controls(26.7408,1.0999)and(26.7651,1.3246).. +(26.8356,1.4817)..controls(26.9150,1.6606)and(27.1156,1.7697).. +(27.3603,1.7697)..controls(27.4110,1.7697)and(27.4551,1.7653).. +(27.5411,1.7544)--(27.5411,2.4176)..controls(27.0252,2.4219)and(26.8444,2.3128).. +(26.7055,1.9290)--(26.7254,2.3521)--(26.0287,2.3521)--cycle + +% Letter t +(29.3798,2.3238)--(28.9433,2.3238)--(28.9433,3.0809)--(28.2334,3.0809)--(28.2334,2.3238)--(27.8916,2.3238)-- +(27.8916,1.8308)--(28.2334,1.8308)--(28.2334,0.7399)..controls(28.2334,0.3668)and(28.2621,0.2380).. +(28.3723,0.1203)..controls(28.4781,0.0068)and(28.6325,-0.0391).. +(28.9433,-0.0391)--(29.3798,-0.0391)--(29.3798,0.4912)--(29.1241,0.4912)..controls(28.9588,0.4912)and(28.9433,0.5217).. +(28.9433,0.8970)--(28.9433,1.8308)--(29.3798,1.8308)--(29.3798,2.3238)--cycle + +% Insert letter s +(31.9606,1.6367)..controls(31.8989,2.1428)and(31.5196,2.4176).. +(30.8979,2.4176)..controls(30.2564,2.4176)and(29.8661,2.1276).. +(29.8661,1.6453)..controls(29.8661,1.2657)and(30.0711,1.0715).. +(30.6025,0.9580)--(31.0435,0.8577)..controls(31.2330,0.8141)and(31.3146,0.7486).. +(31.3146,0.6395)..controls(31.3146,0.5021)and(31.1625,0.4082).. +(30.9420,0.4082)..controls(30.6576,0.4082)and(30.5077,0.5151).. +(30.4680,0.7399)--(29.8000,0.7399)..controls(29.8419,0.2097)and(30.2564,-0.1023).. +(30.9288,-0.1023)..controls(31.5991,-0.1023)and(32.0157,0.2141).. +(32.0157,0.7203)..controls(32.0157,0.9123)and(31.9496,1.0912).. +(31.8349,1.2003)..controls(31.7291,1.3094)and(31.5792,1.3726).. +(31.2837,1.4337)--(30.8384,1.5276)..controls(30.6113,1.5777)and(30.5430,1.6214).. +(30.5430,1.7108)..controls(30.5430,1.8308)and(30.6774,1.9094).. +(30.8825,1.9094)..controls(31.1184,1.9094)and(31.2639,1.8155).. +(31.2926,1.6367)--(31.9606,1.6367)--cycle; + +\begin{pgfscope}% +\pgftransformxshift{29.5cm} +\pgftransformyshift{-2.4cm} +\pgftransformscale{0.14}% +% Synthesise comma +\fill[color={#1}] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; +\end{pgfscope}% + +\pgftransformxshift{-6.0cm}% To the right place -- dirty trick + + % Letter D + \fill[color={#1}] + (40.6834,-.0391)-- + (41.8409,-.0391)..controls(42.4605,-.0391)and(42.8330,.0897)..(43.1219,.3973)..controls(43.3975,.6941)and(43.5584,1.1500).. + (43.5584,1.6323)..controls(43.5584,2.0926)and(43.4129,2.5114)..(43.1483,2.8081)..controls(42.8463,3.1463)and(42.4913,3.2641).. + (41.8144,3.2641)--(40.6834,3.2641)--(40.6834,-.0391)--cycle + % (inside) + (41.4353,.5959)--(41.4353,2.6292)-- + (41.9908,2.6292)..controls(42.2951,2.6292)and(42.5023,2.5266)..(42.6325,2.2976)..controls(42.7427,2.1123)and(42.7912,1.8941).. + (42.7912,1.6170)..controls(42.7912,1.3290)and(42.7361,1.0999)..(42.6259,.9166)..controls(42.4869,.6897)and(42.2819,.5959).. + (41.9401,.5959)--(41.4353,.5959)--cycle + % Letter e + (46.4025,.9515)..controls(46.4025,1.2700)and(46.3672,1.4817).. + (46.2923,1.6803)..controls(46.1181,2.1559)and(45.7257,2.4176)..(45.2054,2.4176)..controls(44.4800,2.4176)and + (43.9685,1.8985)..(43.9685,1.1566)..controls(43.9685,.4017)and(44.4645,-.1023)..(45.2120,-.1023)..controls(45.7874,-.1023)and + (46.2372,.1944)..(46.3739,.6591)--(45.6507,.6591)..controls(45.5514,.5108)and(45.4214,.4475)..(45.2318,.4475)..controls + (44.9254,.4475)and(44.7291,.6264)..(44.6850,.9515)--(46.4025,.9515)--cycle + % (inside) + (44.6894,1.4490)..controls(44.7446,1.7261) + and(44.9254,1.8853)..(45.2009,1.8853)..controls(45.4765,1.8853)and(45.6419,1.7261).. + (45.6727,1.4490)--(44.6894,1.4490)--cycle + % Letter s + (48.9732,1.6367)..controls(48.9115,2.1428)and(48.5322,2.4176) + ..(47.9105,2.4176)..controls(47.2690,2.4176)and(46.8787,2.1276)..(46.8787,1.6453)..controls(46.8787,1.2657)and + (47.0837,1.0715)..(47.6151,.9580)--(48.0561,.8577)..controls(48.2456,.8141)and(48.3272,.7486)..(48.3272,.6395)..controls + (48.3272,.5021)and(48.1751,.4082)..(47.9546,.4082)..controls(47.6702,.4082)and(47.5203,.5151)..(47.4806,.7399)-- + (46.8126,.7399)..controls(46.8545,.2097)and(47.2690,-.1023)..(47.9414,-.1023)..controls(48.6117,-.1023)and(49.0283,.2141).. + (49.0283,.7203)..controls(49.0283,.9123)and(48.9622,1.0912)..(48.8475,1.2003)..controls(48.7417,1.3094)and(48.5918,1.3726).. + (48.2963,1.4337)--(47.8510,1.5276)..controls(47.6239,1.5777)and(47.5556,1.6214)..(47.5556,1.7108)..controls(47.5556,1.8308)and + (47.6900,1.9094)..(47.8951,1.9094)..controls(48.1310,1.9094)and(48.2765,1.8155)..(48.3052,1.6367)--(48.9732,1.6367)--cycle + % letter i + (50.2939,2.3521)--(49.5839,2.3521)--(49.5839,-.0391)--(50.2939,-.0391)--(50.2939,2.3521)--cycle + % (dot) + (50.2939,3.2641)-- (49.5839,3.2641)--(49.5839,2.6859)--(50.2939,2.6859)--(50.2939,3.2641)--cycle + % Letter g + (52.5823,2.3368)-- + (52.6044,2.0468)..controls(52.4236,2.3041)and(52.2075,2.4176)..(51.8967,2.4176)..controls(51.2816,2.4176)and(50.8207,1.9137).. + (50.8207,1.2439)..controls(50.8207,.5697)and(51.2771,.0897)..(51.9121,.0897)..controls(52.1833,.0897)and(52.3530,.1551).. + (52.5625,.3471)--(52.5625,.1900)..controls(52.5625,-.0478)and(52.5382,-.1329)..(52.4435,-.2179)..controls(52.3640,-.2878)and + (52.2428,-.3205)..(52.0929,-.3205)..controls(51.8569,-.3205)and(51.7159,-.2464)..(51.6674,-.0979)--(50.9310,-.0979)..controls + (50.9817,-.5888)and(51.3874,-.8616)..(52.0621,-.8616)..controls(52.4831,-.8616)and(52.8138,-.7525)..(53.0343,-.5387)..controls + (53.2041,-.3750)and(53.2592,-.2027)..(53.2592,.1900)--(53.2592,2.3368)--(52.5823,2.3368)--cycle + % (inside) + (52.0378,1.8505)..controls(52.3530,1.8505)and(52.5735,1.6061)..(52.5735,1.2657)..controls(52.5735,.8970)and + (52.3574,.6591)..(52.0333,.6591)..controls(51.7159,.6591)and(51.4976,.9035)..(51.4976,1.2548)..controls(51.4976,1.6061)and + (51.7159,1.8505)..(52.0378,1.8505) + % Letter n + (53.9361,2.3521)--(53.9361,-.0391)--(54.6459,-.0391)--(54.6459,1.3050)..controls + (54.6459,1.5123)and(54.6724,1.6126)..(54.7518,1.6999)..controls(54.8267,1.7850)and(54.9370,1.8308)..(55.0582,1.8308)..controls + (55.1839,1.8308)and(55.2875,1.7806)..(55.3471,1.6912)..controls(55.4088,1.6017)and(55.4243,1.5079)..(55.4243,1.2657)-- + (55.4243,-.0391)--(56.1341,-.0391)--(56.1341,1.5123)..controls(56.1341,2.0773)and(55.8144,2.4219)..(55.2875,2.4219)..controls + (55.0384,2.4219)and(54.8929,2.3586)..(54.6261,2.1232)--(54.6261,2.3521)--(53.9361,2.3521)--cycle; + + +\pgftransformyshift{-5cm}% second row +\pgftransformxshift{-25.0cm}% To the right place + +% Insert 'and' + +% Letter a +\fill[color={#1}] +(31.5824,1.6017)..controls(31.6133,1.7959)and(31.7522,1.8897).. +(32.0079,1.8897)..controls(32.2438,1.8897)and(32.3849,1.8046).. +(32.3849,1.6671)..controls(32.3849,1.5712)and(32.3298,1.5276).. +(32.1688,1.5035)--(31.7830,1.4381)..controls(31.1062,1.3290)and(30.8217,1.0955).. +(30.8217,0.6504)..controls(30.8217,0.1988)and(31.1767,-0.1023).. +(31.7081,-0.1023)..controls(31.9991,-0.1023)and(32.1645,-0.0434).. +(32.4047,0.1486)..controls(32.4290,0.0591)and(32.4290,0.0460).. +(32.4598,-0.0391)--(33.1852,-0.0391)..controls(33.1058,0.0809)and(33.0948,0.1136).. +(33.0948,0.3733)--(33.0948,1.4730)..controls(33.0948,1.8308)and(33.0309,2.0185).. +(32.8545,2.1712)..controls(32.6649,2.3368)and(32.3849,2.4219).. +(32.0189,2.4219)..controls(31.3377,2.4219)and(30.9915,2.1559).. +(30.9474,1.6017)--(31.5824,1.6017)--cycle +% (inside) +(32.4047,0.7333)..controls(32.2901,0.5304)and(32.1181,0.4322).. +(31.8844,0.4322)..controls(31.6640,0.4322)and(31.5228,0.5261).. +(31.5228,0.6853)..controls(31.5228,0.8294)and(31.6331,0.9123).. +(31.8889,0.9712)--(32.1446,1.0279)..controls(32.2637,1.0518)and(32.3298,1.0715).. +(32.4047,1.0999)--(32.4047,0.7333)--cycle + + % Letter n + (33.7761,2.3521)--(33.7761,-.0391)--(34.4882,-.0391)-- + (34.4882,1.3050)..controls(34.4882,1.5123)and(34.5125,1.6126)..(34.5940,1.6999)..controls(34.6690,1.7850)and(34.7792,1.8308).. + (34.8983,1.8308)..controls(35.0239,1.8308)and(35.1298,1.7806)..(35.1893,1.6912)..controls(35.2488,1.6017)and(35.2643,1.5079).. + (35.2643,1.2657)--(35.2643,-.0391)--(35.9742,-.0391)--(35.9742,1.5123)..controls(35.9742,2.0773)and(35.6545,2.4219).. + (35.1298,2.4219)..controls(34.8784,2.4219)and(34.7330,2.3586)..(34.4684,2.1232)--(34.4684,2.3521)--(33.7761,2.3521)--cycle + % Letter d + (38.8645,3.2641)--(38.1546,3.2641)--(38.1546,2.1755)..controls(37.9849,2.3477)and(37.7931,2.4219)..(37.5330,2.4219)..controls + (36.8826,2.4219)and(36.4504,1.9181)..(36.4504,1.1566)..controls(36.4504,.4017)and(36.8759,-.1023)..(37.5175,-.1023)..controls + (37.8129,-.1023)and(38.0047,-.0150)..(38.1833,.2184)--(38.1833,-.0391)--(38.8645,-.0391)--(38.8645,3.2641)--cycle + % (inside) + (37.6630,1.8548)..controls(37.9739,1.8548)and(38.1789,1.5777)..(38.1789,1.1500)..controls(38.1789,.7442) + and(37.9695,.4671)..(37.6630,.4671)..controls(37.3587,.4671)and(37.1515,.7442).. + (37.1515,1.1609)..controls(37.1515,1.5777)and(37.3587,1.8548)..(37.6630,1.8548); + +% synthesise 'Architecture' +\fill[color={#1}] +(43.1341,0.6264)--(43.3149,-0.0391)--(44.1660,-0.0391)--(43.1033,3.2641)--(42.1663,3.2641)--(41.0000,-0.0391)--(41.8157,-0.0391)--(42.0274,0.6264)--(43.1341,0.6264)--cycle +(42.9688,1.2352)--(42.2126,1.2352)--(42.6183,2.5266)--(42.9688,1.2352)--cycle +(44.4000,2.3521)--(44.4000,-0.0391)--(45.1121,-0.0391)--(45.1121,0.6351)..controls(45.1121,1.0999)and(45.1364,1.3246).. +(45.2069,1.4817)..controls(45.2863,1.6606)and(45.4869,1.7697).. +(45.7316,1.7697)..controls(45.7823,1.7697)and(45.8264,1.7653).. +(45.9124,1.7544)--(45.9124,2.4176)..controls(45.3965,2.4219)and(45.2157,2.3128).. +(45.0768,1.9290)--(45.0967,2.3521)--(44.4000,2.3521)--cycle +(48.5326,1.4926)..controls(48.4885,2.0621)and(48.0586,2.4176).. +(47.4258,2.4176)..controls(46.6608,2.4176)and(46.2000,1.9377).. +(46.2000,1.1500)..controls(46.2000,0.3821)and(46.6652,-0.1023).. +(47.4016,-0.1023)..controls(48.0431,-0.1023)and(48.4643,0.2380).. +(48.5635,0.8424)--(47.8734,0.8773)..controls(47.8161,0.5959)and(47.6772,0.4671).. +(47.4215,0.4671)..controls(47.0908,0.4671)and(46.9165,0.7137).. +(46.9165,1.1697)..controls(46.9165,1.6061)and(47.0908,1.8505).. +(47.4170,1.8505)..controls(47.6530,1.8505)and(47.8161,1.7152).. +(47.8580,1.4926)--(48.5326,1.4926)--cycle +(49.6122,3.2641)--(48.9000,3.2641)--(48.9000,-0.0391)--(49.6122,-0.0391)--(49.6122,1.3050)..controls(49.6122,1.5581)and(49.6254,1.6257).. +(49.7070,1.7064)..controls(49.7819,1.7850)and(49.8966,1.8308).. +(50.0179,1.8308)..controls(50.1369,1.8308)and(50.2383,1.7850).. +(50.2979,1.7064)..controls(50.3618,1.6214)and(50.3772,1.5319).. +(50.3772,1.3050)--(50.3772,-0.0391)--(51.0894,-0.0391)--(51.0894,1.4337)..controls(51.0894,1.7959)and(51.0276,1.9988).. +(50.8733,2.1668)..controls(50.7189,2.3281)and(50.4919,2.4219).. +(50.2516,2.4219)..controls(50.0024,2.4219)and(49.8107,2.3368).. +(49.6122,2.1515)--(49.6122,3.2641)--cycle +(52.5121,2.3630)--(51.8000,2.3630)--(51.8000,-0.0305)--(52.5121,-0.0305)--(52.5121,2.3630)--cycle +(52.5121,3.2727)--(51.8000,3.2727)--(51.8000,2.6945)--(52.5121,2.6945)--(52.5121,3.2727)--cycle +(54.4882,2.3238)--(54.0517,2.3238)--(54.0517,3.0809)--(53.3418,3.0809)--(53.3418,2.3238)--(53.0000,2.3238)--(53.0000,1.8308)--(53.3418,1.8308)--(53.3418,0.7399)..controls(53.3418,0.3668)and(53.3705,0.2380).. +(53.4807,0.1203)..controls(53.5865,0.0068)and(53.7409,-0.0391).. +(54.0517,-0.0391)--(54.4882,-0.0391)--(54.4882,0.4912)--(54.2325,0.4912)..controls(54.0672,0.4912)and(54.0517,0.5217).. +(54.0517,0.8970)--(54.0517,1.8308)--(54.4882,1.8308)--(54.4882,2.3238)--cycle +(57.2341,0.9600)..controls(57.2341,1.2786)and(57.1987,1.4903).. +(57.1238,1.6888)..controls(56.9474,2.1644)and(56.5572,2.4285).. +(56.0368,2.4285)..controls(55.3093,2.4285)and(54.8000,1.9070).. +(54.8000,1.1651)..controls(54.8000,0.4103)and(55.2939,-0.0938).. +(56.0412,-0.0938)..controls(56.6167,-0.0938)and(57.0687,0.2030).. +(57.2032,0.6677)--(56.4822,0.6677)..controls(56.3808,0.5194)and(56.2507,0.4560).. +(56.0611,0.4560)..controls(55.7569,0.4560)and(55.5606,0.6327).. +(55.5144,0.9600)--(57.2341,0.9600)--cycle +(55.5210,1.4576)..controls(55.5761,1.7346)and(55.7569,1.8917).. +(56.0302,1.8917)..controls(56.3058,1.8917)and(56.4712,1.7346).. +(56.5021,1.4576)--(55.5210,1.4576)--cycle +(59.8326,1.4926)..controls(59.7885,2.0621)and(59.3586,2.4176).. +(58.7258,2.4176)..controls(57.9608,2.4176)and(57.5000,1.9377).. +(57.5000,1.1500)..controls(57.5000,0.3821)and(57.9652,-0.1023).. +(58.7016,-0.1023)..controls(59.3431,-0.1023)and(59.7643,0.2380).. +(59.8635,0.8424)--(59.1734,0.8773)..controls(59.1161,0.5959)and(58.9772,0.4671).. +(58.7215,0.4671)..controls(58.3908,0.4671)and(58.2165,0.7137).. +(58.2165,1.1697)..controls(58.2165,1.6061)and(58.3908,1.8505).. +(58.7170,1.8505)..controls(58.9530,1.8505)and(59.1161,1.7152).. +(59.1580,1.4926)--(59.8326,1.4926)--cycle +(61.5882,2.3238)--(61.1517,2.3238)--(61.1517,3.0809)--(60.4418,3.0809)--(60.4418,2.3238)--(60.1000,2.3238)--(60.1000,1.8308)--(60.4418,1.8308)--(60.4418,0.7399)..controls(60.4418,0.3668)and(60.4705,0.2380).. +(60.5807,0.1203)..controls(60.6865,0.0068)and(60.8409,-0.0391).. +(61.1517,-0.0391)--(61.5882,-0.0391)--(61.5882,0.4912)--(61.3325,0.4912)..controls(61.1672,0.4912)and(61.1517,0.5217).. +(61.1517,0.8970)--(61.1517,1.8308)--(61.5882,1.8308)--(61.5882,2.3238)--cycle +(64.0893,2.3630)--(63.3794,2.3630)--(63.3794,1.0146)..controls(63.3794,0.7768)and(63.3683,0.7222).. +(63.3022,0.6394)..controls(63.2383,0.5498)and(63.1281,0.4997).. +(62.9980,0.4997)..controls(62.8679,0.4997)and(62.7533,0.5498).. +(62.6871,0.6394)..controls(62.6210,0.7222)and(62.6121,0.7833).. +(62.6121,1.0146)--(62.6121,2.3630)--(61.9000,2.3630)--(61.9000,0.8618)..controls(61.9000,0.5194)and(61.9662,0.3164).. +(62.1315,0.1527)..controls(62.2925,-0.0065)and(62.5218,-0.0938).. +(62.7731,-0.0938)..controls(63.0685,-0.0938)and(63.2427,-0.0065).. +(63.4124,0.2313)--(63.4124,-0.0305)--(64.0893,-0.0305)--(64.0893,2.3630)--cycle +(64.6000,2.3521)--(64.6000,-0.0391)--(65.3121,-0.0391)--(65.3121,0.6351)..controls(65.3121,1.0999)and(65.3364,1.3246).. +(65.4069,1.4817)..controls(65.4863,1.6606)and(65.6869,1.7697).. +(65.9316,1.7697)..controls(65.9823,1.7697)and(66.0264,1.7653).. +(66.1124,1.7544)--(66.1124,2.4176)..controls(65.5965,2.4219)and(65.4157,2.3128).. +(65.2768,1.9290)--(65.2967,2.3521)--(64.6000,2.3521)--cycle +(68.7341,0.9600)..controls(68.7341,1.2786)and(68.6987,1.4903).. +(68.6238,1.6888)..controls(68.4474,2.1644)and(68.0572,2.4285).. +(67.5368,2.4285)..controls(66.8093,2.4285)and(66.3000,1.9070).. +(66.3000,1.1651)..controls(66.3000,0.4103)and(66.7939,-0.0938).. +(67.5412,-0.0938)..controls(68.1167,-0.0938)and(68.5687,0.2030).. +(68.7032,0.6677)--(67.9822,0.6677)..controls(67.8808,0.5194)and(67.7507,0.4560).. +(67.5611,0.4560)..controls(67.2569,0.4560)and(67.0606,0.6327).. +(67.0144,0.9600)--(68.7341,0.9600)--cycle +(67.0210,1.4576)..controls(67.0761,1.7346)and(67.2569,1.8917).. +(67.5302,1.8917)..controls(67.8058,1.8917)and(67.9712,1.7346).. +(68.0021,1.4576)--(67.0210,1.4576)--cycle +; +} + +% Kauppakorkeakoulu +\newcommand{\ECONFI}[1]{% + \fill[color={#1}] (1.4200,1.9700)--(2.7207,3.2725)-- + (1.7352,3.2725)--(.6110,2.0528)--(.6110,3.2725)-- + (-.1276,3.2725)--(-.1276,-.0306)--(.6110,-.0306)--(.6110,1.1541)--(.9196,1.4661)--(1.9292,-.0306)-- + (2.8310,-.0306)--(1.4200,1.9700)--cycle(3.7525,1.6100)..controls(3.7833,1.8021)and(3.9223,1.8959).. + (4.1780,1.8959)..controls(4.4139,1.8959)and(4.5550,1.8130)..(4.5550,1.6734)..controls(4.5550,1.5795)and(4.4999,1.5359).. + (4.3389,1.5097)--(3.9531,1.4464)..controls(3.2763,1.3373)and(2.9919,1.1039)..(2.9919,.6566)..controls(2.9919,.2071)and + (3.3468,-.0961)..(3.8782,-.0961)..controls(4.1692,-.0961)and(4.3345,-.0373)..(4.5749,.1570)..controls(4.5991,.0675)and + (4.5991,.0522)..(4.6300,-.0306)--(5.3554,-.0306)..controls(5.2760,.0871)and(5.2649,.1221)..(5.2649,.3795)-- + (5.2649,1.4814)..controls(5.2649,1.8370)and(5.2010,2.0245)..(5.0247,2.1772)..controls(4.8350,2.3452)and(4.5550,2.4303).. + (4.1890,2.4303)..controls(3.5078,2.4303)and(3.1617,2.1619)..(3.1176,1.6100)--(3.7525,1.6100)--cycle(4.5749,.7417)..controls + (4.4580,.5388)and(4.2883,.4385)..(4.0523,.4385)..controls(3.8319,.4385)and(3.6930,.5344)..(3.6930,.6915)..controls + (3.6930,.8355)and(3.8032,.9206)..(4.0589,.9795)--(4.3125,1.0341)..controls(4.4337,1.0580)and + (4.4999,1.0799)..(4.5749,1.1082)--(4.5749,.7417)--cycle(8.0848,2.3605)--(7.3749,2.3605)--(7.3749,1.0144)..controls + (7.3749,.7766)and(7.3638,.7221)..(7.2977,.6370)..controls(7.2337,.5497)and(7.1235,.4995)..(6.9935,.4995)..controls + (6.8634,.4995)and(6.7487,.5497)..(6.6825,.6370)..controls(6.6187,.7221)and(6.6076,.7809)..(6.6076,1.0144)-- + (6.6076,2.3605)--(5.8955,2.3605)--(5.8955,.8617)..controls(5.8955,.5191)and(5.9617,.3162).. + (6.1270,.1526)..controls(6.2880,-.0067)and(6.5172,-.0961)..(6.7686,-.0961)..controls + (7.0640,-.0961)and(7.2382,-.0067)..(7.4079,.2312)--(7.4079,-.0306)--(8.0848,-.0306)--(8.0848,2.3605)-- + cycle(8.7660,2.3605)--(8.7660,-.7900)--(9.4782,-.7900)--(9.4782,.1613)..controls(9.6788,-.0220)and + (9.8640,-.0961)..(10.1286,-.0961)..controls(10.7635,-.0961)and(11.1912,.4100)..(11.1912,1.1737)..controls(11.1912,1.9155)and + (10.7591,2.4259)..(10.1242,2.4259)..controls(9.8221,2.4259)and(9.6479,2.3365)..(9.4429,2.0768)--(9.4628,2.3605)-- + (8.7660,2.3605)--cycle(9.9676,1.8567)..controls(10.2939,1.8567)and(10.4879,1.5905)..(10.4879,1.1585)..controls + (10.4879,.7417)and(10.2829,.4733)..(9.9743,.4733)..controls(9.6523,.4733)and(9.4517,.7417)..(9.4517,1.1694)..controls + (9.4517,1.5905)and(9.6523,1.8567)..(9.9676,1.8567)(11.6961,2.3605)--(11.6961,-.7900)--(12.4082,-.7900)-- + (12.4082,.1613)..controls(12.6066,-.0220)and(12.7919,-.0961)..(13.0586,-.0961)..controls(13.6936,-.0961)and(14.1213,.4100).. + (14.1213,1.1737)..controls(14.1213,1.9155)and(13.6892,2.4259)..(13.0542,2.4259)..controls(12.7522,2.4259)and(12.5780,2.3365).. + (12.3730,2.0768)--(12.3928,2.3605)--(11.6961,2.3605)--cycle(12.8977,1.8567)..controls(13.2240,1.8567)and + (13.4180,1.5905)..(13.4180,1.1585)..controls(13.4180,.7417)and(13.2129,.4733)..(12.9043,.4733)..controls(12.5824,.4733)and + (12.3817,.7417)..(12.3817,1.1694)..controls(12.3817,1.5905)and(12.5824,1.8567)..(12.8977,1.8567)(15.2413,1.6100)..controls + (15.2722,1.8021)and(15.4132,1.8959)..(15.6690,1.8959)..controls(15.9027,1.8959)and(16.0438,1.8130)..(16.0438,1.6734)..controls + (16.0438,1.5795)and(15.9887,1.5359)..(15.8278,1.5097)--(15.4420,1.4464)..controls(14.7673,1.3373)and(14.4807,1.1039).. + (14.4807,.6566)..controls(14.4807,.2071)and(14.8357,-.0961)..(15.3670,-.0961)..controls(15.6580,-.0961)and(15.8234,-.0373).. + (16.0636,.1570)..controls(16.0879,.0675)and(16.0879,.0522)..(16.1187,-.0306)--(16.8441,-.0306)..controls(16.7648,.0871)and + (16.7538,.1221)..(16.7538,.3795)--(16.7538,1.4814)..controls(16.7538,1.8370)and(16.6898,2.0245)..(16.5134,2.1772)..controls + (16.3239,2.3452)and(16.0438,2.4303)..(15.6778,2.4303)..controls(14.9966,2.4303)and(14.6504,2.1619)..(14.6063,1.6100)-- + (15.2413,1.6100)--cycle(16.0636,.7417)..controls(15.9491,.5388)and(15.7770,.4385)..(15.5434,.4385)..controls + (15.3229,.4385)and(15.1817,.5344)..(15.1817,.6915)..controls(15.1817,.8355)and(15.2920,.9206)..(15.5478,.9795)-- + (15.8035,1.0341)..controls(15.9226,1.0580)and(15.9887,1.0799)..(16.0636,1.1082)--(16.0636,.7417)--cycle + (18.8483,1.4508)--(19.7698,2.3605)--(18.8879,2.3605)--(18.1471,1.5403)--(18.1471,3.2725)--(17.4350,3.2725)-- + (17.4350,-.0306)--(18.1471,-.0306)--(18.1471,.7679)--(18.3764,.9904)--(18.9783,-.0306)-- + (19.8492,-.0306)--(18.8483,1.4508)--cycle(21.2315,2.4259)..controls(20.4819,2.4259)and(19.9506,1.9024).. + (19.9506,1.1694)..controls(19.9506,.4253)and(20.4819,-.0961)..(21.2315,-.0961)..controls(21.9790,-.0961)and(22.5191,.4253).. + (22.5191,1.1476)..controls(22.5191,1.9068)and(21.9988,2.4259)..(21.2315,2.4259)(21.2315,1.8676)..controls(21.5975,1.8676)and + (21.8026,1.6144)..(21.8026,1.1541)..controls(21.8026,.7221)and(21.5931,.4646)..(21.2315,.4646)..controls(20.8722,.4646)and + (20.6672,.7221)..(20.6672,1.1694)..controls(20.6672,1.6100)and(20.8722,1.8676)..(21.2315,1.8676)(23.0504,2.3605)-- + (23.0504,-.0306)--(23.7625,-.0306)--(23.7625,.6435)..controls(23.7625,1.1082)and(23.7868,1.3308)..(23.8573,1.4900)..controls + (23.9367,1.6690)and(24.1373,1.7781)..(24.3821,1.7781)..controls(24.4328,1.7781)and(24.4769,1.7737)..(24.5628,1.7628)-- + (24.5628,2.4259)..controls(24.0470,2.4303)and(23.8662,2.3212)..(23.7273,1.9373)--(23.7471,2.3605)-- + (23.0504,2.3605)--cycle(26.4611,1.4508)--(27.3827,2.3605)--(26.5008,2.3605)--(25.7601,1.5403)--(25.7601,3.2725)-- + (25.0479,3.2725)--(25.0479,-.0306)--(25.7601,-.0306)--(25.7601,.7679)--(25.9893,.9904)-- + (26.5912,-.0306)--(27.4620,-.0306)--(26.4611,1.4508)--cycle(30.0218,.9599)..controls(30.0218,1.2762)and(29.9864,1.4900).. + (29.9115,1.6886)..controls(29.7373,2.1619)and(29.3471,2.4259)..(28.8246,2.4259)..controls(28.0992,2.4259)and(27.5877,1.9068).. + (27.5877,1.1628)..controls(27.5877,.4100)and(28.0838,-.0961)..(28.8312,-.0961)..controls(29.4066,-.0961)and(29.8564,.2006).. + (29.9931,.6675)--(29.2699,.6675)..controls(29.1707,.5191)and(29.0407,.4537)..(28.8510,.4537)..controls(28.5446,.4537)and + (28.3483,.6326)..(28.3043,.9599)--(30.0218,.9599)--cycle(28.3087,1.4552)..controls(28.3638,1.7323)and(28.5446,1.8915).. + (28.8202,1.8915)..controls(29.0958,1.8915)and(29.2611,1.7323)..(29.2920,1.4552)--(28.3087,1.4552)--cycle + (31.1748,1.6100)..controls(31.2035,1.8021)and(31.3446,1.8959)..(31.6003,1.8959)..controls(31.8362,1.8959)and(31.9751,1.8130).. + (31.9751,1.6734)..controls(31.9751,1.5795)and(31.9200,1.5359)..(31.7591,1.5097)--(31.3754,1.4464)..controls(30.6986,1.3373)and + (30.4120,1.1039)..(30.4120,.6566)..controls(30.4120,.2071)and(30.7691,-.0961)..(31.2982,-.0961)..controls(31.5893,-.0961)and + (31.7546,-.0373)..(31.9950,.1570)..controls(32.0215,.0675)and(32.0215,.0522)..(32.0501,-.0306)--(32.7777,-.0306)..controls + (32.6961,.0871)and(32.6872,.1221)..(32.6872,.3795)--(32.6872,1.4814)..controls(32.6872,1.8370)and(32.6211,2.0245).. + (32.4470,2.1772)..controls(32.2551,2.3452)and(31.9751,2.4303)..(31.6092,2.4303)..controls(30.9279,2.4303)and(30.5840,2.1619).. + (30.5376,1.6100)--(31.1748,1.6100)--cycle(31.9950,.7417)..controls(31.8803,.5388)and(31.7105,.4385)..(31.4746,.4385)..controls + (31.2542,.4385)and(31.1131,.5344)..(31.1131,.6915)..controls(31.1131,.8355)and(31.2233,.9206)..(31.4791,.9795)-- + (31.7349,1.0341)..controls(31.8561,1.0580)and(31.9200,1.0799)..(31.9950,1.1082)--(31.9950,.7417)--cycle(34.7553,1.4508)-- + (35.6769,2.3605)--(34.7950,2.3605)--(34.0541,1.5403)--(34.0541,3.2725)--(33.3420,3.2725)--(33.3420,-.0306)-- + (34.0541,-.0306)--(34.0541,.7679)--(34.2835,.9904)--(34.8853,-.0306)--(35.7562,-.0306)--(34.7553,1.4508)-- + cycle(37.1386,2.4259)..controls(36.3890,2.4259)and(35.8577,1.9024)..(35.8577,1.1694)..controls(35.8577,.4253)and + (36.3890,-.0961)..(37.1386,-.0961)..controls(37.8860,-.0961)and(38.4262,.4253)..(38.4262,1.1476)..controls(38.4262,1.9068)and + (37.9058,2.4259)..(37.1386,2.4259)(37.1386,1.8676)..controls(37.5045,1.8676)and(37.7096,1.6144)..(37.7096,1.1541)..controls + (37.7096,.7221)and(37.5002,.4646)..(37.1386,.4646)..controls(36.7792,.4646)and(36.5742,.7221)..(36.5742,1.1694)..controls + (36.5742,1.6100)and(36.7792,1.8676)..(37.1386,1.8676)(41.1203,2.3605)--(40.4104,2.3605)-- + (40.4104,1.0144)..controls(40.4104,.7766)and(40.3994,.7221)..(40.3354,.6370)..controls(40.2693,.5497)and(40.1591,.4995).. + (40.0289,.4995)..controls(39.8989,.4995)and(39.7842,.5497)..(39.7181,.6370)..controls(39.6541,.7221)and(39.6431,.7809).. + (39.6431,1.0144)--(39.6431,2.3605)--(38.9333,2.3605)--(38.9333,.8617)..controls(38.9333,.5191)and(38.9971,.3162).. + (39.1625,.1526)..controls(39.3234,-.0067)and(39.5528,-.0961)..(39.8041,-.0961)..controls(40.0995,-.0961)and(40.2737,-.0067).. + (40.4457,.2312)--(40.4457,-.0306)--(41.1203,-.0306)--(41.1203,2.3605)--cycle(42.5380,3.2725)--(41.8280,3.2725)-- + (41.8280,-.0306)--(42.5380,-.0306)--(42.5380,3.2725)--cycle(45.3776,2.3605)--(44.6677,2.3605)-- + (44.6677,1.0144)..controls(44.6677,.7766)and(44.6567,.7221)..(44.5927,.6370)..controls(44.5266,.5497)and(44.4163,.4995).. + (44.2863,.4995)..controls(44.1562,.4995)and(44.0415,.5497)..(43.9754,.6370)..controls(43.9115,.7221)and(43.9005,.7809).. + (43.9005,1.0144)--(43.9005,2.3605)--(43.1884,2.3605)--(43.1884,.8617)..controls(43.1884,.5191)and(43.2545,.3162).. + (43.4199,.1526)..controls(43.5808,-.0067)and(43.8100,-.0961)..(44.0614,-.0961)..controls(44.3569,-.0961)and(44.5310,-.0067).. + (44.7029,.2312)--(44.7029,-.0306)--(45.3776,-.0306)--(45.3776,2.3605)--cycle; +} +% Handelsh{\"o}skolan +\newcommand{\ECONSE}[1]{% + \fill[color={#1}] (1.8300,1.3900)--(1.8300,-.0368)-- + (2.5796,-.0368)--(2.5796,3.2663)--(1.8300,3.2663)-- + (1.8300,2.0227)--(.6043,2.0227)--(.6043,3.2663)--(-.1475,3.2663)--(-.1475,-.0368)-- + (.6043,-.0368)--(.6043,1.3900)--(1.8300,1.3900)--cycle(3.8428,1.6015)..controls(3.8715,1.7957)and + (4.0126,1.8895)..(4.2683,1.8895)..controls(4.5043,1.8895)and(4.6431,1.8045)..(4.6431,1.6670)..controls(4.6431,1.5732)and + (4.5880,1.5274)..(4.4293,1.5033)--(4.0434,1.4379)..controls(3.3666,1.3312)and(3.0800,1.0977)..(3.0800,.6526)..controls + (3.0800,.2009)and(3.4371,-.1001)..(3.9685,-.1001)..controls(4.2573,-.1001)and(4.4227,-.0412)..(4.6630,.1530)..controls + (4.6894,.0635)and(4.6894,.0482)..(4.7181,-.0368)--(5.4457,-.0368)..controls(5.3641,.0832)and(5.3552,.1180).. + (5.3552,.3755)--(5.3552,1.4728)..controls(5.3552,1.8306)and(5.2891,2.0183)..(5.1150,2.1710)..controls(4.9232,2.3412)and + (4.6431,2.4241)..(4.2772,2.4241)..controls(3.5959,2.4241)and(3.2520,2.1579)..(3.2056,1.6015)--(3.8428,1.6015)--cycle + (4.6630,.7377)..controls(4.5484,.5326)and(4.3786,.4344)..(4.1426,.4344)..controls(3.9222,.4344)and(3.7833,.5282).. + (3.7833,.6876)..controls(3.7833,.8315)and(3.8914,.9144)..(4.1471,.9755)--(4.4028,1.0300)..controls + (4.5240,1.0541)and(4.5880,1.0737)..(4.6630,1.1043)--(4.6630,.7377)--cycle(6.0101,2.3543)--(6.0101,-.0368)-- + (6.7222,-.0368)--(6.7222,1.3072)..controls(6.7222,1.5121)and(6.7465,1.6124)..(6.8280,1.7019)..controls(6.9030,1.7848)and + (7.0132,1.8306)..(7.1323,1.8306)..controls(7.2579,1.8306)and(7.3638,1.7805)..(7.4233,1.6910)..controls(7.4828,1.6015)and + (7.4983,1.5077)..(7.4983,1.2679)--(7.4983,-.0368)--(8.2104,-.0368)--(8.2104,1.5121)..controls(8.2104,2.0772)and + (7.8885,2.4241)..(7.3638,2.4241)..controls(7.1124,2.4241)and(6.9669,2.3609)..(6.7024,2.1230)--(6.7024,2.3543)-- + (6.0101,2.3543)--cycle(11.1250,3.2663)--(10.4129,3.2663)--(10.4129,2.1776)..controls(10.2431,2.3500)and + (10.0536,2.4241)..(9.7933,2.4241)..controls(9.1408,2.4241)and(8.7108,1.9201)..(8.7108,1.1588)..controls(8.7108,.4039)and + (9.1363,-.1001)..(9.7780,-.1001)..controls(10.0733,-.1001)and(10.2630,-.0106)..(10.4437,.2206)--(10.4437,-.0368)-- + (11.1250,-.0368)--(11.1250,3.2663)--cycle(9.9234,1.8547)..controls(10.2321,1.8547)and(10.4394,1.5776).. + (10.4394,1.1523)..controls(10.4394,.7464)and(10.2277,.4694)..(9.9234,.4694)..controls(9.6170,.4694)and(9.4119,.7464).. + (9.4119,1.1632)..controls(9.4119,1.5776)and(9.6170,1.8547)..(9.9234,1.8547)(14.0904,.9559)..controls(14.0904,1.2723)and + (14.0551,1.4838)..(13.9801,1.6823)..controls(13.8037,2.1579)and(13.4135,2.4197)..(12.8932,2.4197)..controls(12.1657,2.4197)and + (11.6563,1.9005)..(11.6563,1.1588)..controls(11.6563,.4039)and(12.1502,-.1001)..(12.8976,-.1001)..controls(13.4730,-.1001)and + (13.9250,.1966)..(14.0595,.6635)--(13.3386,.6635)..controls(13.2371,.5130)and(13.1071,.4497)..(12.9174,.4497)..controls + (12.6110,.4497)and(12.4169,.6286)..(12.3707,.9559)--(14.0904,.9559)--cycle(12.3773,1.4488)..controls(12.4324,1.7259)and + (12.6110,1.8852)..(12.8866,1.8852)..controls(13.1622,1.8852)and(13.3276,1.7259)..(13.3584,1.4488)--(12.3773,1.4488)-- + cycle(15.3360,3.2663)--(14.6261,3.2663)--(14.6261,-.0368)--(15.3360,-.0368)--(15.3360,3.2663)--cycle + (17.9707,1.6365)..controls(17.9111,2.1427)and(17.5297,2.4197)..(16.9102,2.4197)..controls(16.2686,2.4197)and(15.8784,2.1274).. + (15.8784,1.6474)..controls(15.8784,1.2679)and(16.0835,1.0737)..(16.6148,.9603)--(17.0535,.8599)..controls(17.2453,.8162)and + (17.3247,.7508)..(17.3247,.6417)..controls(17.3247,.5042)and(17.1748,.4104)..(16.9543,.4104)..controls(16.6699,.4104)and + (16.5177,.5195)..(16.4781,.7421)--(15.8122,.7421)..controls(15.8520,.2118)and(16.2686,-.1001)..(16.9389,-.1001)..controls + (17.6113,-.1001)and(18.0258,.2162)..(18.0258,.7224)..controls(18.0258,.9144)and(17.9618,1.0934)..(17.8450,1.2024)..controls + (17.7413,1.3115)and(17.5914,1.3770)..(17.2938,1.4336)--(16.8484,1.5274)..controls(16.6236,1.5776)and(16.5531,1.6212).. + (16.5531,1.7106)..controls(16.5531,1.8306)and(16.6898,1.9092)..(16.8948,1.9092)..controls(17.1307,1.9092)and(17.2740,1.8154).. + (17.3048,1.6365)--(17.9707,1.6365)--cycle(19.2428,3.2663)--(18.5329,3.2663)--(18.5329,-.0368)-- + (19.2428,-.0368)--(19.2428,1.3072)..controls(19.2428,1.5579)and(19.2583,1.6277)..(19.3376,1.7063)..controls(19.4126,1.7848)and + (19.5294,1.8306)..(19.6484,1.8306)..controls(19.7697,1.8306)and(19.8689,1.7848)..(19.9284,1.7063)..controls(19.9946,1.6212)and + (20.0100,1.5318)..(20.0100,1.3072)--(20.0100,-.0368)--(20.7200,-.0368)--(20.7200,1.4336)..controls(20.7200,1.7957)and + (20.6604,1.9986)..(20.5061,2.1667)..controls(20.3496,2.3303)and(20.1247,2.4241)..(19.8844,2.4241)..controls(19.6331,2.4241)and + (19.4434,2.3412)..(19.2428,2.1514)--(19.2428,3.2663)--cycle(22.5080,2.4197)..controls(21.7584,2.4197)and + (21.2271,1.8939)..(21.2271,1.1632)..controls(21.2271,.4191)and(21.7584,-.1001)..(22.5080,-.1001)..controls(23.2554,-.1001)and + (23.7956,.4191)..(23.7956,1.1435)..controls(23.7956,1.9005)and(23.2752,2.4197)..(22.5080,2.4197)(22.5080,1.8590)..controls + (22.8740,1.8590)and(23.0790,1.6059)..(23.0790,1.1479)..controls(23.0790,.7181)and(22.8696,.4585)..(22.5080,.4585)..controls + (22.1486,.4585)and(21.9436,.7181)..(21.9436,1.1632)..controls(21.9436,1.6015)and(22.1486,1.8590)..(22.5080,1.8590) + (22.3184,3.2336)--(21.6680,3.2336)--(21.6680,2.6379)--(22.3184,2.6379)--(22.3184,3.2336)--cycle + (23.3546,3.2336)--(22.7042,3.2336)--(22.7042,2.6379)--(23.3546,2.6379)--(23.3546,3.2336)--cycle(25.9650,2.3412)-- + (25.9848,2.0488)..controls(25.8040,2.3063)and(25.5880,2.4197)..(25.2793,2.4197)..controls(24.6620,2.4197)and(24.2012,1.9136).. + (24.2012,1.2482)..controls(24.2012,.5741)and(24.6576,.0918)..(25.2925,.0918)..controls(25.5638,.0918)and(25.7335,.1573).. + (25.9452,.3494)--(25.9452,.1923)..controls(25.9452,-.0456)and(25.9187,-.1306)..(25.8239,-.2136)..controls(25.7445,-.2834)and + (25.6232,-.3183)..(25.4733,-.3183)..controls(25.2374,-.3183)and(25.0985,-.2441)..(25.0478,-.0958)--(24.3114,-.0958)..controls + (24.3622,-.5867)and(24.7678,-.8594)..(25.4447,-.8594)..controls(25.8636,-.8594)and(26.1943,-.7503)..(26.4147,-.5365)..controls + (26.5867,-.3729)and(26.6396,-.2005)..(26.6396,.1923)--(26.6396,2.3412)--(25.9650,2.3412)--cycle(25.4182,1.8503)..controls + (25.7335,1.8503)and(25.9539,1.6059)..(25.9539,1.2679)..controls(25.9539,.9014)and(25.7401,.6635)..(25.4138,.6635)..controls + (25.0985,.6635)and(24.8780,.9057)..(24.8780,1.2570)..controls(24.8780,1.6059)and(25.0985,1.8503)..(25.4182,1.8503) + (29.3008,1.6365)..controls(29.2412,2.1427)and(28.8598,2.4197)..(28.2381,2.4197)..controls(27.5964,2.4197)and + (27.2063,2.1274)..(27.2063,1.6474)..controls(27.2063,1.2679)and(27.4113,1.0737)..(27.9426,.9603)--(28.3835,.8599)..controls + (28.5732,.8162)and(28.6547,.7508)..(28.6547,.6417)..controls(28.6547,.5042)and(28.5048,.4104)..(28.2843,.4104)..controls + (27.9977,.4104)and(27.8478,.5195)..(27.8081,.7421)--(27.1423,.7421)..controls(27.1820,.2118)and(27.5964,-.1001).. + (28.2689,-.1001)..controls(28.9392,-.1001)and(29.3559,.2162)..(29.3559,.7224)..controls(29.3559,.9144)and(29.2897,1.0934).. + (29.1751,1.2024)..controls(29.0693,1.3115)and(28.9193,1.3770)..(28.6239,1.4336)--(28.1785,1.5274)..controls(27.9536,1.5776)and + (27.8831,1.6212)..(27.8831,1.7106)..controls(27.8831,1.8306)and(28.0176,1.9092)..(28.2226,1.9092)..controls(28.4585,1.9092)and + (28.6040,1.8154)..(28.6349,1.6365)--(29.3008,1.6365)--cycle(31.3247,1.4445)--(32.2462,2.3543)-- + (31.3643,2.3543)--(30.6213,1.5318)--(30.6213,3.2663)--(29.9114,3.2663)--(29.9114,-.0368)-- + (30.6213,-.0368)--(30.6213,.7617)--(30.8528,.9843)--(31.4547,-.0368)--(32.3256,-.0368)--(31.3247,1.4445)-- + cycle(33.7322,2.4197)..controls(32.9804,2.4197)and(32.4513,1.8939)..(32.4513,1.1632)..controls(32.4513,.4191)and + (32.9804,-.1001)..(33.7322,-.1001)..controls(34.4796,-.1001)and(35.0198,.4191)..(35.0198,1.1435)..controls(35.0198,1.9005)and + (34.4995,2.4197)..(33.7322,2.4197)(33.7322,1.8590)..controls(34.0982,1.8590)and(34.3032,1.6059)..(34.3032,1.1479)..controls + (34.3032,.7181)and(34.0938,.4585)..(33.7322,.4585)..controls(33.3728,.4585)and(33.1656,.7181)..(33.1656,1.1632)..controls + (33.1656,1.6015)and(33.3728,1.8590)..(33.7322,1.8590)(36.2610,3.2663)--(35.5511,3.2663)-- + (35.5511,-.0368)--(36.2610,-.0368)--(36.2610,3.2663)--cycle(37.5287,1.6015)..controls(37.5596,1.7957)and + (37.6985,1.8895)..(37.9543,1.8895)..controls(38.1901,1.8895)and(38.3313,1.8045)..(38.3313,1.6670)..controls(38.3313,1.5732)and + (38.2761,1.5274)..(38.1152,1.5033)--(37.7294,1.4379)..controls(37.0525,1.3312)and(36.7681,1.0977)..(36.7681,.6526)..controls + (36.7681,.2009)and(37.1231,-.1001)..(37.6544,-.1001)..controls(37.9454,-.1001)and(38.1108,-.0412)..(38.3511,.1530)..controls + (38.3754,.0635)and(38.3754,.0482)..(38.4063,-.0368)--(39.1316,-.0368)..controls(39.0522,.0832)and(39.0412,.1180).. + (39.0412,.3755)--(39.0412,1.4728)..controls(39.0412,1.8306)and(38.9772,2.0183)..(38.8008,2.1710)..controls(38.6113,2.3412)and + (38.3313,2.4241)..(37.9653,2.4241)..controls(37.2840,2.4241)and(36.9379,2.1579)..(36.8938,1.6015)--(37.5287,1.6015)--cycle + (38.3511,.7377)..controls(38.2365,.5326)and(38.0645,.4344)..(37.8286,.4344)..controls(37.6103,.4344)and(37.4692,.5282).. + (37.4692,.6876)..controls(37.4692,.8315)and(37.5795,.9144)..(37.8352,.9755)--(38.0909,1.0300)..controls(38.2100,1.0541)and + (38.2761,1.0737)..(38.3511,1.1043)--(38.3511,.7377)--cycle(39.6982,2.3543)--(39.6982,-.0368)--(40.4081,-.0368)-- + (40.4081,1.3072)..controls(40.4081,1.5121)and(40.4346,1.6124)..(40.5139,1.7019)..controls(40.5889,1.7848)and(40.6992,1.8306).. + (40.8204,1.8306)..controls(40.9460,1.8306)and(41.0497,1.7805)..(41.1092,1.6910)..controls(41.1709,1.6015)and(41.1864,1.5077).. + (41.1864,1.2679)--(41.1864,-.0368)--(41.8963,-.0368)--(41.8963,1.5121)..controls(41.8963,2.0772)and(41.5766,2.4241).. + (41.0497,2.4241)..controls(40.8005,2.4241)and(40.6551,2.3609)..(40.3882,2.1230)--(40.3882,2.3543)--(39.6982,2.3543)--cycle; +} +% School of Economics +\newcommand{\ECONEN}[1]{% + \fill[color={#1}] + % ``School'' + (2.5000,2.2400)..controls(2.4714,2.5214)and(2.4207,2.6894).. + (2.3215,2.8486)..controls(2.1165,3.1803)and(1.7241,3.3483)..(1.1685,3.3483)..controls(.3284,3.3483)and(-.1743,2.9665).. + (-.1743,2.3272)..controls(-.1743,2.0634)and(-.0772,1.8255)..(.0926,1.6815)..controls(.2425,1.5528)and(.4629,1.4590)..(.8179,1.3739) + --(1.4242,1.2255)..controls(1.6601,1.1666)and(1.7858,1.0509)..(1.7858,.8873)..controls(1.7858,.6604)and + (1.5499,.5164)..(1.1640,.5164)..controls(.7076,.5164)and(.4916,.6844)..(.4784,1.0618)--(-.2735,1.0618)..controls + (-.2690,.3222)and(.2535,-.1032)..(1.1530,-.1032)..controls(2.0194,-.1032)and(2.5484,.3179)..(2.5484,1.0030)..controls + (2.5484,1.2648)and(2.4670,1.4786)..(2.2950,1.6314)..controls(2.1363,1.7797)and(1.9312,1.8691)..(1.5587,1.9586)-- + (.8840,2.1114)..controls(.6790,2.1615)and(.5776,2.2530)..(.5776,2.3927)..controls(.5776,2.6000)and(.7936,2.7286).. + (1.1486,2.7286)..controls(1.5256,2.7286)and(1.7504,2.5650)..(1.7504,2.2945) + --(1.7504,2.2400)--(2.5000,2.2400)--cycle % S + (5.2889,1.5026)..controls(5.2426,2.0721)and(4.8126,2.4276)..(4.1821,2.4276)..controls(3.4149,2.4276)and + (2.9541,1.9477)..(2.9541,1.1600)..controls(2.9541,.3921)and(3.4192,-.0923)..(4.1557,-.0923)..controls(4.7972,-.0923)and + (5.2184,.2480)..(5.3197,.8524)--(4.6275,.8873)..controls(4.5724,.6059)and(4.4313,.4771)..(4.1777,.4771)..controls + (3.8470,.4771)and(3.6706,.7237)..(3.6706,1.1797)..controls(3.6706,1.6161)and(3.8470,1.8605)..(4.1711,1.8605)..controls + (4.4070,1.8605)and(4.5724,1.7252)..(4.6121,1.5026)--(5.2889,1.5026)--cycle % c + (6.5456,3.2741)-- + (5.8334,3.2741)--(5.8334,-.0291)--(6.5456,-.0291)--(6.5456,1.3150)..controls(6.5456,1.5681)and(6.5610,1.6357).. + (6.6404,1.7164)..controls(6.7153,1.7950)and(6.8300,1.8408)..(6.9512,1.8408)..controls(7.0703,1.8408)and(7.1717,1.7950).. + (7.2312,1.7164)..controls(7.2974,1.6314)and(7.3128,1.5419)..(7.3128,1.3150)--(7.3128,-.0291)--(8.0228,-.0291)-- + (8.0228,1.4437)..controls(8.0228,1.8059)and(7.9632,2.0088)..(7.8089,2.1768)..controls(7.6523,2.3381)and(7.4275,2.4319).. + (7.1872,2.4319)..controls(6.9358,2.4319)and(6.7462,2.3468)..(6.5456,2.1615)--(6.5456,3.2741)--cycle % h + (9.8615,2.4276)..controls(9.1097,2.4276)and(8.5783,1.9041)..(8.5783,1.1709)..controls(8.5783,.4270)and(9.1097,-.0923).. + (9.8615,-.0923)..controls(10.6066,-.0923)and(11.1490,.4270)..(11.1490,1.1514)..controls(11.1490,1.9085)and(10.6265,2.4276).. + (9.8615,2.4276)(9.8615,1.8691)..controls(10.2275,1.8691)and(10.4325,1.6161)..(10.4325,1.1557)..controls(10.4325,.7237)and + (10.2208,.4662)..(9.8615,.4662)..controls(9.4999,.4662)and(9.2948,.7237)..(9.2948,1.1709)..controls(9.2948,1.6117)and + (9.4999,1.8691)..(9.8615,1.8691)(12.8665,2.4276)..controls(12.1147,2.4276)and(11.5834,1.9041)..(11.5834,1.1709)..controls + (11.5834,.4270)and(12.1147,-.0923)..(12.8665,-.0923)..controls(13.6117,-.0923)and(14.1541,.4270)..(14.1541,1.1514)..controls + (14.1541,1.9085)and(13.6315,2.4276)..(12.8665,2.4276)(12.8665,1.8691)..controls(13.2325,1.8691)and + (13.4375,1.6161)..(13.4375,1.1557)..controls(13.4375,.7237)and(13.2259,.4662)..(12.8665,.4662).. + controls(12.5050,.4662)and(12.2999,.7237)..(12.2999,1.1709)..controls(12.2999,1.6117)and + (12.5050,1.8691)..(12.8665,1.8691)(15.4196,3.2741)--(14.7097,3.2741)--(14.7097,-.0291)--(15.4196,-.0291)-- + (15.4196,3.2741)--cycle % ool + % ``of'' + (18.1094,2.4276)..controls(17.3598,2.4276)and(16.8284,1.9041)..(16.8284,1.1709)..controls(16.8284,.4270)and + (17.3598,-.0923)..(18.1094,-.0923)..controls(18.8567,-.0923)and(19.3969,.4270)..(19.3969,1.1514)..controls(19.3969,1.9085)and + (18.8766,2.4276)..(18.1094,2.4276)(18.1094,1.8691)..controls(18.4753,1.8691)and(18.6803,1.6161).. + (18.6803,1.1557)..controls(18.6803,.7237)and(18.4709,.4662)..(18.1094,.4662)..controls + (17.7499,.4662)and(17.5449,.7237)..(17.5449,1.1709)..controls(17.5449,1.6117)and(17.7499,1.8691).. + (18.1094,1.8691)(21.1893,2.3338)--(20.7286,2.3338)--(20.7286,2.5018)..controls(20.7286,2.6392)and + (20.8145,2.7156)..(20.9798,2.7156)--(21.1893,2.7156)--(21.1893,3.2741)--(20.7991,3.2741)..controls(20.2743,3.2741)and + (20.0186,3.0210)..(20.0186,2.5061)--(20.0186,2.3338)--(19.6835,2.3338)--(19.6835,1.8408)-- + (20.0186,1.8408)--(20.0186,-.0291)--(20.7286,-.0291)--(20.7286,1.8408)--(21.1893,1.8408)--(21.1893,2.3338)--cycle; % of + % ``Business'' + \begin{pgfscope}% + \pgftransformxshift{9.0cm}% To the right place -- dirty trick + \fill[color={#1}] + (13.9535,-.0391)-- + (15.3755,-.0391)..controls(15.8517,-.0391)and(16.0876,.0155)..(16.3015,.1791)..controls(16.5220,.3427)and + (16.6476,.6155)..(16.6476,.9232)..controls(16.6476,1.3050)and(16.4822,1.5471)..(16.0964,1.7305)..controls(16.4183,1.8853)and + (16.5682,2.1079)..(16.5682,2.4219)..controls(16.5682,2.6990)and(16.4228,2.9565)..(16.1868,3.0961)..controls(15.9708,3.2205)and + (15.7304,3.2641)..(15.3115,3.2641)--(13.9535,3.2641)--(13.9535,-.0391)--cycle % B + (14.6898,1.9835)-- + (14.6898,2.6292)--(15.4063,2.6292)..controls(15.6753,2.6292)and(15.8165,2.5157)..(15.8165,2.3041)..controls(15.8165,2.0970)and + (15.6753,1.9835)..(15.4063,1.9835)--(14.6898,1.9835)--cycle % B inner 1 + (14.6898,.5959)--(14.6898,1.3988)--(15.3953,1.3988)..controls + (15.7106,1.3988)and(15.8803,1.2591)..(15.8803,.9973)..controls(15.8803,.7333)and(15.7106,.5959)..(15.3953,.5959)-- + (14.6898,.5959)--cycle % B inner 2 + (19.3881,2.3521)--(18.6759,2.3521)--(18.6759,1.0061)..controls(18.6759,.7682)and(18.6671,.7137).. + (18.6010,.6308)..controls(18.5349,.5413)and(18.4268,.4912)..(18.2945,.4912)..controls(18.1645,.4912)and(18.0498,.5413).. + (17.9859,.6308)..controls(17.9197,.7137)and(17.9087,.7748)..(17.9087,1.0061)--(17.9087,2.3521)--(17.1987,2.3521) + --(17.1987,.8533)..controls(17.1987,.5108)and(17.2627,.3079)..(17.4281,.1442)..controls(17.5890,-.0150)and + (17.8205,-.1023)..(18.0696,-.1023)..controls(18.3651,-.1023)and(18.5415,-.0150)..(18.7112,.2227)--(18.7112,-.0391)-- + (19.3881,-.0391)--(19.3881,2.3521)--cycle % u + (22.0271,1.6367)..controls(21.9676,2.1428)and(21.5861,2.4176)..(20.9645,2.4176)..controls + (20.3229,2.4176)and(19.9326,2.1276)..(19.9326,1.6453)..controls(19.9326,1.2657)and(20.1377,1.0715)..(20.6690,.9580)-- + (21.1100,.8577)..controls(21.2995,.8141)and(21.3811,.7486)..(21.3811,.6395)..controls(21.3811,.5021)and(21.2312,.4082).. + (21.0107,.4082)..controls(20.7241,.4082)and(20.5742,.5151)..(20.5346,.7399)--(19.8687,.7399)..controls(19.9084,.2097)and + (20.3229,-.1023)..(20.9953,-.1023)..controls(21.6656,-.1023)and(22.0822,.2141)..(22.0822,.7203)..controls(22.0822,.9123)and + (22.0161,1.0912)..(21.9015,1.2003)..controls(21.7956,1.3094)and(21.6457,1.3726)..(21.3503,1.4337)--(20.9049,1.5276)..controls + (20.6800,1.5777)and(20.6095,1.6214)..(20.6095,1.7108)..controls(20.6095,1.8308)and(20.7440,1.9094)..(20.9490,1.9094)..controls + (21.1850,1.9094)and(21.3304,1.8155)..(21.3613,1.6367)--(22.0271,1.6367)--cycle % s + (23.2992,2.3521)--(22.5871,2.3521)--(22.5871,-.0391)--(23.2992,-.0391)--(23.2992,2.3521)--cycle % i + (23.2992,3.2641)--(22.5871,3.2641)--(22.5871,2.6859)--(23.2992,2.6859)--(23.2992,3.2641)--cycle % i dot + (23.9496,2.3521)--(23.9496,-.0391)-- + (24.6617,-.0391)--(24.6617,1.3050)..controls(24.6617,1.5123)and(24.6860,1.6126)..(24.7654,1.6999)..controls(24.8425,1.7850)and + (24.9506,1.8308)..(25.0719,1.8308)..controls(25.1975,1.8308)and(25.3011,1.7806)..(25.3629,1.6912)..controls(25.4224,1.6017)and + (25.4378,1.5079)..(25.4378,1.2657)--(25.4378,-.0391)--(26.1477,-.0391)--(26.1477,1.5123)..controls(26.1477,2.0773)and + (25.8281,2.4219)..(25.3011,2.4219)..controls(25.0520,2.4219)and(24.9065,2.3586)..(24.6419,2.1232)--(24.6419,2.3521)-- + (23.9496,2.3521)--cycle %n + (29.1131,.9515)..controls(29.1131,1.2700)and(29.0778,1.4817)..(29.0029,1.6803)..controls + (28.8286,2.1559)and(28.4385,2.4176)..(27.9159,2.4176)..controls(27.1906,2.4176)and(26.6790,1.8985)..(26.6790,1.1566)..controls + (26.6790,.4017)and(27.1751,-.1023)..(27.9225,-.1023)..controls(28.4979,-.1023)and(28.9477,.1944)..(29.0844,.6591)-- + (28.3635,.6591)..controls(28.2621,.5108)and(28.1320,.4475)..(27.9424,.4475)..controls(27.6359,.4475)and(27.4397,.6264).. + (27.3956,.9515)--(29.1131,.9515)--cycle % e + (27.4000,1.4490)..controls(27.4551,1.7261)and(27.6359,1.8853).. + (27.9115,1.8853)..controls(28.1871,1.8853)and(28.3525,1.7261)..(28.3834,1.4490)--(27.4000,1.4490)--cycle % e inner + (31.6331,1.6367)..controls + (31.5735,2.1428)and(31.1921,2.4176)..(30.5704,2.4176)..controls(29.9310,2.4176)and(29.5386,2.1276)..(29.5386,1.6453)..controls + (29.5386,1.2657)and(29.7459,1.0715)..(30.2750,.9580)--(30.7159,.8577)..controls(30.9078,.8141)and(30.9871,.7486).. + (30.9871,.6395)..controls(30.9871,.5021)and(30.8372,.4082)..(30.6167,.4082)..controls(30.3301,.4082)and(30.1802,.5151).. + (30.1405,.7399)--(29.4747,.7399)..controls(29.5144,.2097)and(29.9310,-.1023)..(30.6013,-.1023)..controls(31.2715,-.1023)and + (31.6882,.2141)..(31.6882,.7203)..controls(31.6882,.9123)and(31.6220,1.0912)..(31.5074,1.2003)..controls(31.4038,1.3094)and + (31.2517,1.3726)..(30.9562,1.4337)--(30.5109,1.5276)..controls(30.2860,1.5777)and(30.2155,1.6214)..(30.2155,1.7108)..controls + (30.2155,1.8308)and(30.3499,1.9094)..(30.5572,1.9094)..controls(30.7908,1.9094)and(30.9364,1.8155)..(30.9672,1.6367)-- + (31.6331,1.6367)--cycle % s + (34.1773,1.6367)..controls(34.1178,2.1428)and(33.7364,2.4176)..(33.1147,2.4176)..controls + (32.4753,2.4176)and(32.0829,2.1276)..(32.0829,1.6453)..controls(32.0829,1.2657)and(32.2901,1.0715)..(32.8192,.9580)-- + (33.2601,.8577)..controls(33.4520,.8141)and(33.5314,.7486)..(33.5314,.6395)..controls(33.5314,.5021)and(33.3814,.4082).. + (33.1609,.4082)..controls(32.8743,.4082)and(32.7244,.5151)..(32.6847,.7399)--(32.0189,.7399)..controls(32.0586,.2097)and + (32.4753,-.1023)..(33.1456,-.1023)..controls(33.8157,-.1023)and(34.2325,.2141)..(34.2325,.7203)..controls(34.2325,.9123)and + (34.1663,1.0912)..(34.0517,1.2003)..controls(33.9480,1.3094)and(33.7960,1.3726)..(33.5005,1.4337)--(33.0551,1.5276)..controls + (32.8302,1.5777)and(32.7597,1.6214)..(32.7597,1.7108)..controls(32.7597,1.8308)and(32.8942,1.9094)..(33.1015,1.9094)..controls + (33.3351,1.9094)and(33.4806,1.8155)..(33.5115,1.6367)--(34.1773,1.6367)--cycle; % s + \end{pgfscope}% +} +% Teknillinen korkeakoulu +\newcommand{\TKKFI}[1]{% + \fill[color={#1}] (1.6200,2.6400)--(2.6297,2.6400)-- + (2.6297,3.2727)--(-.1415,3.2727)--(-.1415,2.6400)-- + (.8704,2.6400)--(.8704,-.0305)--(1.6200,-.0305)--(1.6200,2.6400)--cycle(4.9137,.9600)..controls + (4.9137,1.2786)and(4.8785,1.4903)..(4.8035,1.6888)..controls(4.6294,2.1644)and(4.2391,2.4285)..(3.7166,2.4285)..controls + (2.9912,2.4285)and(2.4798,1.9070)..(2.4798,1.1651)..controls(2.4798,.4103)and(2.9759,-.0938)..(3.7232,-.0938)..controls + (4.2987,-.0938)and(4.7484,.2030)..(4.8851,.6677)--(4.1641,.6677)..controls(4.0628,.5194)and(3.9326,.4560).. + (3.7431,.4560)..controls(3.4366,.4560)and(3.2404,.6327)..(3.1963,.9600)--(4.9137,.9600)--cycle + (3.2007,1.4576)..controls(3.2558,1.7346)and(3.4366,1.8917)..(3.7122,1.8917)..controls(3.9878,1.8917)and(4.1531,1.7346).. + (4.1840,1.4576)--(3.2007,1.4576)--cycle(6.8385,1.4509)--(7.7601,2.3630)--(6.8782,2.3630)--(6.1374,1.5404)-- + (6.1374,3.2727)--(5.4253,3.2727)--(5.4253,-.0305)--(6.1374,-.0305)--(6.1374,.7680)-- + (6.3667,.9906)--(6.9686,-.0305)--(7.8394,-.0305)--(6.8385,1.4509)--cycle(8.2054,2.3630)--(8.2054,-.0305)-- + (8.9153,-.0305)--(8.9153,1.3135)..controls(8.9153,1.5208)and(8.9418,1.6212)..(9.0211,1.7085)..controls(9.0961,1.7935)and + (9.2064,1.8394)..(9.3276,1.8394)..controls(9.4510,1.8394)and(9.5569,1.7891)..(9.6164,1.6997)..controls(9.6782,1.6103)and + (9.6914,1.5164)..(9.6914,1.2721)--(9.6914,-.0305)--(10.4035,-.0305)--(10.4035,1.5208)..controls(10.4035,2.0859)and + (10.0838,2.4328)..(9.5569,2.4328)..controls(9.3077,2.4328)and(9.1623,2.3673)..(8.8955,2.1295)--(8.8955,2.3630)-- + (8.2054,2.3630)--cycle(11.7903,2.3630)--(11.0804,2.3630)--(11.0804,-.0305)--(11.7903,-.0305)--(11.7903,2.3630)--cycle + (11.7903,3.2727)--(11.0804,3.2727)--(11.0804,2.6945)--(11.7903,2.6945)--(11.7903,3.2727)--cycle + (13.2035,3.2727)--(12.4914,3.2727)--(12.4914,-.0305)--(13.2035,-.0305)--(13.2035,3.2727)--cycle(14.5903,3.2727)-- + (13.8804,3.2727)--(13.8804,-.0305)--(14.5903,-.0305)--(14.5903,3.2727)--cycle(15.9770,2.3630)-- + (15.2672,2.3630)--(15.2672,-.0305)--(15.9770,-.0305)--(15.9770,2.3630)--cycle(15.9770,3.2727)--(15.2672,3.2727)-- + (15.2672,2.6945)--(15.9770,2.6945)--(15.9770,3.2727)--cycle(16.6539,2.3630)--(16.6539,-.0305)-- + (17.3660,-.0305)--(17.3660,1.3135)..controls(17.3660,1.5208)and(17.3903,1.6212)..(17.4696,1.7085)..controls(17.5468,1.7935)and + (17.6549,1.8394)..(17.7761,1.8394)..controls(17.9018,1.8394)and(18.0076,1.7891)..(18.0672,1.6997)..controls(18.1266,1.6103)and + (18.1421,1.5164)..(18.1421,1.2721)--(18.1421,-.0305)--(18.8520,-.0305)--(18.8520,1.5208)..controls(18.8520,2.0859)and + (18.5323,2.4328)..(18.0076,2.4328)..controls(17.7562,2.4328)and(17.6108,2.3673)..(17.3462,2.1295)--(17.3462,2.3630)-- + (16.6539,2.3630)--cycle(21.7181,.9600)..controls(21.7181,1.2786)and(21.6829,1.4903)..(21.6079,1.6888)..controls + (21.4315,2.1644)and(21.0413,2.4285)..(20.5210,2.4285)..controls(19.7934,2.4285)and(19.2841,1.9070)..(19.2841,1.1651)..controls + (19.2841,.4103)and(19.7802,-.0938)..(20.5254,-.0938)..controls(21.1008,-.0938)and(21.5528,.2030)..(21.6872,.6677)-- + (20.9664,.6677)..controls(20.8672,.5194)and(20.7370,.4560)..(20.5452,.4560)..controls(20.2410,.4560)and(20.0447,.6327).. + (20.0006,.9600)--(21.7181,.9600)--cycle(20.0051,1.4576)..controls(20.0602,1.7346)and(20.2410,1.8917).. + (20.5166,1.8917)..controls(20.7922,1.8917)and(20.9575,1.7346)..(20.9862,1.4576)--(20.0051,1.4576)--cycle(22.2297,2.3630)-- + (22.2297,-.0305)--(22.9396,-.0305)--(22.9396,1.3135)..controls(22.9396,1.5208)and(22.9660,1.6212)..(23.0454,1.7085)..controls + (23.1203,1.7935)and(23.2305,1.8394)..(23.3496,1.8394)..controls(23.4753,1.8394)and(23.5811,1.7891)..(23.6407,1.6997)..controls + (23.7002,1.6103)and(23.7156,1.5164)..(23.7156,1.2721)--(23.7156,-.0305)--(24.4278,-.0305)--(24.4278,1.5208)..controls + (24.4278,2.0859)and(24.1058,2.4328)..(23.5811,2.4328)..controls(23.3298,2.4328)and(23.1843,2.3673)..(22.9197,2.1295)-- + (22.9197,2.3630)--(22.2297,2.3630)--cycle(27.6179,1.4509)--(28.5396,2.3630)--(27.6577,2.3630)--(26.9169,1.5404)-- + (26.9169,3.2727)--(26.2047,3.2727)--(26.2047,-.0305)--(26.9169,-.0305)--(26.9169,.7680)-- + (27.1462,.9906)--(27.7481,-.0305)--(28.6189,-.0305)--(27.6179,1.4509)--cycle(30.0013,2.4285)..controls(29.2517,2.4285)and + (28.7203,1.9026)..(28.7203,1.1695)..controls(28.7203,.4255)and(29.2517,-.0938)..(30.0013,-.0938)..controls(30.7486,-.0938)and + (31.2888,.4255)..(31.2888,1.1499)..controls(31.2888,1.9070)and(30.7685,2.4285)..(30.0013,2.4285)(30.0013,1.8677) + ..controls(30.3672,1.8677)and(30.5723,1.6146)..(30.5723,1.1542)..controls(30.5723,.7222)and + (30.3628,.4648)..(30.0013,.4648)..controls(29.6419,.4648)and(29.4368,.7222)..(29.4368,1.1695).. + controls(29.4368,1.6103)and(29.6419,1.8677)..(30.0013,1.8677)(31.7452,2.3630)--(31.7452,-.0305)-- + (32.4551,-.0305)--(32.4551,.6436)..controls(32.4551,1.1085)and(32.4816,1.3332)..(32.5522,1.4903)..controls + (32.6315,1.6691)and(32.8321,1.7782)..(33.0769,1.7782)..controls(33.1276,1.7782)and(33.1717,1.7739)..(33.2577,1.7630)-- + (33.2577,2.4285)..controls(32.7417,2.4328)and(32.5609,2.3237)..(32.4199,1.9376)--(32.4419,2.3630)--(31.7452,2.3630)--cycle + (35.1801,1.4509)--(36.1018,2.3630)--(35.2199,2.3630)--(34.4790,1.5404)--(34.4790,3.2727)--(33.7691,3.2727)-- + (33.7691,-.0305)--(34.4790,-.0305)--(34.4790,.7680)--(34.7105,.9906)--(35.3102,-.0305)--(36.1811,-.0305)-- + (35.1801,1.4509)--cycle(38.7165,.9600)..controls(38.7165,1.2786)and(38.6813,1.4903)..(38.6063,1.6888).. + controls(38.4321,2.1644)and(38.0397,2.4285)..(37.5194,2.4285)..controls(36.7940,2.4285)and + (36.2825,1.9070)..(36.2825,1.1651)..controls(36.2825,.4103)and(36.7786,-.0938)..(37.5238,-.0938).. + controls(38.1014,-.0938)and(38.5512,.2030)..(38.6856,.6677)--(37.9648,.6677)..controls(37.8655,.5194)and + (37.7354,.4560)..(37.5436,.4560)..controls(37.2394,.4560)and(37.0431,.6327)..(36.9990,.9600)--(38.7165,.9600)--cycle + (37.0034,1.4576)..controls(37.0586,1.7346)and(37.2394,1.8917)..(37.5150,1.8917)..controls + (37.7906,1.8917)and(37.9559,1.7346)..(37.9845,1.4576)--(37.0034,1.4576)--cycle(39.8541,1.6103)..controls(39.8829,1.8044) + and(40.0239,1.8982)..(40.2797,1.8982)..controls(40.5156,1.8982)and(40.6545,1.8132).. + (40.6545,1.6757)..controls(40.6545,1.5797)and(40.5994,1.5361)..(40.4384,1.5099)--(40.0548,1.4466)..controls + (39.3780,1.3375)and(39.0913,1.1041)..(39.0913,.6589)..controls(39.0913,.2073)and(39.4485,-.0938)..(39.9777,-.0938)..controls + (40.2687,-.0938)and(40.4340,-.0349)..(40.6743,.1571)..controls(40.7008,.0677)and(40.7008,.0545)..(40.7294,-.0305)-- + (41.4570,-.0305)..controls(41.3754,.0895)and(41.3666,.1222)..(41.3666,.3818)--(41.3666,1.4815)..controls(41.3666,1.8394)and + (41.3005,2.0270)..(41.1263,2.1797)..controls(40.9344,2.3477)and(40.6545,2.4328)..(40.2885,2.4328)..controls(39.6073,2.4328)and + (39.2633,2.1644)..(39.2170,1.6103)--(39.8541,1.6103)--cycle(40.6743,.7418)..controls(40.5596,.5389)and + (40.3900,.4408)..(40.1540,.4408)..controls(39.9336,.4408)and(39.7924,.5346)..(39.7924,.6939)..controls + (39.7924,.8379)and(39.9027,.9208)..(40.1585,.9797)--(40.4142,1.0364)..controls(40.5354,1.0604)and(40.5994,1.0800).. + (40.6743,1.1085)--(40.6743,.7418)--cycle(43.4346,1.4509)--(44.3562,2.3630)--(43.4743,2.3630)-- + (42.7336,1.5404)--(42.7336,3.2727)--(42.0214,3.2727)--(42.0214,-.0305)--(42.7336,-.0305)--(42.7336,.7680)-- + (42.9628,.9906)--(43.5647,-.0305)--(44.4356,-.0305)--(43.4346,1.4509)--cycle(45.8136,2.4285)..controls(45.0617,2.4285) + and(44.5304,1.9026)..(44.5304,1.1695)..controls(44.5304,.4255)and(45.0617,-.0938).. + (45.8136,-.0938)..controls(46.5609,-.0938)and(47.1011,.4255)..(47.1011,1.1499)..controls(47.1011,1.9070) + and(46.5808,2.4285)..(45.8136,2.4285)(45.8136,1.8677)..controls(46.1795,1.8677)and(46.3845,1.6146).. + (46.3845,1.1542)..controls(46.3845,.7222)and(46.1751,.4648)..(45.8136,.4648)..controls(45.4541,.4648)and(45.2469,.7222).. + (45.2469,1.1695)..controls(45.2469,1.6103)and(45.4541,1.8677)..(45.8136,1.8677)(49.7953,2.3630)--(49.0853,2.3630)-- + (49.0853,1.0146)..controls(49.0853,.7768)and(49.0743,.7222)..(49.0081,.6394)..controls(48.9443,.5498)and(48.8340,.4997).. + (48.7039,.4997)..controls(48.5738,.4997)and(48.4592,.5498)..(48.3931,.6394)..controls(48.3269,.7222)and(48.3181,.7833).. + (48.3181,1.0146)--(48.3181,2.3630)--(47.6060,2.3630)--(47.6060,.8618)..controls(47.6060,.5194)and(47.6721,.3164).. + (47.8375,.1527)..controls(47.9984,-.0065)and(48.2277,-.0938)..(48.4790,-.0938)..controls(48.7745,-.0938)and(48.9486,-.0065).. + (49.1184,.2313)--(49.1184,-.0305)--(49.7953,-.0305)--(49.7953,2.3630)--cycle(51.1887,3.2727)--(50.4765,3.2727)-- + (50.4765,-.0305)--(51.1887,-.0305)--(51.1887,3.2727)--cycle(54.0283,2.3630)--(53.3162,2.3630)-- + (53.3162,1.0146)..controls(53.3162,.7768)and(53.3074,.7222)..(53.2412,.6394)..controls + (53.1751,.5498)and(53.0648,.4997)..(52.9348,.4997)..controls(52.8047,.4997)and(52.6900,.5498).. + (52.6261,.6394)..controls(52.5600,.7222)and(52.5490,.7833)..(52.5490,1.0146)--(52.5490,2.3630)-- + (51.8390,2.3630)--(51.8390,.8618)..controls(51.8390,.5194)and(51.9029,.3164)..(52.0683,.1527)..controls(52.2293,-.0065)and + (52.4608,-.0938)..(52.7099,-.0938)..controls(53.0053,-.0938)and(53.1817,-.0065)..(53.3514,.2313)--(53.3514,-.0305)-- + (54.0283,-.0305)--(54.0283,2.3630)--cycle; +} +% Tekniska h{\"o}gskolan +\newcommand{\TKKSE}[1]{% + \fill[color={#1}] (1.6200,2.6400)-- + (2.6297,2.6400)--(2.6297,3.2727)--(-.1415,3.2727)-- + (-.1415,2.6400)--(.8704,2.6400)--(.8704,-.0305)--(1.6200,-.0305)--(1.6200,2.6400)--cycle + (4.9644,.9600)..controls(4.9644,1.2786)and(4.9292,1.4903)..(4.8542,1.6888)..controls(4.6778,2.1644)and(4.2877,2.4285).. + (3.7673,2.4285)..controls(3.0420,2.4285)and(2.5305,1.9070)..(2.5305,1.1651)..controls(2.5305,.4103)and(3.0265,-.0938).. + (3.7717,-.0938)..controls(4.3494,-.0938)and(4.7991,.2030)..(4.9336,.6677)--(4.2127,.6677)..controls(4.1135,.5194)and + (3.9833,.4560)..(3.7916,.4560)..controls(3.4873,.4560)and(3.2911,.6327)..(3.2470,.9600)--(4.9644,.9600)-- + cycle(3.2514,1.4576)..controls(3.3066,1.7346)and(3.4873,1.8917)..(3.7629,1.8917)..controls(4.0385,1.8917)and + (4.2038,1.7346)..(4.2325,1.4576)--(3.2514,1.4576)--cycle(6.8870,1.4509)--(7.8085,2.3630)--(6.9289,2.3630)-- + (6.1859,1.5404)--(6.1859,3.2727)--(5.4760,3.2727)--(5.4760,-.0305)--(6.1859,-.0305)-- + (6.1859,.7680)--(6.4174,.9906)--(7.0171,-.0305)--(7.8901,-.0305)--(6.8870,1.4509)--cycle(8.2562,2.3630)-- + (8.2562,-.0305)--(8.9660,-.0305)--(8.9660,1.3135)..controls(8.9660,1.5208)and(8.9903,1.6212)..(9.0719,1.7085)..controls + (9.1468,1.7935)and(9.2570,1.8394)..(9.3761,1.8394)..controls(9.5018,1.8394)and(9.6076,1.7891)..(9.6672,1.6997)..controls + (9.7266,1.6103)and(9.7421,1.5164)..(9.7421,1.2721)--(9.7421,-.0305)--(10.4542,-.0305)--(10.4542,1.5208)..controls + (10.4542,2.0859)and(10.1323,2.4328)..(9.6076,2.4328)..controls(9.3563,2.4328)and(9.2108,2.3673)..(8.9462,2.1295)-- + (8.9462,2.3630)--(8.2562,2.3630)--cycle(11.8410,2.3630)--(11.1289,2.3630)--(11.1289,-.0305)--(11.8410,-.0305)-- + (11.8410,2.3630)--cycle(11.8410,3.2727)--(11.1289,3.2727)--(11.1289,2.6945)--(11.8410,2.6945)--(11.8410,3.2727)-- + cycle(14.4756,1.6452)..controls(14.4161,2.1514)and(14.0347,2.4285)..(13.4129,2.4285)..controls(12.7736,2.4285)and + (12.3812,2.1361)..(12.3812,1.6539)..controls(12.3812,1.2721)and(12.5862,1.0800)..(13.1176,.9666)--(13.5585,.8662)..controls + (13.7503,.8226)and(13.8297,.7571)..(13.8297,.6480)..controls(13.8297,.5106)and(13.6798,.4168)..(13.4593,.4168)..controls + (13.1727,.4168)and(13.0227,.5236)..(12.9830,.7484)--(12.3172,.7484)..controls(12.3569,.2182)and(12.7736,-.0938).. + (13.4438,-.0938)..controls(14.1140,-.0938)and(14.5308,.2226)..(14.5308,.7288)..controls(14.5308,.9208)and(14.4646,1.0997).. + (14.3500,1.2088)..controls(14.2441,1.3179)and(14.0942,1.3812)..(13.7988,1.4423)--(13.3534,1.5361)..controls(13.1286,1.5862)and + (13.0580,1.6299)..(13.0580,1.7194)..controls(13.0580,1.8394)and(13.1925,1.9179)..(13.3998,1.9179)..controls(13.6334,1.9179)and + (13.7790,1.8241)..(13.8098,1.6452)--(14.4756,1.6452)--cycle(16.4731,1.4509)--(17.3947,2.3630)--(16.5150,2.3630)-- + (15.7720,1.5404)--(15.7720,3.2727)--(15.0621,3.2727)--(15.0621,-.0305)--(15.7720,-.0305)-- + (15.7720,.7680)--(16.0035,.9906)--(16.6032,-.0305)--(17.4762,-.0305)--(16.4731,1.4509)--cycle(18.4066,1.6103)..controls + (18.4375,1.8044)and(18.5764,1.8982)..(18.8321,1.8982)..controls(19.0681,1.8982)and(19.2092,1.8132)..(19.2092,1.6757)..controls + (19.2092,1.5797)and(19.1541,1.5361)..(18.9931,1.5099)--(18.6073,1.4466)..controls(17.9305,1.3375)and(17.6460,1.1041).. + (17.6460,.6589)..controls(17.6460,.2073)and(18.0010,-.0938)..(18.5323,-.0938)..controls(18.8234,-.0938)and(18.9887,-.0349).. + (19.2290,.1571)..controls(19.2533,.0677)and(19.2533,.0545)..(19.2841,-.0305)--(20.0095,-.0305)..controls(19.9301,.0895)and + (19.9191,.1222)..(19.9191,.3818)--(19.9191,1.4815)..controls(19.9191,1.8394)and(19.8552,2.0270)..(19.6788,2.1797)..controls + (19.4892,2.3477)and(19.2092,2.4328)..(18.8432,2.4328)..controls(18.1619,2.4328)and(17.8158,2.1644)..(17.7717,1.6103)-- + (18.4066,1.6103)--cycle(19.2290,.7418)..controls(19.1144,.5389)and(18.9424,.4408)..(18.7065,.4408)..controls(18.4882,.4408)and + (18.3471,.5346)..(18.3471,.6939)..controls(18.3471,.8379)and(18.4573,.9208)..(18.7131,.9797)--(18.9688,1.0364)..controls + (19.0879,1.0604)and(19.1541,1.0800)..(19.2290,1.1085)--(19.2290,.7418)--cycle(22.6132,3.2727)--(21.9034,3.2727)-- + (21.9034,-.0305)--(22.6132,-.0305)--(22.6132,1.3135)..controls(22.6132,1.5666)and(22.6287,1.6342)..(22.7103,1.7150)..controls + (22.7853,1.7935)and(22.8998,1.8394)..(23.0189,1.8394)..controls(23.1402,1.8394)and(23.2394,1.7935)..(23.3011,1.7150)..controls + (23.3651,1.6299)and(23.3805,1.5404)..(23.3805,1.3135)--(23.3805,-.0305)--(24.0926,-.0305)--(24.0926,1.4423)..controls + (24.0926,1.8044)and(24.0309,2.0073)..(23.8766,2.1753)..controls(23.7223,2.3390)and(23.4951,2.4328)..(23.2549,2.4328)..controls + (23.0057,2.4328)and(22.8139,2.3477)..(22.6132,2.1600)--(22.6132,3.2727)--cycle(25.9049,2.4285)..controls(25.1531,2.4285)and + (24.6218,1.9026)..(24.6218,1.1695)..controls(24.6218,.4255)and(25.1531,-.0938)..(25.9049,-.0938)..controls(26.6501,-.0938)and + (27.1924,.4255)..(27.1924,1.1499)..controls(27.1924,1.9070)and(26.6722,2.4285)..(25.9049,2.4285)(25.9049,1.8677)..controls + (26.2709,1.8677)and(26.4759,1.6146)..(26.4759,1.1542)..controls(26.4759,.7222)and(26.2665,.4648)..(25.9049,.4648)..controls + (25.5433,.4648)and(25.3383,.7222)..(25.3383,1.1695)..controls(25.3383,1.6103)and(25.5433,1.8677)..(25.9049,1.8677) + (25.7153,3.2377)--(25.0627,3.2377)--(25.0627,2.6442)--(25.7153,2.6442)--(25.7153,3.2377)--cycle + (26.7515,3.2377)--(26.1011,3.2377)--(26.1011,2.6442)--(26.7515,2.6442)--(26.7515,3.2377)--cycle + (29.3597,2.3477)--(29.3795,2.0553)..controls(29.2010,2.3150)and(28.9849,2.4285)..(28.6740,2.4285)..controls(28.0589,2.4285)and + (27.5981,1.9223)..(27.5981,1.2524)..controls(27.5981,.5804)and(28.0545,.0982)..(28.6895,.0982)..controls(28.9606,.0982)and + (29.1304,.1636)..(29.3399,.3557)--(29.3399,.1986)..controls(29.3399,-.0393)and(29.3156,-.1243)..(29.2208,-.2094)..controls + (29.1415,-.2793)and(29.0202,-.3120)..(28.8703,-.3120)..controls(28.6344,-.3120)and(28.4932,-.2378)..(28.4447,-.0894)-- + (27.7084,-.0894)..controls(27.7591,-.5803)and(28.1648,-.8531)..(28.8394,-.8531)..controls(29.2605,-.8531)and(29.5912,-.7440).. + (29.8116,-.5302)..controls(29.9814,-.3665)and(30.0365,-.1941)..(30.0365,.1986)--(30.0365,2.3477)--(29.3597,2.3477)-- + cycle(28.8152,1.8590)..controls(29.1304,1.8590)and(29.3509,1.6146)..(29.3509,1.2721)..controls(29.3509,.9055)and + (29.1349,.6677)..(28.8107,.6677)..controls(28.4932,.6677)and(28.2750,.9121)..(28.2750,1.2633)..controls(28.2750,1.6146)and + (28.4932,1.8590)..(28.8152,1.8590)(32.6712,1.6452)..controls(32.6116,2.1514)and(32.2302,2.4285)..(31.6085,2.4285)..controls + (30.9691,2.4285)and(30.5789,2.1361)..(30.5789,1.6539)..controls(30.5789,1.2721)and(30.7840,1.0800)..(31.3131,.9666)-- + (31.7540,.8662)..controls(31.9459,.8226)and(32.0252,.7571)..(32.0252,.6480)..controls(32.0252,.5106)and(31.8753,.4168).. + (31.6548,.4168)..controls(31.3682,.4168)and(31.2183,.5236)..(31.1786,.7484)--(30.5128,.7484)..controls(30.5525,.2182)and + (30.9691,-.0938)..(31.6394,-.0938)..controls(32.3118,-.0938)and(32.7263,.2226)..(32.7263,.7288)..controls(32.7263,.9208)and + (32.6624,1.0997)..(32.5455,1.2088)..controls(32.4419,1.3179)and(32.2898,1.3812)..(31.9943,1.4423)--(31.5490,1.5361)..controls + (31.3241,1.5862)and(31.2536,1.6299)..(31.2536,1.7194)..controls(31.2536,1.8394)and(31.3903,1.9179)..(31.5953,1.9179)..controls + (31.8290,1.9179)and(31.9745,1.8241)..(32.0053,1.6452)--(32.6712,1.6452)--cycle(34.6687,1.4509)-- + (35.5903,2.3630)--(34.7105,2.3630)--(33.9675,1.5404)--(33.9675,3.2727)--(33.2577,3.2727)--(33.2577,-.0305)-- + (33.9675,-.0305)--(33.9675,.7680)--(34.1990,.9906)--(34.8010,-.0305)--(35.6719,-.0305)--(34.6687,1.4509)--cycle + (37.0034,2.4285)..controls(36.2517,2.4285)and(35.7203,1.9026)..(35.7203,1.1695)..controls(35.7203,.4255) + and(36.2517,-.0938)..(37.0034,-.0938)..controls(37.7509,-.0938)and(38.2910,.4255).. + (38.2910,1.1499)..controls(38.2910,1.9070)and(37.7707,2.4285)..(37.0034,2.4285)(37.0034,1.8677)..controls + (37.3695,1.8677)and(37.5745,1.6146)..(37.5745,1.1542)..controls(37.5745,.7222)and(37.3651,.4648)..(37.0034,.4648)..controls + (36.6441,.4648)and(36.4368,.7222)..(36.4368,1.1695)..controls(36.4368,1.6103)and(36.6441,1.8677)..(37.0034,1.8677) + (39.4838,3.2727)--(38.7717,3.2727)--(38.7717,-.0305)--(39.4838,-.0305)--(39.4838,3.2727)--cycle + (40.7250,1.6103)..controls(40.7559,1.8044)and(40.8948,1.8982)..(41.1506,1.8982)..controls + (41.3864,1.8982)and(41.5254,1.8132)..(41.5254,1.6757)..controls(41.5254,1.5797)and(41.4703,1.5361).. + (41.3115,1.5099)--(40.9257,1.4466)..controls(40.2488,1.3375)and(39.9644,1.1041)..(39.9644,.6589)..controls(39.9644,.2073)and + (40.3194,-.0938)..(40.8507,-.0938)..controls(41.1417,-.0938)and(41.3049,-.0349)..(41.5474,.1571)..controls(41.5716,.0677)and + (41.5716,.0545)..(41.6025,-.0305)--(42.3278,-.0305)..controls(42.2485,.0895)and(42.2375,.1222)..(42.2375,.3818)-- + (42.2375,1.4815)..controls(42.2375,1.8394)and(42.1713,2.0270)..(41.9971,2.1797)..controls(41.8076,2.3477)and(41.5254,2.4328).. + (41.1616,2.4328)..controls(40.4803,2.4328)and(40.1342,2.1644)..(40.0879,1.6103)--(40.7250,1.6103)--cycle(41.5474,.7418)..controls + (41.4305,.5389)and(41.2608,.4408)..(41.0249,.4408)..controls(40.8044,.4408)and + (40.6655,.5346)..(40.6655,.6939)..controls(40.6655,.8379)and(40.7758,.9208)..(41.0315,.9797)-- + (41.2850,1.0364)..controls(41.4063,1.0604)and(41.4703,1.0800)..(41.5474,1.1085)--(41.5474,.7418)--cycle(42.8945,2.3630)-- + (42.8945,-.0305)--(43.6044,-.0305)--(43.6044,1.3135)..controls(43.6044,1.5208)and(43.6309,1.6212)..(43.7102,1.7085)..controls + (43.7852,1.7935)and(43.8955,1.8394)..(44.0145,1.8394)..controls(44.1401,1.8394)and(44.2460,1.7891)..(44.3055,1.6997)..controls + (44.3672,1.6103)and(44.3805,1.5164)..(44.3805,1.2721)--(44.3805,-.0305)--(45.0926,-.0305)--(45.0926,1.5208)..controls + (45.0926,2.0859)and(44.7729,2.4328)..(44.2460,2.4328)..controls(43.9947,2.4328)and(43.8491,2.3673)..(43.5845,2.1295)-- + (43.5845,2.3630)--(42.8945,2.3630)--cycle; +} +% School of Science and Technology +\newcommand{\TKKEN}[1]{% + \fill[color={#1}] (2.5000,2.2400)..controls + (2.4714,2.5214)and(2.4207,2.6894).. + (2.3215,2.8486)..controls(2.1165,3.1803)and(1.7241,3.3483)..(1.1685,3.3483)..controls(.3284,3.3483)and(-.1743,2.9665).. + (-.1743,2.3272)..controls(-.1743,2.0634)and(-.0772,1.8255)..(.0926,1.6815)..controls(.2425,1.5528)and(.4629,1.4590).. + (.8179,1.3739)--(1.4242,1.2255)..controls(1.6601,1.1666)and(1.7858,1.0509)..(1.7858,.8873)..controls(1.7858,.6604)and + (1.5499,.5164)..(1.1640,.5164)..controls(.7076,.5164)and(.4916,.6844)..(.4784,1.0618)--(-.2735,1.0618)..controls + (-.2690,.3222)and(.2535,-.1032)..(1.1530,-.1032)..controls(2.0194,-.1032)and(2.5484,.3179)..(2.5484,1.0030)..controls + (2.5484,1.2648)and(2.4670,1.4786)..(2.2950,1.6314)..controls(2.1363,1.7797)and(1.9312,1.8691)..(1.5587,1.9586)-- + (.8840,2.1114)..controls(.6790,2.1615)and(.5776,2.2530)..(.5776,2.3927)..controls(.5776,2.6000)and(.7936,2.7286).. + (1.1486,2.7286)..controls(1.5256,2.7286)and(1.7504,2.5650)..(1.7504,2.2945)--(1.7504,2.2400)--(2.5000,2.2400)-- + cycle(5.3131,1.5026)..controls(5.2690,2.0721)and(4.8370,2.4276)..(4.2064,2.4276)..controls(3.4413,2.4276)and + (2.9806,1.9477)..(2.9806,1.1600)..controls(2.9806,.3921)and(3.4457,-.0923)..(4.1821,-.0923)..controls(4.8237,-.0923)and + (5.2426,.2480)..(5.3440,.8524)--(4.6517,.8873)..controls(4.5966,.6059)and(4.4577,.4771)..(4.2019,.4771)..controls + (3.8712,.4771)and(3.6948,.7237)..(3.6948,1.1797)..controls(3.6948,1.6161)and(3.8712,1.8605)..(4.1976,1.8605)..controls + (4.4313,1.8605)and(4.5966,1.7252)..(4.6385,1.5026)--(5.3131,1.5026)--cycle(6.5963,3.2741)-- + (5.8842,3.2741)--(5.8842,-.0291)--(6.5963,-.0291)--(6.5963,1.3150)..controls(6.5963,1.5681)and(6.6095,1.6357).. + (6.6911,1.7164)..controls(6.7661,1.7950)and(6.8807,1.8408)..(7.0019,1.8408)..controls(7.1210,1.8408)and(7.2224,1.7950).. + (7.2819,1.7164)..controls(7.3459,1.6314)and(7.3614,1.5419)..(7.3614,1.3150)--(7.3614,-.0291)--(8.0735,-.0291)-- + (8.0735,1.4437)..controls(8.0735,1.8059)and(8.0139,2.0088)..(7.8574,2.1768)..controls(7.7031,2.3381)and(7.4759,2.4319).. + (7.2357,2.4319)..controls(6.9866,2.4319)and(6.7969,2.3468)..(6.5963,2.1615)--(6.5963,3.2741)--cycle + (9.8858,2.4276)..controls(9.1339,2.4276)and(8.6048,1.9041)..(8.6048,1.1709)..controls(8.6048,.4270)and(9.1339,-.0923).. + (9.8858,-.0923)..controls(10.6331,-.0923)and(11.1733,.4270)..(11.1733,1.1514)..controls(11.1733,1.9085)and(10.6530,2.4276).. + (9.8858,2.4276)(9.8858,1.8691)..controls(10.2517,1.8691)and(10.4567,1.6161)..(10.4567,1.1557)..controls(10.4567,.7237)and + (10.2473,.4662)..(9.8858,.4662)..controls(9.5263,.4662)and(9.3213,.7237)..(9.3213,1.1709)..controls(9.3213,1.6117)and + (9.5263,1.8691)..(9.8858,1.8691)(12.8908,2.4276)..controls(12.1389,2.4276)and(11.6098,1.9041)..(11.6098,1.1709)..controls + (11.6098,.4270)and(12.1389,-.0923)..(12.8908,-.0923)..controls(13.6381,-.0923)and(14.1783,.4270)..(14.1783,1.1514)..controls + (14.1783,1.9085)and(13.6580,2.4276)..(12.8908,2.4276)(12.8908,1.8691)..controls(13.2567,1.8691)and + (13.4617,1.6161)..(13.4617,1.1557)..controls(13.4617,.7237)and(13.2523,.4662)..(12.8908,.4662).. + controls(12.5314,.4662)and(12.3263,.7237)..(12.3263,1.1709)..controls(12.3263,1.6117)and + (12.5314,1.8691)..(12.8908,1.8691)(15.4460,3.2741)--(14.7339,3.2741)--(14.7339,-.0291)--(15.4460,-.0291)-- + (15.4460,3.2741)--cycle(17.9859,2.4276)..controls(17.2341,2.4276)and(16.7027,1.9041)..(16.7027,1.1709)..controls(16.7027,.4270)and + (17.2341,-.0923)..(17.9859,-.0923)..controls(18.7310,-.0923)and(19.2712,.4270)..(19.2712,1.1514)..controls(19.2712,1.9085)and + (18.7509,2.4276)..(17.9859,2.4276)(17.9859,1.8691)..controls(18.3496,1.8691)and(18.5569,1.6161).. + (18.5569,1.1557)..controls(18.5569,.7237)and(18.3452,.4662)..(17.9859,.4662)..controls + (17.6243,.4662)and(17.4192,.7237)..(17.4192,1.1709)..controls(17.4192,1.6117)and(17.6243,1.8691).. + (17.9859,1.8691)(21.0659,2.3338)--(20.6050,2.3338)--(20.6050,2.5018)..controls(20.6050,2.6392)and + (20.6889,2.7156)..(20.8542,2.7156)--(21.0659,2.7156)--(21.0659,3.2741)--(20.6734,3.2741)..controls(20.1487,3.2741)and + (19.8929,3.0210)..(19.8929,2.5061)--(19.8929,2.3338)--(19.5578,2.3338)--(19.5578,1.8408)-- + (19.8929,1.8408)--(19.8929,-.0291)--(20.6050,-.0291)--(20.6050,1.8408)--(21.0659,1.8408)--(21.0659,2.3338)--cycle + (25.1270,2.2400)..controls(25.0961,2.5214)and(25.0476,2.6894)..(24.9462,2.8486)..controls(24.7411,3.1803)and(24.3509,3.3483).. + (23.7953,3.3483)..controls(22.9531,3.3483)and(22.4527,2.9665)..(22.4527,2.3272)..controls(22.4527,2.0634)and(22.5475,1.8255).. + (22.7172,1.6815)..controls(22.8671,1.5528)and(23.0876,1.4590)..(23.4448,1.3739)--(24.0511,1.2255)..controls(24.2848,1.1666)and + (24.4104,1.0509)..(24.4104,.8873)..controls(24.4104,.6604)and(24.1745,.5164)..(23.7909,.5164)..controls(23.3346,.5164)and + (23.1184,.6844)..(23.1031,1.0618)--(22.3512,1.0618)..controls(22.3578,.3222)and(22.8782,-.1032)..(23.7798,-.1032)..controls + (24.6464,-.1032)and(25.1777,.3179)..(25.1777,1.0030)..controls(25.1777,1.2648)and(25.0916,1.4786)..(24.9220,1.6314)..controls + (24.7609,1.7797)and(24.5559,1.8691)..(24.1855,1.9586)--(23.5087,2.1114)..controls(23.3037,2.1615)and(23.2044,2.2530).. + (23.2044,2.3927)..controls(23.2044,2.6000)and(23.4183,2.7286)..(23.7755,2.7286)..controls(24.1503,2.7286)and(24.3751,2.5650).. + (24.3751,2.2945)--(24.3751,2.2400)--(25.1270,2.2400)--cycle(27.9424,1.5026)..controls(27.8961,2.0721) + and(27.4661,2.4276)..(26.8356,2.4276)..controls(26.0684,2.4276)and(25.6076,1.9477)..(25.6076,1.1600)..controls + (25.6076,.3921)and(26.0727,-.0923)..(26.8092,-.0923)..controls(27.4507,-.0923)and(27.8719,.2480)..(27.9711,.8524)-- + (27.2810,.8873)..controls(27.2259,.6059)and(27.0847,.4771)..(26.8290,.4771)..controls(26.5005,.4771)and(26.3241,.7237).. + (26.3241,1.1797)..controls(26.3241,1.6161)and(26.5005,1.8605)..(26.8246,1.8605)..controls(27.0605,1.8605)and(27.2259,1.7252).. + (27.2656,1.5026)--(27.9424,1.5026)--cycle(29.1748,2.3621)--(28.4627,2.3621)--(28.4627,-.0291)--(29.1748,-.0291)-- + (29.1748,2.3621)--cycle(29.1748,3.2741)--(28.4627,3.2741)--(28.4627,2.6959)--(29.1748,2.6959)-- + (29.1748,3.2741)--cycle(32.1645,.9615)..controls(32.1645,1.2800)and(32.1291,1.4917)..(32.0542,1.6903)..controls(31.8778,2.1659)and + (31.4876,2.4276)..(30.9672,2.4276)..controls(30.2397,2.4276)and(29.7304,1.9085)..(29.7304,1.1666)..controls(29.7304,.4117)and + (30.2265,-.0923)..(30.9717,-.0923)..controls(31.5471,-.0923)and(31.9991,.2044)..(32.1336,.6691)--(31.4126,.6691)..controls + (31.3134,.5208)and(31.1834,.4575)..(30.9915,.4575)..controls(30.6873,.4575)and(30.4910,.6364)..(30.4469,.9615)-- + (32.1645,.9615)--cycle(30.4514,1.4590)..controls(30.5065,1.7361)and(30.6873,1.8953)..(30.9629,1.8953)..controls(31.2385,1.8953)and + (31.4038,1.7361)..(31.4325,1.4590)--(30.4514,1.4590)--cycle(32.7244,2.3621)--(32.7244,-.0291)--(33.4365,-.0291)-- + (33.4365,1.3150)..controls(33.4365,1.5223)and(33.4608,1.6226)..(33.5424,1.7099)..controls(33.6173,1.7950)and(33.7276,1.8408).. + (33.8466,1.8408)..controls(33.9723,1.8408)and(34.0781,1.7906)..(34.1377,1.7012)..controls(34.1971,1.6117)and(34.2126,1.5179).. + (34.2126,1.2757)--(34.2126,-.0291)--(34.9225,-.0291)--(34.9225,1.5223)..controls(34.9225,2.0873)and(34.6028,2.4319).. + (34.0781,2.4319)..controls(33.8268,2.4319)and(33.6813,2.3686)..(33.4167,2.1332)--(33.4167,2.3621)--(32.7244,2.3621)--cycle + (37.7644,1.5026)..controls(37.7181,2.0721)and(37.2882,2.4276)..(36.6554,2.4276)..controls(35.8904,2.4276)and(35.4296,1.9477).. + (35.4296,1.1600)..controls(35.4296,.3921)and(35.8948,-.0923)..(36.6312,-.0923)..controls(37.2727,-.0923)and(37.6939,.2480).. + (37.7931,.8524)--(37.1030,.8873)..controls(37.0479,.6059)and(36.9068,.4771)..(36.6511,.4771)..controls(36.3204,.4771)and + (36.1461,.7237)..(36.1461,1.1797)..controls(36.1461,1.6161)and(36.3204,1.8605)..(36.6466,1.8605)..controls(36.8826,1.8605)and + (37.0479,1.7252)..(37.0876,1.5026)--(37.7644,1.5026)--cycle(40.6239,.9615)..controls(40.6239,1.2800)and + (40.5887,1.4917)..(40.5137,1.6903)..controls(40.3373,2.1659)and(39.9471,2.4276)..(39.4268,2.4276)..controls + (38.6992,2.4276)and(38.1899,1.9085)..(38.1899,1.1666)..controls(38.1899,.4117)and(38.6860,-.0923)..(39.4312,-.0923)..controls + (40.0066,-.0923)and(40.4585,.2044)..(40.5931,.6691)--(39.8721,.6691)..controls(39.7707,.5208)and(39.6406,.4575).. + (39.4511,.4575)..controls(39.1446,.4575)and(38.9506,.6364)..(38.9042,.9615)--(40.6239,.9615)--cycle(38.9109,1.4590)..controls + (38.9660,1.7361)and(39.1446,1.8953)..(39.4202,1.8953)..controls(39.6957,1.8953)and + (39.8611,1.7361)..(39.8920,1.4590)--(38.9109,1.4590)--cycle(35.0785,-3.7200)..controls(35.0233,-3.9315)and + (34.9836,-4.0952)..(34.9550,-4.2545)--(34.9241,-4.1606)..controls + (34.8690,-3.9621)and(34.8690,-3.9577)..(34.7985,-3.7352)--(34.4434,-2.6400)--(33.6828,-2.6400)-- + (34.4788,-4.6516)..controls(34.5625,-4.8588)and(34.5691,-4.8741)..(34.5691,-4.9593)..controls(34.5691,-5.1665)and(34.4523,-5.2603).. + (34.2032,-5.2603)--(33.9915,-5.2603)--(33.9915,-5.7905)--(34.4082,-5.7905)..controls(34.9484,-5.7905)and(35.0652,-5.6923).. + (35.2901,-5.0531)--(36.1300,-2.6400)--(35.3955,-2.6400)--cycle(33.0567,-5.5331)..controls(33.2265,-5.3694)and(33.2816,-5.1970).. + (33.2816,-4.8043)--(33.2816,-2.6530)--(32.6048,-2.6530)--(32.6245,-2.9454)..controls(32.4438,-2.6879)and(32.2300,-2.5768).. + (31.9190,-2.5768)..controls(31.3040,-2.5768)and(30.8431,-3.0806)..(30.8431,-3.7483)..controls(30.8431,-4.4225)and(31.2974,-4.9047).. + (31.9345,-4.9047)..controls(32.2035,-4.9047)and(32.3754,-4.8392)..(32.5849,-4.6473)--(32.5849,-4.8043)..controls(32.5849,-5.0421)and + (32.5607,-5.1273)..(32.4659,-5.2123)..controls(32.3843,-5.2800)and(32.2652,-5.3149)..(32.1153,-5.3149)..controls(31.8794,-5.3149)and + (31.7383,-5.2407)..(31.6898,-5.0923)--(30.9512,-5.0923)..controls(31.0019,-5.5832)and(31.4076,-5.8560)..(32.0844,-5.8560)..controls + (32.5055,-5.8560)and(32.8363,-5.7469)..(33.0567,-5.5331)(32.5959,-3.7286)..controls(32.5959,-4.0952)and(32.3799,-4.3330).. + (32.0536,-4.3330)..controls(31.7383,-4.3330)and(31.5178,-4.0909)..(31.5178,-3.7396)..controls(31.5178,-3.3883)and(31.7383,-3.1439).. + (32.0602,-3.1439)..controls(32.3754,-3.1439)and(32.5959,-3.3883)..(32.5959,-3.7286)(30.4111,-3.8530)..controls(30.4111,-3.0959)and + (29.8907,-2.5768)..(29.1235,-2.5768)..controls(28.3739,-2.5768)and(27.8426,-3.1003)..(27.8426,-3.8334)..controls(27.8426,-4.5774)and + (28.3739,-5.0967)..(29.1235,-5.0967)..controls(29.8709,-5.0967)and(30.4111,-4.5774)..(30.4111,-3.8530)(29.6945,-3.8486)..controls + (29.6945,-4.2785)and(29.4851,-4.5382)..(29.1235,-4.5382)..controls(28.7641,-4.5382)and(28.5591,-4.2785)..(28.5591,-3.8334)..controls + (28.5591,-3.3927)and(28.7641,-3.1352)..(29.1235,-3.1352)..controls(29.4895,-3.1352)and(29.6945,-3.3883)..(29.6945,-3.8486) + (26.5991,-5.0334)--(27.3112,-5.0334)--(27.3112,-1.7280)--(26.5991,-1.7280)--(26.5991,-5.0334)--cycle + (26.0699,-3.8530)..controls(26.0699,-3.0959)and(25.5474,-2.5768)..(24.7824,-2.5768)..controls(24.0306,-2.5768)and(23.4993,-3.1003).. + (23.4993,-3.8334)..controls(23.4993,-4.5774)and(24.0306,-5.0967)..(24.7824,-5.0967)..controls(25.5276,-5.0967)and(26.0699,-4.5774).. + (26.0699,-3.8530)(25.3534,-3.8486)..controls(25.3534,-4.2785)and(25.1418,-4.5382)..(24.7824,-4.5382)..controls(24.4208,-4.5382)and + (24.2158,-4.2785)..(24.2158,-3.8334)..controls(24.2158,-3.3927)and(24.4208,-3.1352)..(24.7824,-3.1352)..controls(25.1484,-3.1352)and + (25.3534,-3.3883)..(25.3534,-3.8486)(22.2580,-5.0334)--(22.9679,-5.0334)--(22.9679,-3.4821)..controls(22.9679,-2.9170)and + (22.6482,-2.5724)..(22.1235,-2.5724)..controls(21.8722,-2.5724)and(21.7266,-2.6358)..(21.4621,-2.8712)--(21.4621,-2.6400)-- + (20.7698,-2.6400)--(20.7698,-5.0334)--(21.4819,-5.0334)--(21.4819,-3.6894)..controls(21.4819,-3.4821)and(21.5062,-3.3818).. + (21.5856,-3.2923)..controls(21.6627,-3.2094)and(21.7730,-3.1636)..(21.8920,-3.1636)..controls(22.0177,-3.1636)and(22.1235,-3.2138).. + (22.1830,-3.3032)..controls(22.2426,-3.3927)and(22.2580,-3.4865)..(22.2580,-3.7286)--(22.2580,-5.0334)--cycle(19.3588,-5.0334)-- + (20.0687,-5.0334)--(20.0687,-3.5606)..controls(20.0687,-3.1985)and(20.0092,-2.9956)..(19.8526,-2.8276)..controls(19.6983,-2.6639)and + (19.4734,-2.5724)..(19.2331,-2.5724)..controls(18.9818,-2.5724)and(18.7922,-2.6530)..(18.5915,-2.8428)--(18.5915,-1.7280)-- + (17.8794,-1.7280)--(17.8794,-5.0334)--(18.5915,-5.0334)--(18.5915,-3.6894)..controls(18.5915,-3.4363)and(18.6070,-3.3665).. + (18.6864,-3.2879)..controls(18.7613,-3.2094)and(18.8759,-3.1636)..(18.9972,-3.1636)..controls(19.1185,-3.1636)and(19.2177,-3.2094).. + (19.2772,-3.2879)..controls(19.3434,-3.3730)and(19.3588,-3.4624)..(19.3588,-3.6894)--(19.3588,-5.0334)--cycle(15.7166,-3.8224).. + controls(15.7166,-3.3883)and(15.8907,-3.1439)..(16.2171,-3.1439)..controls(16.4529,-3.1439)and + (16.6183,-3.2792)..(16.6580,-3.5018)--(17.3348,-3.5018)..controls(17.2885,-2.9323)and(16.8586,-2.5768)..(16.2281,-2.5768)..controls + (15.4608,-2.5768)and(15.0001,-3.0545)..(15.0001,-3.8421)..controls(15.0001,-4.6123)and(15.4652,-5.0967)..(16.2016,-5.0967)..controls + (16.8432,-5.0967)and(17.2643,-4.7564)..(17.3635,-4.1497)--(16.6734,-4.1149)..controls(16.6183,-4.3985)and(16.4772,-4.5273).. + (16.2237,-4.5273)..controls(15.8907,-4.5273)and(15.7166,-4.2785)..(15.7166,-3.8224)(12.8174,-4.0406)--(14.5348,-4.0406)..controls + (14.5348,-3.7243)and(14.4996,-3.5105)..(14.4246,-3.3119)..controls(14.2482,-2.8363)and(13.8580,-2.5768)..(13.3377,-2.5768)..controls + (12.6124,-2.5768)and(12.1009,-3.0959)..(12.1009,-3.8377)..controls(12.1009,-4.5927)and(12.5969,-5.0967)..(13.3421,-5.0967)..controls + (13.9198,-5.0967)and(14.3695,-4.8000)..(14.5040,-4.3330)--(13.7830,-4.3330)..controls(13.6838,-4.4836)and(13.5537,-4.5468).. + (13.3620,-4.5468)..controls(13.0577,-4.5468)and(12.8615,-4.3679)..(12.8174,-4.0406)(12.8218,-3.5454)..controls(12.8769,-3.2683)and + (13.0577,-3.1090)..(13.3332,-3.1090)..controls(13.6088,-3.1090)and(13.7742,-3.2683)..(13.8029,-3.5454)--(12.8218,-3.5454)--cycle + (11.1550,-2.3630)--(12.1647,-2.3630)--(12.1647,-1.7280)--(9.3912,-1.7280)--(9.3912,-2.3630)--(10.4032,-2.3630)-- + (10.4032,-5.0334)--(11.1550,-5.0334)--(11.1550,-2.3630)--cycle(7.2372,-5.0334)--(7.9185,-5.0334)--(7.9185,-1.7280)-- + (7.2064,-1.7280)--(7.2064,-2.8166)..controls(7.0366,-2.6442)and(6.8470,-2.5724)..(6.5868,-2.5724)..controls(5.9342,-2.5724)and + (5.5043,-3.0741)..(5.5043,-3.8377)..controls(5.5043,-4.5927)and(5.9298,-5.0967)..(6.5714,-5.0967)..controls(6.8668,-5.0967)and + (7.0565,-5.0073)..(7.2372,-4.7759)--(7.2372,-5.0334)--cycle(7.2329,-3.8421)..controls(7.2329,-4.2501)and + (7.0211,-4.5273)..(6.7169,-4.5273)..controls(6.4104,-4.5273)and(6.2054,-4.2501)..(6.2054,-3.8334)..controls + (6.2054,-3.4167)and(6.4104,-3.1395)..(6.7169,-3.1395)..controls(7.0277,-3.1395)and + (7.2329,-3.4167)..(7.2329,-3.8421)(4.2675,-5.0334)--(4.9796,-5.0334)--(4.9796,-3.4821)..controls(4.9796,-2.9170)and + (4.6577,-2.5724)..(4.1330,-2.5724)..controls(3.8817,-2.5724)and(3.7361,-2.6358)..(3.4715,-2.8712)--(3.4715,-2.6400)-- + (2.7793,-2.6400)--(2.7793,-5.0334)--(3.4914,-5.0334)--(3.4914,-3.6894)..controls(3.4914,-3.4821)and(3.5156,-3.3818).. + (3.5951,-3.2923)..controls(3.6722,-3.2094)and(3.7825,-3.1636)..(3.9015,-3.1636)..controls(4.0272,-3.1636)and(4.1330,-3.2138).. + (4.1925,-3.3032)..controls(4.2521,-3.3927)and(4.2675,-3.4865)..(4.2675,-3.7286)--(4.2675,-5.0334)--cycle(1.4631,-5.0334)-- + (2.1884,-5.0334)..controls(2.1091,-4.9134)and(2.0980,-4.8785)..(2.0980,-4.6211)--(2.0980,-3.5214)..controls(2.0980,-3.1636)and + (2.0341,-2.9759)..(1.8577,-2.8232)..controls(1.6681,-2.6530)and(1.3881,-2.5724)..(1.0221,-2.5724)..controls(.3408,-2.5724)and + (-.0053,-2.8363)..(-.0494,-3.3927)--(.5856,-3.3927)..controls(.6164,-3.1985)and(.7576,-3.1047)..(1.0111,-3.1047)..controls + (1.2470,-3.1047)and(1.3881,-3.1897)..(1.3881,-3.3272)..controls(1.3881,-3.4210)and(1.3330,-3.4668)..(1.1720,-3.4909)-- + (.7862,-3.5563)..controls(.1094,-3.6654)and(-.1750,-3.8988)..(-.1750,-4.3439)..controls(-.1750,-4.7956)and(.1799,-5.0967).. + (.7112,-5.0967)..controls(1.0023,-5.0967)and(1.1676,-5.0378)..(1.4080,-4.8436)..controls(1.4322,-4.9331)and(1.4322,-4.9483).. + (1.4631,-5.0334)(1.4080,-4.2588)..controls(1.2933,-4.4618)and(1.1214,-4.5621)..(.8876,-4.5621)..controls(.6671,-4.5621)and + (.5261,-4.4683)..(.5261,-4.3091)..controls(.5261,-4.1650)and(.6363,-4.0821)..(.8920,-4.0211)--(1.1478,-3.9665)..controls + (1.2668,-3.9425)and(1.3330,-3.9229)..(1.4080,-3.8923)--(1.4080,-4.2588)--cycle; +} +% Insin{\”o}{\”o}ritieteiden korkeakoulu +\newcommand{\ENGFI}[1]{% + \fill[color={#1}] (.7019,3.2744)--(-.0500,3.2744)-- + (-.0500,-.0332)--(.7019,-.0332)--(.7019,3.2744)-- + cycle(1.4184,2.3602)--(1.4184,-.0332)--(2.1282,-.0332)--(2.1282,1.3108)..controls(2.1282,1.5180)and + (2.1547,1.6184)..(2.2341,1.7079)..controls(2.3090,1.7908)and(2.4193,1.8366)..(2.5405,1.8366)..controls(2.6641,1.8366)and + (2.7699,1.7864)..(2.8294,1.6970)..controls(2.8889,1.6075)and(2.9043,1.5137)..(2.9043,1.2715)--(2.9043,-.0332)-- + (3.6164,-.0332)--(3.6164,1.5180)..controls(3.6164,2.0832)and(3.2946,2.4300)..(2.7699,2.4300)..controls(2.5185,2.4300)and + (2.3752,2.3668)..(2.1084,2.1290)--(2.1084,2.3602)--(1.4184,2.3602)--cycle(6.2268,1.6424)..controls + (6.1651,2.1486)and(5.7859,2.4257)..(5.1642,2.4257)..controls(4.5226,2.4257)and(4.1324,2.1333)..(4.1324,1.6533)..controls + (4.1324,1.2715)and(4.3374,1.0773)..(4.8688,.9638)--(5.3097,.8635)..controls(5.4993,.8198)and(5.5786,.7565).. + (5.5786,.6453)..controls(5.5786,.5079)and(5.4287,.4141)..(5.2082,.4141)..controls(4.9239,.4141)and(4.7739,.5232).. + (4.7342,.7456)--(4.0662,.7456)..controls(4.1081,.2155)and(4.5226,-.0965)..(5.1928,-.0965)..controls(5.8652,-.0965)and + (6.2798,.2198)..(6.2798,.7260)..controls(6.2798,.9180)and(6.2158,1.0970)..(6.1012,1.2061)..controls(5.9953,1.3151)and + (5.8454,1.3806)..(5.5500,1.4395)--(5.1046,1.5333)..controls(4.8775,1.5835)and(4.8092,1.6271)..(4.8092,1.7166)..controls + (4.8092,1.8366)and(4.9437,1.9152)..(5.1487,1.9152)..controls(5.3846,1.9152)and(5.5302,1.8214)..(5.5588,1.6424)-- + (6.2268,1.6424)--cycle(7.5232,2.3602)--(6.8111,2.3602)--(6.8111,-.0332)--(7.5232,-.0332)--(7.5232,2.3602)--cycle + (7.5232,3.2744)--(6.8111,3.2744)--(6.8111,2.6941)--(7.5232,2.6941)--(7.5232,3.2744)--cycle + (8.1979,2.3602)--(8.1979,-.0332)--(8.9100,-.0332)--(8.9100,1.3108)..controls(8.9100,1.5180)and(8.9342,1.6184).. + (9.0158,1.7079)..controls(9.0908,1.7908)and(9.2010,1.8366)..(9.3200,1.8366)..controls(9.4457,1.8366)and(9.5515,1.7864).. + (9.6111,1.6970)..controls(9.6706,1.6075)and(9.6861,1.5137)..(9.6861,1.2715)--(9.6861,-.0332)--(10.3982,-.0332)-- + (10.3982,1.5180)..controls(10.3982,2.0832)and(10.0763,2.4300)..(9.5515,2.4300)..controls(9.3003,2.4300)and(9.1547,2.3668).. + (8.8901,2.1290)--(8.8901,2.3602)--(8.1979,2.3602)--cycle(12.1862,2.4257)..controls(11.4344,2.4257)and + (10.9030,1.8999)..(10.9030,1.1668)..controls(10.9030,.4227)and(11.4344,-.0965)..(12.1862,-.0965)..controls + (12.9314,-.0965)and(13.4738,.4227)..(13.4738,1.1471)..controls(13.4738,1.9064)and(12.9512,2.4257)..(12.1862,2.4257) + (12.1862,1.8650)..controls(12.5522,1.8650)and(12.7572,1.6141)..(12.7572,1.1515)..controls(12.7572,.7217)and(12.5455,.4620).. + (12.1862,.4620)..controls(11.8247,.4620)and(11.6196,.7217)..(11.6196,1.1668)..controls(11.6196,1.6075)and(11.8247,1.8650).. + (12.1862,1.8650)(11.9944,3.2396)--(11.3440,3.2396)--(11.3440,2.6439)--(11.9944,2.6439)--(11.9944,3.2396)--cycle + (13.0328,3.2396)--(12.3802,3.2396)--(12.3802,2.6439)--(13.0328,2.6439)--(13.0328,3.2396)--cycle + (15.1405,2.4257)..controls(14.3887,2.4257)and(13.8596,1.8999)..(13.8596,1.1668)..controls(13.8596,.4227)and + (14.3887,-.0965)..(15.1405,-.0965)..controls(15.8879,-.0965)and(16.4281,.4227)..(16.4281,1.1471)..controls(16.4281,1.9064)and + (15.9077,2.4257)..(15.1405,2.4257)(15.1405,1.8650)..controls(15.5065,1.8650)and(15.7116,1.6141)..(15.7116,1.1515)..controls + (15.7116,.7217)and(15.5021,.4620)..(15.1405,.4620)..controls(14.7790,.4620)and(14.5739,.7217)..(14.5739,1.1668)..controls + (14.5739,1.6075)and(14.7790,1.8650)..(15.1405,1.8650)(14.9509,3.2396)--(14.2983,3.2396)--(14.2983,2.6439)-- + (14.9509,2.6439)--(14.9509,3.2396)--cycle(15.9872,3.2396)--(15.3368,3.2396)--(15.3368,2.6439)--(15.9872,2.6439)-- + (15.9872,3.2396)--cycle(16.9329,2.3602)--(16.9329,-.0332)--(17.6451,-.0332)--(17.6451,.6409)..controls + (17.6451,1.1079)and(17.6693,1.3304)..(17.7399,1.4897)..controls(17.8192,1.6686)and(18.0199,1.7755)..(18.2668,1.7755)..controls + (18.3153,1.7755)and(18.3617,1.7711)..(18.4454,1.7624)--(18.4454,2.4257)..controls(17.9295,2.4300)and(17.7509,2.3210).. + (17.6098,1.9347)--(17.6297,2.3602)--(16.9329,2.3602)--cycle(19.6426,2.3602)--(18.9326,2.3602)--(18.9326,-.0332)-- + (19.6426,-.0332)--(19.6426,2.3602)--cycle(19.6426,3.2744)--(18.9326,3.2744)--(18.9326,2.6941)-- + (19.6426,2.6941)--(19.6426,3.2744)--cycle(21.5959,2.3319)--(21.1617,2.3319)--(21.1617,3.0911)--(20.4495,3.0911)-- + (20.4495,2.3319)--(20.1100,2.3319)--(20.1100,1.8366)--(20.4495,1.8366)--(20.4495,.7456)..controls(20.4495,.3747)and + (20.4804,.2438)..(20.5906,.1260)..controls(20.6942,.0126)and(20.8507,-.0332)..(21.1617,-.0332)--(21.5959,-.0332)-- + (21.5959,.4970)--(21.3402,.4970)..controls(21.1748,.4970)and(21.1617,.5274)..(21.1617,.9050)--(21.1617,1.8366)-- + (21.5959,1.8366)--(21.5959,2.3319)--cycle(22.8438,2.3602)--(22.1317,2.3602)--(22.1317,-.0332)--(22.8438,-.0332)-- + (22.8438,2.3602)--cycle(22.8438,3.2744)--(22.1317,3.2744)--(22.1317,2.6941)--(22.8438,2.6941)--(22.8438,3.2744)-- + cycle(25.8092,.9595)..controls(25.8092,1.2759)and(25.7739,1.4897)..(25.6989,1.6882)..controls + (25.5226,2.1638)and(25.1323,2.4257)..(24.6120,2.4257)..controls(23.8845,2.4257)and(23.3751,1.9064)..(23.3751,1.1624)..controls + (23.3751,.4097)and(23.8712,-.0965)..(24.6164,-.0965)..controls(25.1919,-.0965)and(25.6438,.2002)..(25.7783,.6671)-- + (25.0573,.6671)..controls(24.9581,.5165)and(24.8281,.4533)..(24.6363,.4533)..controls(24.3320,.4533)and(24.1358,.6322).. + (24.0917,.9595)--(25.8092,.9595)--cycle(24.0961,1.4547)..controls(24.1512,1.7319)and(24.3320,1.8911) + ..(24.6076,1.8911)..controls(24.8832,1.8911)and(25.0486,1.7319)..(25.0772,1.4547)--(24.0961,1.4547)--cycle + (27.5817,2.3319)--(27.1452,2.3319)--(27.1452,3.0911)--(26.4353,3.0911)--(26.4353,2.3319)--(26.0935,2.3319)-- + (26.0935,1.8366)--(26.4353,1.8366)--(26.4353,.7456)..controls(26.4353,.3747)and(26.4640,.2438)..(26.5742,.1260)..controls + (26.6800,.0126)and(26.8366,-.0332)..(27.1452,-.0332)--(27.5817,-.0332)--(27.5817,.4970)--(27.3260,.4970)..controls + (27.1607,.4970)and(27.1452,.5274)..(27.1452,.9050)--(27.1452,1.8366)--(27.5817,1.8366)--(27.5817,2.3319)--cycle + (30.3509,.9595)..controls(30.3509,1.2759)and(30.3156,1.4897)..(30.2407,1.6882)..controls + (30.0665,2.1638)and(29.6762,2.4257)..(29.1538,2.4257)..controls(28.4284,2.4257)and(27.9169,1.9064).. + (27.9169,1.1624)..controls(27.9169,.4097)and(28.4129,-.0965)..(29.1604,-.0965)..controls + (29.7358,-.0965)and(30.1856,.2002)..(30.3223,.6671)--(29.6013,.6671)..controls(29.4998,.5165)and(29.3698,.4533).. + (29.1802,.4533)..controls(28.8737,.4533)and(28.6797,.6322)..(28.6334,.9595)--(30.3509,.9595)--cycle(28.6378,1.4547).. + controls(28.6929,1.7319)and(28.8737,1.8911)..(29.1493,1.8911)..controls(29.4249,1.8911)and + (29.5903,1.7319)..(29.6211,1.4547)--(28.6378,1.4547)--cycle(31.5987,2.3602)--(30.8866,2.3602)--(30.8866,-.0332)-- + (31.5987,-.0332)--(31.5987,2.3602)--cycle(31.5987,3.2744)--(30.8866,3.2744)--(30.8866,2.6941)-- + (31.5987,2.6941)--(31.5987,3.2744)--cycle(34.5399,3.2744)--(33.8278,3.2744)--(33.8278,2.1835)..controls(33.6580,2.3559)and + (33.4662,2.4300)..(33.2060,2.4300)..controls(32.5556,2.4300)and(32.1257,1.9261)..(32.1257,1.1624)..controls(32.1257,.4097)and + (32.5512,-.0965)..(33.1906,-.0965)..controls(33.4860,-.0965)and(33.6778,-.0071)..(33.8586,.2242)--(33.8586,-.0332)-- + (34.5399,-.0332)--(34.5399,3.2744)--cycle(33.3360,1.8606)..controls(33.6470,1.8606)and(33.8520,1.5835).. + (33.8520,1.1580)..controls(33.8520,.7500)and(33.6425,.4729)..(33.3360,.4729)..controls + (33.0318,.4729)and(32.8268,.7500)..(32.8268,1.1668)..controls(32.8268,1.5835)and(33.0318,1.8606).. + (33.3360,1.8606)(37.4545,.9595)..controls(37.4545,1.2759)and(37.4192,1.4897)..(37.3443,1.6882)..controls(37.1679,2.1638)and + (36.7777,2.4257)..(36.2573,2.4257)..controls(35.5297,2.4257)and(35.0183,1.9064)..(35.0183,1.1624)..controls(35.0183,.4097)and + (35.5144,-.0965)..(36.2617,-.0965)..controls(36.8372,-.0965)and(37.2892,.2002)..(37.4236,.6671)--(36.7027,.6671)..controls + (36.6013,.5165)and(36.4712,.4533)..(36.2816,.4533)..controls(35.9751,.4533)and(35.7811,.6322)..(35.7349,.9595)-- + (37.4545,.9595)--cycle(35.7414,1.4547)..controls(35.7966,1.7319)and(35.9751,1.8911)..(36.2507,1.8911)..controls + (36.5263,1.8911)and(36.6916,1.7319)..(36.7225,1.4547)--(35.7414,1.4547)--cycle + (37.9396,2.3602)--(37.9396,-.0332)--(38.6494,-.0332)--(38.6494,1.3108)..controls(38.6494,1.5180)and(38.6759,1.6184).. + (38.7553,1.7079)..controls(38.8302,1.7908)and(38.9405,1.8366)..(39.0617,1.8366)..controls(39.1874,1.8366)and(39.2910,1.7864).. + (39.3528,1.6970)..controls(39.4123,1.6075)and(39.4278,1.5137)..(39.4278,1.2715)--(39.4278,-.0332)--(40.1376,-.0332)-- + (40.1376,1.5180)..controls(40.1376,2.0832)and(39.8179,2.4300)..(39.2910,2.4300)..controls(39.0419,2.4300)and(38.8964,2.3668).. + (38.6296,2.1290)--(38.6296,2.3602)--(37.9396,2.3602)--cycle; + \fill[color={#1}] (1.3700,-3.5600)--(2.2915,-2.6480)-- + (1.4096,-2.6480)--(.6690,-3.4728)--(.6690,-1.7382)-- + (-.0410,-1.7382)--(-.0410,-5.0414)--(.6690,-5.0414)--(.6690,-4.2429)--(.9005,-4.0203)--(1.5000,-5.0414)-- + (2.3708,-5.0414)--(1.3700,-3.5600)--cycle(3.7774,-2.5848)..controls(3.0257,-2.5848)and(2.4965,-3.1106).. + (2.4965,-3.8414)..controls(2.4965,-4.5854)and(3.0257,-5.1047)..(3.7774,-5.1047)..controls(4.5249,-5.1047)and(5.0650,-4.5854).. + (5.0650,-3.8610)..controls(5.0650,-3.1041)and(4.5447,-2.5848)..(3.7774,-2.5848)(3.7774,-3.1455)..controls(4.1435,-3.1455)and + (4.3485,-3.3986)..(4.3485,-3.8566)..controls(4.3485,-4.2865)and(4.1390,-4.5461)..(3.7774,-4.5461)..controls + (3.4181,-4.5461)and(3.2109,-4.2865)..(3.2109,-3.8414)..controls(3.2109,-3.4030)and(3.4181,-3.1455)..(3.7774,-3.1455) + (5.5456,-2.6480)--(5.5456,-5.0414)--(6.2577,-5.0414)--(6.2577,-4.3672)..controls(6.2577,-3.9003)and(6.2820,-3.6777).. + (6.3526,-3.5208)..controls(6.4320,-3.3441)and(6.6325,-3.2350)..(6.8773,-3.2350)..controls(6.9280,-3.2350)and(6.9743,-3.2394).. + (7.0581,-3.2481)--(7.0581,-2.5848)..controls(6.5422,-2.5804)and(6.3614,-2.6895)..(6.2225,-3.0757)--(6.2424,-2.6480)-- + (5.5456,-2.6480)--cycle(8.9564,-3.5600)--(9.8779,-2.6480)--(8.9960,-2.6480)--(8.2553,-3.4728)-- + (8.2553,-1.7382)--(7.5453,-1.7382)--(7.5453,-5.0414)--(8.2553,-5.0414)--(8.2553,-4.2429)-- + (8.4868,-4.0203)--(9.0865,-5.0414)--(9.9595,-5.0414)--(8.9564,-3.5600)--cycle(12.5435,-4.0486)..controls + (12.5435,-3.7323)and(12.5081,-3.5208)..(12.4332,-3.3223)..controls(12.2568,-2.8467)and(11.8666,-2.5848)..(11.3463,-2.5848)..controls + (10.6188,-2.5848)and(10.1094,-3.1041)..(10.1094,-3.8457)..controls(10.1094,-4.6006)and(10.6055,-5.1047)..(11.3506,-5.1047)..controls + (11.9261,-5.1047)and(12.3781,-4.8079)..(12.5126,-4.3410)--(11.7916,-4.3410)..controls(11.6924,-4.4915)and(11.5601,-4.5548).. + (11.3705,-4.5548)..controls(11.0663,-4.5548)and(10.8700,-4.3759)..(10.8259,-4.0486)--(12.5435,-4.0486)--cycle + (10.8304,-3.5558)..controls(10.8855,-3.2786)and(11.0663,-3.1194)..(11.3396,-3.1194)..controls(11.6152,-3.1194)and(11.7806,-3.2786).. + (11.8115,-3.5558)--(10.8304,-3.5558)--cycle(13.7450,-3.4030)..controls(13.7758,-3.2088)and(13.9148,-3.1150)..(14.1705,-3.1150)..controls + (14.4064,-3.1150)and(14.5453,-3.2000)..(14.5453,-3.3376)..controls(14.5453,-3.4314)and(14.4902,-3.4772)..(14.3314,-3.5012)-- + (13.9456,-3.5642)..controls(13.2688,-3.6733)and(12.9844,-3.9047)..(12.9844,-4.3519)..controls + (12.9844,-4.8036)and(13.3393,-5.1047)..(13.8707,-5.1047)..controls(14.1595,-5.1047)and(14.3249,-5.0458).. + (14.5652,-4.8515)..controls(14.5916,-4.9411)and(14.5916,-4.9563)..(14.6225,-5.0414)--(15.3479,-5.0414)..controls + (15.2685,-4.9214)and(15.2574,-4.8865)..(15.2574,-4.6291)--(15.2574,-3.5317)..controls(15.2574,-3.1739)and(15.1913,-2.9862).. + (15.0172,-2.8335)..controls(14.8275,-2.6633)and(14.5453,-2.5804)..(14.1815,-2.5804)..controls(13.5003,-2.5804)and(13.1542,-2.8467).. + (13.1078,-3.4030)--(13.7450,-3.4030)--cycle(14.5652,-4.2668)..controls(14.4505,-4.4720)and(14.2808,-4.5701).. + (14.0448,-4.5701)..controls(13.8244,-4.5701)and(13.6855,-4.4763)..(13.6855,-4.3170)..controls(13.6855,-4.1730)and(13.7957,-4.0901).. + (14.0493,-4.0290)--(14.3050,-3.9745)..controls(14.4262,-3.9505)and(14.4902,-3.9309)..(14.5652,-3.9003)--(14.5652,-4.2668)-- + cycle(17.3254,-3.5600)--(18.2471,-2.6480)--(17.3652,-2.6480)--(16.6244,-3.4728)--(16.6244,-1.7382)-- + (15.9144,-1.7382)--(15.9144,-5.0414)--(16.6244,-5.0414)--(16.6244,-4.2429)--(16.8559,-4.0203)-- + (17.4556,-5.0414)--(18.3264,-5.0414)--(17.3254,-3.5600)--cycle(19.7110,-2.5848)..controls(18.9592,-2.5848)and + (18.4278,-3.1106)..(18.4278,-3.8414)..controls(18.4278,-4.5854)and(18.9592,-5.1047)..(19.7110,-5.1047)..controls(20.4561,-5.1047)and + (20.9963,-4.5854)..(20.9963,-3.8610)..controls(20.9963,-3.1041)and(20.4760,-2.5848)..(19.7110,-2.5848)(19.7110,-3.1455)..controls + (20.0747,-3.1455)and(20.2798,-3.3986)..(20.2798,-3.8566)..controls(20.2798,-4.2865)and(20.0703,-4.5461)..(19.7110,-4.5461)..controls + (19.3494,-4.5461)and(19.1443,-4.2865)..(19.1443,-3.8414)..controls(19.1443,-3.4030)and(19.3494,-3.1455)..(19.7110,-3.1455) + (23.6663,-2.6480)--(22.9563,-2.6480)--(22.9563,-3.9941)..controls(22.9563,-4.2319)and(22.9453,-4.2865)..(22.8813,-4.3715)..controls + (22.8152,-4.4610)and(22.7050,-4.5112)..(22.5749,-4.5112)..controls(22.4448,-4.5112)and(22.3302,-4.4610)..(22.2640,-4.3715)..controls + (22.2001,-4.2865)and(22.1891,-4.2276)..(22.1891,-3.9941)--(22.1891,-2.6480)--(21.4770,-2.6480)--(21.4770,-4.1491) + ..controls(21.4770,-4.4915)and(21.5431,-4.6945)..(21.7085,-4.8582)..controls(21.8694,-5.0152)and + (22.0987,-5.1047)..(22.3500,-5.1047)..controls(22.6455,-5.1047)and(22.8196,-5.0152)..(22.9916,-4.7774)-- + (22.9916,-5.0414)--(23.6663,-5.0414)--(23.6663,-2.6480)--cycle(25.0597,-1.7382)--(24.3475,-1.7382)-- + (24.3475,-5.0414)--(25.0597,-5.0414)--(25.0597,-1.7382)--cycle(27.9235,-2.6480)--(27.2136,-2.6480)--(27.2136,-3.9941)..controls + (27.2136,-4.2319)and(27.2026,-4.2865)..(27.1364,-4.3715)..controls(27.0726,-4.4610)and(26.9623,-4.5112)..(26.8322,-4.5112)..controls + (26.7022,-4.5112)and(26.5875,-4.4610)..(26.5214,-4.3715)..controls(26.4552,-4.2865)and(26.4464,-4.2276)..(26.4464,-3.9941)-- + (26.4464,-2.6480)--(25.7343,-2.6480)--(25.7343,-4.1491)..controls(25.7343,-4.4915)and(25.8004,-4.6945).. + (25.9658,-4.8582)..controls(26.1267,-5.0152)and(26.3560,-5.1047)..(26.6073,-5.1047)..controls(26.9028,-5.1047)and(27.0770,-5.0152).. + (27.2467,-4.7774)--(27.2467,-5.0414)--(27.9235,-5.0414)--(27.9235,-2.6480)--cycle; +} +% H{\”o}gskolan f{\”o}r ingenj{\”o}rsvetenskaper +\newcommand{\ENGSE}[1]{% + \fill[color={#1}] (1.9200,1.3900)--(1.9200,-.0368)-- + (2.6696,-.0368)--(2.6696,3.2663)--(1.9200,3.2663)-- + (1.9200,2.0227)--(.6943,2.0227)--(.6943,3.2663)--(-.0575,3.2663)--(-.0575,-.0368)-- + (.6943,-.0368)--(.6943,1.3900)--(1.9200,1.3900)--cycle(4.4531,2.4197)..controls(3.7013,2.4197)and + (3.1700,1.8939)..(3.1700,1.1632)..controls(3.1700,.4191)and(3.7013,-.1001)..(4.4531,-.1001)..controls(5.2006,-.1001)and + (5.7407,.4191)..(5.7407,1.1435)..controls(5.7407,1.9005)and(5.2203,2.4197)..(4.4531,2.4197)(4.4531,1.8590)..controls + (4.8192,1.8590)and(5.0242,1.6059)..(5.0242,1.1479)..controls(5.0242,.7181)and(4.8147,.4585)..(4.4531,.4585)..controls + (4.0916,.4585)and(3.8865,.7181)..(3.8865,1.1632)..controls(3.8865,1.6015)and(4.0916,1.8590)..(4.4531,1.8590) + (4.2636,3.2336)--(3.6109,3.2336)--(3.6109,2.6379)--(4.2636,2.6379)--(4.2636,3.2336)--cycle(5.2998,3.2336) + --(4.6494,3.2336)--(4.6494,2.6379)--(5.2998,2.6379)--(5.2998,3.2336)--cycle + (7.9344,2.3412)--(7.9542,2.0488)..controls(7.7735,2.3063)and(7.5573,2.4197)..(7.2487,2.4197)..controls(6.6314,2.4197)and + (6.1706,1.9136)..(6.1706,1.2482)..controls(6.1706,.5741)and(6.6270,.0918)..(7.2620,.0918)..controls(7.5331,.0918)and + (7.7029,.1573)..(7.9145,.3494)--(7.9145,.1923)..controls(7.9145,-.0456)and(7.8881,-.1306)..(7.7933,-.2136)..controls + (7.7139,-.2834)and(7.5927,-.3183)..(7.4428,-.3183)..controls(7.2069,-.3183)and(7.0680,-.2441)..(7.0172,-.0958)-- + (6.2809,-.0958)..controls(6.3316,-.5867)and(6.7373,-.8594)..(7.4140,-.8594)..controls(7.8329,-.8594)and(8.1636,-.7503).. + (8.3841,-.5365)..controls(8.5562,-.3729)and(8.6113,-.2005)..(8.6113,.1923)--(8.6113,2.3412)--(7.9344,2.3412)-- + cycle(7.3877,1.8503)..controls(7.7029,1.8503)and(7.9234,1.6059)..(7.9234,1.2679)..controls(7.9234,.9014)and + (7.7095,.6635)..(7.3832,.6635)..controls(7.0680,.6635)and(6.8475,.9057)..(6.8475,1.2570)..controls(6.8475,1.6059)and + (7.0680,1.8503)..(7.3877,1.8503)(11.2701,1.6365)..controls(11.2084,2.1427)and(10.8292,2.4197)..(10.2074,2.4197)..controls + (9.5659,2.4197)and(9.1756,2.1274)..(9.1756,1.6474)..controls(9.1756,1.2679)and(9.3807,1.0737)..(9.9121,.9603)-- + (10.3530,.8599)..controls(10.5426,.8162)and(10.6242,.7508)..(10.6242,.6417)..controls(10.6242,.5042)and(10.4743,.4104).. + (10.2538,.4104)..controls(9.9672,.4104)and(9.8172,.5195)..(9.7775,.7421)--(9.1117,.7421)..controls(9.1514,.2118)and + (9.5659,-.1001)..(10.2383,-.1001)..controls(10.9085,-.1001)and(11.3253,.2162)..(11.3253,.7224)..controls(11.3253,.9144)and + (11.2591,1.0934)..(11.1444,1.2024)..controls(11.0386,1.3115)and(10.8887,1.3770)..(10.5933,1.4336)--(10.1479,1.5274)..controls + (9.9231,1.5776)and(9.8525,1.6212)..(9.8525,1.7106)..controls(9.8525,1.8306)and(9.9870,1.9092)..(10.1920,1.9092)..controls + (10.4279,1.9092)and(10.5735,1.8154)..(10.6043,1.6365)--(11.2701,1.6365)--cycle(13.2919,1.4445)-- + (14.2156,2.3543)--(13.3337,2.3543)--(12.5930,1.5318)--(12.5930,3.2663)--(11.8809,3.2663)--(11.8809,-.0368) + --(12.5930,-.0368)--(12.5930,.7617)--(12.8223,.9843)--(13.4242,-.0368)--(14.2950,-.0368)-- + (13.2919,1.4445)--cycle(15.6774,2.4197)..controls(14.9255,2.4197)and(14.3942,1.8939)..(14.3942,1.1632)..controls + (14.3942,.4191)and(14.9255,-.1001)..(15.6774,-.1001)..controls(16.4226,-.1001)and(16.9649,.4191)..(16.9649,1.1435)..controls + (16.9649,1.9005)and(16.4424,2.4197)..(15.6774,2.4197)(15.6774,1.8590)..controls(16.0434,1.8590)and(16.2484,1.6059).. + (16.2484,1.1479)..controls(16.2484,.7181)and(16.0368,.4585)..(15.6774,.4585)..controls(15.3158,.4585)and(15.1108,.7181).. + (15.1108,1.1632)..controls(15.1108,1.6015)and(15.3158,1.8590)..(15.6774,1.8590)(18.1819,3.2663)--(17.4698,3.2663)-- + (17.4698,-.0368)--(18.1819,-.0368)--(18.1819,3.2663)--cycle(19.4982,1.6015)..controls(19.5290,1.7957)and + (19.6679,1.8895)..(19.9237,1.8895)..controls(20.1596,1.8895)and(20.3006,1.8045)..(20.3006,1.6670)..controls(20.3006,1.5732)and + (20.2455,1.5274)..(20.0846,1.5033)--(19.6988,1.4379)..controls(19.0219,1.3312)and(18.7375,1.0977)..(18.7375,.6526)..controls + (18.7375,.2009)and(19.0925,-.1001)..(19.6239,-.1001)..controls(19.9148,-.1001)and(20.0802,-.0412)..(20.3205,.1530)..controls + (20.3447,.0635)and(20.3447,.0482)..(20.3756,-.0368)--(21.1010,-.0368)..controls(21.0216,.0832)and(21.0106,.1180).. + (21.0106,.3755)--(21.0106,1.4728)..controls(21.0106,1.8306)and(20.9467,2.0183)..(20.7703,2.1710)..controls(20.5806,2.3412)and + (20.3006,2.4241)..(19.9347,2.4241)..controls(19.2534,2.4241)and(18.9073,2.1579)..(18.8632,1.6015)--(19.4982,1.6015)--cycle + (20.3205,.7377)..controls(20.2058,.5326)and(20.0339,.4344)..(19.8002,.4344)..controls(19.5798,.4344)and(19.4386,.5282).. + (19.4386,.6876)..controls(19.4386,.8315)and(19.5489,.9144)..(19.8046,.9755)--(20.0604,1.0300)..controls(20.1794,1.0541)and + (20.2455,1.0737)..(20.3205,1.1043)--(20.3205,.7377)--cycle(21.6919,2.3543)--(21.6919,-.0368)--(22.4040,-.0368)-- + (22.4040,1.3072)..controls(22.4040,1.5121)and(22.4282,1.6124)..(22.5076,1.7019)..controls(22.5848,1.7848)and(22.6928,1.8306).. + (22.8140,1.8306)..controls(22.9397,1.8306)and(23.0455,1.7805)..(23.1051,1.6910)..controls(23.1646,1.6015)and(23.1800,1.5077).. + (23.1800,1.2679)--(23.1800,-.0368)--(23.8922,-.0368)--(23.8922,1.5121)..controls(23.8922,2.0772)and(23.5703,2.4241).. + (23.0455,2.4241)..controls(22.7942,2.4241)and(22.6487,2.3609)..(22.3841,2.1230)--(22.3841,2.3543)-- + (21.6919,2.3543)--cycle(27.0559,2.3259)--(26.5951,2.3259)--(26.5951,2.4939)..controls(26.5951,2.6336)and(26.6811,2.7077).. + (26.8465,2.7077)--(27.0559,2.7077)--(27.0559,3.2663)--(26.6657,3.2663)..controls(26.1388,3.2663)and + (25.8853,3.0154)..(25.8853,2.4983)--(25.8853,2.3259)--(25.5479,2.3259)--(25.5479,1.8306)--(25.8853,1.8306) + --(25.8853,-.0368)--(26.5951,-.0368)--(26.5951,1.8306)--(27.0559,1.8306)--(27.0559,2.3259)--cycle + (28.5992,2.4197)..controls(27.8475,2.4197)and(27.3161,1.8939)..(27.3161,1.1632)..controls(27.3161,.4191)and(27.8475,-.1001).. + (28.5992,-.1001)..controls(29.3444,-.1001)and(29.8868,.4191)..(29.8868,1.1435)..controls(29.8868,1.9005)and(29.3643,2.4197).. + (28.5992,2.4197)(28.5992,1.8590)..controls(28.9652,1.8590)and(29.1703,1.6059)..(29.1703,1.1479).. + controls(29.1703,.7181)and(28.9586,.4585)..(28.5992,.4585)..controls(28.2376,.4585)and + (28.0326,.7181)..(28.0326,1.1632)..controls(28.0326,1.6015)and(28.2376,1.8590)..(28.5992,1.8590) + (28.4074,3.2336)--(27.7570,3.2336)--(27.7570,2.6379)--(28.4074,2.6379)--(28.4074,3.2336)--cycle(29.4459,3.2336)-- + (28.7932,3.2336)--(28.7932,2.6379)--(29.4459,2.6379)--(29.4459,3.2336)--cycle(30.3917,2.3543)-- + (30.3917,-.0368)--(31.1038,-.0368)--(31.1038,.6373)..controls(31.1038,1.1043)and(31.1281,1.3268)..(31.1986,1.4838)..controls + (31.2780,1.6627)and(31.4786,1.7695)..(31.7233,1.7695)..controls(31.7740,1.7695)and(31.8203,1.7652)..(31.9041,1.7565)-- + (31.9041,2.4197)..controls(31.3882,2.4241)and(31.2074,2.3150)..(31.0685,1.9288)--(31.0884,2.3543)--(30.3917,2.3543) + --cycle; + \fill[color={#1}] (.6637,-2.6540)--(-.0463,-2.6540)-- + (-.0463,-5.0475)--(.6637,-5.0475)--(.6637,-2.6540)-- + cycle(.6637,-1.7420)--(-.0463,-1.7420)--(-.0463,-2.3202)--(.6637,-2.3202)--(.6637,-1.7420)--cycle + (1.3405,-2.6540)--(1.3405,-5.0475)--(2.0505,-5.0475)--(2.0505,-3.7035)..controls(2.0505,-3.4962)and(2.0768,-3.3958).. + (2.1563,-3.3064)..controls(2.2312,-3.2235)and(2.3414,-3.1776)..(2.4627,-3.1776)..controls(2.5884,-3.1776)and(2.6920,-3.2278).. + (2.7515,-3.3173)..controls(2.8133,-3.4067)and(2.8287,-3.5005)..(2.8287,-3.7428)--(2.8287,-5.0475)--(3.5386,-5.0475)-- + (3.5386,-3.4962)..controls(3.5386,-2.9311)and(3.2190,-2.5841)..(2.6920,-2.5841)..controls(2.4429,-2.5841)and(2.2973,-2.6475).. + (2.0306,-2.8853)--(2.0306,-2.6540)--(1.3405,-2.6540)--cycle(5.8271,-2.6671)--(5.8469,-2.9594)..controls(5.6684,-2.7020)and + (5.4523,-2.5885)..(5.1414,-2.5885)..controls(4.5263,-2.5885)and(4.0655,-3.0947)..(4.0655,-3.7623)..controls(4.0655,-4.4366)and + (4.5197,-4.9187)..(5.1569,-4.9187)..controls(5.4280,-4.9187)and(5.5978,-4.8533)..(5.8072,-4.6613)--(5.8072,-4.8184)..controls + (5.8072,-5.0563)and(5.7830,-5.1413)..(5.6882,-5.2264)..controls(5.6067,-5.2940)and(5.4876,-5.3290)..(5.3377,-5.3290)..controls + (5.1017,-5.3290)and(4.9607,-5.2548)..(4.9122,-5.1064)--(4.1758,-5.1064)..controls(4.2243,-5.5973)and(4.6300,-5.8701).. + (5.3068,-5.8701)..controls(5.7279,-5.8701)and(6.0586,-5.7610)..(6.2791,-5.5472)..controls(6.4489,-5.3835)and(6.5040,-5.2111).. + (6.5040,-4.8184)--(6.5040,-2.6671)--(5.8271,-2.6671)--cycle(5.2825,-3.1580)..controls(5.5978,-3.1580)and(5.8183,-3.4023).. + (5.8183,-3.7428)..controls(5.8183,-4.1093)and(5.6022,-4.3472)..(5.2759,-4.3472)..controls(4.9607,-4.3472)and(4.7402,-4.1049).. + (4.7402,-3.7537)..controls(4.7402,-3.4023)and(4.9607,-3.1580)..(5.2825,-3.1580)(9.4781,-4.0548)..controls + (9.4781,-3.7384)and(9.4429,-3.5246)..(9.3679,-3.3260)..controls(9.1937,-2.8503)and(8.8035,-2.5885).. + (8.2810,-2.5885)..controls(7.5556,-2.5885)and(7.0441,-3.1100)..(7.0441,-3.8519)..controls + (7.0441,-4.6067)and(7.5402,-5.1108)..(8.2876,-5.1108)..controls(8.8630,-5.1108)and(9.3127,-4.8140).. + (9.4495,-4.3472)--(8.7285,-4.3472)..controls(8.6271,-4.4977)and(8.4970,-4.5610)..(8.3074,-4.5610)..controls(8.0009,-4.5610)and + (7.8069,-4.3820)..(7.7607,-4.0548)--(9.4781,-4.0548)--cycle(7.7650,-3.5595)..controls(7.8201,-3.2823)and(8.0009,-3.1231).. + (8.2765,-3.1231)..controls(8.5521,-3.1231)and(8.7175,-3.2823)..(8.7484,-3.5595)--(7.7650,-3.5595)--cycle(10.0403,-2.6540)-- + (10.0403,-5.0475)--(10.7502,-5.0475)--(10.7502,-3.7035)..controls(10.7502,-3.4962)and(10.7767,-3.3958)..(10.8561,-3.3064)..controls + (10.9310,-3.2235)and(11.0413,-3.1776)..(11.1625,-3.1776)..controls(11.2860,-3.1776)and(11.3918,-3.2278)..(11.4513,-3.3173)..controls + (11.5130,-3.4067)and(11.5285,-3.5005)..(11.5285,-3.7428)--(11.5285,-5.0475)--(12.2384,-5.0475)--(12.2384,-3.4962)..controls + (12.2384,-2.9311)and(11.9187,-2.5841)..(11.3918,-2.5841)..controls(11.1427,-2.5841)and(10.9972,-2.6475)..(10.7304,-2.8853)-- + (10.7304,-2.6540)--(10.0403,-2.6540)--cycle(12.9638,-2.6540)--(12.9638,-4.9581)..controls(12.9638,-5.1566)and + (12.8844,-5.2460)..(12.7036,-5.2460)--(12.5736,-5.2460)--(12.5736,-5.8046)--(12.9594,-5.8046)..controls(13.2306,-5.8046)and + (13.4158,-5.7413)..(13.5348,-5.5973)..controls(13.6516,-5.4577)and(13.6759,-5.3442)..(13.6759,-4.9930)--(13.6759,-2.6540)-- + (12.9638,-2.6540)--cycle(13.6759,-1.7420)--(12.9638,-1.7420)--(12.9638,-2.3202)--(13.6759,-2.3202)--(13.6759,-1.7420)--cycle + (15.4639,-2.5885)..controls(14.7121,-2.5885)and(14.1808,-3.1144)..(14.1808,-3.8475)..controls(14.1808,-4.5915) + and(14.7121,-5.1108)..(15.4639,-5.1108)..controls(16.2114,-5.1108)and(16.7515,-4.5915).. + (16.7515,-3.8671)..controls(16.7515,-3.1100)and(16.2311,-2.5885)..(15.4639,-2.5885)(15.4639,-3.1493)..controls + (15.8300,-3.1493)and(16.0350,-3.4023)..(16.0350,-3.8628)..controls(16.0350,-4.2948)and(15.8255,-4.5522)..(15.4639,-4.5522)..controls + (15.1046,-4.5522)and(14.8973,-4.2948)..(14.8973,-3.8475)..controls(14.8973,-3.4067)and(15.1046,-3.1493)..(15.4639,-3.1493) + (15.2743,-1.7747)--(14.6217,-1.7747)--(14.6217,-2.3703)--(15.2743,-2.3703)--(15.2743,-1.7747)--cycle + (16.3106,-1.7747)--(15.6602,-1.7747)--(15.6602,-2.3703)--(16.3106,-2.3703)--(16.3106,-1.7747)--cycle(17.2828,-2.6540)-- + (17.2828,-5.0475)--(17.9927,-5.0475)--(17.9927,-4.3733)..controls(17.9927,-3.9064)and(18.0192,-3.6838)..(18.0875,-3.5246)..controls + (18.1691,-3.3478)and(18.3697,-3.2387)..(18.6145,-3.2387)..controls(18.6652,-3.2387)and(18.7093,-3.2431)..(18.7953,-3.2518)-- + (18.7953,-2.5885)..controls(18.2794,-2.5841)and(18.0986,-2.6932)..(17.9575,-3.0794)--(17.9773,-2.6540)--(17.2828,-2.6540)-- + cycle(21.2888,-3.3718)..controls(21.2293,-2.8656)and(20.8479,-2.5885)..(20.2261,-2.5885)..controls + (19.5867,-2.5885)and(19.1943,-2.8809)..(19.1943,-3.3609)..controls(19.1943,-3.7428)and(19.3993,-3.9369)..(19.9307,-4.0504)-- + (20.3717,-4.1508)..controls(20.5634,-4.1944)and(20.6428,-4.2599)..(20.6428,-4.3690)..controls(20.6428,-4.5064)and(20.4929,-4.6002).. + (20.2725,-4.6002)..controls(19.9859,-4.6002)and(19.8359,-4.4911)..(19.7962,-4.2686)--(19.1304,-4.2686)..controls(19.1701,-4.7987)and + (19.5867,-5.1108)..(20.2570,-5.1108)..controls(20.9272,-5.1108)and(21.3439,-4.7944)..(21.3439,-4.2882)..controls(21.3439,-4.0962)and + (21.2778,-3.9173)..(21.1631,-3.8082)..controls(21.0595,-3.6991)and(20.9074,-3.6337)..(20.6119,-3.5747)--(20.1666,-3.4809)..controls + (19.9418,-3.4308)and(19.8712,-3.3871)..(19.8712,-3.2976)..controls(19.8712,-3.1776)and(20.0056,-3.0991)..(20.2129,-3.0991)..controls + (20.4466,-3.0991)and(20.5921,-3.1929)..(20.6230,-3.3718)--(21.2888,-3.3718)--cycle(23.1166,-5.0475)--(23.9389,-2.6540)-- + (23.1760,-2.6540)--(22.9313,-3.5704)..controls(22.8961,-3.7144)and(22.8365,-3.9871)..(22.7814,-4.2599)..controls(22.7020,-3.9719)and + (22.6403,-3.7384)..(22.5918,-3.5704)--(22.3206,-2.6540)--(21.5732,-2.6540)--(22.4397,-5.0475)--(23.1166,-5.0475)--cycle + (26.5890,-4.0548)..controls(26.5890,-3.7384)and(26.5537,-3.5246)..(26.4765,-3.3260)..controls(26.3024,-2.8503) + and(25.9121,-2.5885)..(25.3896,-2.5885)..controls(24.6642,-2.5885)and(24.1528,-3.1100).. + (24.1528,-3.8519)..controls(24.1528,-4.6067)and(24.6488,-5.1108)..(25.3962,-5.1108)..controls(25.9717,-5.1108) + and(26.4214,-4.8140)..(26.5581,-4.3472)--(25.8371,-4.3472)..controls(25.7357,-4.4977)and(25.6056,-4.5610).. + (25.4161,-4.5610)..controls(25.1096,-4.5610)and(24.9156,-4.3820)..(24.8693,-4.0548)--(26.5890,-4.0548)--cycle(24.8759,-3.5595)..controls + (24.9288,-3.2823)and(25.1096,-3.1231)..(25.3852,-3.1231)..controls(25.6607,-3.1231)and + (25.8261,-3.2823)..(25.8570,-3.5595)--(24.8759,-3.5595)--cycle(28.3615,-2.6823)--(27.9250,-2.6823)-- + (27.9250,-1.9253)--(27.2129,-1.9253)--(27.2129,-2.6823)--(26.8733,-2.6823)--(26.8733,-3.1776)--(27.2129,-3.1776)-- + (27.2129,-4.2686)..controls(27.2129,-4.6417)and(27.2437,-4.7704)..(27.3540,-4.8882)..controls(27.4599,-5.0017)and(27.6142,-5.0475).. + (27.9250,-5.0475)--(28.3615,-5.0475)--(28.3615,-4.5173)--(28.1058,-4.5173)..controls(27.9405,-4.5173)and(27.9250,-4.4867).. + (27.9250,-4.1093)--(27.9250,-3.1776)--(28.3615,-3.1776)--(28.3615,-2.6823)--cycle(31.1307,-4.0548)..controls + (31.1307,-3.7384)and(31.0954,-3.5246)..(31.0205,-3.3260)..controls(30.8463,-2.8503)and(30.4538,-2.5885).. + (29.9335,-2.5885)..controls(29.2082,-2.5885)and(28.6967,-3.1100)..(28.6967,-3.8519)..controls(28.6967,-4.6067)and(29.1927,-5.1108).. + (29.9379,-5.1108)..controls(30.5134,-5.1108)and(30.9654,-4.8140)..(31.0998,-4.3472)--(30.3788,-4.3472)..controls(30.2796,-4.4977)and + (30.1496,-4.5610)..(29.9578,-4.5610)..controls(29.6535,-4.5610)and(29.4573,-4.3820)..(29.4132,-4.0548)--(31.1307,-4.0548)-- + cycle(29.4176,-3.5595)..controls(29.4727,-3.2823)and(29.6535,-3.1231)..(29.9291,-3.1231)..controls + (30.2047,-3.1231)and(30.3701,-3.2823)..(30.3987,-3.5595)--(29.4176,-3.5595)--cycle(31.6907,-2.6540)--(31.6907,-5.0475)-- + (32.4028,-5.0475)--(32.4028,-3.7035)..controls(32.4028,-3.4962)and(32.4271,-3.3958)..(32.5087,-3.3064)..controls(32.5836,-3.2235)and + (32.6938,-3.1776)..(32.8129,-3.1776)..controls(32.9386,-3.1776)and(33.0444,-3.2278)..(33.1039,-3.3173)..controls(33.1634,-3.4067)and + (33.1788,-3.5005)..(33.1788,-3.7428)--(33.1788,-5.0475)--(33.8910,-5.0475)--(33.8910,-3.4962)..controls(33.8910,-2.9311)and + (33.5691,-2.5841)..(33.0444,-2.5841)..controls(32.7930,-2.5841)and(32.6475,-2.6475)..(32.3830,-2.8853)--(32.3830,-2.6540)-- + (31.6907,-2.6540)--cycle(36.5499,-3.3718)..controls(36.4904,-2.8656)and(36.1090,-2.5885)..(35.4872,-2.5885).. + controls(34.8478,-2.5885)and(34.4554,-2.8809)..(34.4554,-3.3609)..controls(34.4554,-3.7428)and + (34.6626,-3.9369)..(35.1917,-4.0504)--(35.6327,-4.1508)..controls(35.8223,-4.1944)and(35.9039,-4.2599)..(35.9039,-4.3690)..controls + (35.9039,-4.5064)and(35.7539,-4.6002)..(35.5335,-4.6002)..controls(35.2469,-4.6002)and(35.0970,-4.4911)..(35.0573,-4.2686)-- + (34.3914,-4.2686)..controls(34.4311,-4.7987)and(34.8478,-5.1108)..(35.5181,-5.1108)..controls(36.1883,-5.1108)and(36.6050,-4.7944).. + (36.6050,-4.2882)..controls(36.6050,-4.0962)and(36.5389,-3.9173)..(36.4242,-3.8082)..controls(36.3184,-3.6991)and(36.1685,-3.6337).. + (35.8730,-3.5747)--(35.4277,-3.4809)..controls(35.2028,-3.4308)and(35.1323,-3.3871)..(35.1323,-3.2976)..controls(35.1323,-3.1776)and + (35.2667,-3.0991)..(35.4740,-3.0991)..controls(35.7077,-3.0991)and(35.8532,-3.1929)..(35.8841,-3.3718)--(36.5499,-3.3718)--cycle + (38.5738,-3.5660)--(39.4954,-2.6540)--(38.6135,-2.6540)--(37.8727,-3.4766)--(37.8727,-1.7420)--(37.1606,-1.7420)-- + (37.1606,-5.0475)--(37.8727,-5.0475)--(37.8727,-4.2490)--(38.1020,-4.0264)--(38.7039,-5.0475)--(39.5748,-5.0475)-- + (38.5738,-3.5660)--cycle(40.5316,-3.4067)..controls(40.5625,-3.2126)and(40.7014,-3.1187)..(40.9571,-3.1187).. + controls(41.1930,-3.1187)and(41.3319,-3.2038)..(41.3319,-3.3413)..controls(41.3319,-3.4373)and + (41.2768,-3.4809)..(41.1181,-3.5049)--(40.7323,-3.5704)..controls(40.0554,-3.6795)and(39.7710,-3.9129)..(39.7710,-4.3581)..controls + (39.7710,-4.8096)and(40.1260,-5.1108)..(40.6573,-5.1108)..controls(40.9461,-5.1108)and(41.1114,-5.0519)..(41.3518,-4.8577)..controls + (41.3782,-4.9472)and(41.3782,-4.9624)..(41.4069,-5.0475)--(42.1344,-5.0475)..controls(42.0551,-4.9275)and(42.0441,-4.8926).. + (42.0441,-4.6351)--(42.0441,-3.5355)..controls(42.0441,-3.1776)and(41.9779,-2.9900)..(41.8037,-2.8373)..controls(41.6142,-2.6671)and + (41.3319,-2.5841)..(40.9681,-2.5841)..controls(40.2869,-2.5841)and(39.9407,-2.8503)..(39.8945,-3.4067)--(40.5316,-3.4067)--cycle + (41.3518,-4.2729)..controls(41.2371,-4.4781)and(41.0673,-4.5763)..(40.8315,-4.5763)..controls(40.6110,-4.5763) + and(40.4720,-4.4824)..(40.4720,-4.3231)..controls(40.4720,-4.1791)and(40.5823,-4.0962).. + (40.8381,-4.0351)--(41.0916,-3.9805)..controls(41.2129,-3.9566)and(41.2768,-3.9369)..(41.3518,-3.9064)--(41.3518,-4.2729)--cycle + (42.7253,-2.6540)--(42.7253,-5.8046)--(43.4374,-5.8046)--(43.4374,-4.8533)..controls(43.6358,-5.0366)and(43.8232,-5.1108).. + (44.0878,-5.1108)..controls(44.7228,-5.1108)and(45.1483,-4.6067)..(45.1483,-3.8431)..controls(45.1483,-3.0991)and(44.7184,-2.5885).. + (44.0834,-2.5885)..controls(43.7814,-2.5885)and(43.6072,-2.6780)..(43.4021,-2.9355)--(43.4220,-2.6540)--(42.7253,-2.6540)--cycle + (43.9269,-3.1580)..controls(44.2531,-3.1580)and(44.4472,-3.4264)..(44.4472,-3.8584)..controls(44.4472,-4.2729) + and(44.2421,-4.5413)..(43.9313,-4.5413)..controls(43.6116,-4.5413)and(43.4110,-4.2729).. + (43.4110,-3.8475)..controls(43.4110,-3.4264)and(43.6116,-3.1580)..(43.9269,-3.1580)(47.9681,-4.0548)..controls + (47.9681,-3.7384)and(47.9328,-3.5246)..(47.8579,-3.3260)..controls(47.6837,-2.8503)and(47.2935,-2.5885)..(46.7732,-2.5885)..controls + (46.0456,-2.5885)and(45.5341,-3.1100)..(45.5341,-3.8519)..controls(45.5341,-4.6067)and(46.0302,-5.1108)..(46.7775,-5.1108)..controls + (47.3530,-5.1108)and(47.8027,-4.8140)..(47.9394,-4.3472)--(47.2185,-4.3472)..controls(47.1171,-4.4977)and(46.9870,-4.5610).. + (46.7974,-4.5610)..controls(46.4909,-4.5610)and(46.2969,-4.3820)..(46.2507,-4.0548)--(47.9681,-4.0548)--cycle(46.2551,-3.5595).. + controls(46.3102,-3.2823)and(46.4909,-3.1231)..(46.7665,-3.1231)..controls(47.0421,-3.1231)and + (47.2075,-3.2823)..(47.2384,-3.5595)--(46.2551,-3.5595)--cycle(48.4796,-2.6540)--(48.4796,-5.0475)--(49.1917,-5.0475)-- + (49.1917,-4.3733)..controls(49.1917,-3.9064)and(49.2160,-3.6838)..(49.2866,-3.5246)..controls(49.3659,-3.3478)and(49.5665,-3.2387).. + (49.8113,-3.2387)..controls(49.8620,-3.2387)and(49.9082,-3.2431)..(49.9921,-3.2518)--(49.9921,-2.5885)..controls(49.4762,-2.5841)and + (49.2953,-2.6932)..(49.1565,-3.0794)--(49.1763,-2.6540)--(48.4796,-2.6540)--cycle; +} +% School of Engineering +\newcommand{\ENGEN}[1]{% + \fill[color={#1}] (2.6600,2.2300)..controls(2.6314,2.5114) + and(2.5807,2.6794)..(2.4815,2.8386)..controls + (2.2765,3.1703)and(1.8841,3.3383)..(1.3285,3.3383)..controls(.4884,3.3383)and(-.0143,2.9565)..(-.0143,2.3172)..controls + (-.0143,2.0534)and(.0828,1.8155)..(.2526,1.6715)..controls(.4025,1.5428)and(.6229,1.4490)..(.9779,1.3639)-- + (1.5842,1.2155)..controls(1.8201,1.1566)and(1.9458,1.0409)..(1.9458,.8773)..controls(1.9458,.6504)and(1.7099,.5064).. + (1.3240,.5064)..controls(.8676,.5064)and(.6516,.6744)..(.6384,1.0518)--(-.1135,1.0518)..controls(-.1090,.3122)and + (.4135,-.1132)..(1.3130,-.1132)..controls(2.1794,-.1132)and(2.7084,.3079)..(2.7084,.9930)..controls(2.7084,1.2548)and + (2.6270,1.4686)..(2.4550,1.6214)..controls(2.2963,1.7697)and(2.0912,1.8591)..(1.7187,1.9486)--(1.0440,2.1014)..controls + (.8390,2.1515)and(.7376,2.2430)..(.7376,2.3827)..controls(.7376,2.5900)and(.9536,2.7186)..(1.3086,2.7186)..controls + (1.6856,2.7186)and(1.9104,2.5550)..(1.9104,2.2845)--(1.9104,2.2300)--(2.6600,2.2300)--cycle + (5.4489,1.4926)..controls(5.4026,2.0621)and(4.9726,2.4176)..(4.3421,2.4176)..controls(3.5749,2.4176)and(3.1141,1.9377).. + (3.1141,1.1500)..controls(3.1141,.3821)and(3.5792,-.1023)..(4.3157,-.1023)..controls(4.9572,-.1023)and(5.3784,.2380).. + (5.4797,.8424)--(4.7875,.8773)..controls(4.7324,.5959)and(4.5913,.4671)..(4.3377,.4671)..controls(4.0070,.4671)and + (3.8306,.7137)..(3.8306,1.1697)..controls(3.8306,1.6061)and(4.0070,1.8505)..(4.3311,1.8505)..controls(4.5670,1.8505)and + (4.7324,1.7152)..(4.7721,1.4926)--(5.4489,1.4926)--cycle(6.7056,3.2641)--(5.9934,3.2641)-- + (5.9934,-.0391)--(6.7056,-.0391)--(6.7056,1.3050)..controls(6.7056,1.5581)and(6.7210,1.6257)..(6.8004,1.7064)..controls + (6.8753,1.7850)and(6.9900,1.8308)..(7.1112,1.8308)..controls(7.2303,1.8308)and(7.3317,1.7850)..(7.3912,1.7064)..controls + (7.4574,1.6214)and(7.4728,1.5319)..(7.4728,1.3050)--(7.4728,-.0391)--(8.1828,-.0391)--(8.1828,1.4337)..controls + (8.1828,1.7959)and(8.1232,1.9988)..(7.9689,2.1668)..controls(7.8123,2.3281)and(7.5875,2.4219)..(7.3472,2.4219)..controls + (7.0958,2.4219)and(6.9062,2.3368)..(6.7056,2.1515)--(6.7056,3.2641)--cycle(10.0215,2.4176)..controls + (9.2697,2.4176)and(8.7383,1.8941)..(8.7383,1.1609)..controls(8.7383,.4170)and(9.2697,-.1023)..(10.0215,-.1023)..controls + (10.7666,-.1023)and(11.3090,.4170)..(11.3090,1.1414)..controls(11.3090,1.8985)and(10.7865,2.4176)..(10.0215,2.4176) + (10.0215,1.8591)..controls(10.3875,1.8591)and(10.5925,1.6061)..(10.5925,1.1457)..controls(10.5925,.7137)and(10.3808,.4562).. + (10.0215,.4562)..controls(9.6599,.4562)and(9.4548,.7137)..(9.4548,1.1609)..controls(9.4548,1.6017)and(9.6599,1.8591).. + (10.0215,1.8591)(13.0265,2.4176)..controls(12.2747,2.4176)and(11.7434,1.8941)..(11.7434,1.1609)..controls(11.7434,.4170)and + (12.2747,-.1023)..(13.0265,-.1023)..controls(13.7717,-.1023)and(14.3141,.4170)..(14.3141,1.1414)..controls(14.3141,1.8985)and + (13.7915,2.4176)..(13.0265,2.4176)(13.0265,1.8591)..controls(13.3925,1.8591)and(13.5975,1.6061).. + (13.5975,1.1457)..controls(13.5975,.7137)and(13.3859,.4562)..(13.0265,.4562)..controls + (12.6650,.4562)and(12.4599,.7137)..(12.4599,1.1609)..controls(12.4599,1.6017)and(12.6650,1.8591).. + (13.0265,1.8591)(15.5796,3.2641)--(14.8697,3.2641)--(14.8697,-.0391)--(15.5796,-.0391)--(15.5796,3.2641)--cycle + (18.4964,2.4176)..controls(17.7446,2.4176)and(17.2133,1.8941)..(17.2133,1.1609)..controls(17.2133,.4170)and(17.7446,-.1023).. + (18.4964,-.1023)..controls(19.2416,-.1023)and(19.7818,.4170)..(19.7818,1.1414)..controls(19.7818,1.8985)and(19.2615,2.4176).. + (18.4964,2.4176)(18.4964,1.8591)..controls(18.8602,1.8591)and(19.0674,1.6061)..(19.0674,1.1457).. + controls(19.0674,.7137)and(18.8558,.4562)..(18.4964,.4562)..controls(18.1348,.4562)and + (17.9298,.7137)..(17.9298,1.1609)..controls(17.9298,1.6017)and(18.1348,1.8591)..(18.4964,1.8591) + (21.5764,2.3238)--(21.1156,2.3238)--(21.1156,2.4918)..controls(21.1156,2.6292)and(21.1994,2.7056).. + (21.3647,2.7056)--(21.5764,2.7056)--(21.5764,3.2641)--(21.1862,3.2641)..controls(20.6592,3.2641)and(20.4035,3.0110).. + (20.4035,2.4961)--(20.4035,2.3238)--(20.0684,2.3238)--(20.0684,1.8308)--(20.4035,1.8308)-- + (20.4035,-.0391)--(21.1156,-.0391)--(21.1156,1.8308)--(21.5764,1.8308)--(21.5764,2.3238)--cycle(25.9175,3.2641)-- + (23.4284,3.2641)--(23.4284,-.0391)--(25.9484,-.0391)--(25.9484,.5959)--(24.1802,.5959)--(24.1802,1.4032)-- + (25.6970,1.4032)--(25.6970,1.9879)--(24.1802,1.9879)--(24.1802,2.6292)--(25.9175,2.6292)--(25.9175,3.2641)-- + cycle(26.5833,2.3521)--(26.5833,-.0391)--(27.2954,-.0391)--(27.2954,1.3050)..controls(27.2954,1.5123)and + (27.3197,1.6126)..(27.4012,1.6999)..controls(27.4762,1.7850)and(27.5865,1.8308)..(27.7056,1.8308)..controls(27.8312,1.8308)and + (27.9371,1.7806)..(27.9965,1.6912)..controls(28.0561,1.6017)and(28.0715,1.5079)..(28.0715,1.2657)--(28.0715,-.0391)-- + (28.7836,-.0391)--(28.7836,1.5123)..controls(28.7836,2.0773)and(28.4618,2.4219)..(27.9371,2.4219)..controls(27.6857,2.4219)and + (27.5402,2.3586)..(27.2756,2.1232)--(27.2756,2.3521)--(26.5833,2.3521)--cycle(31.0721,2.3368)-- + (31.0920,2.0468)..controls(30.9112,2.3041)and(30.6951,2.4176)..(30.3865,2.4176)..controls(29.7692,2.4176)and(29.3083,1.9137).. + (29.3083,1.2439)..controls(29.3083,.5697)and(29.7647,.0897)..(30.3997,.0897)..controls(30.6709,.0897)and(30.8406,.1551).. + (31.0523,.3471)--(31.0523,.1900)..controls(31.0523,-.0478)and(31.0258,-.1329)..(30.9311,-.2179)..controls(30.8516,-.2878)and + (30.7304,-.3205)..(30.5805,-.3205)..controls(30.3445,-.3205)and(30.2057,-.2464)..(30.1550,-.0979)--(29.4186,-.0979)..controls + (29.4693,-.5888)and(29.8750,-.8616)..(30.5497,-.8616)..controls(30.9707,-.8616)and(31.3014,-.7525)..(31.5219,-.5387)..controls + (31.6939,-.3750)and(31.7490,-.2027)..(31.7490,.1900)--(31.7490,2.3368)--(31.0721,2.3368)--cycle + (30.5254,1.8505)..controls(30.8406,1.8505)and(31.0611,1.6061)..(31.0611,1.2657)..controls(31.0611,.8970)and(30.8473,.6591).. + (30.5209,.6591)..controls(30.2057,.6591)and(29.9852,.9035)..(29.9852,1.2548)..controls(29.9852,1.6061)and(30.2057,1.8505).. + (30.5254,1.8505)(33.1358,2.3521)--(32.4237,2.3521)--(32.4237,-.0391)--(33.1358,-.0391)--(33.1358,2.3521)--cycle + (33.1358,3.2641)--(32.4237,3.2641)--(32.4237,2.6859)--(33.1358,2.6859)--(33.1358,3.2641)--cycle + (33.8104,2.3521)--(33.8104,-.0391)--(34.5225,-.0391)--(34.5225,1.3050)..controls(34.5225,1.5123)and(34.5468,1.6126).. + (34.6284,1.6999)..controls(34.7033,1.7850)and(34.8135,1.8308)..(34.9326,1.8308)..controls(35.0583,1.8308)and(35.1641,1.7806).. + (35.2237,1.6912)..controls(35.2831,1.6017)and(35.2986,1.5079)..(35.2986,1.2657)--(35.2986,-.0391)--(36.0107,-.0391)-- + (36.0107,1.5123)..controls(36.0107,2.0773)and(35.6888,2.4219)..(35.1641,2.4219)..controls(34.9127,2.4219)and(34.7673,2.3586).. + (34.5027,2.1232)--(34.5027,2.3521)--(33.8104,2.3521)--cycle(38.9760,.9515)..controls(38.9760,1.2700)and + (38.9408,1.4817)..(38.8658,1.6803)..controls(38.6894,2.1559)and(38.2992,2.4176)..(37.7789,2.4176)..controls + (37.0513,2.4176)and(36.5398,1.8985)..(36.5398,1.1566)..controls(36.5398,.4017)and(37.0359,-.1023)..(37.7833,-.1023)..controls + (38.3587,-.1023)and(38.8107,.1944)..(38.9452,.6591)--(38.2243,.6591)..controls(38.1229,.5108)and(37.9928,.4475).. + (37.8032,.4475)..controls(37.4967,.4475)and(37.3027,.6264)..(37.2563,.9515)--(38.9760,.9515)--cycle + (37.2630,1.4490)..controls(37.3181,1.7261)and(37.4967,1.8853)..(37.7723,1.8853)..controls(38.0479,1.8853)and + (38.2132,1.7261)..(38.2441,1.4490)--(37.2630,1.4490)--cycle(41.8245,.9515)..controls(41.8245,1.2700)and + (41.7893,1.4817)..(41.7143,1.6803)..controls(41.5402,2.1559)and(41.1477,2.4176)..(40.6274,2.4176).. + controls(39.9020,2.4176)and(39.3906,1.8985)..(39.3906,1.1566)..controls(39.3906,.4017)and + (39.8866,-.1023)..(40.6340,-.1023)..controls(41.2095,-.1023)and(41.6592,.1944)..(41.7937,.6591)-- + (41.0728,.6591)..controls(40.9736,.5108)and(40.8434,.4475)..(40.6539,.4475)..controls(40.3474,.4475)and(40.1512,.6264).. + (40.1071,.9515)--(41.8245,.9515)--cycle(40.1115,1.4490)..controls(40.1666,1.7261)and(40.3474,1.8853).. + (40.6230,1.8853)..controls(40.8986,1.8853)and(41.0639,1.7261)..(41.0948,1.4490)--(40.1115,1.4490)--cycle + (42.3361,2.3521)--(42.3361,-.0391)--(43.0460,-.0391)--(43.0460,.6351)..controls(43.0460,1.0999)and(43.0725,1.3246).. + (43.1429,1.4817)..controls(43.2224,1.6606)and(43.4230,1.7697)..(43.6677,1.7697)..controls(43.7184,1.7697)and(43.7625,1.7653).. + (43.8485,1.7544)--(43.8485,2.4176)..controls(43.3326,2.4219)and(43.1518,2.3128)..(43.0129,1.9290)--(43.0327,2.3521)-- + (42.3361,2.3521)--cycle(45.0192,2.3521)--(44.3093,2.3521)--(44.3093,-.0391)--(45.0192,-.0391)--(45.0192,2.3521)--cycle + (45.0192,3.2641)--(44.3093,3.2641)--(44.3093,2.6859)--(45.0192,2.6859)--(45.0192,3.2641)--cycle + (45.6961,2.3521)--(45.6961,-.0391)--(46.4082,-.0391)--(46.4082,1.3050)..controls(46.4082,1.5123)and(46.4324,1.6126).. + (46.5118,1.6999)..controls(46.5890,1.7850)and(46.6970,1.8308)..(46.8182,1.8308)..controls(46.9439,1.8308)and(47.0497,1.7806).. + (47.1093,1.6912)..controls(47.1688,1.6017)and(47.1843,1.5079)..(47.1843,1.2657)--(47.1843,-.0391)--(47.8964,-.0391)-- + (47.8964,1.5123)..controls(47.8964,2.0773)and(47.5744,2.4219)..(47.0497,2.4219)..controls(46.7984,2.4219)and(46.6529,2.3586).. + (46.3883,2.1232)--(46.3883,2.3521)--(45.6961,2.3521)--cycle(50.1584,2.3368)--(50.1783,2.0468)..controls + (49.9996,2.3041)and(49.7836,2.4176)..(49.4728,2.4176)..controls(48.8576,2.4176)and(48.3969,1.9137)..(48.3969,1.2439)..controls + (48.3969,.5697)and(48.8510,.0897)..(49.4882,.0897)..controls(49.7594,.0897)and(49.9291,.1551)..(50.1386,.3471)-- + (50.1386,.1900)..controls(50.1386,-.0478)and(50.1143,-.1329)..(50.0195,-.2179)..controls(49.9379,-.2878)and(49.8189,-.3205).. + (49.6689,-.3205)..controls(49.4331,-.3205)and(49.2919,-.2464)..(49.2413,-.0979)--(48.5071,-.0979)..controls(48.5555,-.5888)and + (48.9612,-.8616)..(49.6381,-.8616)..controls(50.0592,-.8616)and(50.3899,-.7525)..(50.6104,-.5387)..controls(50.7801,-.3750)and + (50.8353,-.2027)..(50.8353,.1900)--(50.8353,2.3368)--(50.1584,2.3368)--cycle(49.6138,1.8505)..controls + (49.9291,1.8505)and(50.1496,1.6061)..(50.1496,1.2657)..controls(50.1496,.8970)and(49.9335,.6591).. + (49.6072,.6591)..controls(49.2919,.6591)and(49.0715,.9035)..(49.0715,1.2548)..controls(49.0715,1.6061)and(49.2919,1.8505).. + (49.6138,1.8505); +} +% Kemian tekniikan korkeakoulu +\newcommand{\CHEMFI}[1]{% + \fill[color={#1}] (1.5200,1.9700)--(2.8207,3.2725)-- + (1.8352,3.2725)--(.7110,2.0528)--(.7110,3.2725)-- + (-.0276,3.2725)--(-.0276,-.0306)--(.7110,-.0306)--(.7110,1.1541)--(1.0196,1.4661)--(2.0292,-.0306)-- + (2.9310,-.0306)--(1.5200,1.9700)--cycle(5.3804,.9599)..controls(5.3804,1.2762)and(5.3451,1.4900) + ..(5.2701,1.6886)..controls(5.0938,2.1619)and(4.7035,2.4259)..(4.1832,2.4259)..controls(3.4578,2.4259)and + (2.9463,1.9068)..(2.9463,1.1628)..controls(2.9463,.4100)and(3.4424,-.0961)..(4.1877,-.0961)..controls(4.7652,-.0961)and + (5.2150,.2006)..(5.3495,.6675)--(4.6286,.6675)..controls(4.5294,.5191)and(4.3993,.4537)..(4.2075,.4537)..controls + (3.9032,.4537)and(3.7070,.6326)..(3.6629,.9599)--(5.3804,.9599)--cycle(3.6673,1.4552)..controls + (3.7224,1.7323)and(3.9032,1.8915)..(4.1788,1.8915)..controls(4.4544,1.8915)and(4.6198,1.7323)..(4.6484,1.4552)-- + (3.6673,1.4552)--cycle(5.8919,2.3605)--(5.8919,-.0306)--(6.6018,-.0306)--(6.6018,1.2871)..controls(6.6018,1.6494)and + (6.7187,1.8173)..(6.9634,1.8173)..controls(7.2081,1.8173)and(7.3227,1.6494)..(7.3227,1.2871)--(7.3227,-.0306)-- + (8.0349,-.0306)--(8.0349,1.2871)..controls(8.0349,1.6494)and(8.1451,1.8173)..(8.3964,1.8173)..controls(8.6412,1.8173)and + (8.7514,1.6494)..(8.7514,1.2871)--(8.7514,-.0306)--(9.4613,-.0306)--(9.4613,1.5599)..controls(9.4613,1.8676)and + (9.4062,2.0572)..(9.2717,2.1968)..controls(9.1306,2.3452)and(8.9168,2.4259)..(8.6698,2.4259)..controls(8.3612,2.4259)and + (8.1804,2.3365)..(7.9202,2.0376)..controls(7.7791,2.3015)and(7.5586,2.4259)..(7.2478,2.4259)..controls(6.9589,2.4259)and + (6.8069,2.3409)..(6.5820,2.0724)--(6.5820,2.3605)--(5.8919,2.3605)--cycle(10.8547,2.3605)-- + (10.1426,2.3605)--(10.1426,-.0306)--(10.8547,-.0306)--(10.8547,2.3605)--cycle(10.8547,3.2725)-- + (10.1426,3.2725)--(10.1426,2.6921)--(10.8547,2.6921)--(10.8547,3.2725)--cycle(12.1467,1.6100)..controls(12.1775,1.8021)and + (12.3164,1.8959)..(12.5722,1.8959)..controls(12.8081,1.8959)and(12.9470,1.8130)..(12.9470,1.6734)..controls(12.9470,1.5795)and + (12.8940,1.5359)..(12.7331,1.5097)--(12.3473,1.4464)..controls(11.6704,1.3373)and(11.3861,1.1039)..(11.3861,.6566)..controls + (11.3861,.2071)and(11.7410,-.0961)..(12.2723,-.0961)..controls(12.5633,-.0961)and(12.7287,-.0373)..(12.9690,.1570)..controls + (12.9933,.0675)and(12.9933,.0522)..(13.0242,-.0306)--(13.7495,-.0306)..controls(13.6701,.0871)and(13.6591,.1221).. + (13.6591,.3795)--(13.6591,1.4814)..controls(13.6591,1.8370)and(13.5951,2.0245)..(13.4188,2.1772)..controls(13.2292,2.3452)and + (12.9470,2.4303)..(12.5832,2.4303)..controls(11.9019,2.4303)and(11.5558,2.1619)..(11.5117,1.6100)--(12.1467,1.6100)--cycle + (12.9690,.7417)..controls(12.8522,.5388)and(12.6824,.4385)..(12.4465,.4385)..controls(12.2260,.4385)and(12.0872,.5344).. + (12.0872,.6915)..controls(12.0872,.8355)and(12.1974,.9206)..(12.4531,.9795)--(12.7066,1.0341)..controls(12.8279,1.0580)and + (12.8940,1.0799)..(12.9690,1.1082)--(12.9690,.7417)--cycle(14.3161,2.3605)--(14.3161,-.0306)--(15.0260,-.0306)-- + (15.0260,1.3112)..controls(15.0260,1.5206)and(15.0525,1.6188)..(15.1318,1.7082)..controls(15.2068,1.7934)and(15.3171,1.8370).. + (15.4383,1.8370)..controls(15.5618,1.8370)and(15.6676,1.7868)..(15.7271,1.6973)..controls(15.7888,1.6100)and(15.8021,1.5141).. + (15.8021,1.2719)--(15.8021,-.0306)--(16.5142,-.0306)--(16.5142,1.5206)..controls(16.5142,2.0833)and(16.1945,2.4303).. + (15.6676,2.4303)..controls(15.4185,2.4303)and(15.2730,2.3648)..(15.0062,2.1270)--(15.0062,2.3605)--(14.3161,2.3605) + --cycle(19.6691,2.3300)--(19.2349,2.3300)--(19.2349,3.0892)--(18.5227,3.0892)--(18.5227,2.3300)-- + (18.1809,2.3300)--(18.1809,1.8370)--(18.5227,1.8370)--(18.5227,.7461)..controls(18.5227,.3751)and + (18.5536,.2464)..(18.6616,.1264)..controls(18.7675,.0130)and(18.9240,-.0306)..(19.2349,-.0306)--(19.6691,-.0306)-- + (19.6691,.4995)--(19.4134,.4995)..controls(19.2481,.4995)and(19.2349,.5279)..(19.2349,.9053)--(19.2349,1.8370)-- + (19.6691,1.8370)--(19.6691,2.3300)--cycle(22.4383,.9599)..controls(22.4383,1.2762)and(22.4052,1.4900)..(22.3281,1.6886)..controls + (22.1539,2.1619)and(21.7636,2.4259)..(21.2412,2.4259)..controls(20.5158,2.4259)and(20.0043,1.9068)..(20.0043,1.1628)..controls + (20.0043,.4100)and(20.5003,-.0961)..(21.2478,-.0961)..controls(21.8232,-.0961)and(22.2730,.2006)..(22.4097,.6675)-- + (21.6887,.6675)..controls(21.5872,.5191)and(21.4572,.4537)..(21.2676,.4537)..controls(20.9612,.4537)and(20.7672,.6326).. + (20.7208,.9599)--(22.4383,.9599)--cycle(20.7274,1.4552)..controls(20.7803,1.7323)and(20.9612,1.8915)..(21.2367,1.8915)..controls + (21.5123,1.8915)and(21.6777,1.7323)..(21.7085,1.4552)--(20.7274,1.4552)--cycle(24.3872,1.4508)--(25.3089,2.3605)-- + (24.4270,2.3605)--(23.6862,1.5403)--(23.6862,3.2725)--(22.9740,3.2725)--(22.9740,-.0306)-- + (23.6862,-.0306)--(23.6862,.7679)--(23.9176,.9904)--(24.5173,-.0306)--(25.3904,-.0306)--(24.3872,1.4508)--cycle + (25.7542,2.3605)--(25.7542,-.0306)--(26.4664,-.0306)--(26.4664,1.3112)..controls(26.4664,1.5206)and(26.4906,1.6188).. + (26.5722,1.7082)..controls(26.6471,1.7934)and(26.7573,1.8370)..(26.8764,1.8370)..controls(27.0021,1.8370)and(27.1079,1.7868).. + (27.1674,1.6973)..controls(27.2270,1.6100)and(27.2423,1.5141)..(27.2423,1.2719)--(27.2423,-.0306)--(27.9545,-.0306)-- + (27.9545,1.5206)..controls(27.9545,2.0833)and(27.6326,2.4303)..(27.1079,2.4303)..controls(26.8565,2.4303)and(26.7110,2.3648).. + (26.4465,2.1270)--(26.4465,2.3605)--(25.7542,2.3605)--cycle(29.3413,2.3605)--(28.6292,2.3605)-- + (28.6292,-.0306)--(29.3413,-.0306)--(29.3413,2.3605)--cycle(29.3413,3.2725)--(28.6292,3.2725)--(28.6292,2.6921)-- + (29.3413,2.6921)--(29.3413,3.2725)--cycle(30.7281,2.3605)--(30.0181,2.3605)--(30.0181,-.0306)-- + (30.7281,-.0306)--(30.7281,2.3605)--cycle(30.7281,3.2725)--(30.0181,3.2725)--(30.0181,2.6921)--(30.7281,2.6921)-- + (30.7281,3.2725)--cycle(32.8160,1.4508)--(33.7375,2.3605)--(32.8578,2.3605)--(32.1148,1.5403)-- + (32.1148,3.2725)--(31.4049,3.2725)--(31.4049,-.0306)--(32.1148,-.0306)--(32.1148,.7679)--(32.3463,.9904)-- + (32.9460,-.0306)--(33.8191,-.0306)--(32.8160,1.4508)--cycle(34.7759,1.6100)..controls(34.8045,1.8021)and + (34.9457,1.8959)..(35.2014,1.8959)..controls(35.4373,1.8959)and(35.5762,1.8130)..(35.5762,1.6734)..controls + (35.5762,1.5795)and(35.5211,1.5359)..(35.3601,1.5097)--(34.9766,1.4464)..controls(34.2997,1.3373)and + (34.0131,1.1039)..(34.0131,.6566)..controls(34.0131,.2071)and(34.3703,-.0961)..(34.8994,-.0961)..controls(35.1904,-.0961)and + (35.3557,-.0373)..(35.5961,.1570)..controls(35.6225,.0675)and(35.6225,.0522)..(35.6512,-.0306)--(36.3787,-.0306)..controls + (36.2972,.0871)and(36.2884,.1221)..(36.2884,.3795)--(36.2884,1.4814)..controls(36.2884,1.8370)and(36.2222,2.0245).. + (36.0480,2.1772)..controls(35.8562,2.3452)and(35.5762,2.4303)..(35.2102,2.4303)..controls(34.5289,2.4303)and(34.1850,2.1619).. + (34.1388,1.6100)--(34.7759,1.6100)--cycle(35.5961,.7417)..controls(35.4814,.5388)and(35.3116,.4385) + ..(35.0758,.4385)..controls(34.8553,.4385)and(34.7142,.5344)..(34.7142,.6915)..controls(34.7142,.8355)and + (34.8244,.9206)..(35.0801,.9795)--(35.3359,1.0341)..controls(35.4572,1.0580)and(35.5211,1.0799)..(35.5961,1.1082)-- + (35.5961,.7417)--cycle(36.9431,2.3605)--(36.9431,-.0306)--(37.6553,-.0306)--(37.6553,1.3112)..controls + (37.6553,1.5206)and(37.6795,1.6188)..(37.7611,1.7082)..controls(37.8360,1.7934)and(37.9463,1.8370)..(38.0654,1.8370)..controls + (38.1910,1.8370)and(38.2968,1.7868)..(38.3564,1.6973)..controls(38.4159,1.6100)and(38.4313,1.5141)..(38.4313,1.2719)-- + (38.4313,-.0306)--(39.1435,-.0306)--(39.1435,1.5206)..controls(39.1435,2.0833)and(38.8216,2.4303)..(38.2968,2.4303)..controls + (38.0455,2.4303)and(37.9000,2.3648)..(37.6354,2.1270)--(37.6354,2.3605)--(36.9431,2.3605)--cycle; + \fill[color={#1}] (1.3600,-3.5600)--(2.2815,-2.6480)-- + (1.3996,-2.6480)--(.6590,-3.4728)--(.6590,-1.7382)-- + (-.0510,-1.7382)--(-.0510,-5.0414)--(.6590,-5.0414)--(.6590,-4.2429)--(.8905,-4.0203)--(1.4900,-5.0414)-- + (2.3608,-5.0414)--(1.3600,-3.5600)--cycle(3.7674,-2.5848)..controls(3.0157,-2.5848)and(2.4865,-3.1106).. + (2.4865,-3.8414)..controls(2.4865,-4.5854)and(3.0157,-5.1047)..(3.7674,-5.1047)..controls(4.5149,-5.1047)and(5.0550,-4.5854).. + (5.0550,-3.8610)..controls(5.0550,-3.1041)and(4.5347,-2.5848)..(3.7674,-2.5848)(3.7674,-3.1455)..controls(4.1335,-3.1455)and + (4.3385,-3.3986)..(4.3385,-3.8566)..controls(4.3385,-4.2865)and(4.1290,-4.5461)..(3.7674,-4.5461)..controls + (3.4081,-4.5461)and(3.2009,-4.2865)..(3.2009,-3.8414)..controls(3.2009,-3.4030)and(3.4081,-3.1455)..(3.7674,-3.1455) + (5.5356,-2.6480)--(5.5356,-5.0414)--(6.2477,-5.0414)--(6.2477,-4.3672)..controls(6.2477,-3.9003)and(6.2720,-3.6777).. + (6.3426,-3.5208)..controls(6.4220,-3.3441)and(6.6225,-3.2350)..(6.8673,-3.2350)..controls(6.9180,-3.2350)and(6.9643,-3.2394).. + (7.0481,-3.2481)--(7.0481,-2.5848)..controls(6.5322,-2.5804)and(6.3514,-2.6895)..(6.2125,-3.0757)--(6.2324,-2.6480)-- + (5.5356,-2.6480)--cycle(8.9464,-3.5600)--(9.8679,-2.6480)--(8.9860,-2.6480)--(8.2453,-3.4728)-- + (8.2453,-1.7382)--(7.5353,-1.7382)--(7.5353,-5.0414)--(8.2453,-5.0414)--(8.2453,-4.2429)-- + (8.4768,-4.0203)--(9.0765,-5.0414)--(9.9495,-5.0414)--(8.9464,-3.5600)--cycle(12.5335,-4.0486)..controls + (12.5335,-3.7323)and(12.4981,-3.5208)..(12.4232,-3.3223)..controls(12.2468,-2.8467)and(11.8566,-2.5848)..(11.3363,-2.5848)..controls + (10.6088,-2.5848)and(10.0994,-3.1041)..(10.0994,-3.8457)..controls(10.0994,-4.6006)and(10.5955,-5.1047)..(11.3406,-5.1047)..controls + (11.9161,-5.1047)and(12.3681,-4.8079)..(12.5026,-4.3410)--(11.7816,-4.3410)..controls(11.6824,-4.4915)and(11.5501,-4.5548).. + (11.3605,-4.5548)..controls(11.0563,-4.5548)and(10.8600,-4.3759)..(10.8159,-4.0486)--(12.5335,-4.0486)--cycle + (10.8204,-3.5558)..controls(10.8755,-3.2786)and(11.0563,-3.1194)..(11.3296,-3.1194)..controls(11.6052,-3.1194)and(11.7706,-3.2786).. + (11.8015,-3.5558)--(10.8204,-3.5558)--cycle(13.7350,-3.4030)..controls(13.7658,-3.2088)and(13.9048,-3.1150)..(14.1605,-3.1150)..controls + (14.3964,-3.1150)and(14.5353,-3.2000)..(14.5353,-3.3376)..controls(14.5353,-3.4314)and(14.4802,-3.4772)..(14.3214,-3.5012)-- + (13.9356,-3.5642)..controls(13.2588,-3.6733)and(12.9744,-3.9047)..(12.9744,-4.3519)..controls + (12.9744,-4.8036)and(13.3293,-5.1047)..(13.8607,-5.1047)..controls(14.1495,-5.1047)and(14.3149,-5.0458).. + (14.5552,-4.8515)..controls(14.5816,-4.9411)and(14.5816,-4.9563)..(14.6125,-5.0414)--(15.3379,-5.0414)..controls + (15.2585,-4.9214)and(15.2474,-4.8865)..(15.2474,-4.6291)--(15.2474,-3.5317)..controls(15.2474,-3.1739)and(15.1813,-2.9862).. + (15.0072,-2.8335)..controls(14.8175,-2.6633)and(14.5353,-2.5804)..(14.1715,-2.5804)..controls(13.4903,-2.5804)and(13.1442,-2.8467).. + (13.0978,-3.4030)--(13.7350,-3.4030)--cycle(14.5552,-4.2668)..controls(14.4405,-4.4720)and(14.2708,-4.5701).. + (14.0348,-4.5701)..controls(13.8144,-4.5701)and(13.6755,-4.4763)..(13.6755,-4.3170)..controls(13.6755,-4.1730)and(13.7857,-4.0901).. + (14.0393,-4.0290)--(14.2950,-3.9745)..controls(14.4162,-3.9505)and(14.4802,-3.9309)..(14.5552,-3.9003)--(14.5552,-4.2668)-- + cycle(17.3154,-3.5600)--(18.2371,-2.6480)--(17.3552,-2.6480)--(16.6144,-3.4728)--(16.6144,-1.7382)-- + (15.9044,-1.7382)--(15.9044,-5.0414)--(16.6144,-5.0414)--(16.6144,-4.2429)--(16.8459,-4.0203)-- + (17.4456,-5.0414)--(18.3164,-5.0414)--(17.3154,-3.5600)--cycle(19.7010,-2.5848)..controls(18.9492,-2.5848)and + (18.4178,-3.1106)..(18.4178,-3.8414)..controls(18.4178,-4.5854)and(18.9492,-5.1047)..(19.7010,-5.1047)..controls(20.4461,-5.1047)and + (20.9863,-4.5854)..(20.9863,-3.8610)..controls(20.9863,-3.1041)and(20.4660,-2.5848)..(19.7010,-2.5848)(19.7010,-3.1455)..controls + (20.0647,-3.1455)and(20.2698,-3.3986)..(20.2698,-3.8566)..controls(20.2698,-4.2865)and(20.0603,-4.5461)..(19.7010,-4.5461)..controls + (19.3394,-4.5461)and(19.1343,-4.2865)..(19.1343,-3.8414)..controls(19.1343,-3.4030)and(19.3394,-3.1455)..(19.7010,-3.1455) + (23.6563,-2.6480)--(22.9463,-2.6480)--(22.9463,-3.9941)..controls(22.9463,-4.2319)and(22.9353,-4.2865)..(22.8713,-4.3715)..controls + (22.8052,-4.4610)and(22.6950,-4.5112)..(22.5649,-4.5112)..controls(22.4348,-4.5112)and(22.3202,-4.4610)..(22.2540,-4.3715)..controls + (22.1901,-4.2865)and(22.1791,-4.2276)..(22.1791,-3.9941)--(22.1791,-2.6480)--(21.4670,-2.6480)--(21.4670,-4.1491) + ..controls(21.4670,-4.4915)and(21.5331,-4.6945)..(21.6985,-4.8582)..controls(21.8594,-5.0152)and + (22.0887,-5.1047)..(22.3400,-5.1047)..controls(22.6355,-5.1047)and(22.8096,-5.0152)..(22.9816,-4.7774)-- + (22.9816,-5.0414)--(23.6563,-5.0414)--(23.6563,-2.6480)--cycle(25.0497,-1.7382)--(24.3375,-1.7382)-- + (24.3375,-5.0414)--(25.0497,-5.0414)--(25.0497,-1.7382)--cycle(27.9135,-2.6480)--(27.2036,-2.6480)--(27.2036,-3.9941)..controls + (27.2036,-4.2319)and(27.1926,-4.2865)..(27.1264,-4.3715)..controls(27.0626,-4.4610)and(26.9523,-4.5112)..(26.8222,-4.5112)..controls + (26.6922,-4.5112)and(26.5775,-4.4610)..(26.5114,-4.3715)..controls(26.4452,-4.2865)and(26.4364,-4.2276)..(26.4364,-3.9941)-- + (26.4364,-2.6480)--(25.7243,-2.6480)--(25.7243,-4.1491)..controls(25.7243,-4.4915)and(25.7904,-4.6945).. + (25.9558,-4.8582)..controls(26.1167,-5.0152)and(26.3460,-5.1047)..(26.5973,-5.1047)..controls(26.8928,-5.1047)and(27.0670,-5.0152).. + (27.2367,-4.7774)--(27.2367,-5.0414)--(27.9135,-5.0414)--(27.9135,-2.6480)--cycle; +} +% H{\”o}gskolan f{\”o}r kemiteknik +\newcommand{\CHEMSE}[1]{% + \fill[color={#1}] (1.9300,1.3900)--(1.9300,-.0368)-- + (2.6796,-.0368)--(2.6796,3.2663)--(1.9300,3.2663)-- + (1.9300,2.0227)--(.7043,2.0227)--(.7043,3.2663)--(-.0475,3.2663)--(-.0475,-.0368)-- + (.7043,-.0368)--(.7043,1.3900)--(1.9300,1.3900)--cycle(4.4631,2.4197)..controls(3.7113,2.4197)and + (3.1800,1.8939)..(3.1800,1.1632)..controls(3.1800,.4191)and(3.7113,-.1001)..(4.4631,-.1001)..controls(5.2106,-.1001)and + (5.7507,.4191)..(5.7507,1.1435)..controls(5.7507,1.9005)and(5.2303,2.4197)..(4.4631,2.4197)(4.4631,1.8590)..controls + (4.8292,1.8590)and(5.0342,1.6059)..(5.0342,1.1479)..controls(5.0342,.7181)and(4.8247,.4585)..(4.4631,.4585)..controls + (4.1016,.4585)and(3.8965,.7181)..(3.8965,1.1632)..controls(3.8965,1.6015)and(4.1016,1.8590)..(4.4631,1.8590) + (4.2736,3.2336)--(3.6209,3.2336)--(3.6209,2.6379)--(4.2736,2.6379)--(4.2736,3.2336)--cycle(5.3098,3.2336) + --(4.6594,3.2336)--(4.6594,2.6379)--(5.3098,2.6379)--(5.3098,3.2336)--cycle + (7.9444,2.3412)--(7.9642,2.0488)..controls(7.7835,2.3063)and(7.5673,2.4197)..(7.2587,2.4197)..controls(6.6414,2.4197)and + (6.1806,1.9136)..(6.1806,1.2482)..controls(6.1806,.5741)and(6.6370,.0918)..(7.2720,.0918)..controls(7.5431,.0918)and + (7.7129,.1573)..(7.9245,.3494)--(7.9245,.1923)..controls(7.9245,-.0456)and(7.8981,-.1306)..(7.8033,-.2136)..controls + (7.7239,-.2834)and(7.6027,-.3183)..(7.4528,-.3183)..controls(7.2169,-.3183)and(7.0780,-.2441)..(7.0272,-.0958)-- + (6.2909,-.0958)..controls(6.3416,-.5867)and(6.7473,-.8594)..(7.4240,-.8594)..controls(7.8429,-.8594)and(8.1736,-.7503).. + (8.3941,-.5365)..controls(8.5662,-.3729)and(8.6213,-.2005)..(8.6213,.1923)--(8.6213,2.3412)--(7.9444,2.3412)-- + cycle(7.3977,1.8503)..controls(7.7129,1.8503)and(7.9334,1.6059)..(7.9334,1.2679)..controls(7.9334,.9014)and + (7.7195,.6635)..(7.3932,.6635)..controls(7.0780,.6635)and(6.8575,.9057)..(6.8575,1.2570)..controls(6.8575,1.6059)and + (7.0780,1.8503)..(7.3977,1.8503)(11.2801,1.6365)..controls(11.2184,2.1427)and(10.8392,2.4197)..(10.2174,2.4197)..controls + (9.5759,2.4197)and(9.1856,2.1274)..(9.1856,1.6474)..controls(9.1856,1.2679)and(9.3907,1.0737)..(9.9221,.9603)-- + (10.3630,.8599)..controls(10.5526,.8162)and(10.6342,.7508)..(10.6342,.6417)..controls(10.6342,.5042)and(10.4843,.4104).. + (10.2638,.4104)..controls(9.9772,.4104)and(9.8272,.5195)..(9.7875,.7421)--(9.1217,.7421)..controls(9.1614,.2118)and + (9.5759,-.1001)..(10.2483,-.1001)..controls(10.9185,-.1001)and(11.3353,.2162)..(11.3353,.7224)..controls(11.3353,.9144)and + (11.2691,1.0934)..(11.1544,1.2024)..controls(11.0486,1.3115)and(10.8987,1.3770)..(10.6033,1.4336)--(10.1579,1.5274)..controls + (9.9331,1.5776)and(9.8625,1.6212)..(9.8625,1.7106)..controls(9.8625,1.8306)and(9.9970,1.9092)..(10.2020,1.9092)..controls + (10.4379,1.9092)and(10.5835,1.8154)..(10.6143,1.6365)--(11.2801,1.6365)--cycle(13.3019,1.4445)-- + (14.2256,2.3543)--(13.3437,2.3543)--(12.6030,1.5318)--(12.6030,3.2663)--(11.8909,3.2663)--(11.8909,-.0368) + --(12.6030,-.0368)--(12.6030,.7617)--(12.8323,.9843)--(13.4342,-.0368)--(14.3050,-.0368)-- + (13.3019,1.4445)--cycle(15.6874,2.4197)..controls(14.9355,2.4197)and(14.4042,1.8939)..(14.4042,1.1632)..controls + (14.4042,.4191)and(14.9355,-.1001)..(15.6874,-.1001)..controls(16.4326,-.1001)and(16.9749,.4191)..(16.9749,1.1435)..controls + (16.9749,1.9005)and(16.4524,2.4197)..(15.6874,2.4197)(15.6874,1.8590)..controls(16.0534,1.8590)and(16.2584,1.6059).. + (16.2584,1.1479)..controls(16.2584,.7181)and(16.0468,.4585)..(15.6874,.4585)..controls(15.3258,.4585)and(15.1208,.7181).. + (15.1208,1.1632)..controls(15.1208,1.6015)and(15.3258,1.8590)..(15.6874,1.8590)(18.1919,3.2663)--(17.4798,3.2663)-- + (17.4798,-.0368)--(18.1919,-.0368)--(18.1919,3.2663)--cycle(19.5082,1.6015)..controls(19.5390,1.7957)and + (19.6779,1.8895)..(19.9337,1.8895)..controls(20.1696,1.8895)and(20.3106,1.8045)..(20.3106,1.6670)..controls(20.3106,1.5732)and + (20.2555,1.5274)..(20.0946,1.5033)--(19.7088,1.4379)..controls(19.0319,1.3312)and(18.7475,1.0977)..(18.7475,.6526)..controls + (18.7475,.2009)and(19.1025,-.1001)..(19.6339,-.1001)..controls(19.9248,-.1001)and(20.0902,-.0412)..(20.3305,.1530)..controls + (20.3547,.0635)and(20.3547,.0482)..(20.3856,-.0368)--(21.1110,-.0368)..controls(21.0316,.0832)and(21.0206,.1180).. + (21.0206,.3755)--(21.0206,1.4728)..controls(21.0206,1.8306)and(20.9567,2.0183)..(20.7803,2.1710)..controls(20.5906,2.3412)and + (20.3106,2.4241)..(19.9447,2.4241)..controls(19.2634,2.4241)and(18.9173,2.1579)..(18.8732,1.6015)--(19.5082,1.6015)--cycle + (20.3305,.7377)..controls(20.2158,.5326)and(20.0439,.4344)..(19.8102,.4344)..controls(19.5898,.4344)and(19.4486,.5282).. + (19.4486,.6876)..controls(19.4486,.8315)and(19.5589,.9144)..(19.8146,.9755)--(20.0704,1.0300)..controls(20.1894,1.0541)and + (20.2555,1.0737)..(20.3305,1.1043)--(20.3305,.7377)--cycle(21.7019,2.3543)--(21.7019,-.0368)--(22.4140,-.0368)-- + (22.4140,1.3072)..controls(22.4140,1.5121)and(22.4382,1.6124)..(22.5176,1.7019)..controls(22.5948,1.7848)and(22.7028,1.8306).. + (22.8240,1.8306)..controls(22.9497,1.8306)and(23.0555,1.7805)..(23.1151,1.6910)..controls(23.1746,1.6015)and(23.1900,1.5077).. + (23.1900,1.2679)--(23.1900,-.0368)--(23.9022,-.0368)--(23.9022,1.5121)..controls(23.9022,2.0772)and(23.5803,2.4241).. + (23.0555,2.4241)..controls(22.8042,2.4241)and(22.6587,2.3609)..(22.3941,2.1230)--(22.3941,2.3543)-- + (21.7019,2.3543)--cycle(27.0659,2.3259)--(26.6051,2.3259)--(26.6051,2.4939)..controls(26.6051,2.6336)and(26.6911,2.7077).. + (26.8565,2.7077)--(27.0659,2.7077)--(27.0659,3.2663)--(26.6757,3.2663)..controls(26.1488,3.2663)and + (25.8953,3.0154)..(25.8953,2.4983)--(25.8953,2.3259)--(25.5579,2.3259)--(25.5579,1.8306)--(25.8953,1.8306) + --(25.8953,-.0368)--(26.6051,-.0368)--(26.6051,1.8306)--(27.0659,1.8306)--(27.0659,2.3259)--cycle + (28.6092,2.4197)..controls(27.8575,2.4197)and(27.3261,1.8939)..(27.3261,1.1632)..controls(27.3261,.4191)and(27.8575,-.1001).. + (28.6092,-.1001)..controls(29.3544,-.1001)and(29.8968,.4191)..(29.8968,1.1435)..controls(29.8968,1.9005)and(29.3743,2.4197).. + (28.6092,2.4197)(28.6092,1.8590)..controls(28.9752,1.8590)and(29.1803,1.6059)..(29.1803,1.1479).. + controls(29.1803,.7181)and(28.9686,.4585)..(28.6092,.4585)..controls(28.2476,.4585)and + (28.0426,.7181)..(28.0426,1.1632)..controls(28.0426,1.6015)and(28.2476,1.8590)..(28.6092,1.8590) + (28.4174,3.2336)--(27.7670,3.2336)--(27.7670,2.6379)--(28.4174,2.6379)--(28.4174,3.2336)--cycle(29.4559,3.2336)-- + (28.8032,3.2336)--(28.8032,2.6379)--(29.4559,2.6379)--(29.4559,3.2336)--cycle(30.4017,2.3543)-- + (30.4017,-.0368)--(31.1138,-.0368)--(31.1138,.6373)..controls(31.1138,1.1043)and(31.1381,1.3268)..(31.2086,1.4838)..controls + (31.2880,1.6627)and(31.4886,1.7695)..(31.7333,1.7695)..controls(31.7840,1.7695)and(31.8303,1.7652)..(31.9141,1.7565)-- + (31.9141,2.4197)..controls(31.3982,2.4241)and(31.2174,2.3150)..(31.0785,1.9288)--(31.0984,2.3543)--(30.4017,2.3543) + --cycle; + \fill[color={#1}] (1.3700,-3.5700)--(2.2915,-2.6580)-- + (1.4096,-2.6580)--(.6690,-3.4828)--(.6690,-1.7482)-- + (-.0410,-1.7482)--(-.0410,-5.0514)--(.6690,-5.0514)--(.6690,-4.2529)--(.9005,-4.0303)--(1.5000,-5.0514)-- + (2.3708,-5.0514)--(1.3700,-3.5700)--cycle(4.9306,-4.0586)..controls(4.9306,-3.7423)and(4.8952,-3.5308) + ..(4.8203,-3.3323)..controls(4.6440,-2.8567)and(4.2537,-2.5948)..(3.7333,-2.5948)..controls(3.0058,-2.5948)and + (2.4965,-3.1141)..(2.4965,-3.8557)..controls(2.4965,-4.6106)and(2.9904,-5.1147)..(3.7378,-5.1147)..controls(4.3133,-5.1147)and + (4.7652,-4.8179)..(4.8997,-4.3510)--(4.1787,-4.3510)..controls(4.0773,-4.5015)and(3.9472,-4.5648)..(3.7576,-4.5648)..controls + (3.4512,-4.5648)and(3.2572,-4.3859)..(3.2109,-4.0586)--(4.9306,-4.0586)--cycle(3.2175,-3.5658)..controls + (3.2726,-3.2886)and(3.4512,-3.1294)..(3.7267,-3.1294)..controls(4.0023,-3.1294)and(4.1677,-3.2886)..(4.1986,-3.5658)-- + (3.2175,-3.5658)--cycle(5.4663,-2.6580)--(5.4663,-5.0514)--(6.1762,-5.0514)--(6.1762,-3.7314)..controls(6.1762,-3.3737)and + (6.2931,-3.2035)..(6.5378,-3.2035)..controls(6.7825,-3.2035)and(6.8971,-3.3737)..(6.8971,-3.7314)--(6.8971,-5.0514)-- + (7.6093,-5.0514)--(7.6093,-3.7314)..controls(7.6093,-3.3737)and(7.7195,-3.2035)..(7.9708,-3.2035)..controls(8.2156,-3.2035)and + (8.3258,-3.3737)..(8.3258,-3.7314)--(8.3258,-5.0514)--(9.0357,-5.0514)--(9.0357,-3.4632)..controls(9.0357,-3.1555)and + (8.9806,-2.9614)..(8.8461,-2.8217)..controls(8.7072,-2.6733)and(8.4912,-2.5948)..(8.2464,-2.5948)..controls(7.9356,-2.5948)and + (7.7548,-2.6842)..(7.4946,-2.9809)..controls(7.3535,-2.7191)and(7.1330,-2.5948)..(6.8222,-2.5948)..controls(6.5333,-2.5948)and + (6.3813,-2.6799)..(6.1564,-2.9461)--(6.1564,-2.6580)--(5.4663,-2.6580)--cycle(10.4291,-2.6580)-- + (9.7170,-2.6580)--(9.7170,-5.0514)--(10.4291,-5.0514)--(10.4291,-2.6580)--cycle(10.4291,-1.7482)-- + (9.7170,-1.7482)--(9.7170,-2.3264)--(10.4291,-2.3264)--(10.4291,-1.7482)--cycle(12.3582,-2.6886)--(11.9217,-2.6886)-- + (11.9217,-1.9315)--(11.2096,-1.9315)--(11.2096,-2.6886)--(10.8700,-2.6886)--(10.8700,-3.1839)-- + (11.2096,-3.1839)--(11.2096,-4.2724)..controls(11.2096,-4.6434)and(11.2404,-4.7721)..(11.3506,-4.8921)..controls(11.4565,-5.0056)and + (11.6109,-5.0514)..(11.9217,-5.0514)--(12.3582,-5.0514)--(12.3582,-4.5212)--(12.1025,-4.5212)..controls(11.9372,-4.5212)and + (11.9217,-4.4906)..(11.9217,-4.1132)--(11.9217,-3.1839)--(12.3582,-3.1839)--(12.3582,-2.6886)--cycle + (15.1274,-4.0586)..controls(15.1274,-3.7423)and(15.0921,-3.5308)..(15.0172,-3.3323)..controls(14.8408,-2.8567)and + (14.4505,-2.5948)..(13.9302,-2.5948)..controls(13.2049,-2.5948)and(12.6934,-3.1141)..(12.6934,-3.8557)..controls(12.6934,-4.6106)and + (13.1894,-5.1147)..(13.9346,-5.1147)..controls(14.5101,-5.1147)and(14.9620,-4.8179)..(15.0965,-4.3510)--(14.3755,-4.3510)..controls + (14.2763,-4.5015)and(14.1463,-4.5648)..(13.9545,-4.5648)..controls(13.6502,-4.5648)and(13.4540,-4.3859)..(13.4099,-4.0586)-- + (15.1274,-4.0586)--cycle(13.4143,-3.5658)..controls(13.4694,-3.2886)and(13.6502,-3.1294)..(13.9258,-3.1294)..controls + (14.2014,-3.1294)and(14.3668,-3.2886)..(14.3954,-3.5658)--(13.4143,-3.5658)--cycle(17.1006,-3.5700)--(18.0222,-2.6580)-- + (17.1403,-2.6580)--(16.3995,-3.4828)--(16.3995,-1.7482)--(15.6873,-1.7482)--(15.6873,-5.0514)-- + (16.3995,-5.0514)--(16.3995,-4.2529)--(16.6288,-4.0303)--(17.2307,-5.0514)--(18.1015,-5.0514)--(17.1006,-3.5700)--cycle + (18.4676,-2.6580)--(18.4676,-5.0514)--(19.1797,-5.0514)--(19.1797,-3.7074)..controls(19.1797,-3.5024)and(19.2039,-3.4021).. + (19.2833,-3.3126)..controls(19.3582,-3.2297)and(19.4684,-3.1839)..(19.5897,-3.1839)..controls(19.7154,-3.1839)and(19.8190,-3.2341).. + (19.8807,-3.3235)..controls(19.9403,-3.4130)and(19.9557,-3.5068)..(19.9557,-3.7466)--(19.9557,-5.0514)--(20.6656,-5.0514)-- + (20.6656,-3.5024)..controls(20.6656,-2.9373)and(20.3459,-2.5904)..(19.8190,-2.5904)..controls(19.5699,-2.5904)and(19.4244,-2.6537).. + (19.1598,-2.8915)--(19.1598,-2.6580)--(18.4676,-2.6580)--cycle(22.0546,-2.6580)--(21.3425,-2.6580)-- + (21.3425,-5.0514)--(22.0546,-5.0514)--(22.0546,-2.6580)--cycle(22.0546,-1.7482)--(21.3425,-1.7482)-- + (21.3425,-2.3264)--(22.0546,-2.3264)--(22.0546,-1.7482)--cycle(24.1425,-3.5700)--(25.0640,-2.6580)--(24.1821,-2.6580)-- + (23.4414,-3.4828)--(23.4414,-1.7482)--(22.7293,-1.7482)--(22.7293,-5.0514)--(23.4414,-5.0514)-- + (23.4414,-4.2529)--(23.6707,-4.0303)--(24.2726,-5.0514)--(25.1434,-5.0514)--(24.1425,-3.5700)--cycle; +} +% School of Chemical Engineering +\newcommand{\CHEMEN}[1]{% + \fill[color={#1}] (2.6100,2.2300)..controls(2.5814,2.5114) + and(2.5307,2.6794)..(2.4315,2.8386)..controls + (2.2265,3.1703)and(1.8341,3.3383)..(1.2785,3.3383)..controls(.4384,3.3383)and(-.0643,2.9565)..(-.0643,2.3172)..controls + (-.0643,2.0534)and(.0328,1.8155)..(.2026,1.6715)..controls(.3525,1.5428)and(.5729,1.4490)..(.9279,1.3639)-- + (1.5342,1.2155)..controls(1.7701,1.1566)and(1.8958,1.0409)..(1.8958,.8773)..controls(1.8958,.6504)and(1.6599,.5064).. + (1.2740,.5064)..controls(.8176,.5064)and(.6016,.6744)..(.5884,1.0518)--(-.1635,1.0518)..controls(-.1590,.3122)and + (.3635,-.1132)..(1.2630,-.1132)..controls(2.1294,-.1132)and(2.6584,.3079)..(2.6584,.9930)..controls(2.6584,1.2548)and + (2.5770,1.4686)..(2.4050,1.6214)..controls(2.2463,1.7697)and(2.0412,1.8591)..(1.6687,1.9486)--(.9940,2.1014)..controls + (.7890,2.1515)and(.6876,2.2430)..(.6876,2.3827)..controls(.6876,2.5900)and(.9036,2.7186)..(1.2586,2.7186)..controls + (1.6356,2.7186)and(1.8604,2.5550)..(1.8604,2.2845)--(1.8604,2.2300)--(2.6100,2.2300)--cycle + (5.3989,1.4926)..controls(5.3526,2.0621)and(4.9226,2.4176)..(4.2921,2.4176)..controls(3.5249,2.4176)and(3.0641,1.9377).. + (3.0641,1.1500)..controls(3.0641,.3821)and(3.5292,-.1023)..(4.2657,-.1023)..controls(4.9072,-.1023)and(5.3284,.2380).. + (5.4297,.8424)--(4.7375,.8773)..controls(4.6824,.5959)and(4.5413,.4671)..(4.2877,.4671)..controls(3.9570,.4671)and + (3.7806,.7137)..(3.7806,1.1697)..controls(3.7806,1.6061)and(3.9570,1.8505)..(4.2811,1.8505)..controls(4.5170,1.8505)and + (4.6824,1.7152)..(4.7221,1.4926)--(5.3989,1.4926)--cycle(6.6556,3.2641)--(5.9434,3.2641)-- + (5.9434,-.0391)--(6.6556,-.0391)--(6.6556,1.3050)..controls(6.6556,1.5581)and(6.6710,1.6257)..(6.7504,1.7064)..controls + (6.8253,1.7850)and(6.9400,1.8308)..(7.0612,1.8308)..controls(7.1803,1.8308)and(7.2817,1.7850)..(7.3412,1.7064)..controls + (7.4074,1.6214)and(7.4228,1.5319)..(7.4228,1.3050)--(7.4228,-.0391)--(8.1328,-.0391)--(8.1328,1.4337)..controls + (8.1328,1.7959)and(8.0732,1.9988)..(7.9189,2.1668)..controls(7.7623,2.3281)and(7.5375,2.4219)..(7.2972,2.4219)..controls + (7.0458,2.4219)and(6.8562,2.3368)..(6.6556,2.1515)--(6.6556,3.2641)--cycle(9.9715,2.4176)..controls + (9.2197,2.4176)and(8.6883,1.8941)..(8.6883,1.1609)..controls(8.6883,.4170)and(9.2197,-.1023)..(9.9715,-.1023)..controls + (10.7166,-.1023)and(11.2590,.4170)..(11.2590,1.1414)..controls(11.2590,1.8985)and(10.7365,2.4176)..(9.9715,2.4176) + (9.9715,1.8591)..controls(10.3375,1.8591)and(10.5425,1.6061)..(10.5425,1.1457)..controls(10.5425,.7137)and(10.3308,.4562).. + (9.9715,.4562)..controls(9.6099,.4562)and(9.4048,.7137)..(9.4048,1.1609)..controls(9.4048,1.6017)and(9.6099,1.8591).. + (9.9715,1.8591)(12.9765,2.4176)..controls(12.2247,2.4176)and(11.6934,1.8941)..(11.6934,1.1609)..controls(11.6934,.4170)and + (12.2247,-.1023)..(12.9765,-.1023)..controls(13.7217,-.1023)and(14.2641,.4170)..(14.2641,1.1414)..controls(14.2641,1.8985)and + (13.7415,2.4176)..(12.9765,2.4176)(12.9765,1.8591)..controls(13.3425,1.8591)and(13.5475,1.6061).. + (13.5475,1.1457)..controls(13.5475,.7137)and(13.3359,.4562)..(12.9765,.4562)..controls + (12.6150,.4562)and(12.4099,.7137)..(12.4099,1.1609)..controls(12.4099,1.6017)and(12.6150,1.8591).. + (12.9765,1.8591)(15.5296,3.2641)--(14.8197,3.2641)--(14.8197,-.0391)--(15.5296,-.0391)--(15.5296,3.2641)--cycle + (18.4464,2.4176)..controls(17.6946,2.4176)and(17.1633,1.8941)..(17.1633,1.1609)..controls(17.1633,.4170)and(17.6946,-.1023).. + (18.4464,-.1023)..controls(19.1916,-.1023)and(19.7318,.4170)..(19.7318,1.1414)..controls(19.7318,1.8985)and(19.2115,2.4176).. + (18.4464,2.4176)(18.4464,1.8591)..controls(18.8102,1.8591)and(19.0174,1.6061)..(19.0174,1.1457).. + controls(19.0174,.7137)and(18.8058,.4562)..(18.4464,.4562)..controls(18.0848,.4562)and + (17.8798,.7137)..(17.8798,1.1609)..controls(17.8798,1.6017)and(18.0848,1.8591)..(18.4464,1.8591) + (21.5264,2.3238)--(21.0656,2.3238)--(21.0656,2.4918)..controls(21.0656,2.6292)and(21.1494,2.7056).. + (21.3147,2.7056)--(21.5264,2.7056)--(21.5264,3.2641)--(21.1362,3.2641)..controls(20.6092,3.2641)and(20.3535,3.0110).. + (20.3535,2.4961)--(20.3535,2.3238)--(20.0184,2.3238)--(20.0184,1.8308)--(20.3535,1.8308)-- + (20.3535,-.0391)--(21.0656,-.0391)--(21.0656,1.8308)--(21.5264,1.8308)--(21.5264,2.3238)--cycle(26.1740,2.2105)..controls + (26.0835,2.9129)and(25.5324,3.3383)..(24.7255,3.3383)..controls(23.7333,3.3383)and(23.1138,2.6750)..(23.1138,1.6170)..controls + (23.1138,.5609)and(23.7444,-.1132)..(24.7321,-.1132)..controls(25.5567,-.1132)and(26.1233,.3537)..(26.2136,1.0999)-- + (25.4178,1.0999)..controls(25.3825,.9428)and(25.3472,.8533)..(25.2877,.7748)..controls(25.1620,.6112)and(24.9504,.5151).. + (24.7123,.5151)..controls(24.1809,.5151)and(23.8656,.9275)..(23.8656,1.6170)..controls(23.8656,2.3085)and(24.1853,2.7100).. + (24.7321,2.7100)..controls(25.0871,2.7100)and(25.3362,2.5266)..(25.4068,2.2105)--(26.1740,2.2105)--cycle(27.5012,3.2641)-- + (26.7890,3.2641)--(26.7890,-.0391)--(27.5012,-.0391)--(27.5012,1.3050)..controls(27.5012,1.5581)and(27.5166,1.6257).. + (27.5960,1.7064)..controls(27.6709,1.7850)and(27.7856,1.8308)..(27.9069,1.8308)..controls(28.0259,1.8308)and(28.1273,1.7850).. + (28.1869,1.7064)..controls(28.2530,1.6214)and(28.2662,1.5319)..(28.2662,1.3050)--(28.2662,-.0391)--(28.9784,-.0391)-- + (28.9784,1.4337)..controls(28.9784,1.7959)and(28.9189,1.9988)..(28.7623,2.1668)..controls(28.6079,2.3281)and(28.3831,2.4219).. + (28.1428,2.4219)..controls(27.8914,2.4219)and(27.7018,2.3368)..(27.5012,2.1515)--(27.5012,3.2641)--cycle(31.9194,.9515)..controls + (31.9194,1.2700)and(31.8842,1.4817)..(31.8070,1.6803)..controls(31.6328,2.1559)and(31.2426,2.4176)..(30.7201,2.4176)..controls + (29.9947,2.4176)and(29.4832,1.8985)..(29.4832,1.1566)..controls(29.4832,.4017)and(29.9793,-.1023)..(30.7267,-.1023)..controls + (31.3021,-.1023)and(31.7541,.1944)..(31.8886,.6591)--(31.1677,.6591)..controls(31.0662,.5108)and(30.9362,.4475).. + (30.7465,.4475)..controls(30.4401,.4475)and(30.2461,.6264)..(30.1998,.9515)--(31.9194,.9515)--cycle(30.2064,1.4490)..controls + (30.2615,1.7261)and(30.4401,1.8853)..(30.7157,1.8853)..controls(30.9913,1.8853)and(31.1566,1.7261)..(31.1875,1.4490)-- + (30.2064,1.4490)--cycle(32.4795,2.3521)--(32.4795,-.0391)--(33.1916,-.0391)--(33.1916,1.2788)..controls(33.1916,1.6409)and + (33.3062,1.8090)..(33.5509,1.8090)..controls(33.7957,1.8090)and(33.9125,1.6409)..(33.9125,1.2788)--(33.9125,-.0391)-- + (34.6225,-.0391)--(34.6225,1.2788)..controls(34.6225,1.6409)and(34.7327,1.8090)..(34.9840,1.8090)..controls(35.2288,1.8090)and + (35.3390,1.6409)..(35.3390,1.2788)--(35.3390,-.0391)--(36.0511,-.0391)--(36.0511,1.5515)..controls(36.0511,1.8591)and + (35.9960,2.0534)..(35.8593,2.1908)..controls(35.7204,2.3368)and(35.5044,2.4176)..(35.2596,2.4176)..controls(34.9488,2.4176)and + (34.7680,2.3281)..(34.5078,2.0337)..controls(34.3667,2.2932)and(34.1462,2.4176)..(33.8376,2.4176)..controls(33.5465,2.4176)and + (33.3966,2.3324)..(33.1695,2.0686)--(33.1695,2.3521)--(32.4795,2.3521)--cycle(37.4181,2.3521)--(36.7059,2.3521)-- + (36.7059,-.0391)--(37.4181,-.0391)--(37.4181,2.3521)--cycle(37.4181,3.2641)--(36.7059,3.2641)-- + (36.7059,2.6859)--(37.4181,2.6859)--(37.4181,3.2641)--cycle(40.3084,1.4926)..controls(40.2621,2.0621)and(39.8322,2.4176).. + (39.1994,2.4176)..controls(38.4344,2.4176)and(37.9737,1.9377)..(37.9737,1.1500)..controls(37.9737,.3821)and(38.4388,-.1023).. + (39.1752,-.1023)..controls(39.8168,-.1023)and(40.2378,.2380)..(40.3370,.8424)--(39.6470,.8773)..controls(39.5919,.5959)and + (39.4508,.4671)..(39.1950,.4671)..controls(38.8643,.4671)and(38.6902,.7137)..(38.6902,1.1697)..controls(38.6902,1.6061)and + (38.8643,1.8505)..(39.1906,1.8505)..controls(39.4265,1.8505)and(39.5919,1.7152)..(39.6315,1.4926)--(40.3084,1.4926)--cycle + (41.4438,1.6017)..controls(41.4747,1.7959)and(41.6136,1.8897)..(41.8693,1.8897)..controls + (42.1053,1.8897)and(42.2464,1.8046)..(42.2464,1.6671)..controls(42.2464,1.5712)and(42.1913,1.5276).. + (42.0303,1.5035)--(41.6445,1.4381)..controls(40.9677,1.3290)and(40.6832,1.0955)..(40.6832,.6504)..controls(40.6832,.1988)and + (41.0382,-.1023)..(41.5695,-.1023)..controls(41.8606,-.1023)and(42.0259,-.0434)..(42.2662,.1486)..controls(42.2905,.0591)and + (42.2905,.0460)..(42.3213,-.0391)--(43.0467,-.0391)..controls(42.9673,.0809)and(42.9563,.1136)..(42.9563,.3733)-- + (42.9563,1.4730)..controls(42.9563,1.8308)and(42.8924,2.0185)..(42.7160,2.1712)..controls(42.5264,2.3368)and(42.2464,2.4219).. + (41.8804,2.4219)..controls(41.1991,2.4219)and(40.8530,2.1559)..(40.8089,1.6017)--(41.4438,1.6017)--cycle(42.2662,.7333)..controls + (42.1516,.5304)and(41.9796,.4322)..(41.7459,.4322)..controls(41.5254,.4322)and + (41.3843,.5261)..(41.3843,.6853)..controls(41.3843,.8294)and(41.4945,.9123)..(41.7503,.9712)-- + (42.0060,1.0279)..controls(42.1251,1.0518)and(42.1913,1.0715)..(42.2662,1.0999)--(42.2662,.7333)--cycle(44.3496,3.2641)-- + (43.6375,3.2641)--(43.6375,-.0391)--(44.3496,-.0391)--(44.3496,3.2641)--cycle; + \fill[color={#1}] (2.4700,-1.7300)--(-.0169,-1.7300)-- + (-.0169,-5.0355)--(2.4986,-5.0355)--(2.4986,-4.4005)-- + (.7327,-4.4005)--(.7327,-3.5932)--(2.2518,-3.5932)--(2.2518,-3.0085)--(.7327,-3.0085)--(.7327,-2.3627)-- + (2.4700,-2.3627)--(2.4700,-1.7300)--cycle(3.0850,-2.6420)--(3.0850,-5.0355)--(3.7971,-5.0355)--(3.7971,-3.6914)..controls + (3.7971,-3.4841)and(3.8214,-3.3838)..(3.9008,-3.2943)..controls(3.9758,-3.2114)and(4.0860,-3.1656)..(4.2073,-3.1656)..controls + (4.3329,-3.1656)and(4.4365,-3.2158)..(4.4960,-3.3052)..controls(4.5578,-3.3947)and(4.5732,-3.4885)..(4.5732,-3.7306)-- + (4.5732,-5.0355)--(5.2831,-5.0355)--(5.2831,-3.4841)..controls(5.2831,-2.9191)and(4.9635,-2.5721).. + (4.4365,-2.5721)..controls(4.1874,-2.5721)and(4.0419,-2.6354)..(3.7751,-2.8732)--(3.7751,-2.6420)--(3.0850,-2.6420) + --cycle(7.5981,-2.6550)--(7.6180,-2.9474)..controls(7.4372,-2.6900)and(7.2211,-2.5765).. + (6.9102,-2.5765)..controls(6.2951,-2.5765)and(5.8343,-3.0827)..(5.8343,-3.7503)..controls(5.8343,-4.4245)and(6.2907,-4.9067).. + (6.9257,-4.9067)..controls(7.1968,-4.9067)and(7.3666,-4.8412)..(7.5782,-4.6493)--(7.5782,-4.8064)..controls(7.5782,-5.0441)and + (7.5518,-5.1293)..(7.4570,-5.2143)..controls(7.3776,-5.2820)and(7.2564,-5.3169)..(7.1065,-5.3169)..controls(6.8705,-5.3169)and + (6.7317,-5.2427)..(6.6810,-5.0943)--(5.9446,-5.0943)..controls(5.9952,-5.5852)and(6.4009,-5.8580)..(7.0756,-5.8580)..controls + (7.4967,-5.8580)and(7.8274,-5.7489)..(8.0479,-5.5351)..controls(8.2176,-5.3714)and(8.2727,-5.1991)..(8.2727,-4.8064)-- + (8.2727,-2.6550)--(7.5981,-2.6550)--cycle(7.0513,-3.1459)..controls(7.3666,-3.1459)and(7.5871,-3.3903).. + (7.5871,-3.7306)..controls(7.5871,-4.0973)and(7.3732,-4.3350)..(7.0469,-4.3350)..controls(6.7317,-4.3350)and(6.5112,-4.0929).. + (6.5112,-3.7416)..controls(6.5112,-3.3903)and(6.7317,-3.1459)..(7.0513,-3.1459)(9.6617,-2.6420)--(8.9496,-2.6420)-- + (8.9496,-5.0355)--(9.6617,-5.0355)--(9.6617,-2.6420)--cycle(9.6617,-1.7300)--(8.9496,-1.7300)-- + (8.9496,-2.3081)--(9.6617,-2.3081)--(9.6617,-1.7300)--cycle(10.3364,-2.6420)--(10.3364,-5.0355)-- + (11.0485,-5.0355)--(11.0485,-3.6914)..controls(11.0485,-3.4841)and(11.0727,-3.3838)..(11.1543,-3.2943)..controls(11.2293,-3.2114)and + (11.3395,-3.1656)..(11.4585,-3.1656)..controls(11.5842,-3.1656)and(11.6900,-3.2158)..(11.7496,-3.3052)..controls(11.8091,-3.3947)and + (11.8246,-3.4885)..(11.8246,-3.7306)--(11.8246,-5.0355)--(12.5367,-5.0355)--(12.5367,-3.4841)..controls(12.5367,-2.9191)and + (12.2148,-2.5721)..(11.6900,-2.5721)..controls(11.4387,-2.5721)and(11.2932,-2.6354)..(11.0286,-2.8732)--(11.0286,-2.6420)-- + (10.3364,-2.6420)--cycle(15.5020,-4.0427)..controls(15.5020,-3.7264)and(15.4668,-3.5125)..(15.3896,-3.3139)..controls + (15.2154,-2.8383)and(14.8251,-2.5765)..(14.3026,-2.5765)..controls(13.5773,-2.5765)and(13.0658,-3.0979)..(13.0658,-3.8397)..controls + (13.0658,-4.5947)and(13.5619,-5.0987)..(14.3093,-5.0987)..controls(14.8847,-5.0987)and(15.3345,-4.8020)..(15.4711,-4.3350)-- + (14.7502,-4.3350)..controls(14.6488,-4.4856)and(14.5187,-4.5488)..(14.3291,-4.5488)..controls(14.0227,-4.5488)and(13.8286,-4.3700).. + (13.7823,-4.0427)--(15.5020,-4.0427)--cycle(13.7889,-3.5474)..controls(13.8419,-3.2703)and(14.0227,-3.1111).. + (14.2983,-3.1111)..controls(14.5739,-3.1111)and(14.7392,-3.2703)..(14.7700,-3.5474)--(13.7889,-3.5474)--cycle(18.3747,-4.0427)..controls + (18.3747,-3.7264)and(18.3395,-3.5125)..(18.2668,-3.3139)..controls(18.0904,-2.8383)and(17.7001,-2.5765)..(17.1798,-2.5765)..controls + (16.4522,-2.5765)and(15.9408,-3.0979)..(15.9408,-3.8397)..controls(15.9408,-4.5947)and(16.4369,-5.0987)..(17.1842,-5.0987)..controls + (17.7597,-5.0987)and(18.2094,-4.8020)..(18.3461,-4.3350)--(17.6251,-4.3350)..controls(17.5238,-4.4856)and(17.3936,-4.5488).. + (17.2041,-4.5488)..controls(16.8976,-4.5488)and(16.7036,-4.3700)..(16.6573,-4.0427)--(18.3747,-4.0427)--cycle(16.6617,-3.5474)..controls + (16.7190,-3.2703)and(16.8976,-3.1111)..(17.1732,-3.1111)..controls(17.4488,-3.1111)and(17.6141,-3.2703)..(17.6450,-3.5474)-- + (16.6617,-3.5474)--cycle(18.9127,-2.6420)--(18.9127,-5.0355)--(19.6227,-5.0355)--(19.6227,-4.3612)..controls(19.6227,-3.8943)and + (19.6469,-3.6718)..(19.7175,-3.5125)..controls(19.7990,-3.3336)and(19.9975,-3.2267)..(20.2443,-3.2267)..controls(20.2929,-3.2267)and + (20.3392,-3.2311)..(20.4251,-3.2397)--(20.4251,-2.5765)..controls(19.9093,-2.5721)and(19.7285,-2.6812)..(19.5873,-3.0674)-- + (19.6072,-2.6420)--(18.9127,-2.6420)--cycle(21.5716,-2.6420)--(20.8595,-2.6420)--(20.8595,-5.0355)--(21.5716,-5.0355)-- + (21.5716,-2.6420)--cycle(21.5716,-1.7300)--(20.8595,-1.7300)--(20.8595,-2.3081)--(21.5716,-2.3081)--(21.5716,-1.7300)-- + cycle(22.2463,-2.6420)--(22.2463,-5.0355)--(22.9584,-5.0355)--(22.9584,-3.6914)..controls(22.9584,-3.4841)and + (22.9826,-3.3838)..(23.0642,-3.2943)..controls(23.1392,-3.2114)and(23.2494,-3.1656)..(23.3684,-3.1656)..controls(23.4941,-3.1656)and + (23.5999,-3.2158)..(23.6595,-3.3052)..controls(23.7190,-3.3947)and(23.7345,-3.4885)..(23.7345,-3.7306)--(23.7345,-5.0355)-- + (24.4466,-5.0355)--(24.4466,-3.4841)..controls(24.4466,-2.9191)and(24.1246,-2.5721)..(23.5999,-2.5721)..controls(23.3486,-2.5721)and + (23.2031,-2.6354)..(22.9385,-2.8732)--(22.9385,-2.6420)--(22.2463,-2.6420)--cycle(26.7351,-2.6550)-- + (26.7549,-2.9474)..controls(26.5741,-2.6900)and(26.3603,-2.5765)..(26.0494,-2.5765)..controls(25.4321,-2.5765)and(24.9713,-3.0827).. + (24.9713,-3.7503)..controls(24.9713,-4.4245)and(25.4277,-4.9067)..(26.0648,-4.9067)..controls(26.3338,-4.9067)and(26.5036,-4.8412).. + (26.7152,-4.6493)--(26.7152,-4.8064)..controls(26.7152,-5.0441)and(26.6888,-5.1293)..(26.5939,-5.2143)..controls(26.5146,-5.2820)and + (26.3933,-5.3169)..(26.2434,-5.3169)..controls(26.0075,-5.3169)and(25.8686,-5.2427)..(25.8179,-5.0943)--(25.0815,-5.0943)..controls + (25.1322,-5.5852)and(25.5379,-5.8580)..(26.2148,-5.8580)..controls(26.6337,-5.8580)and(26.9644,-5.7489)..(27.1849,-5.5351)..controls + (27.3568,-5.3714)and(27.4119,-5.1991)..(27.4119,-4.8064)--(27.4119,-2.6550)--(26.7351,-2.6550)--cycle + (26.1883,-3.1459)..controls(26.5036,-3.1459)and(26.7240,-3.3903)..(26.7240,-3.7306)..controls(26.7240,-4.0973)and(26.5102,-4.3350).. + (26.1839,-4.3350)..controls(25.8686,-4.3350)and(25.6482,-4.0929)..(25.6482,-3.7416)..controls(25.6482,-3.3903)and(25.8686,-3.1459).. + (26.1883,-3.1459); +} +% Perustieteiden korkeakoulu +\newcommand{\SCIFI}[1]{% + \fill[color={#1}] (.7000,1.0900)--(1.4055,1.0900)..controls + (1.7913,1.0900)and(2.0470,1.1838)..(2.2476,1.3910)..controls + (2.4373,1.5895)and(2.5320,1.8514)..(2.5320,2.1547)..controls(2.5320,2.5103)and(2.4019,2.8136)..(2.1704,3.0165)..controls + (1.9566,3.2064)and(1.7163,3.2696)..(1.2599,3.2696)--(-.0496,3.2696)--(-.0496,-.0336)--(.7000,-.0336)-- + (.7000,1.0900)--cycle(.7000,1.7227)--(.7000,2.6347)--(1.2908,2.6347)..controls(1.5862,2.6347)and + (1.7648,2.4623)..(1.7648,2.1786)..controls(1.7648,1.8972)and(1.5862,1.7227)..(1.2908,1.7227)--(.7000,1.7227)-- + cycle(5.1667,.9570)..controls(5.1667,1.2732)and(5.1314,1.4848)..(5.0564,1.6833)..controls(4.8801,2.1591)and + (4.4898,2.4230)..(3.9695,2.4230)..controls(3.2441,2.4230)and(2.7326,1.9015)..(2.7326,1.1576)..controls(2.7326,.4071)and + (3.2287,-.0991)..(3.9740,-.0991)..controls(4.5494,-.0991)and(5.0013,.1999)..(5.1358,.6646)--(4.4149,.6646)..controls + (4.3157,.5162)and(4.1856,.4508)..(3.9937,.4508)..controls(3.6895,.4508)and(3.4933,.6297)..(3.4492,.9570)-- + (5.1667,.9570)--cycle(3.4536,1.4500)..controls(3.5087,1.7292)and(3.6895,1.8863)..(3.9651,1.8863)..controls + (4.2407,1.8863)and(4.4060,1.7292)..(4.4347,1.4500)--(3.4536,1.4500)--cycle(5.6782,2.3576)--(5.6782,-.0336)-- + (6.3881,-.0336)--(6.3881,.6406)..controls(6.3881,1.1030)and(6.4123,1.3277)..(6.4829,1.4848)..controls(6.5645,1.6638)and + (6.7651,1.7729)..(7.0098,1.7729)..controls(7.0606,1.7729)and(7.1047,1.7685)..(7.1906,1.7576)--(7.1906,2.4230) + ..controls(6.6747,2.4274)and(6.4939,2.3183)..(6.3528,1.9321)--(6.3727,2.3576)--(5.6782,2.3576)--cycle + (9.8649,2.3576)--(9.1528,2.3576)--(9.1528,1.0115)..controls(9.1528,.7737)and(9.1440,.7191)..(9.0779,.6341)..controls + (9.0139,.5468)and(8.9037,.4967)..(8.7714,.4967)..controls(8.6413,.4967)and(8.5267,.5468)..(8.4627,.6341)..controls + (8.3966,.7191)and(8.3877,.7781)..(8.3877,1.0115)--(8.3877,2.3576)--(7.6756,2.3576)-- + (7.6756,.8588)..controls(7.6756,.5162)and(7.7418,.3133)..(7.9050,.1497)..controls(8.0659,-.0096)and(8.2974,-.0991).. + (8.5465,-.0991)..controls(8.8420,-.0991)and(9.0183,-.0096)..(9.1881,.2282)--(9.1881,-.0336)--(9.8649,-.0336)-- + (9.8649,2.3576)--cycle(12.5040,1.6397)..controls(12.4444,2.1438)and(12.0630,2.4230)..(11.4413,2.4230)..controls(10.7997,2.4230)and + (10.4095,2.1306)..(10.4095,1.6485)..controls(10.4095,1.2666)and(10.6145,1.0770)..(11.1459,.9614)--(11.5868,.8632)..controls + (11.7787,.8173)and(11.8580,.7541)..(11.8580,.6450)..controls(11.8580,.5053)and(11.7081,.4115)..(11.4876,.4115)..controls + (11.2010,.4115)and(11.0511,.5206)..(11.0114,.7453)--(10.3456,.7453)..controls(10.3853,.2130)and(10.7997,-.0991).. + (11.4722,-.0991)..controls(12.1424,-.0991)and(12.5591,.2195)..(12.5591,.7235)..controls(12.5591,.9177)and(12.4929,1.0942).. + (12.3783,1.2033)..controls(12.2725,1.3124)and(12.1226,1.3757)..(11.8271,1.4347)--(11.3818,1.5306)..controls(11.1569,1.5786)and + (11.0864,1.6245)..(11.0864,1.7139)..controls(11.0864,1.8318)and(11.2208,1.9124)..(11.4259,1.9124)..controls(11.6617,1.9124)and + (11.8073,1.8165)..(11.8381,1.6397)--(12.5040,1.6397)--cycle(14.3670,2.3270)--(13.9304,2.3270)-- + (13.9304,3.0864)--(13.2205,3.0864)--(13.2205,2.3270)--(12.8788,2.3270)--(12.8788,1.8318)-- + (13.2205,1.8318)--(13.2205,.7453)..controls(13.2205,.3723)and(13.2491,.2435)..(13.3594,.1257)..controls(13.4653,.0100)and + (13.6196,-.0336)..(13.9304,-.0336)--(14.3670,-.0336)--(14.3670,.4967)--(14.1112,.4967)..controls(13.9459,.4967)and + (13.9304,.5271)..(13.9304,.9024)--(13.9304,1.8318)--(14.3670,1.8318)--(14.3670,2.3270)--cycle + (15.6391,2.3576)--(14.9270,2.3576)--(14.9270,-.0336)--(15.6391,-.0336)--(15.6391,2.3576)--cycle + (15.6391,3.2696)--(14.9270,3.2696)--(14.9270,2.6892)--(15.6391,2.6892)--(15.6391,3.2696)--cycle(18.5538,.9570)..controls + (18.5538,1.2732)and(18.5184,1.4848)..(18.4435,1.6833)..controls(18.2693,2.1591)and(17.8769,2.4230)..(17.3566,2.4230)..controls + (16.6312,2.4230)and(16.1197,1.9015)..(16.1197,1.1576)..controls(16.1197,.4071)and(16.6158,-.0991)..(17.3609,-.0991)..controls + (17.9386,-.0991)and(18.3884,.1999)..(18.5229,.6646)--(17.8019,.6646)..controls(17.7027,.5162)and(17.5727,.4508).. + (17.3808,.4508)..controls(17.0766,.4508)and(16.8803,.6297)..(16.8362,.9570)--(18.5538,.9570)--cycle(16.8407,1.4500)..controls + (16.8958,1.7292)and(17.0766,1.8863)..(17.3522,1.8863)..controls(17.6278,1.8863)and(17.7931,1.7292)..(17.8218,1.4500)-- + (16.8407,1.4500)--cycle(20.3021,2.3270)--(19.8656,2.3270)--(19.8656,3.0864)--(19.1556,3.0864)-- + (19.1556,2.3270)--(18.8139,2.3270)--(18.8139,1.8318)--(19.1556,1.8318)--(19.1556,.7453)..controls + (19.1556,.3723)and(19.1843,.2435)..(19.2945,.1257)..controls(19.4003,.0100)and(19.5546,-.0336)..(19.8656,-.0336)-- + (20.3021,-.0336)--(20.3021,.4967)--(20.0464,.4967)..controls(19.8810,.4967)and(19.8656,.5271)..(19.8656,.9024)-- + (19.8656,1.8318)--(20.3021,1.8318)--(20.3021,2.3270)--cycle(23.0712,.9570)..controls(23.0712,1.2732)and + (23.0359,1.4848)..(22.9609,1.6833)..controls(22.7868,2.1591)and(22.3966,2.4230)..(21.8740,2.4230)..controls(21.1487,2.4230)and + (20.6372,1.9015)..(20.6372,1.1576)..controls(20.6372,.4071)and(21.1333,-.0991)..(21.8785,-.0991)..controls(22.4561,-.0991)and + (22.9058,.1999)..(23.0425,.6646)--(22.3194,.6646)..controls(22.2202,.5162)and(22.0901,.4508)..(21.9005,.4508)..controls + (21.5940,.4508)and(21.3978,.6297)..(21.3537,.9570)--(23.0712,.9570)--cycle(21.3582,1.4500)..controls(21.4133,1.7292)and + (21.5940,1.8863)..(21.8696,1.8863)..controls(22.1452,1.8863)and(22.3105,1.7292)..(22.3414,1.4500)--(21.3582,1.4500)-- + cycle(24.2948,2.3576)--(23.5827,2.3576)--(23.5827,-.0336)--(24.2948,-.0336)--(24.2948,2.3576)--cycle + (24.2948,3.2696)--(23.5827,3.2696)--(23.5827,2.6892)--(24.2948,2.6892)--(24.2948,3.2696)--cycle + (27.2095,3.2696)--(26.4973,3.2696)--(26.4973,2.1786)..controls(26.3276,2.3532)and(26.1357,2.4274)..(25.8756,2.4274)..controls + (25.2252,2.4274)and(24.7953,1.9212)..(24.7953,1.1576)..controls(24.7953,.4071)and(25.2208,-.0991)..(25.8624,-.0991)..controls + (26.1578,-.0991)and(26.3474,-.0096)..(26.5282,.2239)--(26.5282,-.0336)--(27.2095,-.0336)--(27.2095,3.2696)-- + cycle(26.0057,1.8579)..controls(26.3165,1.8579)and(26.5216,1.5786)..(26.5216,1.1532)..controls(26.5216,.7497)and + (26.3121,.4726)..(26.0057,.4726)..controls(25.7015,.4726)and(25.4964,.7497)..(25.4964,1.1641)..controls(25.4964,1.5786)and + (25.7015,1.8579)..(26.0057,1.8579)(30.1726,.9570)..controls(30.1726,1.2732)and(30.1373,1.4848)..(30.0646,1.6833)..controls + (29.8882,2.1591)and(29.4979,2.4230)..(28.9777,2.4230)..controls(28.2501,2.4230)and(27.7386,1.9015)..(27.7386,1.1576)..controls + (27.7386,.4071)and(28.2346,-.0991)..(28.9821,-.0991)..controls(29.5575,-.0991)and(30.0094,.1999)..(30.1440,.6646)-- + (29.4230,.6646)..controls(29.3216,.5162)and(29.1915,.4508)..(29.0019,.4508)..controls(28.6955,.4508)and(28.5015,.6297).. + (28.4551,.9570)--(30.1726,.9570)--cycle(28.4595,1.4500)..controls(28.5168,1.7292)and(28.6955,1.8863)..(28.9711,1.8863)..controls + (29.2466,1.8863)and(29.4120,1.7292)..(29.4428,1.4500)--(28.4595,1.4500)--cycle(30.6841,2.3576)-- + (30.6841,-.0336)--(31.3962,-.0336)--(31.3962,1.3059)..controls(31.3962,1.5154)and(31.4205,1.6136)..(31.4999,1.7030)..controls + (31.5771,1.7881)and(31.6873,1.8318)..(31.8063,1.8318)..controls(31.9320,1.8318)and(32.0378,1.7838)..(32.0973,1.6943)..controls + (32.1569,1.6048)and(32.1723,1.5110)..(32.1723,1.2666)--(32.1723,-.0336)--(32.8822,-.0336)--(32.8822,1.5154)..controls + (32.8822,2.0805)and(32.5625,2.4274)..(32.0378,2.4274)..controls(31.7865,2.4274)and(31.6409,2.3620)..(31.3764,2.1241)-- + (31.3764,2.3576)--(30.6841,2.3576)--cycle; + \fill[color={#1}] (1.3700,-3.5600)--(2.2915,-2.6480)-- + (1.4096,-2.6480)--(.6690,-3.4728)--(.6690,-1.7382)-- + (-.0410,-1.7382)--(-.0410,-5.0414)--(.6690,-5.0414)--(.6690,-4.2429)--(.9005,-4.0203)--(1.5000,-5.0414)-- + (2.3708,-5.0414)--(1.3700,-3.5600)--cycle(3.7774,-2.5848)..controls(3.0257,-2.5848)and(2.4965,-3.1106).. + (2.4965,-3.8414)..controls(2.4965,-4.5854)and(3.0257,-5.1047)..(3.7774,-5.1047)..controls(4.5249,-5.1047)and(5.0650,-4.5854).. + (5.0650,-3.8610)..controls(5.0650,-3.1041)and(4.5447,-2.5848)..(3.7774,-2.5848)(3.7774,-3.1455)..controls(4.1435,-3.1455)and + (4.3485,-3.3986)..(4.3485,-3.8566)..controls(4.3485,-4.2865)and(4.1390,-4.5461)..(3.7774,-4.5461)..controls + (3.4181,-4.5461)and(3.2109,-4.2865)..(3.2109,-3.8414)..controls(3.2109,-3.4030)and(3.4181,-3.1455)..(3.7774,-3.1455) + (5.5456,-2.6480)--(5.5456,-5.0414)--(6.2577,-5.0414)--(6.2577,-4.3672)..controls(6.2577,-3.9003)and(6.2820,-3.6777).. + (6.3526,-3.5208)..controls(6.4320,-3.3441)and(6.6325,-3.2350)..(6.8773,-3.2350)..controls(6.9280,-3.2350)and(6.9743,-3.2394).. + (7.0581,-3.2481)--(7.0581,-2.5848)..controls(6.5422,-2.5804)and(6.3614,-2.6895)..(6.2225,-3.0757)--(6.2424,-2.6480)-- + (5.5456,-2.6480)--cycle(8.9564,-3.5600)--(9.8779,-2.6480)--(8.9960,-2.6480)--(8.2553,-3.4728)-- + (8.2553,-1.7382)--(7.5453,-1.7382)--(7.5453,-5.0414)--(8.2553,-5.0414)--(8.2553,-4.2429)-- + (8.4868,-4.0203)--(9.0865,-5.0414)--(9.9595,-5.0414)--(8.9564,-3.5600)--cycle(12.5435,-4.0486)..controls + (12.5435,-3.7323)and(12.5081,-3.5208)..(12.4332,-3.3223)..controls(12.2568,-2.8467)and(11.8666,-2.5848)..(11.3463,-2.5848)..controls + (10.6188,-2.5848)and(10.1094,-3.1041)..(10.1094,-3.8457)..controls(10.1094,-4.6006)and(10.6055,-5.1047)..(11.3506,-5.1047)..controls + (11.9261,-5.1047)and(12.3781,-4.8079)..(12.5126,-4.3410)--(11.7916,-4.3410)..controls(11.6924,-4.4915)and(11.5601,-4.5548).. + (11.3705,-4.5548)..controls(11.0663,-4.5548)and(10.8700,-4.3759)..(10.8259,-4.0486)--(12.5435,-4.0486)--cycle + (10.8304,-3.5558)..controls(10.8855,-3.2786)and(11.0663,-3.1194)..(11.3396,-3.1194)..controls(11.6152,-3.1194)and(11.7806,-3.2786).. + (11.8115,-3.5558)--(10.8304,-3.5558)--cycle(13.7450,-3.4030)..controls(13.7758,-3.2088)and(13.9148,-3.1150)..(14.1705,-3.1150)..controls + (14.4064,-3.1150)and(14.5453,-3.2000)..(14.5453,-3.3376)..controls(14.5453,-3.4314)and(14.4902,-3.4772)..(14.3314,-3.5012)-- + (13.9456,-3.5642)..controls(13.2688,-3.6733)and(12.9844,-3.9047)..(12.9844,-4.3519)..controls + (12.9844,-4.8036)and(13.3393,-5.1047)..(13.8707,-5.1047)..controls(14.1595,-5.1047)and(14.3249,-5.0458).. + (14.5652,-4.8515)..controls(14.5916,-4.9411)and(14.5916,-4.9563)..(14.6225,-5.0414)--(15.3479,-5.0414)..controls + (15.2685,-4.9214)and(15.2574,-4.8865)..(15.2574,-4.6291)--(15.2574,-3.5317)..controls(15.2574,-3.1739)and(15.1913,-2.9862).. + (15.0172,-2.8335)..controls(14.8275,-2.6633)and(14.5453,-2.5804)..(14.1815,-2.5804)..controls(13.5003,-2.5804)and(13.1542,-2.8467).. + (13.1078,-3.4030)--(13.7450,-3.4030)--cycle(14.5652,-4.2668)..controls(14.4505,-4.4720)and(14.2808,-4.5701).. + (14.0448,-4.5701)..controls(13.8244,-4.5701)and(13.6855,-4.4763)..(13.6855,-4.3170)..controls(13.6855,-4.1730)and(13.7957,-4.0901).. + (14.0493,-4.0290)--(14.3050,-3.9745)..controls(14.4262,-3.9505)and(14.4902,-3.9309)..(14.5652,-3.9003)--(14.5652,-4.2668)-- + cycle(17.3254,-3.5600)--(18.2471,-2.6480)--(17.3652,-2.6480)--(16.6244,-3.4728)--(16.6244,-1.7382)-- + (15.9144,-1.7382)--(15.9144,-5.0414)--(16.6244,-5.0414)--(16.6244,-4.2429)--(16.8559,-4.0203)-- + (17.4556,-5.0414)--(18.3264,-5.0414)--(17.3254,-3.5600)--cycle(19.7110,-2.5848)..controls(18.9592,-2.5848)and + (18.4278,-3.1106)..(18.4278,-3.8414)..controls(18.4278,-4.5854)and(18.9592,-5.1047)..(19.7110,-5.1047)..controls(20.4561,-5.1047)and + (20.9963,-4.5854)..(20.9963,-3.8610)..controls(20.9963,-3.1041)and(20.4760,-2.5848)..(19.7110,-2.5848)(19.7110,-3.1455)..controls + (20.0747,-3.1455)and(20.2798,-3.3986)..(20.2798,-3.8566)..controls(20.2798,-4.2865)and(20.0703,-4.5461)..(19.7110,-4.5461)..controls + (19.3494,-4.5461)and(19.1443,-4.2865)..(19.1443,-3.8414)..controls(19.1443,-3.4030)and(19.3494,-3.1455)..(19.7110,-3.1455) + (23.6663,-2.6480)--(22.9563,-2.6480)--(22.9563,-3.9941)..controls(22.9563,-4.2319)and(22.9453,-4.2865)..(22.8813,-4.3715)..controls + (22.8152,-4.4610)and(22.7050,-4.5112)..(22.5749,-4.5112)..controls(22.4448,-4.5112)and(22.3302,-4.4610)..(22.2640,-4.3715)..controls + (22.2001,-4.2865)and(22.1891,-4.2276)..(22.1891,-3.9941)--(22.1891,-2.6480)--(21.4770,-2.6480)--(21.4770,-4.1491) + ..controls(21.4770,-4.4915)and(21.5431,-4.6945)..(21.7085,-4.8582)..controls(21.8694,-5.0152)and + (22.0987,-5.1047)..(22.3500,-5.1047)..controls(22.6455,-5.1047)and(22.8196,-5.0152)..(22.9916,-4.7774)-- + (22.9916,-5.0414)--(23.6663,-5.0414)--(23.6663,-2.6480)--cycle(25.0597,-1.7382)--(24.3475,-1.7382)-- + (24.3475,-5.0414)--(25.0597,-5.0414)--(25.0597,-1.7382)--cycle(27.9235,-2.6480)--(27.2136,-2.6480)--(27.2136,-3.9941)..controls + (27.2136,-4.2319)and(27.2026,-4.2865)..(27.1364,-4.3715)..controls(27.0726,-4.4610)and(26.9623,-4.5112)..(26.8322,-4.5112)..controls + (26.7022,-4.5112)and(26.5875,-4.4610)..(26.5214,-4.3715)..controls(26.4552,-4.2865)and(26.4464,-4.2276)..(26.4464,-3.9941)-- + (26.4464,-2.6480)--(25.7343,-2.6480)--(25.7343,-4.1491)..controls(25.7343,-4.4915)and(25.8004,-4.6945).. + (25.9658,-4.8582)..controls(26.1267,-5.0152)and(26.3560,-5.1047)..(26.6073,-5.1047)..controls(26.9028,-5.1047)and(27.0770,-5.0152).. + (27.2467,-4.7774)--(27.2467,-5.0414)--(27.9235,-5.0414)--(27.9235,-2.6480)--cycle; +} +% H{\”o}gskolan f{\”o}r teknikvetenskaper +\newcommand{\SCISE}[1]{% + \fill[color={#1}] (1.9300,1.3900)--(1.9300,-.0368)-- + (2.6796,-.0368)--(2.6796,3.2663)--(1.9300,3.2663)-- + (1.9300,2.0227)--(.7043,2.0227)--(.7043,3.2663)--(-.0475,3.2663)--(-.0475,-.0368)-- + (.7043,-.0368)--(.7043,1.3900)--(1.9300,1.3900)--cycle(4.4631,2.4197)..controls(3.7113,2.4197)and + (3.1800,1.8939)..(3.1800,1.1632)..controls(3.1800,.4191)and(3.7113,-.1001)..(4.4631,-.1001)..controls(5.2106,-.1001)and + (5.7507,.4191)..(5.7507,1.1435)..controls(5.7507,1.9005)and(5.2303,2.4197)..(4.4631,2.4197)(4.4631,1.8590)..controls + (4.8292,1.8590)and(5.0342,1.6059)..(5.0342,1.1479)..controls(5.0342,.7181)and(4.8247,.4585)..(4.4631,.4585)..controls + (4.1016,.4585)and(3.8965,.7181)..(3.8965,1.1632)..controls(3.8965,1.6015)and(4.1016,1.8590)..(4.4631,1.8590) + (4.2736,3.2336)--(3.6209,3.2336)--(3.6209,2.6379)--(4.2736,2.6379)--(4.2736,3.2336)--cycle(5.3098,3.2336) + --(4.6594,3.2336)--(4.6594,2.6379)--(5.3098,2.6379)--(5.3098,3.2336)--cycle + (7.9444,2.3412)--(7.9642,2.0488)..controls(7.7835,2.3063)and(7.5673,2.4197)..(7.2587,2.4197)..controls(6.6414,2.4197)and + (6.1806,1.9136)..(6.1806,1.2482)..controls(6.1806,.5741)and(6.6370,.0918)..(7.2720,.0918)..controls(7.5431,.0918)and + (7.7129,.1573)..(7.9245,.3494)--(7.9245,.1923)..controls(7.9245,-.0456)and(7.8981,-.1306)..(7.8033,-.2136)..controls + (7.7239,-.2834)and(7.6027,-.3183)..(7.4528,-.3183)..controls(7.2169,-.3183)and(7.0780,-.2441)..(7.0272,-.0958)-- + (6.2909,-.0958)..controls(6.3416,-.5867)and(6.7473,-.8594)..(7.4240,-.8594)..controls(7.8429,-.8594)and(8.1736,-.7503).. + (8.3941,-.5365)..controls(8.5662,-.3729)and(8.6213,-.2005)..(8.6213,.1923)--(8.6213,2.3412)--(7.9444,2.3412)-- + cycle(7.3977,1.8503)..controls(7.7129,1.8503)and(7.9334,1.6059)..(7.9334,1.2679)..controls(7.9334,.9014)and + (7.7195,.6635)..(7.3932,.6635)..controls(7.0780,.6635)and(6.8575,.9057)..(6.8575,1.2570)..controls(6.8575,1.6059)and + (7.0780,1.8503)..(7.3977,1.8503)(11.2801,1.6365)..controls(11.2184,2.1427)and(10.8392,2.4197)..(10.2174,2.4197)..controls + (9.5759,2.4197)and(9.1856,2.1274)..(9.1856,1.6474)..controls(9.1856,1.2679)and(9.3907,1.0737)..(9.9221,.9603)-- + (10.3630,.8599)..controls(10.5526,.8162)and(10.6342,.7508)..(10.6342,.6417)..controls(10.6342,.5042)and(10.4843,.4104).. + (10.2638,.4104)..controls(9.9772,.4104)and(9.8272,.5195)..(9.7875,.7421)--(9.1217,.7421)..controls(9.1614,.2118)and + (9.5759,-.1001)..(10.2483,-.1001)..controls(10.9185,-.1001)and(11.3353,.2162)..(11.3353,.7224)..controls(11.3353,.9144)and + (11.2691,1.0934)..(11.1544,1.2024)..controls(11.0486,1.3115)and(10.8987,1.3770)..(10.6033,1.4336)--(10.1579,1.5274)..controls + (9.9331,1.5776)and(9.8625,1.6212)..(9.8625,1.7106)..controls(9.8625,1.8306)and(9.9970,1.9092)..(10.2020,1.9092)..controls + (10.4379,1.9092)and(10.5835,1.8154)..(10.6143,1.6365)--(11.2801,1.6365)--cycle(13.3019,1.4445)-- + (14.2256,2.3543)--(13.3437,2.3543)--(12.6030,1.5318)--(12.6030,3.2663)--(11.8909,3.2663)--(11.8909,-.0368) + --(12.6030,-.0368)--(12.6030,.7617)--(12.8323,.9843)--(13.4342,-.0368)--(14.3050,-.0368)-- + (13.3019,1.4445)--cycle(15.6874,2.4197)..controls(14.9355,2.4197)and(14.4042,1.8939)..(14.4042,1.1632)..controls + (14.4042,.4191)and(14.9355,-.1001)..(15.6874,-.1001)..controls(16.4326,-.1001)and(16.9749,.4191)..(16.9749,1.1435)..controls + (16.9749,1.9005)and(16.4524,2.4197)..(15.6874,2.4197)(15.6874,1.8590)..controls(16.0534,1.8590)and(16.2584,1.6059).. + (16.2584,1.1479)..controls(16.2584,.7181)and(16.0468,.4585)..(15.6874,.4585)..controls(15.3258,.4585)and(15.1208,.7181).. + (15.1208,1.1632)..controls(15.1208,1.6015)and(15.3258,1.8590)..(15.6874,1.8590)(18.1919,3.2663)--(17.4798,3.2663)-- + (17.4798,-.0368)--(18.1919,-.0368)--(18.1919,3.2663)--cycle(19.5082,1.6015)..controls(19.5390,1.7957)and + (19.6779,1.8895)..(19.9337,1.8895)..controls(20.1696,1.8895)and(20.3106,1.8045)..(20.3106,1.6670)..controls(20.3106,1.5732)and + (20.2555,1.5274)..(20.0946,1.5033)--(19.7088,1.4379)..controls(19.0319,1.3312)and(18.7475,1.0977)..(18.7475,.6526)..controls + (18.7475,.2009)and(19.1025,-.1001)..(19.6339,-.1001)..controls(19.9248,-.1001)and(20.0902,-.0412)..(20.3305,.1530)..controls + (20.3547,.0635)and(20.3547,.0482)..(20.3856,-.0368)--(21.1110,-.0368)..controls(21.0316,.0832)and(21.0206,.1180).. + (21.0206,.3755)--(21.0206,1.4728)..controls(21.0206,1.8306)and(20.9567,2.0183)..(20.7803,2.1710)..controls(20.5906,2.3412)and + (20.3106,2.4241)..(19.9447,2.4241)..controls(19.2634,2.4241)and(18.9173,2.1579)..(18.8732,1.6015)--(19.5082,1.6015)--cycle + (20.3305,.7377)..controls(20.2158,.5326)and(20.0439,.4344)..(19.8102,.4344)..controls(19.5898,.4344)and(19.4486,.5282).. + (19.4486,.6876)..controls(19.4486,.8315)and(19.5589,.9144)..(19.8146,.9755)--(20.0704,1.0300)..controls(20.1894,1.0541)and + (20.2555,1.0737)..(20.3305,1.1043)--(20.3305,.7377)--cycle(21.7019,2.3543)--(21.7019,-.0368)--(22.4140,-.0368)-- + (22.4140,1.3072)..controls(22.4140,1.5121)and(22.4382,1.6124)..(22.5176,1.7019)..controls(22.5948,1.7848)and(22.7028,1.8306).. + (22.8240,1.8306)..controls(22.9497,1.8306)and(23.0555,1.7805)..(23.1151,1.6910)..controls(23.1746,1.6015)and(23.1900,1.5077).. + (23.1900,1.2679)--(23.1900,-.0368)--(23.9022,-.0368)--(23.9022,1.5121)..controls(23.9022,2.0772)and(23.5803,2.4241).. + (23.0555,2.4241)..controls(22.8042,2.4241)and(22.6587,2.3609)..(22.3941,2.1230)--(22.3941,2.3543)-- + (21.7019,2.3543)--cycle(27.0659,2.3259)--(26.6051,2.3259)--(26.6051,2.4939)..controls(26.6051,2.6336)and(26.6911,2.7077).. + (26.8565,2.7077)--(27.0659,2.7077)--(27.0659,3.2663)--(26.6757,3.2663)..controls(26.1488,3.2663)and + (25.8953,3.0154)..(25.8953,2.4983)--(25.8953,2.3259)--(25.5579,2.3259)--(25.5579,1.8306)--(25.8953,1.8306) + --(25.8953,-.0368)--(26.6051,-.0368)--(26.6051,1.8306)--(27.0659,1.8306)--(27.0659,2.3259)--cycle + (28.6092,2.4197)..controls(27.8575,2.4197)and(27.3261,1.8939)..(27.3261,1.1632)..controls(27.3261,.4191)and(27.8575,-.1001).. + (28.6092,-.1001)..controls(29.3544,-.1001)and(29.8968,.4191)..(29.8968,1.1435)..controls(29.8968,1.9005)and(29.3743,2.4197).. + (28.6092,2.4197)(28.6092,1.8590)..controls(28.9752,1.8590)and(29.1803,1.6059)..(29.1803,1.1479).. + controls(29.1803,.7181)and(28.9686,.4585)..(28.6092,.4585)..controls(28.2476,.4585)and + (28.0426,.7181)..(28.0426,1.1632)..controls(28.0426,1.6015)and(28.2476,1.8590)..(28.6092,1.8590) + (28.4174,3.2336)--(27.7670,3.2336)--(27.7670,2.6379)--(28.4174,2.6379)--(28.4174,3.2336)--cycle(29.4559,3.2336)-- + (28.8032,3.2336)--(28.8032,2.6379)--(29.4559,2.6379)--(29.4559,3.2336)--cycle(30.4017,2.3543)-- + (30.4017,-.0368)--(31.1138,-.0368)--(31.1138,.6373)..controls(31.1138,1.1043)and(31.1381,1.3268)..(31.2086,1.4838)..controls + (31.2880,1.6627)and(31.4886,1.7695)..(31.7333,1.7695)..controls(31.7840,1.7695)and(31.8303,1.7652)..(31.9141,1.7565)-- + (31.9141,2.4197)..controls(31.3982,2.4241)and(31.2174,2.3150)..(31.0785,1.9288)--(31.0984,2.3543)--(30.4017,2.3543) + --cycle; + \fill[color={#1}] (1.3900,-2.6800)--(.9558,-2.6800)-- + (.9558,-1.9230)--(.2436,-1.9230)--(.2436,-2.6800)-- + (-.0959,-2.6800)--(-.0959,-3.1752)--(.2436,-3.1752)--(.2436,-4.2639)..controls(.2436,-4.6370)and + (.2745,-4.7658)..(.3847,-4.8836)..controls(.4905,-4.9993)and(.6449,-5.0429)..(.9558,-5.0429)--(1.3900,-5.0429)-- + (1.3900,-4.5127)--(1.1365,-4.5127)..controls(.9712,-4.5127)and(.9558,-4.4821)..(.9558,-4.1068)--(.9558,-3.1752)-- + (1.3900,-3.1752)--(1.3900,-2.6800)--cycle(4.1590,-4.0523)..controls(4.1590,-3.7338)and(4.1238,-3.5221).. + (4.0488,-3.3236)..controls(3.8724,-2.8479)and(3.4822,-2.5862)..(2.9619,-2.5862)..controls(2.2343,-2.5862)and(1.7250,-3.1054).. + (1.7250,-3.8494)..controls(1.7250,-4.6021)and(2.2211,-5.1083)..(2.9663,-5.1083)..controls(3.5417,-5.1083)and(3.9937,-4.8094).. + (4.1281,-4.3447)--(3.4073,-4.3447)..controls(3.3081,-4.4930)and(3.1779,-4.5563)..(2.9861,-4.5563)..controls(2.6819,-4.5563)and + (2.4856,-4.3796)..(2.4415,-4.0523)--(4.1590,-4.0523)--cycle(2.4460,-3.5570)..controls(2.5011,-3.2777)and + (2.6819,-3.1206)..(2.9575,-3.1206)..controls(3.2309,-3.1206)and(3.3984,-3.2777)..(3.4271,-3.5570)--(2.4460,-3.5570)--cycle + (6.0816,-3.5614)--(7.0031,-2.6517)--(6.1212,-2.6517)--(5.3805,-3.4719)--(5.3805,-1.7397)-- + (4.6706,-1.7397)--(4.6706,-5.0429)--(5.3805,-5.0429)--(5.3805,-4.2443)--(5.6120,-4.0218)--(6.2116,-5.0429)-- + (7.0825,-5.0429)--(6.0816,-3.5614)--cycle(7.4750,-2.6517)--(7.4750,-5.0429)--(8.1848,-5.0429)--(8.1848,-3.6988)..controls + (8.1848,-3.4915)and(8.2113,-3.3933)..(8.2907,-3.3039)..controls(8.3656,-3.2188)and(8.4759,-3.1752)..(8.5950,-3.1752)..controls + (8.7206,-3.1752)and(8.8265,-3.2232)..(8.8860,-3.3127)..controls(8.9477,-3.4021)and(8.9609,-3.4959)..(8.9609,-3.7403)-- + (8.9609,-5.0429)--(9.6730,-5.0429)--(9.6730,-3.4915)..controls(9.6730,-2.9265)and(9.3533,-2.5819)..(8.8265,-2.5819)..controls + (8.5751,-2.5819)and(8.4318,-2.6473)..(8.1650,-2.8828)--(8.1650,-2.6517)--(7.4750,-2.6517)--cycle + (11.0598,-2.6517)--(10.3499,-2.6517)--(10.3499,-5.0429)--(11.0598,-5.0429)--(11.0598,-2.6517)--cycle + (11.0598,-1.7397)--(10.3499,-1.7397)--(10.3499,-2.3200)--(11.0598,-2.3200)--(11.0598,-1.7397)--cycle(13.1499,-3.5614)-- + (14.0693,-2.6517)--(13.1895,-2.6517)--(12.4466,-3.4719)--(12.4466,-1.7397)--(11.7367,-1.7397)-- + (11.7367,-5.0429)--(12.4466,-5.0429)--(12.4466,-4.2443)--(12.6781,-4.0218)--(13.2800,-5.0429)--(14.1509,-5.0429)-- + (13.1499,-3.5614)--cycle(15.8088,-5.0429)--(16.6289,-2.6517)--(15.8683,-2.6517)--(15.6236,-3.5658)..controls(15.5883,-3.7097)and + (15.5288,-3.9825)..(15.4737,-4.2552)..controls(15.3921,-3.9672)and(15.3325,-3.7338)..(15.2819,-3.5658)--(15.0129,-2.6517)-- + (14.2655,-2.6517)--(15.1320,-5.0429)--(15.8088,-5.0429)--cycle(19.2548,-4.0523)..controls(19.2548,-3.7338)and + (19.2195,-3.5221)..(19.1445,-3.3236)..controls(18.9682,-2.8479)and(18.5779,-2.5862)..(18.0576,-2.5862)..controls + (17.3301,-2.5862)and(16.8207,-3.1054)..(16.8207,-3.8494)..controls(16.8207,-4.6021)and(17.3168,-5.1083)..(18.0620,-5.1083)..controls + (18.6375,-5.1083)and(19.0894,-4.8094)..(19.2239,-4.3447)--(18.5029,-4.3447)..controls(18.4015,-4.4930)and(18.2737,-4.5563).. + (18.0819,-4.5563)..controls(17.7776,-4.5563)and(17.5814,-4.3796)..(17.5351,-4.0523)--(19.2548,-4.0523)--cycle + (17.5417,-3.5570)..controls(17.5968,-3.2777)and(17.7776,-3.1206)..(18.0532,-3.1206)..controls(18.3288,-3.1206)and(18.4919,-3.2777).. + (18.5228,-3.5570)--(17.5417,-3.5570)--cycle(21.0031,-2.6800)--(20.5666,-2.6800)--(20.5666,-1.9230)--(19.8545,-1.9230)-- + (19.8545,-2.6800)--(19.5149,-2.6800)--(19.5149,-3.1752)--(19.8545,-3.1752)--(19.8545,-4.2639)..controls + (19.8545,-4.6370)and(19.8853,-4.7658)..(19.9955,-4.8836)..controls(20.1013,-4.9993)and(20.2557,-5.0429)..(20.5666,-5.0429)-- + (21.0031,-5.0429)--(21.0031,-4.5127)--(20.7474,-4.5127)..controls(20.5820,-4.5127)and(20.5666,-4.4821)..(20.5666,-4.1068)-- + (20.5666,-3.1752)--(21.0031,-3.1752)--(21.0031,-2.6800)--cycle(23.7722,-4.0523)..controls(23.7722,-3.7338)and(23.7370,-3.5221).. + (23.6620,-3.3236)..controls(23.4856,-2.8479)and(23.0954,-2.5862)..(22.5751,-2.5862)..controls(21.8475,-2.5862)and(21.3382,-3.1054).. + (21.3382,-3.8494)..controls(21.3382,-4.6021)and(21.8343,-5.1083)..(22.5795,-5.1083)..controls(23.1549,-5.1083)and(23.6068,-4.8094).. + (23.7414,-4.3447)--(23.0204,-4.3447)..controls(22.9212,-4.4930)and(22.7911,-4.5563)..(22.5994,-4.5563)..controls(22.2950,-4.5563)and + (22.0989,-4.3796)..(22.0548,-4.0523)--(23.7722,-4.0523)--cycle(22.0592,-3.5570)..controls(22.1143,-3.2777)and(22.2950,-3.1206).. + (22.5706,-3.1206)..controls(22.8462,-3.1206)and(23.0116,-3.2777)..(23.0403,-3.5570)--(22.0592,-3.5570)--cycle + (24.3322,-2.6517)--(24.3322,-5.0429)--(25.0443,-5.0429)--(25.0443,-3.6988)..controls(25.0443,-3.4915)and(25.0686,-3.3933).. + (25.1501,-3.3039)..controls(25.2251,-3.2188)and(25.3354,-3.1752)..(25.4545,-3.1752)..controls(25.5801,-3.1752)and(25.6860,-3.2232).. + (25.7454,-3.3127)..controls(25.8050,-3.4021)and(25.8204,-3.4959)..(25.8204,-3.7403)--(25.8204,-5.0429)--(26.5325,-5.0429)-- + (26.5325,-3.4915)..controls(26.5325,-2.9265)and(26.2107,-2.5819)..(25.6860,-2.5819)..controls(25.4346,-2.5819)and(25.2891,-2.6473).. + (25.0245,-2.8828)--(25.0245,-2.6517)--(24.3322,-2.6517)--cycle(29.1672,-3.3672)..controls(29.1055,-2.8632)and + (28.7262,-2.5862)..(28.1045,-2.5862)..controls(27.4629,-2.5862)and(27.0727,-2.8763)..(27.0727,-3.3585)..controls(27.0727,-3.7403)and + (27.2777,-3.9323)..(27.8091,-4.0479)--(28.2500,-4.1461)..controls(28.4396,-4.1897)and(28.5190,-4.2552)..(28.5190,-4.3643)..controls + (28.5190,-4.5018)and(28.3690,-4.5978)..(28.1486,-4.5978)..controls(27.8642,-4.5978)and(27.7143,-4.4887)..(27.6746,-4.2639)-- + (27.0065,-4.2639)..controls(27.0485,-4.7964)and(27.4629,-5.1083)..(28.1354,-5.1083)..controls(28.8056,-5.1083)and(29.2223,-4.7897).. + (29.2223,-4.2836)..controls(29.2223,-4.0915)and(29.1561,-3.9127)..(29.0415,-3.8036)..controls(28.9357,-3.6945)and(28.7858,-3.6312).. + (28.4903,-3.5701)--(28.0450,-3.4763)..controls(27.8179,-3.4283)and(27.7495,-3.3824)..(27.7495,-3.2930)..controls(27.7495,-3.1752)and + (27.8840,-3.0945)..(28.0891,-3.0945)..controls(28.3249,-3.0945)and(28.4705,-3.1905)..(28.4992,-3.3672)--(29.1672,-3.3672)--cycle + (31.1382,-3.5614)--(32.0598,-2.6517)--(31.1801,-2.6517)--(30.4393,-3.4719)--(30.4393,-1.7397)-- + (29.7272,-1.7397)--(29.7272,-5.0429)--(30.4393,-5.0429)--(30.4393,-4.2443)--(30.6686,-4.0218)--(31.2705,-5.0429)-- + (32.1414,-5.0429)--(31.1382,-3.5614)--cycle(33.0718,-3.4021)..controls(33.1026,-3.2101)and(33.2437,-3.1141)..(33.4973,-3.1141)..controls + (33.7332,-3.1141)and(33.8742,-3.1992)..(33.8742,-3.3388)..controls(33.8742,-3.4327)and(33.8191,-3.4763)..(33.6582,-3.5024)-- + (33.2724,-3.5658)..controls(32.5978,-3.6748)and(32.3111,-3.9083)..(32.3111,-4.3534)..controls(32.3111,-4.8050)and(32.6661,-5.1083).. + (33.1974,-5.1083)..controls(33.4884,-5.1083)and(33.6538,-5.0473)..(33.8941,-4.8552)..controls(33.9183,-4.9447)and(33.9183,-4.9578).. + (33.9492,-5.0429)--(34.6745,-5.0429)..controls(34.5952,-4.9250)and(34.5842,-4.8902)..(34.5842,-4.6327)--(34.5842,-3.5309)..controls + (34.5842,-3.1752)and(34.5202,-2.9854)..(34.3438,-2.8327)..controls(34.1543,-2.6670)and(33.8742,-2.5819)..(33.5083,-2.5819)..controls + (32.8270,-2.5819)and(32.4808,-2.8479)..(32.4367,-3.4021)--(33.0718,-3.4021)--cycle(33.8941,-4.2705)..controls(33.7795,-4.4734) + and(33.6075,-4.5716)..(33.3738,-4.5716)..controls(33.1533,-4.5716)and(33.0122,-4.4778).. + (33.0122,-4.3185)..controls(33.0122,-4.1767)and(33.1225,-4.0915)..(33.3782,-4.0327)--(33.6340,-3.9782)..controls + (33.7530,-3.9520)and(33.8191,-3.9323)..(33.8941,-3.9039)--(33.8941,-4.2705)--cycle(35.2412,-2.6517)--(35.2412,-5.8022)-- + (35.9533,-5.8022)--(35.9533,-4.8509)..controls(36.1540,-5.0341)and(36.3391,-5.1083)..(36.6037,-5.1083)..controls(37.2409,-5.1083)and + (37.6664,-4.6021)..(37.6664,-3.8385)..controls(37.6664,-3.0945)and(37.2343,-2.5862)..(36.5993,-2.5862)..controls(36.2973,-2.5862)and + (36.1231,-2.6758)..(35.9180,-2.9309)--(35.9379,-2.6517)--(35.2412,-2.6517)--cycle(36.4427,-3.1556)..controls(36.7690,-3.1556) + and(36.9653,-3.4218)..(36.9653,-3.8538)..controls(36.9653,-4.2705)and(36.7580,-4.5367).. + (36.4493,-4.5367)..controls(36.1275,-4.5367)and(35.9269,-4.2705)..(35.9269,-3.8429)..controls(35.9269,-3.4218) + and(36.1275,-3.1556)..(36.4427,-3.1556)(40.5348,-4.0523)..controls(40.5348,-3.7338)and(40.4994,-3.5221).. + (40.4245,-3.3236)..controls(40.2503,-2.8479)and(39.8601,-2.5862)..(39.3375,-2.5862)..controls(38.6122,-2.5862)and(38.1007,-3.1054).. + (38.1007,-3.8494)..controls(38.1007,-4.6021)and(38.5968,-5.1083)..(39.3442,-5.1083)..controls(39.9196,-5.1083)and(40.3694,-4.8094).. + (40.5060,-4.3447)--(39.7851,-4.3447)..controls(39.6837,-4.4930)and(39.5537,-4.5563)..(39.3640,-4.5563)..controls(39.0576,-4.5563)and + (38.8613,-4.3796)..(38.8172,-4.0523)--(40.5348,-4.0523)--cycle(38.8217,-3.5570)..controls(38.8768,-3.2777)and + (39.0576,-3.1206)..(39.3332,-3.1206)..controls(39.6088,-3.1206)and(39.7741,-3.2777)..(39.8049,-3.5570)-- + (38.8217,-3.5570)--cycle(41.0970,-2.6517)--(41.0970,-5.0429)--(41.8068,-5.0429)--(41.8068,-4.3687)..controls(41.8068,-3.9039)and + (41.8333,-3.6792)..(41.9017,-3.5221)..controls(41.9832,-3.3432)and(42.1839,-3.2341)..(42.4286,-3.2341)..controls(42.4792,-3.2341)and + (42.5233,-3.2385)..(42.6094,-3.2494)--(42.6094,-2.5862)..controls(42.0934,-2.5819)and(41.9127,-2.6886)..(41.7716,-3.0748)-- + (41.7914,-2.6517)--(41.0970,-2.6517)--cycle; +} +% School of Science +\newcommand{\SCIEN}[1]{% + \fill[color={#1}] (2.6200,2.2400)..controls(2.5914,2.5214) + and(2.5407,2.6894)..(2.4415,2.8486)..controls + (2.2365,3.1803)and(1.8441,3.3483)..(1.2885,3.3483)..controls(.4484,3.3483)and(-.0543,2.9665)..(-.0543,2.3272)..controls + (-.0543,2.0634)and(.0428,1.8255)..(.2126,1.6815)..controls(.3625,1.5528)and(.5829,1.4590)..(.9379,1.3739)-- + (1.5442,1.2255)..controls(1.7801,1.1666)and(1.9058,1.0509)..(1.9058,.8873)..controls(1.9058,.6604)and(1.6699,.5164).. + (1.2840,.5164)..controls(.8276,.5164)and(.6116,.6844)..(.5984,1.0618)--(-.1535,1.0618)..controls(-.1490,.3222)and + (.3735,-.1032)..(1.2730,-.1032)..controls(2.1394,-.1032)and(2.6684,.3179)..(2.6684,1.0030)..controls(2.6684,1.2648)and + (2.5870,1.4786)..(2.4150,1.6314)..controls(2.2563,1.7797)and(2.0512,1.8691)..(1.6787,1.9586)--(1.0040,2.1114)..controls + (.7990,2.1615)and(.6976,2.2530)..(.6976,2.3927)..controls(.6976,2.6000)and(.9136,2.7286)..(1.2686,2.7286)..controls + (1.6456,2.7286)and(1.8704,2.5650)..(1.8704,2.2945)--(1.8704,2.2400)--(2.6200,2.2400)--cycle + (5.4089,1.5026)..controls(5.3626,2.0721)and(4.9326,2.4276)..(4.3021,2.4276)..controls(3.5349,2.4276)and(3.0741,1.9477).. + (3.0741,1.1600)..controls(3.0741,.3921)and(3.5392,-.0923)..(4.2757,-.0923)..controls(4.9172,-.0923)and(5.3384,.2480).. + (5.4397,.8524)--(4.7475,.8873)..controls(4.6924,.6059)and(4.5513,.4771)..(4.2977,.4771)..controls(3.9670,.4771)and + (3.7906,.7237)..(3.7906,1.1797)..controls(3.7906,1.6161)and(3.9670,1.8605)..(4.2911,1.8605)..controls(4.5270,1.8605)and + (4.6924,1.7252)..(4.7321,1.5026)--(5.4089,1.5026)--cycle(6.6656,3.2741)--(5.9534,3.2741)-- + (5.9534,-.0291)--(6.6656,-.0291)--(6.6656,1.3150)..controls(6.6656,1.5681)and(6.6810,1.6357)..(6.7604,1.7164)..controls + (6.8353,1.7950)and(6.9500,1.8408)..(7.0712,1.8408)..controls(7.1903,1.8408)and(7.2917,1.7950)..(7.3512,1.7164)..controls + (7.4174,1.6314)and(7.4328,1.5419)..(7.4328,1.3150)--(7.4328,-.0291)--(8.1428,-.0291)--(8.1428,1.4437)..controls + (8.1428,1.8059)and(8.0832,2.0088)..(7.9289,2.1768)..controls(7.7723,2.3381)and(7.5475,2.4319)..(7.3072,2.4319)..controls + (7.0558,2.4319)and(6.8662,2.3468)..(6.6656,2.1615)--(6.6656,3.2741)--cycle(9.9815,2.4276)..controls + (9.2297,2.4276)and(8.6983,1.9041)..(8.6983,1.1709)..controls(8.6983,.4270)and(9.2297,-.0923)..(9.9815,-.0923)..controls + (10.7266,-.0923)and(11.2690,.4270)..(11.2690,1.1514)..controls(11.2690,1.9085)and(10.7465,2.4276)..(9.9815,2.4276) + (9.9815,1.8691)..controls(10.3475,1.8691)and(10.5525,1.6161)..(10.5525,1.1557)..controls(10.5525,.7237)and(10.3408,.4662).. + (9.9815,.4662)..controls(9.6199,.4662)and(9.4148,.7237)..(9.4148,1.1709)..controls(9.4148,1.6117)and(9.6199,1.8691).. + (9.9815,1.8691)(12.9865,2.4276)..controls(12.2347,2.4276)and(11.7034,1.9041)..(11.7034,1.1709)..controls(11.7034,.4270)and + (12.2347,-.0923)..(12.9865,-.0923)..controls(13.7317,-.0923)and(14.2741,.4270)..(14.2741,1.1514)..controls(14.2741,1.9085)and + (13.7515,2.4276)..(12.9865,2.4276)(12.9865,1.8691)..controls(13.3525,1.8691)and(13.5575,1.6161).. + (13.5575,1.1557)..controls(13.5575,.7237)and(13.3459,.4662)..(12.9865,.4662)..controls + (12.6250,.4662)and(12.4199,.7237)..(12.4199,1.1709)..controls(12.4199,1.6117)and(12.6250,1.8691).. + (12.9865,1.8691)(15.5396,3.2741)--(14.8297,3.2741)--(14.8297,-.0291)--(15.5396,-.0291)--(15.5396,3.2741)--cycle + (18.4564,2.4276)..controls(17.7046,2.4276)and(17.1733,1.9041)..(17.1733,1.1709)..controls(17.1733,.4270)and(17.7046,-.0923).. + (18.4564,-.0923)..controls(19.2016,-.0923)and(19.7418,.4270)..(19.7418,1.1514)..controls(19.7418,1.9085)and(19.2215,2.4276).. + (18.4564,2.4276)(18.4564,1.8691)..controls(18.8202,1.8691)and(19.0274,1.6161)..(19.0274,1.1557).. + controls(19.0274,.7237)and(18.8158,.4662)..(18.4564,.4662)..controls(18.0948,.4662)and + (17.8898,.7237)..(17.8898,1.1709)..controls(17.8898,1.6117)and(18.0948,1.8691)..(18.4564,1.8691) + (21.5364,2.3338)--(21.0756,2.3338)--(21.0756,2.5018)..controls(21.0756,2.6392)and(21.1594,2.7156).. + (21.3247,2.7156)--(21.5364,2.7156)--(21.5364,3.2741)--(21.1462,3.2741)..controls(20.6192,3.2741)and(20.3635,3.0210).. + (20.3635,2.5061)--(20.3635,2.3338)--(20.0284,2.3338)--(20.0284,1.8408)--(20.3635,1.8408)-- + (20.3635,-.0291)--(21.0756,-.0291)--(21.0756,1.8408)--(21.5364,1.8408)--(21.5364,2.3338)--cycle(25.8974,2.2400)..controls + (25.8687,2.5214)and(25.8179,2.6894)..(25.7187,2.8486)..controls(25.5115,3.1803)and(25.1213,3.3483)..(24.5657,3.3483)..controls + (23.7235,3.3483)and(23.2231,2.9665)..(23.2231,2.3272)..controls(23.2231,2.0634)and(23.3178,1.8255)..(23.4898,1.6815)..controls + (23.6397,1.5528)and(23.8602,1.4590)..(24.2152,1.3739)--(24.8215,1.2255)..controls(25.0573,1.1666)and(25.1808,1.0509).. + (25.1808,.8873)..controls(25.1808,.6604)and(24.9471,.5164)..(24.5613,.5164)..controls(24.1049,.5164)and(23.8888,.6844).. + (23.8756,1.0618)--(23.1238,1.0618)..controls(23.1282,.3222)and(23.6486,-.1032)..(24.5502,-.1032)..controls(25.4168,-.1032)and + (25.9481,.3179)..(25.9481,1.0030)..controls(25.9481,1.2648)and(25.8620,1.4786)..(25.6923,1.6314)..controls(25.5336,1.7797)and + (25.3263,1.8691)..(24.9559,1.9586)--(24.2813,2.1114)..controls(24.0740,2.1615)and(23.9748,2.2530)..(23.9748,2.3927)..controls + (23.9748,2.6000)and(24.1909,2.7286)..(24.5459,2.7286)..controls(24.9207,2.7286)and(25.1478,2.5650)..(25.1478,2.2945)-- + (25.1478,2.2400)--(25.8974,2.2400)--cycle(28.6885,1.5026)..controls(28.6422,2.0721)and + (28.2123,2.4276)..(27.5817,2.4276)..controls(26.8145,2.4276)and(26.3538,1.9477)..(26.3538,1.1600)..controls(26.3538,.3921)and + (26.8189,-.0923)..(27.5553,-.0923)..controls(28.1969,-.0923)and(28.6179,.2480)..(28.7172,.8524)--(28.0271,.8873)..controls + (27.9720,.6059)and(27.8309,.4771)..(27.5751,.4771)..controls(27.2444,.4771)and(27.0703,.7237)..(27.0703,1.1797)..controls + (27.0703,1.6161)and(27.2444,1.8605)..(27.5707,1.8605)..controls(27.8066,1.8605)and(27.9720,1.7252)..(28.0116,1.5026)-- + (28.6885,1.5026)--cycle(29.9187,2.3621)--(29.2089,2.3621)--(29.2089,-.0291)--(29.9187,-.0291)--(29.9187,2.3621)-- + cycle(29.9187,3.2741)--(29.2089,3.2741)--(29.2089,2.6959)--(29.9187,2.6959)--(29.9187,3.2741)--cycle + (32.9105,.9615)..controls(32.9105,1.2800)and(32.8753,1.4917)..(32.8003,1.6903)..controls(32.6239,2.1659)and(32.2337,2.4276).. + (31.7134,2.4276)..controls(30.9858,2.4276)and(30.4766,1.9085)..(30.4766,1.1666)..controls(30.4766,.4117)and(30.9726,-.0923).. + (31.7178,-.0923)..controls(32.2932,-.0923)and(32.7452,.2044)..(32.8797,.6691)--(32.1588,.6691)..controls(32.0573,.5208)and + (31.9273,.4575)..(31.7376,.4575)..controls(31.4334,.4575)and(31.2372,.6364)..(31.1909,.9615)--(32.9105,.9615)--cycle + (31.1975,1.4590)..controls(31.2526,1.7361)and(31.4334,1.8953)..(31.7090,1.8953)..controls(31.9824,1.8953)and(32.1477,1.7361).. + (32.1786,1.4590)--(31.1975,1.4590)--cycle(33.4706,2.3621)--(33.4706,-.0291)--(34.1827,-.0291)--(34.1827,1.3150)..controls + (34.1827,1.5223)and(34.2069,1.6226)..(34.2863,1.7099)..controls(34.3612,1.7950)and(34.4737,1.8408)..(34.5927,1.8408)..controls + (34.7184,1.8408)and(34.8221,1.7906)..(34.8838,1.7012)..controls(34.9433,1.6117)and(34.9588,1.5179)..(34.9588,1.2757)-- + (34.9588,-.0291)--(35.6687,-.0291)--(35.6687,1.5223)..controls(35.6687,2.0873)and(35.3490,2.4319)..(34.8221,2.4319)..controls + (34.5729,2.4319)and(34.4274,2.3686)..(34.1628,2.1332)--(34.1628,2.3621)--(33.4706,2.3621)--cycle(38.5348,1.5026)..controls + (38.4885,2.0721)and(38.0586,2.4276)..(37.4281,2.4276)..controls(36.6608,2.4276)and(36.2000,1.9477).. + (36.2000,1.1600)..controls(36.2000,.3921)and(36.6652,-.0923)..(37.4016,-.0923)..controls(38.0431,-.0923)and(38.4643,.2480).. + (38.5635,.8524)--(37.8734,.8873)..controls(37.8183,.6059)and(37.6772,.4771)..(37.4236,.4771)..controls(37.0929,.4771)and + (36.9165,.7237)..(36.9165,1.1797)..controls(36.9165,1.6161)and(37.0929,1.8605)..(37.4170,1.8605)..controls(37.6530,1.8605)and + (37.8183,1.7252)..(37.8580,1.5026)--(38.5348,1.5026)--cycle(41.3701,.9615)..controls(41.3701,1.2800)and + (41.3348,1.4917)..(41.2598,1.6903)..controls(41.0835,2.1659)and(40.6932,2.4276)..(40.1729,2.4276)..controls + (39.4454,2.4276)and(38.9360,1.9085)..(38.9360,1.1666)..controls(38.9360,.4117)and(39.4299,-.0923)..(40.1774,-.0923)..controls + (40.7528,-.0923)and(41.2047,.2044)..(41.3392,.6691)--(40.6183,.6691)..controls(40.5168,.5208)and(40.3868,.4575).. + (40.1971,.4575)..controls(39.8907,.4575)and(39.6967,.6364)..(39.6504,.9615)--(41.3701,.9615)--cycle(39.6570,1.4590)..controls + (39.7121,1.7361)and(39.8907,1.8953)..(40.1663,1.8953)..controls(40.4419,1.8953)and + (40.6073,1.7361)..(40.6381,1.4590)--(39.6570,1.4590)--cycle; +} +% S{\"a}hk{\"o}tekniikan korkeakoulu +\newcommand{\ELECFI}[1]{% + \fill[color={#1}] (2.5600,2.2400)..controls(2.5314,2.5214) + and(2.4807,2.6894)..(2.3815,2.8486)..controls + (2.1765,3.1803)and(1.7841,3.3483)..(1.2285,3.3483)..controls(.3884,3.3483)and(-.1143,2.9665)..(-.1143,2.3272)..controls + (-.1143,2.0634)and(-.0172,1.8255)..(.1526,1.6815)..controls(.3025,1.5528)and(.5229,1.4590)..(.8779,1.3739)-- + (1.4842,1.2255)..controls(1.7201,1.1666)and(1.8458,1.0509)..(1.8458,.8873)..controls(1.8458,.6604)and(1.6099,.5164).. + (1.2240,.5164)..controls(.7676,.5164)and(.5516,.6844)..(.5384,1.0618)--(-.2135,1.0618)..controls(-.2090,.3222)and + (.3135,-.1032)..(1.2130,-.1032)..controls(2.0794,-.1032)and(2.6084,.3179)..(2.6084,1.0030)..controls(2.6084,1.2648)and + (2.5270,1.4786)..(2.3550,1.6314)..controls(2.1963,1.7797)and(1.9912,1.8691)..(1.6187,1.9586)--(.9440,2.1114)..controls + (.7390,2.1615)and(.6376,2.2530)..(.6376,2.3927)..controls(.6376,2.6000)and(.8536,2.7286)..(1.2086,2.7286)..controls + (1.5856,2.7286)and(1.8104,2.5650)..(1.8104,2.2945)--(1.8104,2.2400)--(2.5600,2.2400)--cycle + (3.7262,1.6117)..controls(3.7548,1.8059)and(3.8960,1.8997)..(4.1517,1.8997)..controls(4.3876,1.8997)and(4.5265,1.8146).. + (4.5265,1.6771)..controls(4.5265,1.5812)and(4.4714,1.5376)..(4.3127,1.5135)--(3.9269,1.4481)..controls(3.2500,1.3390)and + (2.9634,1.1055)..(2.9634,.6604)..controls(2.9634,.2088)and(3.3206,-.0923)..(3.8519,-.0923)..controls(4.1407,-.0923)and + (4.3060,-.0334)..(4.5464,.1586)..controls(4.5728,.0691)and(4.5728,.0560)..(4.6015,-.0291)--(5.3290,-.0291)..controls + (5.2475,.0909)and(5.2387,.1236)..(5.2387,.3833)--(5.2387,1.4830)..controls(5.2387,1.8408)and + (5.1725,2.0285)..(4.9983,2.1812)..controls(4.8065,2.3468)and(4.5265,2.4319)..(4.1605,2.4319)..controls + (3.4792,2.4319)and(3.1353,2.1659)..(3.0891,1.6117)--(3.7262,1.6117)--cycle(4.5464,.7433)..controls + (4.4317,.5404)and(4.2619,.4422)..(4.0261,.4422)..controls(3.8056,.4422)and(3.6667,.5361)..(3.6667,.6953)..controls + (3.6667,.8394)and(3.7747,.9223)..(4.0304,.9812)--(4.2862,1.0379)..controls(4.4075,1.0618)and(4.4714,1.0815).. + (4.5464,1.1099)--(4.5464,.7433)--cycle(3.9710,3.2392)--(3.3206,3.2392)--(3.3206,2.6457)-- + (3.9710,2.6457)--(3.9710,3.2392)--cycle(5.0072,3.2392)--(4.3568,3.2392)--(4.3568,2.6457)-- + (5.0072,2.6457)--(5.0072,3.2392)--cycle(6.6563,3.2741)--(5.9442,3.2741)--(5.9442,-.0291)-- + (6.6563,-.0291)--(6.6563,1.3150)..controls(6.6563,1.5681)and(6.6718,1.6357)..(6.7511,1.7164)..controls(6.8261,1.7950)and + (6.9407,1.8408)..(7.0619,1.8408)..controls(7.1810,1.8408)and(7.2824,1.7950)..(7.3419,1.7164)..controls(7.4059,1.6314)and + (7.4214,1.5419)..(7.4214,1.3150)--(7.4214,-.0291)--(8.1335,-.0291)--(8.1335,1.4437)..controls(8.1335,1.8059)and + (8.0739,2.0088)..(7.9174,2.1768)..controls(7.7631,2.3381)and(7.5382,2.4319)..(7.2978,2.4319)..controls(7.0466,2.4319)and + (6.8569,2.3468)..(6.6563,2.1615)--(6.6563,3.2741)--cycle(10.2214,1.4524)--(11.1429,2.3621)--(10.2610,2.3621)-- + (9.5202,1.5419)--(9.5202,3.2741)--(8.8103,3.2741)--(8.8103,-.0291)--(9.5202,-.0291)-- + (9.5202,.7695)--(9.7517,.9921)--(10.3514,-.0291)--(11.2245,-.0291)--(10.2214,1.4524)--cycle(12.6068,2.4276)..controls + (11.8550,2.4276)and(11.3237,1.9041)..(11.3237,1.1709)..controls(11.3237,.4270)and(11.8550,-.0923)..(12.6068,-.0923)..controls + (13.3521,-.0923)and(13.8922,.4270)..(13.8922,1.1514)..controls(13.8922,1.9085)and(13.3718,2.4276)..(12.6068,2.4276) + (12.6068,1.8691)..controls(12.9706,1.8691)and(13.1778,1.6161)..(13.1778,1.1557)..controls + (13.1778,.7237)and(12.9662,.4662)..(12.6068,.4662)..controls(12.2453,.4662)and(12.0402,.7237).. + (12.0402,1.1709)..controls(12.0402,1.6117)and(12.2453,1.8691)..(12.6068,1.8691)(12.4150,3.2392)-- + (11.7647,3.2392)--(11.7647,2.6457)--(12.4150,2.6457)--(12.4150,3.2392)--cycle(13.4534,3.2392)--(12.8009,3.2392)-- + (12.8009,2.6457)--(13.4534,2.6457)--(13.4534,3.2392)--cycle(15.6912,2.3338)--(15.2547,2.3338)-- + (15.2547,3.0909)--(14.5448,3.0909)--(14.5448,2.3338)--(14.2030,2.3338)--(14.2030,1.8408)-- + (14.5448,1.8408)--(14.5448,.7499)..controls(14.5448,.3768)and(14.5734,.2480)..(14.6837,.1303)..controls(14.7895,.0168)and + (14.9438,-.0291)..(15.2547,-.0291)--(15.6912,-.0291)--(15.6912,.5012)--(15.4355,.5012)..controls(15.2702,.5012)and + (15.2547,.5317)..(15.2547,.9070)--(15.2547,1.8408)--(15.6912,1.8408)--(15.6912,2.3338)--cycle(18.5111,.9615)..controls + (18.5111,1.2800)and(18.4758,1.4917)..(18.4009,1.6903)..controls(18.2245,2.1659)and(17.8342,2.4276)..(17.3139,2.4276)..controls + (16.5886,2.4276)and(16.0771,1.9085)..(16.0771,1.1666)..controls(16.0771,.4117)and(16.5731,-.0923)..(17.3183,-.0923)..controls + (17.8938,-.0923)and(18.3457,.2044)..(18.4802,.6691)--(17.7592,.6691)..controls(17.6600,.5208)and(17.5300,.4575).. + (17.3382,.4575)..controls(17.0339,.4575)and(16.8377,.6364)..(16.7936,.9615)--(18.5111,.9615)--cycle(16.7980,1.4590)..controls + (16.8531,1.7361)and(17.0339,1.8953)..(17.3095,1.8953)..controls(17.5851,1.8953)and(17.7505,1.7361)..(17.7791,1.4590)-- + (16.7980,1.4590)--cycle(20.4335,1.4524)--(21.3552,2.3621)--(20.4733,2.3621)--(19.7325,1.5419)--(19.7325,3.2741)-- + (19.0225,3.2741)--(19.0225,-.0291)--(19.7325,-.0291)--(19.7325,.7695)--(19.9640,.9921)-- + (20.5637,-.0291)--(21.4367,-.0291)--(20.4335,1.4524)--cycle(21.8005,2.3621)--(21.8005,-.0291)--(22.5127,-.0291)-- + (22.5127,1.3150)..controls(22.5127,1.5223)and(22.5369,1.6226)..(22.6185,1.7099)..controls(22.6934,1.7950)and(22.8036,1.8408).. + (22.9227,1.8408)..controls(23.0484,1.8408)and(23.1542,1.7906)..(23.2137,1.7012)..controls(23.2733,1.6117)and(23.2887,1.5179).. + (23.2887,1.2757)--(23.2887,-.0291)--(24.0009,-.0291)--(24.0009,1.5223)..controls(24.0009,2.0873)and(23.6789,2.4319).. + (23.1542,2.4319)..controls(22.9028,2.4319)and(22.7574,2.3686)..(22.4928,2.1332)--(22.4928,2.3621)--(21.8005,2.3621) + --cycle(25.3876,2.3621)--(24.6755,2.3621)--(24.6755,-.0291)--(25.3876,-.0291)--(25.3876,2.3621)--cycle + (25.3876,3.2741)--(24.6755,3.2741)--(24.6755,2.6959)--(25.3876,2.6959)--(25.3876,3.2741)--cycle + (26.7744,2.3621)--(26.0644,2.3621)--(26.0644,-.0291)--(26.7744,-.0291)--(26.7744,2.3621)--cycle(26.7744,3.2741)-- + (26.0644,3.2741)--(26.0644,2.6959)--(26.7744,2.6959)--(26.7744,3.2741)--cycle(28.8623,1.4524)-- + (29.7860,2.3621)--(28.9041,2.3621)--(28.1633,1.5419)--(28.1633,3.2741)--(27.4512,3.2741)--(27.4512,-.0291) + --(28.1633,-.0291)--(28.1633,.7695)--(28.3926,.9921)--(28.9945,-.0291)--(29.8654,-.0291)-- + (28.8623,1.4524)--cycle(30.8222,1.6117)..controls(30.8508,1.8059)and(30.9920,1.8997)..(31.2477,1.8997)..controls + (31.4836,1.8997)and(31.6225,1.8146)..(31.6225,1.6771)..controls(31.6225,1.5812)and(31.5674,1.5376)..(31.4087,1.5135)-- + (31.0229,1.4481)..controls(30.3460,1.3390)and(30.0616,1.1055)..(30.0616,.6604)..controls(30.0616,.2088)and(30.4166,-.0923).. + (30.9479,-.0923)..controls(31.2367,-.0923)and(31.4020,-.0334)..(31.6424,.1586)..controls(31.6689,.0691)and(31.6689,.0560).. + (31.6975,-.0291)--(32.4251,-.0291)..controls(32.3435,.0909)and(32.3347,.1236)..(32.3347,.3833)--(32.3347,1.4830)..controls + (32.3347,1.8408)and(32.2686,2.0285)..(32.0943,2.1812)..controls(31.9025,2.3468)and(31.6225,2.4319)..(31.2566,2.4319)..controls + (30.5753,2.4319)and(30.2314,2.1659)..(30.1851,1.6117)--(30.8222,1.6117)--cycle(31.6424,.7433)..controls(31.5277,.5404)and + (31.3579,.4422)..(31.1221,.4422)..controls(30.9016,.4422)and(30.7627,.5361)..(30.7627,.6953)..controls(30.7627,.8394)and + (30.8707,.9223)..(31.1264,.9812)--(31.3822,1.0379)..controls(31.5035,1.0618)and(31.5674,1.0815)..(31.6424,1.1099)-- + (31.6424,.7433)--cycle(33.0159,2.3621)--(33.0159,-.0291)--(33.7258,-.0291)--(33.7258,1.3150)..controls(33.7258,1.5223)and + (33.7523,1.6226)..(33.8316,1.7099)..controls(33.9066,1.7950)and(34.0169,1.8408)..(34.1381,1.8408)..controls(34.2616,1.8408)and + (34.3674,1.7906)..(34.4269,1.7012)..controls(34.4886,1.6117)and(34.5019,1.5179)..(34.5019,1.2757)--(34.5019,-.0291)-- + (35.2140,-.0291)--(35.2140,1.5223)..controls(35.2140,2.0873)and(34.8943,2.4319)..(34.3674,2.4319)..controls(34.1183,2.4319)and + (33.9728,2.3686)..(33.7060,2.1332)--(33.7060,2.3621)--(33.0159,2.3621)--cycle; + \fill[color={#1}] (1.4500,-3.5600)--(2.3715,-2.6480)-- + (1.4896,-2.6480)--(.7490,-3.4728)--(.7490,-1.7382)-- + (.0390,-1.7382)--(.0390,-5.0414)--(.7490,-5.0414)--(.7490,-4.2429)--(.9805,-4.0203)--(1.5800,-5.0414)-- + (2.4508,-5.0414)--(1.4500,-3.5600)--cycle(3.8574,-2.5848)..controls(3.1057,-2.5848)and(2.5765,-3.1106).. + (2.5765,-3.8414)..controls(2.5765,-4.5854)and(3.1057,-5.1047)..(3.8574,-5.1047)..controls(4.6049,-5.1047)and(5.1450,-4.5854).. + (5.1450,-3.8610)..controls(5.1450,-3.1041)and(4.6247,-2.5848)..(3.8574,-2.5848)(3.8574,-3.1455)..controls(4.2235,-3.1455)and + (4.4285,-3.3986)..(4.4285,-3.8566)..controls(4.4285,-4.2865)and(4.2190,-4.5461)..(3.8574,-4.5461)..controls + (3.4981,-4.5461)and(3.2909,-4.2865)..(3.2909,-3.8414)..controls(3.2909,-3.4030)and(3.4981,-3.1455)..(3.8574,-3.1455) + (5.6256,-2.6480)--(5.6256,-5.0414)--(6.3377,-5.0414)--(6.3377,-4.3672)..controls(6.3377,-3.9003)and(6.3620,-3.6777).. + (6.4326,-3.5208)..controls(6.5120,-3.3441)and(6.7125,-3.2350)..(6.9573,-3.2350)..controls(7.0080,-3.2350)and(7.0543,-3.2394).. + (7.1381,-3.2481)--(7.1381,-2.5848)..controls(6.6222,-2.5804)and(6.4414,-2.6895)..(6.3025,-3.0757)--(6.3224,-2.6480)-- + (5.6256,-2.6480)--cycle(9.0364,-3.5600)--(9.9579,-2.6480)--(9.0760,-2.6480)--(8.3353,-3.4728)-- + (8.3353,-1.7382)--(7.6253,-1.7382)--(7.6253,-5.0414)--(8.3353,-5.0414)--(8.3353,-4.2429)-- + (8.5668,-4.0203)--(9.1665,-5.0414)--(10.0395,-5.0414)--(9.0364,-3.5600)--cycle(12.6235,-4.0486)..controls + (12.6235,-3.7323)and(12.5881,-3.5208)..(12.5132,-3.3223)..controls(12.3368,-2.8467)and(11.9466,-2.5848)..(11.4263,-2.5848)..controls + (10.6988,-2.5848)and(10.1894,-3.1041)..(10.1894,-3.8457)..controls(10.1894,-4.6006)and(10.6855,-5.1047)..(11.4306,-5.1047)..controls + (12.0061,-5.1047)and(12.4581,-4.8079)..(12.5926,-4.3410)--(11.8716,-4.3410)..controls(11.7724,-4.4915)and(11.6401,-4.5548).. + (11.4505,-4.5548)..controls(11.1463,-4.5548)and(10.9500,-4.3759)..(10.9059,-4.0486)--(12.6235,-4.0486)--cycle + (10.9104,-3.5558)..controls(10.9655,-3.2786)and(11.1463,-3.1194)..(11.4196,-3.1194)..controls(11.6952,-3.1194)and(11.8606,-3.2786).. + (11.8915,-3.5558)--(10.9104,-3.5558)--cycle(13.8250,-3.4030)..controls(13.8558,-3.2088)and(13.9948,-3.1150)..(14.2505,-3.1150)..controls + (14.4864,-3.1150)and(14.6253,-3.2000)..(14.6253,-3.3376)..controls(14.6253,-3.4314)and(14.5702,-3.4772)..(14.4114,-3.5012)-- + (14.0256,-3.5642)..controls(13.3488,-3.6733)and(13.0644,-3.9047)..(13.0644,-4.3519)..controls + (13.0644,-4.8036)and(13.4193,-5.1047)..(13.9507,-5.1047)..controls(14.2395,-5.1047)and(14.4049,-5.0458).. + (14.6452,-4.8515)..controls(14.6716,-4.9411)and(14.6716,-4.9563)..(14.7025,-5.0414)--(15.4279,-5.0414)..controls + (15.3485,-4.9214)and(15.3374,-4.8865)..(15.3374,-4.6291)--(15.3374,-3.5317)..controls(15.3374,-3.1739)and(15.2713,-2.9862).. + (15.0972,-2.8335)..controls(14.9075,-2.6633)and(14.6253,-2.5804)..(14.2615,-2.5804)..controls(13.5803,-2.5804)and(13.2342,-2.8467).. + (13.1878,-3.4030)--(13.8250,-3.4030)--cycle(14.6452,-4.2668)..controls(14.5305,-4.4720)and(14.3608,-4.5701).. + (14.1248,-4.5701)..controls(13.9044,-4.5701)and(13.7655,-4.4763)..(13.7655,-4.3170)..controls(13.7655,-4.1730)and(13.8757,-4.0901).. + (14.1293,-4.0290)--(14.3850,-3.9745)..controls(14.5062,-3.9505)and(14.5702,-3.9309)..(14.6452,-3.9003)--(14.6452,-4.2668)-- + cycle(17.4054,-3.5600)--(18.3271,-2.6480)--(17.4452,-2.6480)--(16.7044,-3.4728)--(16.7044,-1.7382)-- + (15.9944,-1.7382)--(15.9944,-5.0414)--(16.7044,-5.0414)--(16.7044,-4.2429)--(16.9359,-4.0203)-- + (17.5356,-5.0414)--(18.4064,-5.0414)--(17.4054,-3.5600)--cycle(19.7910,-2.5848)..controls(19.0392,-2.5848)and + (18.5078,-3.1106)..(18.5078,-3.8414)..controls(18.5078,-4.5854)and(19.0392,-5.1047)..(19.7910,-5.1047)..controls(20.5361,-5.1047)and + (21.0763,-4.5854)..(21.0763,-3.8610)..controls(21.0763,-3.1041)and(20.5560,-2.5848)..(19.7910,-2.5848)(19.7910,-3.1455)..controls + (20.1547,-3.1455)and(20.3598,-3.3986)..(20.3598,-3.8566)..controls(20.3598,-4.2865)and(20.1503,-4.5461)..(19.7910,-4.5461)..controls + (19.4294,-4.5461)and(19.2243,-4.2865)..(19.2243,-3.8414)..controls(19.2243,-3.4030)and(19.4294,-3.1455)..(19.7910,-3.1455) + (23.7463,-2.6480)--(23.0363,-2.6480)--(23.0363,-3.9941)..controls(23.0363,-4.2319)and(23.0253,-4.2865)..(22.9613,-4.3715)..controls + (22.8952,-4.4610)and(22.7850,-4.5112)..(22.6549,-4.5112)..controls(22.5248,-4.5112)and(22.4102,-4.4610)..(22.3440,-4.3715)..controls + (22.2801,-4.2865)and(22.2691,-4.2276)..(22.2691,-3.9941)--(22.2691,-2.6480)--(21.5570,-2.6480)--(21.5570,-4.1491) + ..controls(21.5570,-4.4915)and(21.6231,-4.6945)..(21.7885,-4.8582)..controls(21.9494,-5.0152)and + (22.1787,-5.1047)..(22.4300,-5.1047)..controls(22.7255,-5.1047)and(22.8996,-5.0152)..(23.0716,-4.7774)-- + (23.0716,-5.0414)--(23.7463,-5.0414)--(23.7463,-2.6480)--cycle(25.1397,-1.7382)--(24.4275,-1.7382)-- + (24.4275,-5.0414)--(25.1397,-5.0414)--(25.1397,-1.7382)--cycle(28.0035,-2.6480)--(27.2936,-2.6480)--(27.2936,-3.9941)..controls + (27.2936,-4.2319)and(27.2826,-4.2865)..(27.2164,-4.3715)..controls(27.1526,-4.4610)and(27.0423,-4.5112)..(26.9122,-4.5112)..controls + (26.7822,-4.5112)and(26.6675,-4.4610)..(26.6014,-4.3715)..controls(26.5352,-4.2865)and(26.5264,-4.2276)..(26.5264,-3.9941)-- + (26.5264,-2.6480)--(25.8143,-2.6480)--(25.8143,-4.1491)..controls(25.8143,-4.4915)and(25.8804,-4.6945).. + (26.0458,-4.8582)..controls(26.2067,-5.0152)and(26.4360,-5.1047)..(26.6873,-5.1047)..controls(26.9828,-5.1047)and(27.1570,-5.0152).. + (27.3267,-4.7774)--(27.3267,-5.0414)--(28.0035,-5.0414)--(28.0035,-2.6480)--cycle; +} +% H{\"o}gskolan f{\"o}r elektroteknik +\newcommand{\ELECSE}[1]{% + \fill[color={#1}] (1.9300,1.3900)--(1.9300,-.0368)-- + (2.6796,-.0368)--(2.6796,3.2663)--(1.9300,3.2663)-- + (1.9300,2.0227)--(.7043,2.0227)--(.7043,3.2663)--(-.0475,3.2663)--(-.0475,-.0368)-- + (.7043,-.0368)--(.7043,1.3900)--(1.9300,1.3900)--cycle(4.4631,2.4197)..controls(3.7113,2.4197)and + (3.1800,1.8939)..(3.1800,1.1632)..controls(3.1800,.4191)and(3.7113,-.1001)..(4.4631,-.1001)..controls(5.2106,-.1001)and + (5.7507,.4191)..(5.7507,1.1435)..controls(5.7507,1.9005)and(5.2303,2.4197)..(4.4631,2.4197)(4.4631,1.8590)..controls + (4.8292,1.8590)and(5.0342,1.6059)..(5.0342,1.1479)..controls(5.0342,.7181)and(4.8247,.4585)..(4.4631,.4585)..controls + (4.1016,.4585)and(3.8965,.7181)..(3.8965,1.1632)..controls(3.8965,1.6015)and(4.1016,1.8590)..(4.4631,1.8590) + (4.2736,3.2336)--(3.6209,3.2336)--(3.6209,2.6379)--(4.2736,2.6379)--(4.2736,3.2336)--cycle(5.3098,3.2336) + --(4.6594,3.2336)--(4.6594,2.6379)--(5.3098,2.6379)--(5.3098,3.2336)--cycle + (7.9444,2.3412)--(7.9642,2.0488)..controls(7.7835,2.3063)and(7.5673,2.4197)..(7.2587,2.4197)..controls(6.6414,2.4197)and + (6.1806,1.9136)..(6.1806,1.2482)..controls(6.1806,.5741)and(6.6370,.0918)..(7.2720,.0918)..controls(7.5431,.0918)and + (7.7129,.1573)..(7.9245,.3494)--(7.9245,.1923)..controls(7.9245,-.0456)and(7.8981,-.1306)..(7.8033,-.2136)..controls + (7.7239,-.2834)and(7.6027,-.3183)..(7.4528,-.3183)..controls(7.2169,-.3183)and(7.0780,-.2441)..(7.0272,-.0958)-- + (6.2909,-.0958)..controls(6.3416,-.5867)and(6.7473,-.8594)..(7.4240,-.8594)..controls(7.8429,-.8594)and(8.1736,-.7503).. + (8.3941,-.5365)..controls(8.5662,-.3729)and(8.6213,-.2005)..(8.6213,.1923)--(8.6213,2.3412)--(7.9444,2.3412)-- + cycle(7.3977,1.8503)..controls(7.7129,1.8503)and(7.9334,1.6059)..(7.9334,1.2679)..controls(7.9334,.9014)and + (7.7195,.6635)..(7.3932,.6635)..controls(7.0780,.6635)and(6.8575,.9057)..(6.8575,1.2570)..controls(6.8575,1.6059)and + (7.0780,1.8503)..(7.3977,1.8503)(11.2801,1.6365)..controls(11.2184,2.1427)and(10.8392,2.4197)..(10.2174,2.4197)..controls + (9.5759,2.4197)and(9.1856,2.1274)..(9.1856,1.6474)..controls(9.1856,1.2679)and(9.3907,1.0737)..(9.9221,.9603)-- + (10.3630,.8599)..controls(10.5526,.8162)and(10.6342,.7508)..(10.6342,.6417)..controls(10.6342,.5042)and(10.4843,.4104).. + (10.2638,.4104)..controls(9.9772,.4104)and(9.8272,.5195)..(9.7875,.7421)--(9.1217,.7421)..controls(9.1614,.2118)and + (9.5759,-.1001)..(10.2483,-.1001)..controls(10.9185,-.1001)and(11.3353,.2162)..(11.3353,.7224)..controls(11.3353,.9144)and + (11.2691,1.0934)..(11.1544,1.2024)..controls(11.0486,1.3115)and(10.8987,1.3770)..(10.6033,1.4336)--(10.1579,1.5274)..controls + (9.9331,1.5776)and(9.8625,1.6212)..(9.8625,1.7106)..controls(9.8625,1.8306)and(9.9970,1.9092)..(10.2020,1.9092)..controls + (10.4379,1.9092)and(10.5835,1.8154)..(10.6143,1.6365)--(11.2801,1.6365)--cycle(13.3019,1.4445)-- + (14.2256,2.3543)--(13.3437,2.3543)--(12.6030,1.5318)--(12.6030,3.2663)--(11.8909,3.2663)--(11.8909,-.0368) + --(12.6030,-.0368)--(12.6030,.7617)--(12.8323,.9843)--(13.4342,-.0368)--(14.3050,-.0368)-- + (13.3019,1.4445)--cycle(15.6874,2.4197)..controls(14.9355,2.4197)and(14.4042,1.8939)..(14.4042,1.1632)..controls + (14.4042,.4191)and(14.9355,-.1001)..(15.6874,-.1001)..controls(16.4326,-.1001)and(16.9749,.4191)..(16.9749,1.1435)..controls + (16.9749,1.9005)and(16.4524,2.4197)..(15.6874,2.4197)(15.6874,1.8590)..controls(16.0534,1.8590)and(16.2584,1.6059).. + (16.2584,1.1479)..controls(16.2584,.7181)and(16.0468,.4585)..(15.6874,.4585)..controls(15.3258,.4585)and(15.1208,.7181).. + (15.1208,1.1632)..controls(15.1208,1.6015)and(15.3258,1.8590)..(15.6874,1.8590)(18.1919,3.2663)--(17.4798,3.2663)-- + (17.4798,-.0368)--(18.1919,-.0368)--(18.1919,3.2663)--cycle(19.5082,1.6015)..controls(19.5390,1.7957)and + (19.6779,1.8895)..(19.9337,1.8895)..controls(20.1696,1.8895)and(20.3106,1.8045)..(20.3106,1.6670)..controls(20.3106,1.5732)and + (20.2555,1.5274)..(20.0946,1.5033)--(19.7088,1.4379)..controls(19.0319,1.3312)and(18.7475,1.0977)..(18.7475,.6526)..controls + (18.7475,.2009)and(19.1025,-.1001)..(19.6339,-.1001)..controls(19.9248,-.1001)and(20.0902,-.0412)..(20.3305,.1530)..controls + (20.3547,.0635)and(20.3547,.0482)..(20.3856,-.0368)--(21.1110,-.0368)..controls(21.0316,.0832)and(21.0206,.1180).. + (21.0206,.3755)--(21.0206,1.4728)..controls(21.0206,1.8306)and(20.9567,2.0183)..(20.7803,2.1710)..controls(20.5906,2.3412)and + (20.3106,2.4241)..(19.9447,2.4241)..controls(19.2634,2.4241)and(18.9173,2.1579)..(18.8732,1.6015)--(19.5082,1.6015)--cycle + (20.3305,.7377)..controls(20.2158,.5326)and(20.0439,.4344)..(19.8102,.4344)..controls(19.5898,.4344)and(19.4486,.5282).. + (19.4486,.6876)..controls(19.4486,.8315)and(19.5589,.9144)..(19.8146,.9755)--(20.0704,1.0300)..controls(20.1894,1.0541)and + (20.2555,1.0737)..(20.3305,1.1043)--(20.3305,.7377)--cycle(21.7019,2.3543)--(21.7019,-.0368)--(22.4140,-.0368)-- + (22.4140,1.3072)..controls(22.4140,1.5121)and(22.4382,1.6124)..(22.5176,1.7019)..controls(22.5948,1.7848)and(22.7028,1.8306).. + (22.8240,1.8306)..controls(22.9497,1.8306)and(23.0555,1.7805)..(23.1151,1.6910)..controls(23.1746,1.6015)and(23.1900,1.5077).. + (23.1900,1.2679)--(23.1900,-.0368)--(23.9022,-.0368)--(23.9022,1.5121)..controls(23.9022,2.0772)and(23.5803,2.4241).. + (23.0555,2.4241)..controls(22.8042,2.4241)and(22.6587,2.3609)..(22.3941,2.1230)--(22.3941,2.3543)-- + (21.7019,2.3543)--cycle(27.0659,2.3259)--(26.6051,2.3259)--(26.6051,2.4939)..controls(26.6051,2.6336)and(26.6911,2.7077).. + (26.8565,2.7077)--(27.0659,2.7077)--(27.0659,3.2663)--(26.6757,3.2663)..controls(26.1488,3.2663)and + (25.8953,3.0154)..(25.8953,2.4983)--(25.8953,2.3259)--(25.5579,2.3259)--(25.5579,1.8306)--(25.8953,1.8306) + --(25.8953,-.0368)--(26.6051,-.0368)--(26.6051,1.8306)--(27.0659,1.8306)--(27.0659,2.3259)--cycle + (28.6092,2.4197)..controls(27.8575,2.4197)and(27.3261,1.8939)..(27.3261,1.1632)..controls(27.3261,.4191)and(27.8575,-.1001).. + (28.6092,-.1001)..controls(29.3544,-.1001)and(29.8968,.4191)..(29.8968,1.1435)..controls(29.8968,1.9005)and(29.3743,2.4197).. + (28.6092,2.4197)(28.6092,1.8590)..controls(28.9752,1.8590)and(29.1803,1.6059)..(29.1803,1.1479).. + controls(29.1803,.7181)and(28.9686,.4585)..(28.6092,.4585)..controls(28.2476,.4585)and + (28.0426,.7181)..(28.0426,1.1632)..controls(28.0426,1.6015)and(28.2476,1.8590)..(28.6092,1.8590) + (28.4174,3.2336)--(27.7670,3.2336)--(27.7670,2.6379)--(28.4174,2.6379)--(28.4174,3.2336)--cycle(29.4559,3.2336)-- + (28.8032,3.2336)--(28.8032,2.6379)--(29.4559,2.6379)--(29.4559,3.2336)--cycle(30.4017,2.3543)-- + (30.4017,-.0368)--(31.1138,-.0368)--(31.1138,.6373)..controls(31.1138,1.1043)and(31.1381,1.3268)..(31.2086,1.4838)..controls + (31.2880,1.6627)and(31.4886,1.7695)..(31.7333,1.7695)..controls(31.7840,1.7695)and(31.8303,1.7652)..(31.9141,1.7565)-- + (31.9141,2.4197)..controls(31.3982,2.4241)and(31.2174,2.3150)..(31.0785,1.9288)--(31.0984,2.3543)--(30.4017,2.3543) + --cycle; + \fill[color={#1}] (2.3700,-4.0600)..controls(2.3700,-3.7437)and + (2.3370,-3.5299)..(2.2621,-3.3335)..controls(2.0857,-2.8579)and + (1.6954,-2.5939)..(1.1752,-2.5939)..controls(.4476,-2.5939)and(-.0639,-3.1153)..(-.0639,-3.8572)..controls(-.0639,-4.6097)and + (.4322,-5.1138)..(1.1795,-5.1138)..controls(1.7550,-5.1138)and(2.2070,-4.8170)..(2.3414,-4.3523)--(1.6204,-4.3523)..controls + (1.5191,-4.5006)and(1.3889,-4.5639)..(1.1994,-4.5639)..controls(.8929,-4.5639)and(.6989,-4.3850)..(.6526,-4.0600)-- + (2.3700,-4.0600)--cycle(.6592,-3.5648)..controls(.7143,-3.2877)and(.8929,-3.1285)..(1.1685,-3.1285)..controls + (1.4441,-3.1285)and(1.6094,-3.2877)..(1.6403,-3.5648)--(.6592,-3.5648)--cycle(3.5648,-1.7473)--(2.8550,-1.7473)-- + (2.8550,-5.0505)--(3.5648,-5.0505)--(3.5648,-1.7473)--cycle(6.4553,-4.0600)..controls(6.4553,-3.7437)and + (6.4200,-3.5299)..(6.3450,-3.3335)..controls(6.1708,-2.8579)and(5.7806,-2.5939)..(5.2581,-2.5939)..controls(4.5327,-2.5939)and + (4.0212,-3.1153)..(4.0212,-3.8572)..controls(4.0212,-4.6097)and(4.5173,-5.1138)..(5.2625,-5.1138)..controls(5.8401,-5.1138)and + (6.2899,-4.8170)..(6.4266,-4.3523)--(5.7034,-4.3523)..controls(5.6042,-4.5006)and(5.4742,-4.5639)..(5.2845,-4.5639)..controls + (4.9781,-4.5639)and(4.7841,-4.3850)..(4.7378,-4.0600)--(6.4553,-4.0600)--cycle(4.7422,-3.5648)..controls + (4.7973,-3.2877)and(4.9781,-3.1285)..(5.2537,-3.1285)..controls(5.5293,-3.1285)and(5.6947,-3.2877)..(5.7255,-3.5648)-- + (4.7422,-3.5648)--cycle(8.4042,-3.5714)--(9.3258,-2.6594)--(8.4440,-2.6594)--(7.7031,-3.4819)--(7.7031,-1.7473) + --(6.9910,-1.7473)--(6.9910,-5.0505)--(7.7031,-5.0505)--(7.7031,-4.2519)--(7.9324,-4.0317)-- + (8.5343,-5.0505)--(9.4052,-5.0505)--(8.4042,-3.5714)--cycle(11.0477,-2.6877)--(10.6133,-2.6877)--(10.6133,-1.9306)-- + (9.9012,-1.9306)--(9.9012,-2.6877)--(9.5617,-2.6877)--(9.5617,-3.1830)--(9.9012,-3.1830)-- + (9.9012,-4.2715)..controls(9.9012,-4.6447)and(9.9321,-4.7733)..(10.0424,-4.8912)..controls(10.1459,-5.0047)and(10.3025,-5.0505).. + (10.6133,-5.0505)--(11.0477,-5.0505)--(11.0477,-4.5203)--(10.7920,-4.5203)..controls(10.6288,-4.5203)and(10.6133,-4.4897).. + (10.6133,-4.1145)--(10.6133,-3.1830)--(11.0477,-3.1830)--(11.0477,-2.6877)--cycle(11.5834,-2.6594)-- + (11.5834,-5.0505)--(12.2955,-5.0505)--(12.2955,-4.3763)..controls(12.2955,-3.9117)and(12.3198,-3.6891)..(12.3904,-3.5299)..controls + (12.4719,-3.3532)and(12.6703,-3.2441)..(12.9173,-3.2441)..controls(12.9658,-3.2441)and(13.0121,-3.2485)..(13.0981,-3.2594)-- + (13.0981,-2.5939)..controls(12.5821,-2.5895)and(12.4014,-2.6986)..(12.2603,-3.0848)--(12.2802,-2.6594)--(11.5834,-2.6594) + --cycle(14.6436,-2.5939)..controls(13.8940,-2.5939)and(13.3626,-3.1197)..(13.3626,-3.8528)..controls(13.3626,-4.5945)and + (13.8940,-5.1138)..(14.6436,-5.1138)..controls(15.3910,-5.1138)and(15.9311,-4.5945)..(15.9311,-3.8724)..controls(15.9311,-3.1153)and + (15.4109,-2.5939)..(14.6436,-2.5939)(14.6436,-3.1546)..controls(15.0096,-3.1546)and(15.2146,-3.4077)..(15.2146,-3.8681)..controls + (15.2146,-4.2977)and(15.0052,-4.5552)..(14.6436,-4.5552)..controls(14.2842,-4.5552)and(14.0792,-4.2977)..(14.0792,-3.8528)..controls + (14.0792,-3.4121)and(14.2842,-3.1546)..(14.6436,-3.1546)(17.6795,-2.6877)--(17.2430,-2.6877)--(17.2430,-1.9306)-- + (16.5330,-1.9306)--(16.5330,-2.6877)--(16.1913,-2.6877)--(16.1913,-3.1830)--(16.5330,-3.1830)-- + (16.5330,-4.2715)..controls(16.5330,-4.6447)and(16.5617,-4.7733)..(16.6742,-4.8912)..controls(16.7778,-5.0047)and(16.9343,-5.0505).. + (17.2430,-5.0505)--(17.6795,-5.0505)--(17.6795,-4.5203)--(17.4238,-4.5203)..controls(17.2584,-4.5203)and(17.2430,-4.4897).. + (17.2430,-4.1145)--(17.2430,-3.1830)--(17.6795,-3.1830)--(17.6795,-2.6877)--cycle(20.4487,-4.0600)..controls + (20.4487,-3.7437)and(20.4133,-3.5299)..(20.3384,-3.3335)..controls(20.1642,-2.8579)and(19.7740,-2.5939)..(19.2537,-2.5939)..controls + (18.5261,-2.5939)and(18.0146,-3.1153)..(18.0146,-3.8572)..controls(18.0146,-4.6097)and(18.5107,-5.1138)..(19.2581,-5.1138)..controls + (19.8335,-5.1138)and(20.2833,-4.8170)..(20.4199,-4.3523)--(19.6990,-4.3523)..controls(19.5976,-4.5006)and(19.4676,-4.5639).. + (19.2779,-4.5639)..controls(18.9715,-4.5639)and(18.7774,-4.3850)..(18.7311,-4.0600)--(20.4487,-4.0600)--cycle + (18.7356,-3.5648)..controls(18.7907,-3.2877)and(18.9715,-3.1285)..(19.2471,-3.1285)..controls(19.5227,-3.1285)and(19.6880,-3.2877).. + (19.7188,-3.5648)--(18.7356,-3.5648)--cycle(22.4219,-3.5714)--(23.3434,-2.6594)--(22.4637,-2.6594)--(21.7207,-3.4819)-- + (21.7207,-1.7473)--(21.0109,-1.7473)--(21.0109,-5.0505)--(21.7207,-5.0505)--(21.7207,-4.2519)-- + (21.9522,-4.0317)--(22.5519,-5.0505)--(23.4250,-5.0505)--(22.4219,-3.5714)--cycle(23.7910,-2.6594)--(23.7910,-5.0505)-- + (24.5009,-5.0505)--(24.5009,-3.7088)..controls(24.5009,-3.5015)and(24.5274,-3.4012)..(24.6067,-3.3117)..controls(24.6817,-3.2288)and + (24.7920,-3.1830)..(24.9110,-3.1830)..controls(25.0366,-3.1830)and(25.1425,-3.2332)..(25.2020,-3.3226)..controls(25.2615,-3.4121)and + (25.2770,-3.5059)..(25.2770,-3.7481)--(25.2770,-5.0505)--(25.9891,-5.0505)--(25.9891,-3.5015)..controls + (25.9891,-2.9364)and(25.6694,-2.5895)..(25.1425,-2.5895)..controls(24.8912,-2.5895)and(24.7479,-2.6528)..(24.4810,-2.8906)-- + (24.4810,-2.6594)--(23.7910,-2.6594)--cycle(27.3758,-2.6594)--(26.6660,-2.6594)--(26.6660,-5.0505)-- + (27.3758,-5.0505)--(27.3758,-2.6594)--cycle(27.3758,-1.7473)--(26.6660,-1.7473)--(26.6660,-2.3255)--(27.3758,-2.3255)-- + (27.3758,-1.7473)--cycle(29.4660,-3.5714)--(30.3853,-2.6594)--(29.5056,-2.6594)--(28.7626,-3.4819)-- + (28.7626,-1.7473)--(28.0527,-1.7473)--(28.0527,-5.0505)--(28.7626,-5.0505)--(28.7626,-4.2519)-- + (28.9941,-4.0317)--(29.5960,-5.0505)--(30.4668,-5.0505)--(29.4660,-3.5714)--cycle; +} +% School of Electrical Engineering +\newcommand{\ELECEN}[1]{% + \fill[color={#1}] (2.5600,2.2400)..controls(2.5314,2.5214) + and(2.4807,2.6894)..(2.3815,2.8486)..controls + (2.1765,3.1803)and(1.7841,3.3483)..(1.2285,3.3483)..controls(.3884,3.3483)and(-.1143,2.9665)..(-.1143,2.3272)..controls + (-.1143,2.0634)and(-.0172,1.8255)..(.1526,1.6815)..controls(.3025,1.5528)and(.5229,1.4590)..(.8779,1.3739)-- + (1.4842,1.2255)..controls(1.7201,1.1666)and(1.8458,1.0509)..(1.8458,.8873)..controls(1.8458,.6604)and(1.6099,.5164).. + (1.2240,.5164)..controls(.7676,.5164)and(.5516,.6844)..(.5384,1.0618)--(-.2135,1.0618)..controls(-.2090,.3222)and + (.3135,-.1032)..(1.2130,-.1032)..controls(2.0794,-.1032)and(2.6084,.3179)..(2.6084,1.0030)..controls(2.6084,1.2648)and + (2.5270,1.4786)..(2.3550,1.6314)..controls(2.1963,1.7797)and(1.9912,1.8691)..(1.6187,1.9586)--(.9440,2.1114)..controls + (.7390,2.1615)and(.6376,2.2530)..(.6376,2.3927)..controls(.6376,2.6000)and(.8536,2.7286)..(1.2086,2.7286)..controls + (1.5856,2.7286)and(1.8104,2.5650)..(1.8104,2.2945)--(1.8104,2.2400)--(2.5600,2.2400)--cycle + (5.3489,1.5026)..controls(5.3026,2.0721)and(4.8726,2.4276)..(4.2421,2.4276)..controls(3.4749,2.4276)and(3.0141,1.9477).. + (3.0141,1.1600)..controls(3.0141,.3921)and(3.4792,-.0923)..(4.2157,-.0923)..controls(4.8572,-.0923)and(5.2784,.2480).. + (5.3797,.8524)--(4.6875,.8873)..controls(4.6324,.6059)and(4.4913,.4771)..(4.2377,.4771)..controls(3.9070,.4771)and + (3.7306,.7237)..(3.7306,1.1797)..controls(3.7306,1.6161)and(3.9070,1.8605)..(4.2311,1.8605)..controls(4.4670,1.8605)and + (4.6324,1.7252)..(4.6721,1.5026)--(5.3489,1.5026)--cycle(6.6056,3.2741)--(5.8934,3.2741)-- + (5.8934,-.0291)--(6.6056,-.0291)--(6.6056,1.3150)..controls(6.6056,1.5681)and(6.6210,1.6357)..(6.7004,1.7164)..controls + (6.7753,1.7950)and(6.8900,1.8408)..(7.0112,1.8408)..controls(7.1303,1.8408)and(7.2317,1.7950)..(7.2912,1.7164)..controls + (7.3574,1.6314)and(7.3728,1.5419)..(7.3728,1.3150)--(7.3728,-.0291)--(8.0828,-.0291)--(8.0828,1.4437)..controls + (8.0828,1.8059)and(8.0232,2.0088)..(7.8689,2.1768)..controls(7.7123,2.3381)and(7.4875,2.4319)..(7.2472,2.4319)..controls + (6.9958,2.4319)and(6.8062,2.3468)..(6.6056,2.1615)--(6.6056,3.2741)--cycle(9.9215,2.4276)..controls + (9.1697,2.4276)and(8.6383,1.9041)..(8.6383,1.1709)..controls(8.6383,.4270)and(9.1697,-.0923)..(9.9215,-.0923)..controls + (10.6666,-.0923)and(11.2090,.4270)..(11.2090,1.1514)..controls(11.2090,1.9085)and(10.6865,2.4276)..(9.9215,2.4276) + (9.9215,1.8691)..controls(10.2875,1.8691)and(10.4925,1.6161)..(10.4925,1.1557)..controls(10.4925,.7237)and(10.2808,.4662).. + (9.9215,.4662)..controls(9.5599,.4662)and(9.3548,.7237)..(9.3548,1.1709)..controls(9.3548,1.6117)and(9.5599,1.8691).. + (9.9215,1.8691)(12.9265,2.4276)..controls(12.1747,2.4276)and(11.6434,1.9041)..(11.6434,1.1709)..controls(11.6434,.4270)and + (12.1747,-.0923)..(12.9265,-.0923)..controls(13.6717,-.0923)and(14.2141,.4270)..(14.2141,1.1514)..controls(14.2141,1.9085)and + (13.6915,2.4276)..(12.9265,2.4276)(12.9265,1.8691)..controls(13.2925,1.8691)and(13.4975,1.6161).. + (13.4975,1.1557)..controls(13.4975,.7237)and(13.2859,.4662)..(12.9265,.4662)..controls + (12.5650,.4662)and(12.3599,.7237)..(12.3599,1.1709)..controls(12.3599,1.6117)and(12.5650,1.8691).. + (12.9265,1.8691)(15.4796,3.2741)--(14.7697,3.2741)--(14.7697,-.0291)--(15.4796,-.0291)--(15.4796,3.2741)--cycle + (18.3964,2.4276)..controls(17.6446,2.4276)and(17.1133,1.9041)..(17.1133,1.1709)..controls(17.1133,.4270)and(17.6446,-.0923).. + (18.3964,-.0923)..controls(19.1416,-.0923)and(19.6818,.4270)..(19.6818,1.1514)..controls(19.6818,1.9085)and(19.1615,2.4276).. + (18.3964,2.4276)(18.3964,1.8691)..controls(18.7602,1.8691)and(18.9674,1.6161)..(18.9674,1.1557).. + controls(18.9674,.7237)and(18.7558,.4662)..(18.3964,.4662)..controls(18.0348,.4662)and + (17.8298,.7237)..(17.8298,1.1709)..controls(17.8298,1.6117)and(18.0348,1.8691)..(18.3964,1.8691) + (21.4764,2.3338)--(21.0156,2.3338)--(21.0156,2.5018)..controls(21.0156,2.6392)and(21.0994,2.7156).. + (21.2647,2.7156)--(21.4764,2.7156)--(21.4764,3.2741)--(21.0862,3.2741)..controls(20.5592,3.2741)and(20.3035,3.0210).. + (20.3035,2.5061)--(20.3035,2.3338)--(19.9684,2.3338)--(19.9684,1.8408)--(20.3035,1.8408)-- + (20.3035,-.0291)--(21.0156,-.0291)--(21.0156,1.8408)--(21.4764,1.8408)--(21.4764,2.3338)--cycle(25.8175,3.2741)-- + (23.3284,3.2741)--(23.3284,-.0291)--(25.8484,-.0291)--(25.8484,.6059)--(24.0802,.6059)--(24.0802,1.4132)-- + (25.5970,1.4132)--(25.5970,1.9979)--(24.0802,1.9979)--(24.0802,2.6392)--(25.8175,2.6392)--(25.8175,3.2741)-- + cycle(27.2197,3.2741)--(26.5098,3.2741)--(26.5098,-.0291)--(27.2197,-.0291)--(27.2197,3.2741)--cycle + (30.1608,.9615)..controls(30.1608,1.2800)and(30.1255,1.4917)..(30.0506,1.6903)..controls(29.8742,2.1659)and(29.4839,2.4276).. + (28.9636,2.4276)..controls(28.2383,2.4276)and(27.7268,1.9085)..(27.7268,1.1666)..controls(27.7268,.4117)and(28.2229,-.0923).. + (28.9681,-.0923)..controls(29.5435,-.0923)and(29.9954,.2044)..(30.1300,.6691)--(29.4090,.6691)..controls(29.3098,.5208)and + (29.1775,.4575)..(28.9879,.4575)..controls(28.6836,.4575)and(28.4875,.6364)..(28.4434,.9615)--(30.1608,.9615)--cycle + (28.4477,1.4590)..controls(28.5028,1.7361)and(28.6836,1.8953)..(28.9592,1.8953)..controls(29.2348,1.8953)and(29.3980,1.7361).. + (29.4288,1.4590)--(28.4477,1.4590)--cycle(32.8859,1.5026)..controls(32.8395,2.0721)and(32.4096,2.4276)..(31.7791,2.4276)..controls + (31.0119,2.4276)and(30.5510,1.9477)..(30.5510,1.1600)..controls(30.5510,.3921)and(31.0162,-.0923)..(31.7526,-.0923)..controls + (32.3942,-.0923)and(32.8153,.2480)..(32.9145,.8524)--(32.2245,.8873)..controls(32.1693,.6059)and(32.0282,.4771).. + (31.7725,.4771)..controls(31.4418,.4771)and(31.2676,.7237)..(31.2676,1.1797)..controls(31.2676,1.6161)and(31.4418,1.8605).. + (31.7681,1.8605)..controls(32.0040,1.8605)and(32.1693,1.7252)..(32.2090,1.5026)--(32.8859,1.5026)--cycle(34.6584,2.3338)-- + (34.2219,2.3338)--(34.2219,3.0909)--(33.5120,3.0909)--(33.5120,2.3338)--(33.1702,2.3338)--(33.1702,1.8408)-- + (33.5120,1.8408)--(33.5120,.7499)..controls(33.5120,.3768)and(33.5406,.2480)..(33.6508,.1303)..controls(33.7567,.0168)and + (33.9111,-.0291)..(34.2219,-.0291)--(34.6584,-.0291)--(34.6584,.5012)--(34.4027,.5012)..controls(34.2373,.5012)and + (34.2219,.5317)..(34.2219,.9070)--(34.2219,1.8408)--(34.6584,1.8408)--(34.6584,2.3338)--cycle(35.1678,2.3621)-- + (35.1678,-.0291)--(35.8799,-.0291)--(35.8799,.6451)..controls(35.8799,1.1099)and(35.9063,1.3346)..(35.9747,1.4917)..controls + (36.0562,1.6706)and(36.2547,1.7797)..(36.5016,1.7797)..controls(36.5523,1.7797)and(36.5964,1.7753)..(36.6823,1.7644)-- + (36.6823,2.4276)..controls(36.1665,2.4319)and(35.9857,2.3228)..(35.8445,1.9390)--(35.8644,2.3621)--(35.1678,2.3621)--cycle + (37.8531,2.3621)--(37.1432,2.3621)--(37.1432,-.0291)--(37.8531,-.0291)--(37.8531,2.3621)--cycle(37.8531,3.2741)-- + (37.1432,3.2741)--(37.1432,2.6959)--(37.8531,2.6959)--(37.8531,3.2741)--cycle(40.6685,1.5026)..controls + (40.6222,2.0721)and(40.1923,2.4276)..(39.5617,2.4276)..controls(38.7945,2.4276)and(38.3337,1.9477).. + (38.3337,1.1600)..controls(38.3337,.3921)and(38.7989,-.0923)..(39.5353,-.0923)..controls(40.1768,-.0923)and(40.5980,.2480).. + (40.6972,.8524)--(40.0071,.8873)..controls(39.9520,.6059)and(39.8109,.4771)..(39.5573,.4771)..controls(39.2266,.4771)and + (39.0502,.7237)..(39.0502,1.1797)..controls(39.0502,1.6161)and(39.2266,1.8605)..(39.5507,1.8605)..controls(39.7866,1.8605)and + (39.9520,1.7252)..(39.9917,1.5026)--(40.6685,1.5026)--cycle(41.7797,1.6117)..controls(41.8106,1.8059)and + (41.9494,1.8997)..(42.2052,1.8997)..controls(42.4411,1.8997)and(42.5822,1.8146)..(42.5822,1.6771)..controls + (42.5822,1.5812)and(42.5271,1.5376)..(42.3662,1.5135)--(41.9803,1.4481)..controls(41.3035,1.3390)and(41.0190,1.1055).. + (41.0190,.6604)..controls(41.0190,.2088)and(41.3740,-.0923)..(41.9053,-.0923)..controls(42.1964,-.0923)and(42.3617,-.0334).. + (42.6020,.1586)..controls(42.6263,.0691)and(42.6263,.0560)..(42.6571,-.0291)--(43.3825,-.0291)..controls(43.3032,.0909)and + (43.2922,.1236)..(43.2922,.3833)--(43.2922,1.4830)..controls(43.2922,1.8408)and(43.2282,2.0285)..(43.0518,2.1812)..controls + (42.8622,2.3468)and(42.5822,2.4319)..(42.2162,2.4319)..controls(41.5350,2.4319)and(41.1888,2.1659)..(41.1447,1.6117)-- + (41.7797,1.6117)--cycle(42.6020,.7433)..controls(42.4874,.5404)and(42.3154,.4422)..(42.0817,.4422).. + controls(41.8613,.4422)and(41.7201,.5361)..(41.7201,.6953)..controls(41.7201,.8394)and + (41.8304,.9223)..(42.0862,.9812)--(42.3419,1.0379)..controls(42.4610,1.0618)and(42.5271,1.0815)..(42.6020,1.1099)-- + (42.6020,.7433)--cycle(44.6855,3.2741)--(43.9734,3.2741)--(43.9734,-.0291)--(44.6855,-.0291)--(44.6855,3.2741)--cycle; + \fill[color={#1}] (2.4700,-1.7300)--(-.0169,-1.7300)-- + (-.0169,-5.0355)--(2.4986,-5.0355)--(2.4986,-4.4005)-- + (.7327,-4.4005)--(.7327,-3.5932)--(2.2518,-3.5932)--(2.2518,-3.0085)--(.7327,-3.0085)--(.7327,-2.3627)-- + (2.4700,-2.3627)--(2.4700,-1.7300)--cycle(3.0850,-2.6420)--(3.0850,-5.0355)--(3.7971,-5.0355)--(3.7971,-3.6914)..controls + (3.7971,-3.4841)and(3.8214,-3.3838)..(3.9008,-3.2943)..controls(3.9758,-3.2114)and(4.0860,-3.1656)..(4.2073,-3.1656)..controls + (4.3329,-3.1656)and(4.4365,-3.2158)..(4.4960,-3.3052)..controls(4.5578,-3.3947)and(4.5732,-3.4885)..(4.5732,-3.7306)-- + (4.5732,-5.0355)--(5.2831,-5.0355)--(5.2831,-3.4841)..controls(5.2831,-2.9191)and(4.9635,-2.5721).. + (4.4365,-2.5721)..controls(4.1874,-2.5721)and(4.0419,-2.6354)..(3.7751,-2.8732)--(3.7751,-2.6420)--(3.0850,-2.6420) + --cycle(7.5981,-2.6550)--(7.6180,-2.9474)..controls(7.4372,-2.6900)and(7.2211,-2.5765).. + (6.9102,-2.5765)..controls(6.2951,-2.5765)and(5.8343,-3.0827)..(5.8343,-3.7503)..controls(5.8343,-4.4245)and(6.2907,-4.9067).. + (6.9257,-4.9067)..controls(7.1968,-4.9067)and(7.3666,-4.8412)..(7.5782,-4.6493)--(7.5782,-4.8064)..controls(7.5782,-5.0441)and + (7.5518,-5.1293)..(7.4570,-5.2143)..controls(7.3776,-5.2820)and(7.2564,-5.3169)..(7.1065,-5.3169)..controls(6.8705,-5.3169)and + (6.7317,-5.2427)..(6.6810,-5.0943)--(5.9446,-5.0943)..controls(5.9952,-5.5852)and(6.4009,-5.8580)..(7.0756,-5.8580)..controls + (7.4967,-5.8580)and(7.8274,-5.7489)..(8.0479,-5.5351)..controls(8.2176,-5.3714)and(8.2727,-5.1991)..(8.2727,-4.8064)-- + (8.2727,-2.6550)--(7.5981,-2.6550)--cycle(7.0513,-3.1459)..controls(7.3666,-3.1459)and(7.5871,-3.3903).. + (7.5871,-3.7306)..controls(7.5871,-4.0973)and(7.3732,-4.3350)..(7.0469,-4.3350)..controls(6.7317,-4.3350)and(6.5112,-4.0929).. + (6.5112,-3.7416)..controls(6.5112,-3.3903)and(6.7317,-3.1459)..(7.0513,-3.1459)(9.6617,-2.6420)--(8.9496,-2.6420)-- + (8.9496,-5.0355)--(9.6617,-5.0355)--(9.6617,-2.6420)--cycle(9.6617,-1.7300)--(8.9496,-1.7300)-- + (8.9496,-2.3081)--(9.6617,-2.3081)--(9.6617,-1.7300)--cycle(10.3364,-2.6420)--(10.3364,-5.0355)-- + (11.0485,-5.0355)--(11.0485,-3.6914)..controls(11.0485,-3.4841)and(11.0727,-3.3838)..(11.1543,-3.2943)..controls(11.2293,-3.2114)and + (11.3395,-3.1656)..(11.4585,-3.1656)..controls(11.5842,-3.1656)and(11.6900,-3.2158)..(11.7496,-3.3052)..controls(11.8091,-3.3947)and + (11.8246,-3.4885)..(11.8246,-3.7306)--(11.8246,-5.0355)--(12.5367,-5.0355)--(12.5367,-3.4841)..controls(12.5367,-2.9191)and + (12.2148,-2.5721)..(11.6900,-2.5721)..controls(11.4387,-2.5721)and(11.2932,-2.6354)..(11.0286,-2.8732)--(11.0286,-2.6420)-- + (10.3364,-2.6420)--cycle(15.5020,-4.0427)..controls(15.5020,-3.7264)and(15.4668,-3.5125)..(15.3896,-3.3139)..controls + (15.2154,-2.8383)and(14.8251,-2.5765)..(14.3026,-2.5765)..controls(13.5773,-2.5765)and(13.0658,-3.0979)..(13.0658,-3.8397)..controls + (13.0658,-4.5947)and(13.5619,-5.0987)..(14.3093,-5.0987)..controls(14.8847,-5.0987)and(15.3345,-4.8020)..(15.4711,-4.3350)-- + (14.7502,-4.3350)..controls(14.6488,-4.4856)and(14.5187,-4.5488)..(14.3291,-4.5488)..controls(14.0227,-4.5488)and(13.8286,-4.3700).. + (13.7823,-4.0427)--(15.5020,-4.0427)--cycle(13.7889,-3.5474)..controls(13.8419,-3.2703)and(14.0227,-3.1111).. + (14.2983,-3.1111)..controls(14.5739,-3.1111)and(14.7392,-3.2703)..(14.7700,-3.5474)--(13.7889,-3.5474)--cycle(18.3747,-4.0427)..controls + (18.3747,-3.7264)and(18.3395,-3.5125)..(18.2668,-3.3139)..controls(18.0904,-2.8383)and(17.7001,-2.5765)..(17.1798,-2.5765)..controls + (16.4522,-2.5765)and(15.9408,-3.0979)..(15.9408,-3.8397)..controls(15.9408,-4.5947)and(16.4369,-5.0987)..(17.1842,-5.0987)..controls + (17.7597,-5.0987)and(18.2094,-4.8020)..(18.3461,-4.3350)--(17.6251,-4.3350)..controls(17.5238,-4.4856)and(17.3936,-4.5488).. + (17.2041,-4.5488)..controls(16.8976,-4.5488)and(16.7036,-4.3700)..(16.6573,-4.0427)--(18.3747,-4.0427)--cycle(16.6617,-3.5474)..controls + (16.7190,-3.2703)and(16.8976,-3.1111)..(17.1732,-3.1111)..controls(17.4488,-3.1111)and(17.6141,-3.2703)..(17.6450,-3.5474)-- + (16.6617,-3.5474)--cycle(18.9127,-2.6420)--(18.9127,-5.0355)--(19.6227,-5.0355)--(19.6227,-4.3612)..controls(19.6227,-3.8943)and + (19.6469,-3.6718)..(19.7175,-3.5125)..controls(19.7990,-3.3336)and(19.9975,-3.2267)..(20.2443,-3.2267)..controls(20.2929,-3.2267)and + (20.3392,-3.2311)..(20.4251,-3.2397)--(20.4251,-2.5765)..controls(19.9093,-2.5721)and(19.7285,-2.6812)..(19.5873,-3.0674)-- + (19.6072,-2.6420)--(18.9127,-2.6420)--cycle(21.5716,-2.6420)--(20.8595,-2.6420)--(20.8595,-5.0355)--(21.5716,-5.0355)-- + (21.5716,-2.6420)--cycle(21.5716,-1.7300)--(20.8595,-1.7300)--(20.8595,-2.3081)--(21.5716,-2.3081)--(21.5716,-1.7300)-- + cycle(22.2463,-2.6420)--(22.2463,-5.0355)--(22.9584,-5.0355)--(22.9584,-3.6914)..controls(22.9584,-3.4841)and + (22.9826,-3.3838)..(23.0642,-3.2943)..controls(23.1392,-3.2114)and(23.2494,-3.1656)..(23.3684,-3.1656)..controls(23.4941,-3.1656)and + (23.5999,-3.2158)..(23.6595,-3.3052)..controls(23.7190,-3.3947)and(23.7345,-3.4885)..(23.7345,-3.7306)--(23.7345,-5.0355)-- + (24.4466,-5.0355)--(24.4466,-3.4841)..controls(24.4466,-2.9191)and(24.1246,-2.5721)..(23.5999,-2.5721)..controls(23.3486,-2.5721)and + (23.2031,-2.6354)..(22.9385,-2.8732)--(22.9385,-2.6420)--(22.2463,-2.6420)--cycle(26.7351,-2.6550)-- + (26.7549,-2.9474)..controls(26.5741,-2.6900)and(26.3603,-2.5765)..(26.0494,-2.5765)..controls(25.4321,-2.5765)and(24.9713,-3.0827).. + (24.9713,-3.7503)..controls(24.9713,-4.4245)and(25.4277,-4.9067)..(26.0648,-4.9067)..controls(26.3338,-4.9067)and(26.5036,-4.8412).. + (26.7152,-4.6493)--(26.7152,-4.8064)..controls(26.7152,-5.0441)and(26.6888,-5.1293)..(26.5939,-5.2143)..controls(26.5146,-5.2820)and + (26.3933,-5.3169)..(26.2434,-5.3169)..controls(26.0075,-5.3169)and(25.8686,-5.2427)..(25.8179,-5.0943)--(25.0815,-5.0943)..controls + (25.1322,-5.5852)and(25.5379,-5.8580)..(26.2148,-5.8580)..controls(26.6337,-5.8580)and(26.9644,-5.7489)..(27.1849,-5.5351)..controls + (27.3568,-5.3714)and(27.4119,-5.1991)..(27.4119,-4.8064)--(27.4119,-2.6550)--(26.7351,-2.6550)--cycle + (26.1883,-3.1459)..controls(26.5036,-3.1459)and(26.7240,-3.3903)..(26.7240,-3.7306)..controls(26.7240,-4.0973)and(26.5102,-4.3350).. + (26.1839,-4.3350)..controls(25.8686,-4.3350)and(25.6482,-4.0929)..(25.6482,-3.7416)..controls(25.6482,-3.3903)and(25.8686,-3.1459).. + (26.1883,-3.1459); +} + +%% Institute names +% Design Factory +\newcommand{\ADF}[1]{% + \fill[color={#1}] (-.0700,-.0300)-- + (1.0852,-.0300)..controls(1.7069,-.0300)and(2.0773,.0986).. + (2.3683,.4041)..controls(2.6439,.7030)and(2.8027,1.1591)..(2.8027,1.6391)..controls(2.8027,2.0994)and(2.6594,2.5205).. + (2.3926,2.8194)..controls(2.0927,3.1555)and(1.7378,3.2755)..(1.0610,3.2755)--(-.0700,3.2755)-- + (-.0700,-.0300)--cycle(.6796,.6027)--(.6796,2.6405)--(1.2351,2.6405)..controls(1.5416,2.6405)and(1.7466,2.5358).. + (1.8767,2.3088)..controls(1.9869,2.1191)and(2.0376,1.9030)..(2.0376,1.6238)..controls(2.0376,1.3379)and(1.9825,1.1088).. + (1.8723,.9256)..controls(1.7311,.6965)and(1.5261,.6027)..(1.1866,.6027)--(.6796,.6027)--cycle(5.6644,.9605)..controls + (5.6644,1.2768)and(5.6292,1.4906)..(5.5542,1.6892)..controls(5.3778,2.1649)and(4.9875,2.4267)..(4.4672,2.4267)..controls + (3.7397,2.4267)and(3.2282,1.9074)..(3.2282,1.1634)..controls(3.2282,.4106)and(3.7242,-.0932)..(4.4717,-.0932)..controls + (5.0471,-.0932)and(5.4990,.2012)..(5.6335,.6681)--(4.9126,.6681)..controls(4.8111,.5197)and + (4.6811,.4543)..(4.4915,.4543)..controls(4.1851,.4543)and(3.9910,.6332)..(3.9447,.9605)-- + (5.6644,.9605)--cycle(3.9513,1.4558)..controls(4.0064,1.7329)and(4.1851,1.8921)..(4.4606,1.8921)..controls(4.7362,1.8921)and + (4.9016,1.7329)..(4.9324,1.4558)--(3.9513,1.4558)--cycle(8.2219,1.6434)..controls(8.1623,2.1496)and + (7.7831,2.4267)..(7.1614,2.4267)..controls(6.5198,2.4267)and(6.1296,2.1343)..(6.1296,1.6543)..controls(6.1296,1.2725)and + (6.3347,1.0783)..(6.8660,.9648)--(7.3069,.8667)..controls(7.4965,.8209)and(7.5759,.7576)..(7.5759,.6485)..controls + (7.5759,.5088)and(7.4260,.4150)..(7.2055,.4150)..controls(6.9211,.4150)and(6.7712,.5241)..(6.7293,.7467)-- + (6.0634,.7467)..controls(6.1053,.2165)and(6.5198,-.0932)..(7.1922,-.0932)..controls(7.8625,-.0932)and(8.2770,.2209).. + (8.2770,.7270)..controls(8.2770,.9212)and(8.2130,1.1001)..(8.0984,1.2070)..controls(7.9925,1.3161)and(7.8426,1.3815).. + (7.5473,1.4405)--(7.1019,1.5343)..controls(6.8748,1.5845)and(6.8064,1.6303)..(6.8064,1.7176).. + controls(6.8064,1.8376)and(6.9410,1.9161)..(7.1460,1.9161)..controls(7.3819,1.9161)and(7.5274,1.8223).. + (7.5560,1.6434)--(8.2219,1.6434)--cycle(9.5205,2.3634)--(8.8083,2.3634)--(8.8083,-.0300)-- + (9.5205,-.0300)--(9.5205,2.3634)--cycle(9.5205,3.2755)--(8.8083,3.2755)--(8.8083,2.6950)--(9.5205,2.6950)-- + (9.5205,3.2755)--cycle(11.7891,2.3482)--(11.8090,2.0558)..controls(11.6282,2.3132)and(11.4143,2.4267).. + (11.1035,2.4267)..controls(10.4861,2.4267)and(10.0253,1.9227)..(10.0253,1.2529)..controls(10.0253,.5786)and(10.4817,.0986).. + (11.1166,.0986)..controls(11.3878,.0986)and(11.5576,.1619)..(11.7693,.3561)--(11.7693,.1968)..controls(11.7693,-.0386)and + (11.7428,-.1238)..(11.6480,-.2066)..controls(11.5686,-.2765)and(11.4474,-.3114)..(11.2975,-.3114)..controls(11.0615,-.3114)and + (10.9226,-.2372)..(10.8720,-.0888)--(10.1355,-.0888)..controls(10.1862,-.5797)and(10.5919,-.8524)..(11.2688,-.8524)..controls + (11.6877,-.8524)and(12.0184,-.7433)..(12.2389,-.5295)..controls(12.4108,-.3659)and(12.4660,-.1914)..(12.4660,.1968)-- + (12.4660,2.3482)--(11.7891,2.3482)--cycle(11.2423,1.8573)..controls(11.5576,1.8573)and(11.7781,1.6150).. + (11.7781,1.2725)..controls(11.7781,.9059)and(11.5642,.6681)..(11.2379,.6681)..controls(10.9226,.6681)and(10.7022,.9103).. + (10.7022,1.2615)..controls(10.7022,1.6150)and(10.9226,1.8573)..(11.2423,1.8573)(13.1252,2.3634)--(13.1252,-.0300)-- + (13.8373,-.0300)--(13.8373,1.3118)..controls(13.8373,1.5212)and(13.8615,1.6194)..(13.9431,1.7088)..controls(14.0181,1.7918)and + (14.1283,1.8376)..(14.2473,1.8376)..controls(14.3730,1.8376)and(14.4788,1.7874)..(14.5384,1.6979)..controls(14.5979,1.6085)and + (14.6134,1.5147)..(14.6134,1.2725)--(14.6134,-.0300)--(15.3255,-.0300)--(15.3255,1.5212)..controls + (15.3255,2.0864)and(15.0036,2.4311)..(14.4788,2.4311)..controls(14.2276,2.4311)and(14.0820,2.3678).. + (13.8174,2.1300)--(13.8174,2.3634)--(13.1252,2.3634)--cycle(19.5717,3.2755)--(17.1179,3.2755)--(17.1179,-.0300)-- + (17.8697,-.0300)--(17.8697,1.2921)--(19.3623,1.2921)--(19.3623,1.9030)--(17.8697,1.9030)-- + (17.8697,2.6405)--(19.5717,2.6405)--(19.5717,3.2755)--cycle(20.5331,1.6085)..controls(20.5639,1.8027)and + (20.7028,1.8965)..(20.9586,1.8965)..controls(21.1945,1.8965)and(21.3355,1.8136)..(21.3355,1.6739)..controls(21.3355,1.5801)and + (21.2804,1.5343)..(21.1195,1.5103)--(20.7337,1.4449)..controls(20.0568,1.3379)and(19.7724,1.1045)..(19.7724,.6572)..controls + (19.7724,.2077)and(20.1274,-.0932)..(20.6587,-.0932)..controls(20.9497,-.0932)and(21.1151,-.0342)..(21.3554,.1576)..controls + (21.3796,.0681)and(21.3796,.0528)..(21.4105,-.0300)--(22.1358,-.0300)..controls(22.0565,.0877)and(22.0455,.1227).. + (22.0455,.3801)--(22.0455,1.4797)..controls(22.0455,1.8376)and(21.9815,2.0252)..(21.8051,2.1802).. + controls(21.6155,2.3482)and(21.3355,2.4311)..(20.9696,2.4311)..controls(20.2883,2.4311)and(19.9421,2.1649).. + (19.8980,1.6085)--(20.5331,1.6085)--cycle(21.3554,.7423)..controls(21.2407,.5394)and(21.0688,.4390).. + (20.8350,.4390)..controls(20.6146,.4390)and(20.4735,.5329)..(20.4735,.6921)..controls(20.4735,.8361)and(20.5837,.9212).. + (20.8395,.9801)--(21.0953,1.0347)..controls(21.2143,1.0586)and(21.2804,1.0783)..(21.3554,1.1088)--(21.3554,.7423)-- + cycle(24.8917,1.5015)..controls(24.8455,2.0711)and(24.4155,2.4267)..(23.7850,2.4267)..controls(23.0177,2.4267)and + (22.5570,1.9467)..(22.5570,1.1591)..controls(22.5570,.3910)and(23.0221,-.0932)..(23.7585,-.0932)..controls(24.4001,-.0932)and + (24.8212,.2470)..(24.9205,.8514)--(24.2303,.8863)..controls(24.1752,.6027)and(24.0341,.4739)..(23.7783,.4739)..controls + (23.4476,.4739)and(23.2735,.7227)..(23.2735,1.1786)..controls(23.2735,1.6150)and(23.4476,1.8573)..(23.7740,1.8573)..controls + (24.0098,1.8573)and(24.1752,1.7241)..(24.2149,1.5015)--(24.8917,1.5015)--cycle(26.7504,2.3329)-- + (26.3138,2.3329)--(26.3138,3.0922)--(25.6017,3.0922)--(25.6017,2.3329)--(25.2622,2.3329)--(25.2622,1.8376) + --(25.6017,1.8376)--(25.6017,.7467)..controls(25.6017,.3757)and(25.6326,.2470)..(25.7428,.1270)..controls + (25.8486,.0136)and(26.0029,-.0300)..(26.3138,-.0300)--(26.7504,-.0300)--(26.7504,.5001)-- + (26.4946,.5001)..controls(26.3292,.5001)and(26.3138,.5285)..(26.3138,.9059)--(26.3138,1.8376)--(26.7504,1.8376)-- + (26.7504,2.3329)--cycle(28.4568,2.4267)..controls(27.7050,2.4267)and(27.1759,1.9030)..(27.1759,1.1677)..controls + (27.1759,.4259)and(27.7050,-.0932)..(28.4568,-.0932)..controls(29.2042,-.0932)and(29.7444,.4259)..(29.7444,1.1482)..controls + (29.7444,1.9074)and(29.2240,2.4267)..(28.4568,2.4267)(28.4568,1.8682)..controls(28.8228,1.8682)and(29.0278,1.6150).. + (29.0278,1.1524)..controls(29.0278,.7227)and(28.8184,.4652)..(28.4568,.4652)..controls(28.0974,.4652)and(27.8901,.7227).. + (27.8901,1.1677)..controls(27.8901,1.6085)and(28.0974,1.8682)..(28.4568,1.8682)(30.2294,2.3634)--(30.2294,-.0300)-- + (30.9415,-.0300)--(30.9415,.6419)..controls(30.9415,1.1088)and(30.9657,1.3314)..(31.0363,1.4906)..controls(31.1157,1.6696)and + (31.3163,1.7787)..(31.5633,1.7787)..controls(31.6118,1.7787)and(31.6580,1.7721)..(31.7418,1.7634)--(31.7418,2.4267)..controls + (31.2260,2.4311)and(31.0473,2.3241)..(30.9063,1.9358)--(30.9261,2.3634)--(30.2294,2.3634)--cycle(33.7922,2.3634)-- + (33.4748,1.2834)..controls(33.4196,1.0696)and(33.3799,.9059)..(33.3512,.7467)--(33.3204,.8405)..controls(33.2653,1.0391)and + (33.2653,1.0434)..(33.1947,1.2682)--(32.8397,2.3634)--(32.0791,2.3634)--(32.8751,.3495)..controls(32.9588,.1423)and + (32.9654,.1270)..(32.9654,.0441)..controls(32.9654,-.1630)and(32.8486,-.2568)..(32.5995,-.2568)--(32.3878,-.2568)-- + (32.3878,-.7870)--(32.8045,-.7870)..controls(33.3447,-.7870)and(33.4615,-.6888)..(33.6864,-.0495)--(34.5263,2.3634)-- + (33.7922,2.3634)--cycle; +} +% Media Factory +\newcommand{\AMF}[1]{% + \fill[color={#1}] (1.8100,-.0300)-- + (2.2641,1.7329)..controls(2.2840,1.7830)and(2.2993,1.8376).. + (2.3148,1.8921)..controls(2.3302,1.9358)and(2.3655,2.0645)..(2.4206,2.2696)..controls(2.4096,2.1496)and(2.4096,2.0754).. + (2.4096,2.0100)--(2.4052,1.6936)--(2.4052,-.0300)--(3.0909,-.0300)--(3.0909,3.2755)--(2.0436,3.2755)-- + (1.6116,1.5539)..controls(1.5963,1.4863)and(1.5764,1.4121)..(1.5609,1.3379)..controls(1.5455,1.2682)and(1.5257,1.1939).. + (1.5102,1.1132)--(1.4551,.9015)--(1.4352,.7968)..controls(1.3956,1.0150)and(1.3405,1.2877)..(1.2743,1.5452)-- + (.8488,3.2755)--(-.2073,3.2755)--(-.2073,-.0300)--(.4785,-.0300)--(.4785,1.6936)-- + (.4740,2.0100)..controls(.4740,2.0645)and(.4740,2.1452)..(.4630,2.2696)..controls(.4939,2.1736)and(.4982,2.1540).. + (.5247,2.0514)..controls(.5534,1.9467)and(.5534,1.9423)..(.6085,1.7285)--(1.0693,-.0300)--(1.8100,-.0300)-- + cycle(6.0099,.9605)..controls(6.0099,1.2768)and(5.9769,1.4906)..(5.9019,1.6892)..controls(5.7255,2.1649)and + (5.3352,2.4267)..(4.8150,2.4267)..controls(4.0874,2.4267)and(3.5759,1.9074)..(3.5759,1.1634)..controls(3.5759,.4106)and + (4.0720,-.0932)..(4.8194,-.0932)..controls(5.3948,-.0932)and(5.8446,.2012)..(5.9812,.6681)--(5.2603,.6681)..controls + (5.1589,.5197)and(5.0288,.4543)..(4.8392,.4543)..controls(4.5328,.4543)and(4.3387,.6332)..(4.2924,.9605)-- + (6.0099,.9605)--cycle(4.2969,1.4558)..controls(4.3541,1.7329)and(4.5328,1.8921)..(4.8084,1.8921)..controls + (5.0840,1.8921)and(5.2493,1.7329)..(5.2801,1.4558)--(4.2969,1.4558)--cycle(8.8099,3.2755)-- + (8.1000,3.2755)--(8.1000,2.1845)..controls(7.9280,2.3591)and(7.7384,2.4311)..(7.4783,2.4311)..controls(6.8279,2.4311)and + (6.3958,1.9270)..(6.3958,1.1634)..controls(6.3958,.4106)and(6.8213,-.0932)..(7.4628,-.0932)..controls(7.7583,-.0932)and + (7.9501,-.0061)..(8.1286,.2274)--(8.1286,-.0300)--(8.8099,-.0300)--(8.8099,3.2755)--cycle + (7.6084,1.8616)..controls(7.9192,1.8616)and(8.1242,1.5845)..(8.1242,1.1591)..controls(8.1242,.7510)and(7.9148,.4739).. + (7.6084,.4739)..controls(7.3040,.4739)and(7.0969,.7510)..(7.0969,1.1677)..controls(7.0969,1.5845)and(7.3040,1.8616).. + (7.6084,1.8616)(10.1989,2.3634)--(9.4867,2.3634)--(9.4867,-.0300)--(10.1989,-.0300)--(10.1989,2.3634) + --cycle(10.1989,3.2755)--(9.4867,3.2755)--(9.4867,2.6950)--(10.1989,2.6950)--(10.1989,3.2755)--cycle + (11.4842,1.6085)..controls(11.5151,1.8027)and(11.6562,1.8965)..(11.9097,1.8965)..controls(12.1457,1.8965)and(12.2867,1.8136).. + (12.2867,1.6739)..controls(12.2867,1.5801)and(12.2316,1.5343)..(12.0707,1.5103)--(11.6848,1.4449)..controls + (11.0102,1.3379)and(10.7236,1.1045)..(10.7236,.6572)..controls(10.7236,.2077)and(11.0785,-.0932).. + (11.6099,-.0932)..controls(11.9009,-.0932)and(12.0662,-.0342)..(12.3066,.1576)..controls + (12.3308,.0681)and(12.3308,.0528)..(12.3617,-.0300)--(13.0871,-.0300)..controls(13.0077,.0877)and(12.9966,.1227).. + (12.9966,.3801)--(12.9966,1.4797)..controls(12.9966,1.8376)and(12.9328,2.0252)..(12.7564,2.1802)..controls(12.5667,2.3482)and + (12.2867,2.4311)..(11.9208,2.4311)..controls(11.2395,2.4311)and(10.8934,2.1649)..(10.8493,1.6085)--(11.4842,1.6085)-- + cycle(12.3066,.7423)..controls(12.1919,.5394)and(12.0221,.4390)..(11.7863,.4390)..controls(11.5658,.4390)and + (11.4247,.5329)..(11.4247,.6921)..controls(11.4247,.8361)and(11.5349,.9212)..(11.7906,.9801)--(12.0464,1.0347)..controls + (12.1655,1.0586)and(12.2316,1.0783)..(12.3066,1.1088)--(12.3066,.7423)--cycle(17.2496,3.2755)-- + (14.7958,3.2755)--(14.7958,-.0300)--(15.5475,-.0300)--(15.5475,1.2921)--(17.0401,1.2921)--(17.0401,1.9030) + --(15.5475,1.9030)--(15.5475,2.6405)--(17.2496,2.6405)--(17.2496,3.2755)--cycle(18.2108,1.6085)..controls + (18.2417,1.8027)and(18.3828,1.8965)..(18.6363,1.8965)..controls(18.8722,1.8965)and(19.0134,1.8136)..(19.0134,1.6739)..controls + (19.0134,1.5801)and(18.9582,1.5343)..(18.7973,1.5103)--(18.4115,1.4449)..controls(17.7368,1.3379)and(17.4502,1.1045).. + (17.4502,.6572)..controls(17.4502,.2077)and(17.8052,-.0932)..(18.3365,-.0932)..controls(18.6275,-.0932)and(18.7929,-.0342).. + (19.0332,.1576)..controls(19.0575,.0681)and(19.0575,.0528)..(19.0883,-.0300)--(19.8137,-.0300)..controls + (19.7343,.0877)and(19.7233,.1227)..(19.7233,.3801)--(19.7233,1.4797)..controls(19.7233,1.8376)and(19.6593,2.0252).. + (19.4830,2.1802)..controls(19.2934,2.3482)and(19.0134,2.4311)..(18.6473,2.4311)..controls(17.9661,2.4311)and(17.6200,2.1649).. + (17.5759,1.6085)--(18.2108,1.6085)--cycle(19.0332,.7423)..controls(18.9186,.5394)and(18.7465,.4390)..(18.5129,.4390)..controls + (18.2924,.4390)and(18.1513,.5329)..(18.1513,.6921)..controls(18.1513,.8361)and(18.2615,.9212)..(18.5173,.9801)-- + (18.7730,1.0347)..controls(18.8921,1.0586)and(18.9582,1.0783)..(19.0332,1.1088)--(19.0332,.7423)--cycle + (22.5696,1.5015)..controls(22.5233,2.0711)and(22.0934,2.4267)..(21.4628,2.4267)..controls(20.6955,2.4267)and(20.2347,1.9467).. + (20.2347,1.1591)..controls(20.2347,.3910)and(20.7000,-.0932)..(21.4363,-.0932)..controls(22.0779,-.0932)and(22.4990,.2470).. + (22.5982,.8514)--(21.9081,.8863)..controls(21.8530,.6027)and(21.7119,.4739)..(21.4562,.4739)..controls(21.1255,.4739)and + (20.9513,.7227)..(20.9513,1.1786)..controls(20.9513,1.6150)and(21.1255,1.8573)..(21.4517,1.8573)..controls(21.6877,1.8573)and + (21.8530,1.7241)..(21.8927,1.5015)--(22.5696,1.5015)--cycle(24.4281,2.3329)--(23.9916,2.3329)-- + (23.9916,3.0922)--(23.2795,3.0922)--(23.2795,2.3329)--(22.9399,2.3329)--(22.9399,1.8376)-- + (23.2795,1.8376)--(23.2795,.7467)..controls(23.2795,.3757)and(23.3103,.2470)..(23.4205,.1270)..controls(23.5264,.0136)and + (23.6808,-.0300)..(23.9916,-.0300)--(24.4281,-.0300)--(24.4281,.5001)--(24.1724,.5001)..controls + (24.0071,.5001)and(23.9916,.5285)..(23.9916,.9059)--(23.9916,1.8376)--(24.4281,1.8376)--(24.4281,2.3329) + --cycle(26.1346,2.4267)..controls(25.3827,2.4267)and(24.8536,1.9030)..(24.8536,1.1677)..controls(24.8536,.4259)and + (25.3827,-.0932)..(26.1346,-.0932)..controls(26.8820,-.0932)and(27.4221,.4259)..(27.4221,1.1482)..controls(27.4221,1.9074)and + (26.9018,2.4267)..(26.1346,2.4267)(26.1346,1.8682)..controls(26.5006,1.8682)and(26.7056,1.6150)..(26.7056,1.1524)..controls + (26.7056,.7227)and(26.4961,.4652)..(26.1346,.4652)..controls(25.7753,.4652)and(25.5680,.7227)..(25.5680,1.1677)..controls + (25.5680,1.6085)and(25.7753,1.8682)..(26.1346,1.8682)(27.9072,2.3634)--(27.9072,-.0300)--(28.6193,-.0300)-- + (28.6193,.6419)..controls(28.6193,1.1088)and(28.6436,1.3314)..(28.7141,1.4906)..controls(28.7935,1.6696)and(28.9941,1.7787).. + (29.2410,1.7787)..controls(29.2895,1.7787)and(29.3359,1.7721)..(29.4196,1.7634)--(29.4196,2.4267)..controls(28.9060,2.4311)and + (28.7252,2.3241)..(28.5840,1.9358)--(28.6039,2.3634)--(27.9072,2.3634)--cycle(31.4700,2.3634)-- + (31.1525,1.2834)..controls(31.0974,1.0696)and(31.0577,.9059)..(31.0291,.7467)--(30.9982,.8405)..controls + (30.9431,1.0391)and(30.9431,1.0434)..(30.8725,1.2682)--(30.5176,2.3634)--(29.7569,2.3634)--(30.5528,.3495)..controls + (30.6367,.1423)and(30.6433,.1270)..(30.6433,.0441)..controls(30.6433,-.1630)and(30.5264,-.2568)..(30.2772,-.2568)-- + (30.0656,-.2568)--(30.0656,-.7870)--(30.4823,-.7870)..controls(31.0225,-.7870)and(31.1393,-.6888)..(31.3642,-.0495)-- + (32.2042,2.3634)--(31.4700,2.3634)--cycle; +} +% Service Factory +\newcommand{\ASF}[1]{% + \fill[color={#1}] (2.5000,2.2400)..controls + (2.4714,2.5214)and(2.4207,2.6894).. + (2.3215,2.8486)..controls(2.1165,3.1803)and(1.7241,3.3483)..(1.1685,3.3483)..controls(.3284,3.3483)and(-.1743,2.9665).. + (-.1743,2.3272)..controls(-.1743,2.0634)and(-.0772,1.8255)..(.0926,1.6815)..controls(.2425,1.5528)and(.4629,1.4590).. + (.8179,1.3739)--(1.4242,1.2255)..controls(1.6601,1.1666)and(1.7858,1.0509)..(1.7858,.8873)..controls(1.7858,.6604)and + (1.5499,.5164)..(1.1640,.5164)..controls(.7076,.5164)and(.4916,.6844)..(.4784,1.0618)--(-.2735,1.0618)..controls + (-.2690,.3222)and(.2535,-.1032)..(1.1530,-.1032)..controls(2.0194,-.1032)and(2.5484,.3179)..(2.5484,1.0030)..controls + (2.5484,1.2648)and(2.4670,1.4786)..(2.2950,1.6314)..controls(2.1363,1.7797)and(1.9312,1.8691)..(1.5587,1.9586)-- + (.8840,2.1114)..controls(.6790,2.1615)and(.5776,2.2530)..(.5776,2.3927)..controls(.5776,2.6000)and(.7936,2.7286).. + (1.1486,2.7286)..controls(1.5256,2.7286)and(1.7504,2.5650)..(1.7504,2.2945)--(1.7504,2.2400)--(2.5000,2.2400)-- + cycle(5.3837,.9615)..controls(5.3837,1.2800)and(5.3484,1.4917)..(5.2735,1.6903)..controls(5.0993,2.1659)and + (4.7068,2.4276)..(4.1866,2.4276)..controls(3.4612,2.4276)and(2.9497,1.9085)..(2.9497,1.1666)..controls(2.9497,.4117)and + (3.4457,-.0923)..(4.1909,-.0923)..controls(4.7686,-.0923)and(5.2184,.2044)..(5.3528,.6691)--(4.6318,.6691)..controls + (4.5326,.5208)and(4.4026,.4575)..(4.2108,.4575)..controls(3.9065,.4575)and(3.7103,.6364)..(3.6662,.9615)-- + (5.3837,.9615)--cycle(3.6706,1.4590)..controls(3.7257,1.7361)and(3.9065,1.8953)..(4.1821,1.8953)..controls + (4.4577,1.8953)and(4.6231,1.7361)..(4.6517,1.4590)--(3.6706,1.4590)--cycle(5.8555,2.3621)--(5.8555,-.0291)-- + (6.5654,-.0291)--(6.5654,.6451)..controls(6.5654,1.1099)and(6.5919,1.3346)..(6.6602,1.4917)..controls(6.7418,1.6706)and + (6.9402,1.7797)..(7.1872,1.7797)..controls(7.2378,1.7797)and(7.2819,1.7753)..(7.3680,1.7644)--(7.3680,2.4276)..controls + (6.8520,2.4319)and(6.6712,2.3228)..(6.5302,1.9390)--(6.5500,2.3621)--(5.8555,2.3621)--cycle + (9.2441,-.0291)--(10.0665,2.3621)--(9.3059,2.3621)--(9.0590,1.4481)..controls(9.0237,1.3041)and(8.9641,1.0314).. + (8.9090,.7586)..controls(8.8297,1.0466)and(8.7701,1.2800)..(8.7194,1.4481)--(8.4483,2.3621)--(7.7031,2.3621)-- + (8.5695,-.0291)--(9.2441,-.0291)--cycle(11.2483,2.3621)--(10.5383,2.3621)--(10.5383,-.0291)-- + (11.2483,-.0291)--(11.2483,2.3621)--cycle(11.2483,3.2741)--(10.5383,3.2741)--(10.5383,2.6959)-- + (11.2483,2.6959)--(11.2483,3.2741)--cycle(14.1078,1.5026)..controls(14.0637,2.0721)and(13.6315,2.4276)..(13.0010,2.4276)..controls + (12.2360,2.4276)and(11.7751,1.9477)..(11.7751,1.1600)..controls(11.7751,.3921)and(12.2404,-.0923)..(12.9767,-.0923)..controls + (13.6183,-.0923)and(14.0372,.2480)..(14.1386,.8524)--(13.4464,.8873)..controls(13.3913,.6059)and(13.2523,.4771).. + (12.9966,.4771)..controls(12.6659,.4771)and(12.4917,.7237)..(12.4917,1.1797)..controls(12.4917,1.6161)and(12.6659,1.8605).. + (12.9922,1.8605)..controls(13.2259,1.8605)and(13.3913,1.7252)..(13.4331,1.5026)--(14.1078,1.5026)--cycle(16.9739,.9615)..controls + (16.9739,1.2800)and(16.9386,1.4917)..(16.8637,1.6903)..controls(16.6873,2.1659)and(16.2971,2.4276)..(15.7767,2.4276)..controls + (15.0491,2.4276)and(14.5399,1.9085)..(14.5399,1.1666)..controls(14.5399,.4117)and(15.0360,-.0923)..(15.7811,-.0923)..controls + (16.3566,-.0923)and(16.8086,.2044)..(16.9430,.6691)--(16.2221,.6691)..controls(16.1229,.5208)and(15.9906,.4575).. + (15.8010,.4575)..controls(15.4968,.4575)and(15.3005,.6364)..(15.2564,.9615)--(16.9739,.9615)--cycle(15.2609,1.4590)..controls + (15.3160,1.7361)and(15.4968,1.8953)..(15.7701,1.8953)..controls(16.0457,1.8953)and(16.2111,1.7361)..(16.2420,1.4590)-- + (15.2609,1.4590)--cycle(21.1055,3.2741)--(18.6517,3.2741)--(18.6517,-.0291)--(19.4013,-.0291)--(19.4013,1.2953)-- + (20.8939,1.2953)--(20.8939,1.9041)--(19.4013,1.9041)--(19.4013,2.6392)--(21.1055,2.6392)--(21.1055,3.2741)-- + cycle(22.0668,1.6117)..controls(22.0977,1.8059)and(22.2365,1.8997)..(22.4923,1.8997)..controls(22.7283,1.8997)and + (22.8671,1.8146)..(22.8671,1.6771)..controls(22.8671,1.5812)and(22.8120,1.5376)..(22.6533,1.5135)--(22.2674,1.4481)..controls + (21.5906,1.3390)and(21.3062,1.1055)..(21.3062,.6604)..controls(21.3062,.2088)and(21.6611,-.0923)..(22.1924,-.0923)..controls + (22.4835,-.0923)and(22.6488,-.0334)..(22.8892,.1586)..controls(22.9134,.0691)and(22.9134,.0560)..(22.9443,-.0291)-- + (23.6696,-.0291)..controls(23.5903,.0909)and(23.5792,.1236)..(23.5792,.3833)--(23.5792,1.4830)..controls(23.5792,1.8408)and + (23.5153,2.0285)..(23.3389,2.1812)..controls(23.1493,2.3468)and(22.8671,2.4319)..(22.5034,2.4319)..controls(21.8221,2.4319)and + (21.4759,2.1659)..(21.4318,1.6117)--(22.0668,1.6117)--cycle(22.8892,.7433)..controls(22.7724,.5404)and(22.6026,.4422).. + (22.3666,.4422)..controls(22.1462,.4422)and(22.0073,.5361)..(22.0073,.6953)..controls(22.0073,.8394)and(22.1175,.9223).. + (22.3732,.9812)--(22.6268,1.0379)..controls(22.7480,1.0618)and(22.8120,1.0815)..(22.8892,1.1099)--(22.8892,.7433)--cycle + (26.4233,1.5026)..controls(26.3792,2.0721)and(25.9493,2.4276)..(25.3165,2.4276)..controls(24.5515,2.4276)and(24.0908,1.9477).. + (24.0908,1.1600)..controls(24.0908,.3921)and(24.5559,-.0923)..(25.2923,-.0923)..controls(25.9339,-.0923)and(26.3550,.2480).. + (26.4542,.8524)--(25.7619,.8873)..controls(25.7090,.6059)and(25.5679,.4771)..(25.3121,.4771)..controls(24.9814,.4771)and + (24.8073,.7237)..(24.8073,1.1797)..controls(24.8073,1.6161)and(24.9814,1.8605)..(25.3078,1.8605)..controls(25.5436,1.8605)and + (25.7090,1.7252)..(25.7487,1.5026)--(26.4233,1.5026)--cycle(28.2819,2.3338)--(27.8475,2.3338)--(27.8475,3.0909)-- + (27.1354,3.0909)--(27.1354,2.3338)--(26.7960,2.3338)--(26.7960,1.8408)--(27.1354,1.8408)-- + (27.1354,.7499)..controls(27.1354,.3768)and(27.1663,.2480)..(27.2766,.1303)..controls(27.3802,.0168)and(27.5367,-.0291).. + (27.8475,-.0291)--(28.2819,-.0291)--(28.2819,.5012)--(28.0262,.5012)..controls(27.8608,.5012)and(27.8475,.5317).. + (27.8475,.9070)--(27.8475,1.8408)--(28.2819,1.8408)--(28.2819,2.3338)--cycle(29.9906,2.4276)..controls(29.2388,2.4276)and + (28.7074,1.9041)..(28.7074,1.1709)..controls(28.7074,.4270)and(29.2388,-.0923)..(29.9906,-.0923)..controls(30.7357,-.0923)and + (31.2781,.4270)..(31.2781,1.1514)..controls(31.2781,1.9085)and(30.7556,2.4276)..(29.9906,2.4276)(29.9906,1.8691)..controls + (30.3566,1.8691)and(30.5616,1.6161)..(30.5616,1.1557)..controls(30.5616,.7237)and(30.3499,.4662)..(29.9906,.4662)..controls + (29.6290,.4662)and(29.4239,.7237)..(29.4239,1.1709)..controls(29.4239,1.6117)and(29.6290,1.8691)..(29.9906,1.8691) + (31.7632,2.3621)--(31.7632,-.0291)--(32.4753,-.0291)--(32.4753,.6451)..controls(32.4753,1.1099)and + (32.4995,1.3346)..(32.5701,1.4917)..controls(32.6495,1.6706)and(32.8501,1.7797)..(33.0948,1.7797)..controls(33.1456,1.7797)and + (33.1918,1.7753)..(33.2756,1.7644)--(33.2756,2.4276)..controls(32.7597,2.4319)and(32.5789,2.3228)..(32.4400,1.9390)-- + (32.4598,2.3621)--(31.7632,2.3621)--cycle(35.3238,2.3621)--(35.0085,1.2844)..controls(34.9534,1.0706) + and(34.9137,.9070)..(34.8829,.7499)--(34.8542,.8437)..controls(34.7991,1.0423)and(34.7991,1.0466).. + (34.7285,1.2691)--(34.3735,2.3621)--(33.6107,2.3621)--(34.4088,.3527)..controls(34.4926,.1455)and(34.4970,.1303).. + (34.4970,.0451)..controls(34.4970,-.1621)and(34.3824,-.2559)..(34.1333,-.2559)--(33.9216,-.2559)--(33.9216,-.7884)-- + (34.3383,-.7884)..controls(34.8784,-.7884)and(34.9931,-.6879)..(35.2202,-.0487)--(36.0601,2.3621)--(35.3238,2.3621)--cycle; +} +% Pienyrityskeskus +\newcommand{\SBCFI}[1]{% + \fill[color={#1}] (.6200,1.0800)--(1.3255,1.0800)..controls + (1.7113,1.0800)and(1.9670,1.1738)..(2.1676,1.3810)..controls + (2.3573,1.5795)and(2.4520,1.8414)..(2.4520,2.1447)..controls(2.4520,2.5003)and(2.3219,2.8036)..(2.0904,3.0065)..controls + (1.8766,3.1964)and(1.6363,3.2596)..(1.1799,3.2596)--(-.1296,3.2596)--(-.1296,-.0436)--(.6200,-.0436)-- + (.6200,1.0800)--cycle(.6200,1.7127)--(.6200,2.6247)--(1.2108,2.6247)..controls(1.5062,2.6247)and + (1.6848,2.4523)..(1.6848,2.1686)..controls(1.6848,1.8872)and(1.5062,1.7127)..(1.2108,1.7127)--(.6200,1.7127)-- + cycle(3.5633,2.3476)--(2.8533,2.3476)--(2.8533,-.0436)--(3.5633,-.0436)--(3.5633,2.3476)--cycle + (3.5633,3.2596)--(2.8533,3.2596)--(2.8533,2.6792)--(3.5633,2.6792)--(3.5633,3.2596)-- + cycle(6.4977,.9470)..controls(6.4977,1.2632)and(6.4646,1.4748)..(6.3896,1.6733)..controls(6.2133,2.1491)and + (5.8231,2.4130)..(5.3027,2.4130)..controls(4.5752,2.4130)and(4.0637,1.8915)..(4.0637,1.1476)..controls(4.0637,.3971)and + (4.5597,-.1091)..(5.3072,-.1091)..controls(5.8825,-.1091)and(6.3323,.1899)..(6.4691,.6546)--(5.7481,.6546)..controls + (5.6467,.5062)and(5.5166,.4408)..(5.3270,.4408)..controls(5.0205,.4408)and(4.8265,.6197)..(4.7802,.9470)-- + (6.4977,.9470)--cycle(4.7846,1.4400)..controls(4.8420,1.7192)and(5.0205,1.8763)..(5.2961,1.8763)..controls + (5.5717,1.8763)and(5.7371,1.7192)..(5.7680,1.4400)--(4.7846,1.4400)--cycle(7.0048,2.3476)--(7.0048,-.0436)-- + (7.7147,-.0436)--(7.7147,1.2959)..controls(7.7147,1.5054)and(7.7412,1.6036)..(7.8205,1.6930)..controls(7.8955,1.7781)and + (8.0058,1.8218)..(8.1270,1.8218)..controls(8.2526,1.8218)and(8.3563,1.7738)..(8.4158,1.6843)..controls(8.4775,1.5948)and + (8.4930,1.5010)..(8.4930,1.2566)--(8.4930,-.0436)--(9.2029,-.0436)--(9.2029,1.5054)..controls + (9.2029,2.0705)and(8.8832,2.4174)..(8.3563,2.4174)..controls(8.1071,2.4174)and(7.9617,2.3520)..(7.6948,2.1141)-- + (7.6948,2.3476)--(7.0048,2.3476)--cycle(11.2378,2.3476)--(10.9203,1.2676)..controls(10.8652,1.0561)and + (10.8255,.8924)..(10.7969,.7353)--(10.7660,.8291)..controls(10.7109,1.0255)and(10.7109,1.0321)..(10.6404,1.2523)-- + (10.2854,2.3476)--(9.5248,2.3476)--(10.3207,.3382)..controls(10.4045,.1288)and(10.4111,.1157)..(10.4111,.0306)..controls + (10.4111,-.1788)and(10.2942,-.2727)..(10.0451,-.2727)--(9.8334,-.2727)--(9.8334,-.8029)--(10.2501,-.8029)..controls + (10.7903,-.8029)and(10.9071,-.7025)..(11.1320,-.0632)--(11.9720,2.3476)--(11.2378,2.3476)--cycle(12.4240,2.3476)-- + (12.4240,-.0436)--(13.1339,-.0436)--(13.1339,.6306)..controls(13.1339,1.0930)and(13.1604,1.3177)..(13.2309,1.4748)..controls + (13.3103,1.6538)and(13.5109,1.7629)..(13.7557,1.7629)..controls(13.8063,1.7629)and(13.8504,1.7585)..(13.9365,1.7476)-- + (13.9365,2.4130)..controls(13.4205,2.4174)and(13.2397,2.3083)..(13.1008,1.9221)--(13.1207,2.3476)-- + (12.4240,2.3476)--cycle(15.1336,2.3476)--(14.4215,2.3476)--(14.4215,-.0436)--(15.1336,-.0436)--(15.1336,2.3476) + --cycle(15.1336,3.2596)--(14.4215,3.2596)--(14.4215,2.6792)--(15.1336,2.6792)--(15.1336,3.2596)--cycle + (17.0561,2.3170)--(16.6218,2.3170)--(16.6218,3.0764)--(15.9097,3.0764)--(15.9097,2.3170)-- + (15.5680,2.3170)--(15.5680,1.8218)--(15.9097,1.8218)--(15.9097,.7353)..controls(15.9097,.3623)and(15.9405,.2335).. + (16.0507,.1157)..controls(16.1544,0)and(16.3109,-.0436)..(16.6218,-.0436)--(17.0561,-.0436)--(17.0561,.4867)-- + (16.8003,.4867)..controls(16.6350,.4867)and(16.6218,.5171)..(16.6218,.8924)--(16.6218,1.8218)--(17.0561,1.8218)-- + (17.0561,2.3170)--cycle(19.0998,2.3476)--(18.7846,1.2676)..controls(18.7295,1.0561)and(18.6898,.8924).. + (18.6589,.7353)--(18.6303,.8291)..controls(18.5730,1.0255)and(18.5730,1.0321)..(18.5046,1.2523)--(18.1475,2.3476)-- + (17.3868,2.3476)--(18.1827,.3382)..controls(18.2687,.1288)and(18.2731,.1157)..(18.2731,.0306)..controls(18.2731,-.1788)and + (18.1585,-.2727)..(17.9071,-.2727)--(17.6977,-.2727)--(17.6977,-.8029)--(18.1144,-.8029)..controls(18.6546,-.8029)and + (18.7691,-.7025)..(18.9940,-.0632)--(19.8363,2.3476)--(19.0998,2.3476)--cycle(22.1446,1.6297)..controls(22.0851,2.1338)and + (21.7037,2.4130)..(21.0841,2.4130)..controls(20.4426,2.4130)and(20.0523,2.1206)..(20.0523,1.6385)..controls(20.0523,1.2566)and + (20.2573,1.0670)..(20.7887,.9514)--(21.2297,.8532)..controls(21.4192,.8073)and(21.4986,.7441)..(21.4986,.6350)..controls + (21.4986,.4953)and(21.3487,.4015)..(21.1282,.4015)..controls(20.8438,.4015)and(20.6917,.5106)..(20.6520,.7353)-- + (19.9862,.7353)..controls(20.0258,.2030)and(20.4426,-.1091)..(21.1128,-.1091)..controls(21.7853,-.1091)and(22.1997,.2095).. + (22.1997,.7135)..controls(22.1997,.9077)and(22.1358,1.0842)..(22.0189,1.1933)..controls(21.9153,1.3024)and(21.7654,1.3657).. + (21.4699,1.4247)--(21.0224,1.5206)..controls(20.7975,1.5686)and(20.7270,1.6145)..(20.7270,1.7039)..controls(20.7270,1.8218)and + (20.8636,1.9024)..(21.0687,1.9024)..controls(21.3046,1.9024)and(21.4501,1.8065)..(21.4788,1.6297)--(22.1446,1.6297) + --cycle(24.0892,1.4356)--(25.0108,2.3476)--(24.1289,2.3476)--(23.3880,1.5250)--(23.3880,3.2596)-- + (22.6759,3.2596)--(22.6759,-.0436)--(23.3880,-.0436)--(23.3880,.7550)--(23.6173,.9776)-- + (24.2192,-.0436)--(25.0901,-.0436)--(24.0892,1.4356)--cycle(27.6145,.9470)..controls(27.6145,1.2632)and + (27.5792,1.4748)..(27.5043,1.6733)..controls(27.3279,2.1491)and(26.9376,2.4130)..(26.4173,2.4130)..controls(25.6920,2.4130)and + (25.1805,1.8915)..(25.1805,1.1476)..controls(25.1805,.3971)and(25.6766,-.1091)..(26.4218,-.1091)..controls(26.9994,-.1091)and + (27.4491,.1899)..(27.5837,.6546)--(26.8627,.6546)..controls(26.7635,.5062)and(26.6334,.4408)..(26.4416,.4408)..controls + (26.1373,.4408)and(25.9412,.6197)..(25.8971,.9470)--(27.6145,.9470)--cycle(25.9014,1.4400)..controls + (25.9565,1.7192)and(26.1373,1.8763)..(26.4129,1.8763)..controls(26.6885,1.8763)and(26.8539,1.7192)..(26.8825,1.4400)-- + (25.9014,1.4400)--cycle(30.1543,1.6297)..controls(30.0926,2.1338)and(29.7134,2.4130)..(29.0917,2.4130)..controls(28.4501,2.4130)and + (28.0599,2.1206)..(28.0599,1.6385)..controls(28.0599,1.2566)and(28.2649,1.0670)..(28.7963,.9514)--(29.2372,.8532)..controls + (29.4268,.8073)and(29.5084,.7441)..(29.5084,.6350)..controls(29.5084,.4953)and(29.3585,.4015)..(29.1380,.4015)..controls + (28.8514,.4015)and(28.7014,.5106)..(28.6617,.7353)--(27.9959,.7353)..controls(28.0356,.2030)and(28.4501,-.1091).. + (29.1226,-.1091)..controls(29.7927,-.1091)and(30.2095,.2095)..(30.2095,.7135)..controls(30.2095,.9077)and(30.1433,1.0842).. + (30.0287,1.1933)..controls(29.9228,1.3024)and(29.7729,1.3657)..(29.4775,1.4247)--(29.0321,1.5206)..controls(28.8073,1.5686)and + (28.7367,1.6145)..(28.7367,1.7039)..controls(28.7367,1.8218)and(28.8712,1.9024)..(29.0762,1.9024)..controls(29.3121,1.9024)and + (29.4577,1.8065)..(29.4885,1.6297)--(30.1543,1.6297)--cycle(32.1210,1.4356)--(33.0425,2.3476)-- + (32.1628,2.3476)--(31.4199,1.5250)--(31.4199,3.2596)--(30.7100,3.2596)--(30.7100,-.0436)--(31.4199,-.0436)-- + (31.4199,.7550)--(31.6514,.9776)--(32.2533,-.0436)--(33.1241,-.0436)--(32.1210,1.4356)--cycle(35.6485,2.3476)-- + (34.9364,2.3476)--(34.9364,1.0015)..controls(34.9364,.7637)and(34.9276,.7091)..(34.8614,.6241)..controls(34.7975,.5368)and + (34.6872,.4867)..(34.5572,.4867)..controls(34.4271,.4867)and(34.3102,.5368)..(34.2463,.6241)..controls(34.1801,.7091)and + (34.1714,.7681)..(34.1714,1.0015)--(34.1714,2.3476)--(33.4593,2.3476)--(33.4593,.8488)..controls(33.4593,.5062)and + (33.5254,.3033)..(33.6908,.1397)..controls(33.8494,-.0196)and(34.0809,-.1091)..(34.3301,-.1091)..controls(34.6255,-.1091)and + (34.8019,-.0196)..(34.9717,.2182)--(34.9717,-.0436)--(35.6485,-.0436)--(35.6485,2.3476)--cycle(38.2832,1.6297)..controls + (38.2214,2.1338)and(37.8422,2.4130)..(37.2205,2.4130)..controls(36.5789,2.4130)and(36.1887,2.1206)..(36.1887,1.6385)..controls + (36.1887,1.2566)and(36.3937,1.0670)..(36.9250,.9514)--(37.3659,.8532)..controls(37.5556,.8073)and(37.6372,.7441).. + (37.6372,.6350)..controls(37.6372,.4953)and(37.4850,.4015)..(37.2646,.4015)..controls(36.9801,.4015)and(36.8302,.5106).. + (36.7906,.7353)--(36.1247,.7353)..controls(36.1644,.2030)and(36.5789,-.1091)..(37.2514,-.1091)..controls(37.9216,-.1091)and + (38.3383,.2095)..(38.3383,.7135)..controls(38.3383,.9077)and(38.2721,1.0842)..(38.1575,1.1933)..controls(38.0517,1.3024)and + (37.9018,1.3657)..(37.6063,1.4247)--(37.1609,1.5206)..controls(36.9360,1.5686)and(36.8655,1.6145)..(36.8655,1.7039)..controls + (36.8655,1.8218)and(37.0000,1.9024)..(37.2050,1.9024)..controls(37.4409,1.9024)and(37.5864,1.8065)..(37.6173,1.6297)-- + (38.2832,1.6297)--cycle; +} +% Small Business Center +\newcommand{\SBCEN}[1]{% + + \fill[color={#1}] + % Small + (2.5000,2.2300)..controls(2.4714,2.5114) + and(2.4207,2.6794)..(2.3215,2.8386)..controls + (2.1165,3.1703)and(1.7241,3.3383)..(1.1685,3.3383)..controls(.3284,3.3383)and(-.1743,2.9565)..(-.1743,2.3172)..controls + (-.1743,2.0534)and(-.0772,1.8155)..(.0926,1.6715)..controls(.2425,1.5428)and(.4629,1.4490)..(.8179,1.3639)-- + (1.4242,1.2155)..controls(1.6601,1.1566)and(1.7858,1.0409)..(1.7858,.8773)..controls(1.7858,.6504)and(1.5499,.5064).. + (1.1640,.5064)..controls(.7076,.5064)and(.4916,.6744)..(.4784,1.0518)--(-.2735,1.0518)..controls(-.2690,.3122)and + (.2535,-.1132)..(1.1530,-.1132)..controls(2.0194,-.1132)and(2.5484,.3079)..(2.5484,.9930)..controls(2.5484,1.2548)and + (2.4670,1.4686)..(2.2950,1.6214)..controls(2.1363,1.7697)and(1.9312,1.8591)..(1.5587,1.9486)--(.8840,2.1014)..controls + (.6790,2.1515)and(.5776,2.2430)..(.5776,2.3827)..controls(.5776,2.5900)and(.7936,2.7186)..(1.1486,2.7186)..controls + (1.5256,2.7186)and(1.7504,2.5550)..(1.7504,2.2845)--(1.7504,2.2300)--(2.5000,2.2300)--cycle % S + (3.0753,2.3521)--(3.0753,-.0391)--(3.7853,-.0391)--(3.7853,1.2788)..controls(3.7853,1.6409)and(3.9021,1.8090).. + (4.1468,1.8090)..controls(4.3916,1.8090)and(4.5062,1.6409)..(4.5062,1.2788)--(4.5062,-.0391)--(5.2184,-.0391)-- + (5.2184,1.2788)..controls(5.2184,1.6409)and(5.3286,1.8090)..(5.5799,1.8090)..controls + (5.8247,1.8090)and(5.9349,1.6409)..(5.9349,1.2788)--(5.9349,-.0391)--(6.6448,-.0391)--(6.6448,1.5515)..controls + (6.6448,1.8591)and(6.5919,2.0534)..(6.4552,2.1908)..controls(6.3163,2.3368)and(6.1002,2.4176)..(5.8555,2.4176)..controls + (5.5446,2.4176)and(5.3638,2.3281)..(5.1037,2.0337)..controls(4.9626,2.2932)and(4.7421,2.4176)..(4.4313,2.4176)..controls + (4.1425,2.4176)and(3.9903,2.3324)..(3.7654,2.0686)--(3.7654,2.3521)--(3.0753,2.3521)--cycle % m + (7.9434,1.6017)..controls + (7.9720,1.7959)and(8.1131,1.8897)..(8.3688,1.8897)..controls(8.6048,1.8897)and(8.7436,1.8046)..(8.7436,1.6671)..controls + (8.7436,1.5712)and(8.6885,1.5276)..(8.5299,1.5035)--(8.1440,1.4381)..controls(7.4672,1.3290)and(7.1827,1.0955).. + (7.1827,.6504)..controls(7.1827,.1988)and(7.5377,-.1023)..(8.0690,-.1023)..controls(8.3578,-.1023)and(8.5232,-.0434).. + (8.7635,.1486)..controls(8.7900,.0591)and(8.7900,.0460)..(8.8186,-.0391)--(9.5462,-.0391)..controls(9.4646,.0809)and + (9.4558,.1136)..(9.4558,.3733)--(9.4558,1.4730)..controls(9.4558,1.8308)and(9.3897,2.0185)..(9.2155,2.1712)..controls + (9.0237,2.3368)and(8.7436,2.4219)..(8.3777,2.4219)..controls(7.6964,2.4219)and(7.3525,2.1559)..(7.3062,1.6017)-- + (7.9434,1.6017)--cycle %a + (8.7635,.7333)..controls(8.6489,.5304)and(8.4791,.4322)..(8.2432,.4322)..controls + (8.0228,.4322)and(7.8838,.5261)..(7.8838,.6853)..controls(7.8838,.8294)and(7.9940,.9123)..(8.2476,.9712)-- + (8.5034,1.0279)..controls(8.6246,1.0518)and(8.6885,1.0715)..(8.7635,1.0999)--(8.7635,.7333)--cycle %a inner + (10.8228,3.2641)--(10.1106,3.2641)--(10.1106,-.0391)--(10.8228,-.0391)--(10.8228,3.2641)--cycle % l + (12.1853,3.2641)-- (11.4732,3.2641)--(11.4732,-.0391)--(12.1853,-.0391)--(12.1853,3.2641)--cycle % l + % ``Business'' + (13.9535,-.0391)-- + (15.3755,-.0391)..controls(15.8517,-.0391)and(16.0876,.0155)..(16.3015,.1791)..controls(16.5220,.3427)and + (16.6476,.6155)..(16.6476,.9232)..controls(16.6476,1.3050)and(16.4822,1.5471)..(16.0964,1.7305)..controls(16.4183,1.8853)and + (16.5682,2.1079)..(16.5682,2.4219)..controls(16.5682,2.6990)and(16.4228,2.9565)..(16.1868,3.0961)..controls(15.9708,3.2205)and + (15.7304,3.2641)..(15.3115,3.2641)--(13.9535,3.2641)--(13.9535,-.0391)--cycle % B + (14.6898,1.9835)-- + (14.6898,2.6292)--(15.4063,2.6292)..controls(15.6753,2.6292)and(15.8165,2.5157)..(15.8165,2.3041)..controls(15.8165,2.0970)and + (15.6753,1.9835)..(15.4063,1.9835)--(14.6898,1.9835)--cycle % B inner 1 + (14.6898,.5959)--(14.6898,1.3988)--(15.3953,1.3988)..controls + (15.7106,1.3988)and(15.8803,1.2591)..(15.8803,.9973)..controls(15.8803,.7333)and(15.7106,.5959)..(15.3953,.5959)-- + (14.6898,.5959)--cycle % B inner 2 + (19.3881,2.3521)--(18.6759,2.3521)--(18.6759,1.0061)..controls(18.6759,.7682)and(18.6671,.7137).. + (18.6010,.6308)..controls(18.5349,.5413)and(18.4268,.4912)..(18.2945,.4912)..controls(18.1645,.4912)and(18.0498,.5413).. + (17.9859,.6308)..controls(17.9197,.7137)and(17.9087,.7748)..(17.9087,1.0061)--(17.9087,2.3521)--(17.1987,2.3521) + --(17.1987,.8533)..controls(17.1987,.5108)and(17.2627,.3079)..(17.4281,.1442)..controls(17.5890,-.0150)and + (17.8205,-.1023)..(18.0696,-.1023)..controls(18.3651,-.1023)and(18.5415,-.0150)..(18.7112,.2227)--(18.7112,-.0391)-- + (19.3881,-.0391)--(19.3881,2.3521)--cycle % u + (22.0271,1.6367)..controls(21.9676,2.1428)and(21.5861,2.4176)..(20.9645,2.4176)..controls + (20.3229,2.4176)and(19.9326,2.1276)..(19.9326,1.6453)..controls(19.9326,1.2657)and(20.1377,1.0715)..(20.6690,.9580)-- + (21.1100,.8577)..controls(21.2995,.8141)and(21.3811,.7486)..(21.3811,.6395)..controls(21.3811,.5021)and(21.2312,.4082).. + (21.0107,.4082)..controls(20.7241,.4082)and(20.5742,.5151)..(20.5346,.7399)--(19.8687,.7399)..controls(19.9084,.2097)and + (20.3229,-.1023)..(20.9953,-.1023)..controls(21.6656,-.1023)and(22.0822,.2141)..(22.0822,.7203)..controls(22.0822,.9123)and + (22.0161,1.0912)..(21.9015,1.2003)..controls(21.7956,1.3094)and(21.6457,1.3726)..(21.3503,1.4337)--(20.9049,1.5276)..controls + (20.6800,1.5777)and(20.6095,1.6214)..(20.6095,1.7108)..controls(20.6095,1.8308)and(20.7440,1.9094)..(20.9490,1.9094)..controls + (21.1850,1.9094)and(21.3304,1.8155)..(21.3613,1.6367)--(22.0271,1.6367)--cycle % s + (23.2992,2.3521)--(22.5871,2.3521)--(22.5871,-.0391)--(23.2992,-.0391)--(23.2992,2.3521)--cycle % i + (23.2992,3.2641)--(22.5871,3.2641)--(22.5871,2.6859)--(23.2992,2.6859)--(23.2992,3.2641)--cycle % i dot + (23.9496,2.3521)--(23.9496,-.0391)-- + (24.6617,-.0391)--(24.6617,1.3050)..controls(24.6617,1.5123)and(24.6860,1.6126)..(24.7654,1.6999)..controls(24.8425,1.7850)and + (24.9506,1.8308)..(25.0719,1.8308)..controls(25.1975,1.8308)and(25.3011,1.7806)..(25.3629,1.6912)..controls(25.4224,1.6017)and + (25.4378,1.5079)..(25.4378,1.2657)--(25.4378,-.0391)--(26.1477,-.0391)--(26.1477,1.5123)..controls(26.1477,2.0773)and + (25.8281,2.4219)..(25.3011,2.4219)..controls(25.0520,2.4219)and(24.9065,2.3586)..(24.6419,2.1232)--(24.6419,2.3521)-- + (23.9496,2.3521)--cycle %n + (29.1131,.9515)..controls(29.1131,1.2700)and(29.0778,1.4817)..(29.0029,1.6803)..controls + (28.8286,2.1559)and(28.4385,2.4176)..(27.9159,2.4176)..controls(27.1906,2.4176)and(26.6790,1.8985)..(26.6790,1.1566)..controls + (26.6790,.4017)and(27.1751,-.1023)..(27.9225,-.1023)..controls(28.4979,-.1023)and(28.9477,.1944)..(29.0844,.6591)-- + (28.3635,.6591)..controls(28.2621,.5108)and(28.1320,.4475)..(27.9424,.4475)..controls(27.6359,.4475)and(27.4397,.6264).. + (27.3956,.9515)--(29.1131,.9515)--cycle % e + (27.4000,1.4490)..controls(27.4551,1.7261)and(27.6359,1.8853).. + (27.9115,1.8853)..controls(28.1871,1.8853)and(28.3525,1.7261)..(28.3834,1.4490)--(27.4000,1.4490)--cycle % e inner + (31.6331,1.6367)..controls + (31.5735,2.1428)and(31.1921,2.4176)..(30.5704,2.4176)..controls(29.9310,2.4176)and(29.5386,2.1276)..(29.5386,1.6453)..controls + (29.5386,1.2657)and(29.7459,1.0715)..(30.2750,.9580)--(30.7159,.8577)..controls(30.9078,.8141)and(30.9871,.7486).. + (30.9871,.6395)..controls(30.9871,.5021)and(30.8372,.4082)..(30.6167,.4082)..controls(30.3301,.4082)and(30.1802,.5151).. + (30.1405,.7399)--(29.4747,.7399)..controls(29.5144,.2097)and(29.9310,-.1023)..(30.6013,-.1023)..controls(31.2715,-.1023)and + (31.6882,.2141)..(31.6882,.7203)..controls(31.6882,.9123)and(31.6220,1.0912)..(31.5074,1.2003)..controls(31.4038,1.3094)and + (31.2517,1.3726)..(30.9562,1.4337)--(30.5109,1.5276)..controls(30.2860,1.5777)and(30.2155,1.6214)..(30.2155,1.7108)..controls + (30.2155,1.8308)and(30.3499,1.9094)..(30.5572,1.9094)..controls(30.7908,1.9094)and(30.9364,1.8155)..(30.9672,1.6367)-- + (31.6331,1.6367)--cycle % s + (34.1773,1.6367)..controls(34.1178,2.1428)and(33.7364,2.4176)..(33.1147,2.4176)..controls + (32.4753,2.4176)and(32.0829,2.1276)..(32.0829,1.6453)..controls(32.0829,1.2657)and(32.2901,1.0715)..(32.8192,.9580)-- + (33.2601,.8577)..controls(33.4520,.8141)and(33.5314,.7486)..(33.5314,.6395)..controls(33.5314,.5021)and(33.3814,.4082).. + (33.1609,.4082)..controls(32.8743,.4082)and(32.7244,.5151)..(32.6847,.7399)--(32.0189,.7399)..controls(32.0586,.2097)and + (32.4753,-.1023)..(33.1456,-.1023)..controls(33.8157,-.1023)and(34.2325,.2141)..(34.2325,.7203)..controls(34.2325,.9123)and + (34.1663,1.0912)..(34.0517,1.2003)..controls(33.9480,1.3094)and(33.7960,1.3726)..(33.5005,1.4337)--(33.0551,1.5276)..controls + (32.8302,1.5777)and(32.7597,1.6214)..(32.7597,1.7108)..controls(32.7597,1.8308)and(32.8942,1.9094)..(33.1015,1.9094)..controls + (33.3351,1.9094)and(33.4806,1.8155)..(33.5115,1.6367)--(34.1773,1.6367)--cycle % s + % ``Center'' + (38.7742,2.2105)..controls + (38.6837,2.9129)and(38.1348,3.3383)..(37.3278,3.3383)..controls(36.3357,3.3383)and(35.7141,2.6750)..(35.7141,1.6170)..controls + (35.7141,.5609)and(36.3467,-.1132)..(37.3323,-.1132)..controls(38.1590,-.1132)and(38.7257,.3537)..(38.8160,1.0999)-- + (38.0180,1.0999)..controls(37.9849,.9428)and(37.9496,.8533)..(37.8879,.7748)..controls(37.7644,.6112)and(37.5527,.5151).. + (37.3125,.5151)..controls(36.7811,.5151)and(36.4658,.9275)..(36.4658,1.6170)..controls(36.4658,2.3085)and(36.7855,2.7100).. + (37.3323,2.7100)..controls(37.6873,2.7100)and(37.9386,2.5266)..(38.0091,2.2105)--(38.7742,2.2105)--cycle % C + (41.6050,.9515)..controls(41.6050,1.2700)and(41.5698,1.4817)..(41.4948,1.6803)..controls(41.3184,2.1559)and + (40.9282,2.4176)..(40.4079,2.4176)..controls(39.6826,2.4176)and(39.1710,1.8985)..(39.1710,1.1566)..controls(39.1710,.4017)and + (39.6671,-.1023)..(40.4123,-.1023)..controls(40.9899,-.1023)and(41.4396,.1944)..(41.5742,.6591)--(40.8532,.6591)..controls + (40.7540,.5108)and(40.6239,.4475)..(40.4322,.4475)..controls(40.1278,.4475)and(39.9317,.6264)..(39.8876,.9515)-- + (41.6050,.9515)--cycle %e + (39.8920,1.4490)..controls(39.9471,1.7261)and(40.1278,1.8853).. + (40.4034,1.8853)..controls(40.6790,1.8853)and(40.8444,1.7261)..(40.8731,1.4490)--(39.8920,1.4490)--cycle % e inner + (42.1408,2.3521)-- + (42.1408,-.0391)--(42.8529,-.0391)--(42.8529,1.3050)..controls(42.8529,1.5123)and(42.8771,1.6126)..(42.9566,1.6999)..controls + (43.0315,1.7850)and(43.1417,1.8308)..(43.2630,1.8308)..controls(43.3887,1.8308)and(43.4923,1.7806)..(43.5540,1.6912)..controls + (43.6136,1.6017)and(43.6290,1.5079)..(43.6290,1.2657)--(43.6290,-.0391)--(44.3389,-.0391)--(44.3389,1.5123)..controls + (44.3389,2.0773)and(44.0192,2.4219)..(43.4923,2.4219)..controls(43.2432,2.4219)and(43.0976,2.3586)..(42.8330,2.1232)-- + (42.8330,2.3521)--(42.1408,2.3521)--cycle % n + (46.2173,2.3238)--(45.7829,2.3238)--(45.7829,3.0809)--(45.0708,3.0809)-- + (45.0708,2.3238)--(44.7291,2.3238)--(44.7291,1.8308)--(45.0708,1.8308)--(45.0708,.7399)..controls(45.0708,.3668)and + (45.1017,.2380)..(45.2120,.1203)..controls(45.3156,.0068)and(45.4721,-.0391)..(45.7829,-.0391)--(46.2173,-.0391)-- + (46.2173,.4912)--(45.9616,.4912)..controls(45.7962,.4912)and(45.7829,.5217)..(45.7829,.8970)--(45.7829,1.8308)-- + (46.2173,1.8308)--(46.2173,2.3238)--cycle % t + (48.9666,.9515)..controls(48.9666,1.2700)and(48.9314,1.4817)..(48.8564,1.6803)..controls + (48.6822,2.1559)and(48.2920,2.4176)..(47.7694,2.4176)..controls(47.0441,2.4176)and(46.5325,1.8985)..(46.5325,1.1566)..controls + (46.5325,.4017)and(47.0286,-.1023)..(47.7760,-.1023)..controls(48.3514,-.1023)and(48.8012,.1944)..(48.9380,.6591)-- + (48.2170,.6591)..controls(48.1156,.5108)and(47.9855,.4475)..(47.7959,.4475)..controls(47.4894,.4475)and(47.2954,.6264).. + (47.2491,.9515)--(48.9666,.9515)--cycle % e + (47.2535,1.4490)..controls(47.3086,1.7261)and(47.4894,1.8853).. + (47.7650,1.8853)..controls(48.0406,1.8853)and(48.2060,1.7261)..(48.2369,1.4490)--(47.2535,1.4490)--cycle % e inner + (49.5023,2.3521)--(49.5023,-.0391)--(50.2144,-.0391)--(50.2144,.6351)..controls(50.2144,1.0999)and(50.2387,1.3246).. + (50.3093,1.4817)..controls(50.3886,1.6606)and(50.5892,1.7697)..(50.8362,1.7697)..controls(50.8847,1.7697)and(50.9310,1.7653).. + (51.0148,1.7544)--(51.0148,2.4176)..controls(50.5010,2.4219)and(50.3203,2.3128)..(50.1792,1.9290)--(50.1991,2.3521)-- + (49.5023,2.3521)--cycle; % r +} +% Kirjasto +\newcommand{\LIBFI}[1]{% + \fill[color={#1}] (1.6300,1.9600)--(2.9307,3.2625)-- + (1.9452,3.2625)--(.8210,2.0428)--(.8210,3.2625)-- + (.0824,3.2625)--(.0824,-.0406)--(.8210,-.0406)--(.8210,1.1441)--(1.1296,1.4561)--(2.1392,-.0406)-- + (3.0410,-.0406)--(1.6300,1.9600)--cycle(4.0772,2.3505)--(3.3673,2.3505)--(3.3673,-.0406)-- + (4.0772,-.0406)--(4.0772,2.3505)--cycle(4.0772,3.2625)--(3.3673,3.2625)--(3.3673,2.6821)-- + (4.0772,2.6821)--(4.0772,3.2625)--cycle(4.7540,2.3505)--(4.7540,-.0406)--(5.4662,-.0406)-- + (5.4662,.6335)..controls(5.4662,1.0982)and(5.4904,1.3208)..(5.5609,1.4800)..controls(5.6403,1.6590)and(5.8410,1.7681).. + (6.0857,1.7681)..controls(6.1363,1.7681)and(6.1827,1.7637)..(6.2665,1.7528)--(6.2665,2.4159)..controls(5.7505,2.4203)and + (5.5697,2.3112)..(5.4308,1.9273)--(5.4507,2.3505)--(4.7540,2.3505)--cycle(6.7074,2.3505)-- + (6.7074,.0488)..controls(6.7074,-.1497)and(6.6280,-.2392)..(6.4473,-.2392)--(6.3172,-.2392)-- + (6.3172,-.8000)--(6.7030,-.8000)..controls(6.9720,-.8000)and(7.1571,-.7345)..(7.2784,-.5905)..controls(7.3930,-.4531)and + (7.4195,-.3396)..(7.4195,.0139)--(7.4195,2.3505)--(6.7074,2.3505)--cycle(7.4195,3.2625)-- + (6.7074,3.2625)--(6.7074,2.6821)--(7.4195,2.6821)--(7.4195,3.2625)--cycle(8.7357,1.6000)..controls(8.7666,1.7921)and + (8.9055,1.8859)..(9.1612,1.8859)..controls(9.3972,1.8859)and(9.5382,1.8030)..(9.5382,1.6634)..controls(9.5382,1.5695)and + (9.4831,1.5259)..(9.3222,1.4997)--(8.9363,1.4364)..controls(8.2595,1.3273)and(7.9751,1.0939)..(7.9751,.6466)..controls + (7.9751,.1971)and(8.3300,-.1061)..(8.8614,-.1061)..controls(9.1524,-.1061)and(9.3177,-.0473)..(9.5581,.1470)..controls + (9.5823,.0575)and(9.5823,.0422)..(9.6132,-.0406)--(10.3386,-.0406)..controls(10.2592,.0771)and(10.2481,.1121).. + (10.2481,.3695)--(10.2481,1.4714)..controls(10.2481,1.8270)and(10.1843,2.0145)..(10.0079,2.1672)..controls(9.8182,2.3352)and + (9.5382,2.4203)..(9.1723,2.4203)..controls(8.4910,2.4203)and(8.1449,2.1519)..(8.0985,1.6000)--(8.7357,1.6000)--cycle + (9.5581,.7317)..controls(9.4413,.5288)and(9.2715,.4285)..(9.0356,.4285)..controls(8.8151,.4285)and(8.6762,.5244).. + (8.6762,.6815)..controls(8.6762,.8255)and(8.7864,.9106)..(9.0421,.9695)--(9.2957,1.0241)..controls(9.4170,1.0480)and + (9.4831,1.0699)..(9.5581,1.0982)--(9.5581,.7317)--cycle(12.9137,1.6350)..controls(12.8520,2.1366)and(12.4727,2.4159).. + (11.8510,2.4159)..controls(11.2095,2.4159)and(10.8192,2.1214)..(10.8192,1.6437)..controls(10.8192,1.2619)and(11.0242,1.0699).. + (11.5555,.9542)--(11.9965,.8561)..controls(12.1861,.8103)and(12.2677,.7470)..(12.2677,.6379)..controls(12.2677,.4982)and + (12.1156,.4044)..(11.8973,.4044)..controls(11.6106,.4044)and(11.4607,.5135)..(11.4211,.7361)--(10.7552,.7361)..controls + (10.7949,.2059)and(11.2095,-.1061)..(11.8819,-.1061)..controls(12.5521,-.1061)and(12.9688,.2124)..(12.9688,.7164)..controls + (12.9688,.9106)and(12.9027,1.0895)..(12.7880,1.1986)..controls(12.6822,1.3077)and(12.5323,1.3709)..(12.2368,1.4299)-- + (11.7915,1.5259)..controls(11.5666,1.5739)and(11.4961,1.6197)..(11.4961,1.7091)..controls(11.4961,1.8270)and(11.6305,1.9055).. + (11.8355,1.9055)..controls(12.0715,1.9055)and(12.2169,1.8117)..(12.2478,1.6350)--(12.9137,1.6350)--cycle + (14.7502,2.3200)--(14.3159,2.3200)--(14.3159,3.0792)--(13.6037,3.0792)--(13.6037,2.3200)--(13.2642,2.3200)-- + (13.2642,1.8270)--(13.6037,1.8270)--(13.6037,.7361)..controls(13.6037,.3651)and(13.6347,.2364).. + (13.7449,.1164)..controls(13.8484,.0030)and(14.0050,-.0406)..(14.3159,-.0406)--(14.7502,-.0406)--(14.7502,.4895)-- + (14.4945,.4895)..controls(14.3313,.4895)and(14.3159,.5179)..(14.3159,.8953)--(14.3159,1.8270)--(14.7502,1.8270)-- + (14.7502,2.3200)--cycle(16.3685,2.4159)..controls(15.6166,2.4159)and(15.0875,1.8924)..(15.0875,1.1594)..controls(15.0875,.4153)and + (15.6166,-.1061)..(16.3685,-.1061)..controls(17.1159,-.1061)and(17.6560,.4153)..(17.6560,1.1376)..controls(17.6560,1.8968)and + (17.1357,2.4159)..(16.3685,2.4159)(16.3685,1.8576)..controls(16.7345,1.8576)and(16.9395,1.6044).. + (16.9395,1.1441)..controls(16.9395,.7121)and(16.7300,.4546)..(16.3685,.4546)..controls + (16.0091,.4546)and(15.8019,.7121)..(15.8019,1.1594)..controls(15.8019,1.6000)and(16.0091,1.8576).. + (16.3685,1.8576); +} +% Biblioteket +\newcommand{\LIBSE}[1]{% + \fill[color={#1}] (24.3800,-.0400)--(24.8142,-.0400)-- + (24.8142,.4901)--(24.5585,.4901)..controls(24.3931,.4901)and + (24.3800,.5185)..(24.3800,.8959)--(24.3800,1.8276)--(24.8142,1.8276)--(24.8142,2.3229)--(24.3800,2.3229)-- + (24.3800,3.0822)--(23.6702,3.0822)--(23.6702,2.3229)--(23.3285,2.3229)--(23.3285,1.8276)--(23.6702,1.8276) + --(23.6702,.7367)..controls(23.6702,.3657)and(23.7010,.2370)..(23.8112,.1170)..controls(23.9149,.0036)and + (24.0714,-.0400)..(24.3800,-.0400)(21.3265,.9505)--(23.0440,.9505)..controls(23.0440,1.2668)and(23.0088,1.4806).. + (22.9338,1.6792)..controls(22.7574,2.1549)and(22.3672,2.4167)..(21.8469,2.4167)..controls(21.1215,2.4167)and(20.6100,1.8974).. + (20.6100,1.1534)..controls(20.6100,.4006)and(21.1060,-.1032)..(21.8513,-.1032)..controls(22.4267,-.1032)and(22.8787,.1912).. + (23.0131,.6581)--(22.2922,.6581)..controls(22.1930,.5097)and(22.0629,.4443)..(21.8711,.4443).. + controls(21.5669,.4443)and(21.3706,.6232)..(21.3265,.9505)(21.3309,1.4458)..controls(21.3861,1.7229)and + (21.5669,1.8821)..(21.8425,1.8821)..controls(22.1180,1.8821)and(22.2834,1.7229)..(22.3120,1.4458)--(21.3309,1.4458)-- + cycle(20.4601,-.0400)--(19.4569,1.4414)--(20.3785,2.3534)--(19.4989,2.3534)--(18.7558,1.5309)-- + (18.7558,3.2655)--(18.0459,3.2655)--(18.0459,-.0400)--(18.7558,-.0400)--(18.7558,.7563)--(18.9873,.9788)-- + (19.5870,-.0400)--(20.4601,-.0400)--cycle(15.7663,.9505)--(17.4837,.9505)..controls(17.4837,1.2668)and(17.4485,1.4806).. + (17.3735,1.6792)..controls(17.1993,2.1549)and(16.8091,2.4167)..(16.2866,2.4167)..controls(15.5612,2.4167)and(15.0497,1.8974).. + (15.0497,1.1534)..controls(15.0497,.4006)and(15.5458,-.1032)..(16.2932,-.1032)..controls(16.8686,-.1032)and(17.3183,.1912).. + (17.4551,.6581)--(16.7341,.6581)..controls(16.6327,.5097)and(16.5026,.4443)..(16.3130,.4443)..controls(16.0065,.4443)and + (15.8125,.6232)..(15.7663,.9505)(15.7706,1.4458)..controls(15.8257,1.7229)and(16.0065,1.8821)..(16.2821,1.8821)..controls + (16.5577,1.8821)and(16.7231,1.7229)..(16.7540,1.4458)--(15.7706,1.4458)--cycle(14.2781,-.0400)-- + (14.7146,-.0400)--(14.7146,.4901)--(14.4588,.4901)..controls(14.2935,.4901)and(14.2781,.5185)..(14.2781,.8959)-- + (14.2781,1.8276)--(14.7146,1.8276)--(14.7146,2.3229)--(14.2781,2.3229)--(14.2781,3.0822)--(13.5682,3.0822)-- + (13.5682,2.3229)--(13.2264,2.3229)--(13.2264,1.8276)--(13.5682,1.8276)--(13.5682,.7367)..controls(13.5682,.3657)and + (13.5968,.2370)..(13.7070,.1170)..controls(13.8128,.0036)and(13.9694,-.0400)..(14.2781,-.0400)(12.9420,1.1382) + ..controls(12.9420,1.8974)and(12.4217,2.4167)..(11.6545,2.4167)..controls(10.9026,2.4167)and + (10.3735,1.8930)..(10.3735,1.1577)..controls(10.3735,.4159)and(10.9026,-.1032)..(11.6545,-.1032).. + controls(12.4018,-.1032)and(12.9420,.4159)..(12.9420,1.1382)(12.2254,1.1424)..controls(12.2254,.7127)and + (12.0160,.4552)..(11.6545,.4552)..controls(11.2929,.4552)and(11.0878,.7127)..(11.0878,1.1577)..controls(11.0878,1.5985)and + (11.2929,1.8582)..(11.6545,1.8582)..controls(12.0204,1.8582)and(12.2254,1.6050)..(12.2254,1.1424)(9.1058,-.0400)-- + (9.8157,-.0400)--(9.8157,2.3534)--(9.1058,2.3534)--(9.1058,-.0400)--cycle + (9.1058,2.6850)--(9.8157,2.6850)--(9.8157,3.2655)--(9.1058,3.2655)--(9.1058,2.6850)--cycle(7.7168,-.0400)-- + (8.4289,-.0400)--(8.4289,3.2655)--(7.7168,3.2655)--(7.7168,-.0400)--cycle(7.1612,1.1883)..controls(7.1612,1.9214)and + (6.7467,2.4211)..(6.1294,2.4211)..controls(5.8847,2.4211)and(5.6950,2.3534)..(5.4636,2.1832)--(5.4636,3.2655)-- + (4.7537,3.2655)--(4.7537,-.0400)--(5.4349,-.0400)--(5.4349,.2327)..controls(5.6246,-.0161)and(5.7943,-.1032).. + (6.0897,-.1032)..controls(6.7159,-.1032)and(7.1612,.4356)..(7.1612,1.1883)(6.4601,1.1491)..controls(6.4601,.7367)and + (6.2595,.4639)..(5.9508,.4639)..controls(5.6399,.4639)and(5.4349,.7410)..(5.4349,1.1577)..controls(5.4349,1.5745)and + (5.6399,1.8516)..(5.9508,1.8516)..controls(6.2661,1.8516)and(6.4601,1.5854)..(6.4601,1.1491)(3.3647,-.0400)-- + (4.0768,-.0400)--(4.0768,2.3534)--(3.3647,2.3534)--(3.3647,-.0400)--cycle + (3.3647,2.6850)--(4.0768,2.6850)--(4.0768,3.2655)--(3.3647,3.2655)--(3.3647,2.6850)--cycle(2.2381,1.7294)..controls + (2.5600,1.8821)and(2.7099,2.1047)..(2.7099,2.4211)..controls(2.7099,2.7003)and(2.5643,2.9578)..(2.3285,3.0952)..controls + (2.1146,3.2196)and(1.8721,3.2655)..(1.4532,3.2655)--(.0951,3.2655)--(.0951,-.0400)--(1.5171,-.0400)..controls + (1.9934,-.0400)and(2.2293,.0145)..(2.4431,.1759)..controls(2.6636,.3395)and(2.7892,.6123)..(2.7892,.9200)..controls + (2.7892,1.3018)and(2.6239,1.5439)..(2.2381,1.7294)(1.9580,2.3032)..controls(1.9580,2.0959)and + (1.8170,1.9803)..(1.5480,1.9803)--(.8315,1.9803)--(.8315,2.6305)--(1.5480,2.6305)..controls(1.8170,2.6305)and + (1.9580,2.5170)..(1.9580,2.3032)(2.0242,.9941)..controls(2.0242,.7323)and(1.8522,.5927).. + (1.5370,.5927)--(.8315,.5927)--(.8315,1.3956)--(1.5370,1.3956)..controls(1.8522,1.3956)and(2.0242,1.2582).. + (2.0242,.9941); +} +% Library +\newcommand{\LIBEN}[1]{% + \fill[color={#1}] (.8500,3.2600)--(.1004,3.2600)-- + (.1004,-.0455)--(2.4814,-.0455)--(2.4814,.5895)-- + (.8500,.5895)--(.8500,3.2600)--cycle(3.6235,2.3480)--(2.9114,2.3480)--(2.9114,-.0455)--(3.6235,-.0455)-- + (3.6235,2.3480)--cycle(3.6235,3.2600)--(2.9114,3.2600)--(2.9114,2.6819)--(3.6235,2.6819)-- + (3.6235,3.2600)--cycle(4.3003,-.0455)--(4.9815,-.0455)--(4.9815,.2273)..controls(5.1712,-.0193)and(5.3409,-.1087).. + (5.6364,-.1087)..controls(6.2625,-.1087)and(6.7078,.4302)..(6.7078,1.1851)..controls(6.7078,1.9182)and(6.2934,2.4179).. + (5.6760,2.4179)..controls(5.4313,2.4179)and(5.2417,2.3480)..(5.0102,2.1800)--(5.0102,3.2600)--(4.3003,3.2600) + --(4.3003,-.0455)--cycle(5.4975,1.8485)..controls(5.8127,1.8485)and(6.0067,1.5800).. + (6.0067,1.1436)..controls(6.0067,.7335)and(5.8083,.4607)..(5.4975,.4607)..controls(5.1866,.4607)and(4.9815,.7379).. + (4.9815,1.1546)..controls(4.9815,1.5713)and(5.1866,1.8485)..(5.4975,1.8485)(7.2657,2.3480)--(7.2657,-.0455) + --(7.9755,-.0455)--(7.9755,.6288)..controls(7.9755,1.0957)and(7.9998,1.3182)..(8.0704,1.4775)..controls + (8.1519,1.6564)and(8.3526,1.7633)..(8.5973,1.7633)..controls(8.6458,1.7633)and(8.6921,1.7589)..(8.7781,1.7503)-- + (8.7781,2.4135)..controls(8.2621,2.4179)and(8.0814,2.3088)..(7.9403,1.9226)--(7.9602,2.3480)--(7.2657,2.3480)--cycle + (9.8452,1.5953)..controls(9.8739,1.7895)and(10.0149,1.8833)..(10.2707,1.8833)..controls(10.5044,1.8833)and(10.6455,1.7982).. + (10.6455,1.6608)..controls(10.6455,1.5670)and(10.5904,1.5212)..(10.4295,1.4971)--(10.0436,1.4317)..controls(9.3689,1.3226)and + (9.0823,1.0891)..(9.0823,.6441)..controls(9.0823,.1924)and(9.4373,-.1087)..(9.9686,-.1087)..controls(10.2597,-.1087)and + (10.4250,-.0498)..(10.6653,.1444)..controls(10.6896,.0549)and(10.6896,.0397)..(10.7204,-.0455)--(11.4458,-.0455)..controls + (11.3665,.0745)and(11.3576,.1095)..(11.3576,.3669)--(11.3576,1.4666)..controls(11.3576,1.8244)and(11.2915,2.0121).. + (11.1173,2.1648)..controls(10.9255,2.3350)and(10.6455,2.4179)..(10.2795,2.4179)..controls(9.5983,2.4179)and(9.2521,2.1517).. + (9.2080,1.5953)--(9.8452,1.5953)--cycle(10.6653,.7291)..controls(10.5507,.5262)and(10.3809,.4259)..(10.1450,.4259)..controls + (9.9245,.4259)and(9.7834,.5197)..(9.7834,.6789)..controls(9.7834,.8230)and(9.8936,.9059)..(10.1494,.9669)-- + (10.4052,1.0215)..controls(10.5242,1.0455)and(10.5904,1.0651)..(10.6653,1.0957)--(10.6653,.7291)--cycle(12.0366,2.3480)-- + (12.0366,-.0455)--(12.7488,-.0455)--(12.7488,.6288)..controls(12.7488,1.0957)and(12.7731,1.3182)..(12.8436,1.4775)..controls + (12.9251,1.6564)and(13.1236,1.7633)..(13.3705,1.7633)..controls(13.4212,1.7633)and(13.4653,1.7589)..(13.5513,1.7503)-- + (13.5513,2.4135)..controls(13.0354,2.4179)and(12.8547,2.3088)..(12.7135,1.9226)--(12.7334,2.3480)--(12.0366,2.3480)--cycle + (15.5377,2.3480)--(15.2225,1.2680)..controls(15.1673,1.0564)and(15.1277,.8927)..(15.0990,.7335)--(15.0681,.8273)..controls + (15.0130,1.0259)and(15.0130,1.0303)..(14.9425,1.2527)--(14.5875,2.3480)--(13.8269,2.3480)--(14.6228,.3364)..controls + (14.7066,.1291)and(14.7132,.1139)..(14.7132,.0287)..controls(14.7132,-.1785)and(14.5964,-.2723)..(14.3472,-.2723)-- + (14.1356,-.2723)--(14.1356,-.8025)--(14.5523,-.8025)..controls(15.0924,-.8025)and(15.2070,-.7043)..(15.4342,-.0651)-- + (16.2741,2.3480)--(15.5377,2.3480)--cycle; +} +% Kirjasto / Arabia +\newcommand{\LIBAFI}[1]{% + \fill[color={#1}] (1.6300,1.9600)--(2.9307,3.2625)-- + (1.9452,3.2625)--(.8210,2.0428)--(.8210,3.2625)-- + (.0824,3.2625)--(.0824,-.0406)--(.8210,-.0406)--(.8210,1.1441)--(1.1296,1.4561)--(2.1392,-.0406)-- + (3.0410,-.0406)--(1.6300,1.9600)--cycle(4.0772,2.3505)--(3.3673,2.3505)--(3.3673,-.0406)-- + (4.0772,-.0406)--(4.0772,2.3505)--cycle(4.0772,3.2625)--(3.3673,3.2625)--(3.3673,2.6821)-- + (4.0772,2.6821)--(4.0772,3.2625)--cycle(4.7540,2.3505)--(4.7540,-.0406)--(5.4662,-.0406)-- + (5.4662,.6335)..controls(5.4662,1.0982)and(5.4904,1.3208)..(5.5609,1.4800)..controls(5.6403,1.6590)and(5.8410,1.7681).. + (6.0857,1.7681)..controls(6.1363,1.7681)and(6.1827,1.7637)..(6.2665,1.7528)--(6.2665,2.4159)..controls(5.7505,2.4203)and + (5.5697,2.3112)..(5.4308,1.9273)--(5.4507,2.3505)--(4.7540,2.3505)--cycle(6.7074,2.3505)-- + (6.7074,.0488)..controls(6.7074,-.1497)and(6.6280,-.2392)..(6.4473,-.2392)--(6.3172,-.2392)-- + (6.3172,-.8000)--(6.7030,-.8000)..controls(6.9720,-.8000)and(7.1571,-.7345)..(7.2784,-.5905)..controls(7.3930,-.4531)and + (7.4195,-.3396)..(7.4195,.0139)--(7.4195,2.3505)--(6.7074,2.3505)--cycle(7.4195,3.2625)-- + (6.7074,3.2625)--(6.7074,2.6821)--(7.4195,2.6821)--(7.4195,3.2625)--cycle(8.7357,1.6000)..controls(8.7666,1.7921)and + (8.9055,1.8859)..(9.1612,1.8859)..controls(9.3972,1.8859)and(9.5382,1.8030)..(9.5382,1.6634)..controls(9.5382,1.5695)and + (9.4831,1.5259)..(9.3222,1.4997)--(8.9363,1.4364)..controls(8.2595,1.3273)and(7.9751,1.0939)..(7.9751,.6466)..controls + (7.9751,.1971)and(8.3300,-.1061)..(8.8614,-.1061)..controls(9.1524,-.1061)and(9.3177,-.0473)..(9.5581,.1470)..controls + (9.5823,.0575)and(9.5823,.0422)..(9.6132,-.0406)--(10.3386,-.0406)..controls(10.2592,.0771)and(10.2481,.1121).. + (10.2481,.3695)--(10.2481,1.4714)..controls(10.2481,1.8270)and(10.1843,2.0145)..(10.0079,2.1672)..controls(9.8182,2.3352)and + (9.5382,2.4203)..(9.1723,2.4203)..controls(8.4910,2.4203)and(8.1449,2.1519)..(8.0985,1.6000)--(8.7357,1.6000)--cycle + (9.5581,.7317)..controls(9.4413,.5288)and(9.2715,.4285)..(9.0356,.4285)..controls(8.8151,.4285)and(8.6762,.5244).. + (8.6762,.6815)..controls(8.6762,.8255)and(8.7864,.9106)..(9.0421,.9695)--(9.2957,1.0241)..controls(9.4170,1.0480)and + (9.4831,1.0699)..(9.5581,1.0982)--(9.5581,.7317)--cycle(12.9137,1.6350)..controls(12.8520,2.1366)and(12.4727,2.4159).. + (11.8510,2.4159)..controls(11.2095,2.4159)and(10.8192,2.1214)..(10.8192,1.6437)..controls(10.8192,1.2619)and(11.0242,1.0699).. + (11.5555,.9542)--(11.9965,.8561)..controls(12.1861,.8103)and(12.2677,.7470)..(12.2677,.6379)..controls(12.2677,.4982)and + (12.1156,.4044)..(11.8973,.4044)..controls(11.6106,.4044)and(11.4607,.5135)..(11.4211,.7361)--(10.7552,.7361)..controls + (10.7949,.2059)and(11.2095,-.1061)..(11.8819,-.1061)..controls(12.5521,-.1061)and(12.9688,.2124)..(12.9688,.7164)..controls + (12.9688,.9106)and(12.9027,1.0895)..(12.7880,1.1986)..controls(12.6822,1.3077)and(12.5323,1.3709)..(12.2368,1.4299)-- + (11.7915,1.5259)..controls(11.5666,1.5739)and(11.4961,1.6197)..(11.4961,1.7091)..controls(11.4961,1.8270)and(11.6305,1.9055).. + (11.8355,1.9055)..controls(12.0715,1.9055)and(12.2169,1.8117)..(12.2478,1.6350)--(12.9137,1.6350)--cycle + (14.7502,2.3200)--(14.3159,2.3200)--(14.3159,3.0792)--(13.6037,3.0792)--(13.6037,2.3200)--(13.2642,2.3200)-- + (13.2642,1.8270)--(13.6037,1.8270)--(13.6037,.7361)..controls(13.6037,.3651)and(13.6347,.2364).. + (13.7449,.1164)..controls(13.8484,.0030)and(14.0050,-.0406)..(14.3159,-.0406)--(14.7502,-.0406)--(14.7502,.4895)-- + (14.4945,.4895)..controls(14.3313,.4895)and(14.3159,.5179)..(14.3159,.8953)--(14.3159,1.8270)--(14.7502,1.8270)-- + (14.7502,2.3200)--cycle(16.3685,2.4159)..controls(15.6166,2.4159)and(15.0875,1.8924)..(15.0875,1.1594)..controls(15.0875,.4153)and + (15.6166,-.1061)..(16.3685,-.1061)..controls(17.1159,-.1061)and(17.6560,.4153)..(17.6560,1.1376)..controls(17.6560,1.8968)and + (17.1357,2.4159)..(16.3685,2.4159)(16.3685,1.8576)..controls(16.7345,1.8576)and(16.9395,1.6044).. + (16.9395,1.1441)..controls(16.9395,.7121)and(16.7300,.4546)..(16.3685,.4546)..controls + (16.0091,.4546)and(15.8019,.7121)..(15.8019,1.1594)..controls(15.8019,1.6000)and(16.0091,1.8576).. + (16.3685,1.8576)(21.1770,3.2625)--(20.5707,3.2625)--(19.1839,-.0406)--(19.7902,-.0406)--(21.1770,3.2625)--cycle + (24.5083,.6226)--(24.6869,-.0406)--(25.5401,-.0406)--(24.4774,3.2625)--(23.5404,3.2625)-- + (22.3741,-.0406)--(23.1899,-.0406)--(23.4016,.6226)--(24.5083,.6226)--cycle(24.3429,1.2335)--(23.5867,1.2335)-- + (23.9924,2.5229)--(24.3429,1.2335)--cycle(25.9039,2.3505)--(25.9039,-.0406)--(26.6160,-.0406)--(26.6160,.6335)..controls + (26.6160,1.0982)and(26.6402,1.3208)..(26.7108,1.4800)..controls(26.7901,1.6590)and(26.9908,1.7681)..(27.2378,1.7681)..controls + (27.2862,1.7681)and(27.3326,1.7637)..(27.4163,1.7528)--(27.4163,2.4159)..controls(26.9026,2.4203)and(26.7218,2.3112).. + (26.5807,1.9273)--(26.6006,2.3505)--(25.9039,2.3505)--cycle(28.4834,1.6000)..controls(28.5143,1.7921)and + (28.6554,1.8859)..(28.9089,1.8859)..controls(29.1449,1.8859)and(29.2859,1.8030)..(29.2859,1.6634)..controls(29.2859,1.5695)and + (29.2308,1.5259)..(29.0699,1.4997)--(28.6840,1.4364)..controls(28.0094,1.3273)and(27.7228,1.0939)..(27.7228,.6466)..controls + (27.7228,.1971)and(28.0777,-.1061)..(28.6090,-.1061)..controls(28.9001,-.1061)and(29.0654,-.0473)..(29.3058,.1470)..controls + (29.3300,.0575)and(29.3300,.0422)..(29.3609,-.0406)--(30.0862,-.0406)..controls(30.0069,.0771)and(29.9958,.1121).. + (29.9958,.3695)--(29.9958,1.4714)..controls(29.9958,1.8270)and(29.9319,2.0145)..(29.7555,2.1672)..controls(29.5659,2.3352)and + (29.2859,2.4203)..(28.9200,2.4203)..controls(28.2387,2.4203)and(27.8925,2.1519)..(27.8484,1.6000)--(28.4834,1.6000)--cycle + (29.3058,.7317)..controls(29.1911,.5288)and(29.0192,.4285)..(28.7854,.4285)..controls(28.5649,.4285)and(28.4239,.5244).. + (28.4239,.6815)..controls(28.4239,.8255)and(28.5341,.9106)..(28.7898,.9695)--(29.0456,1.0241)..controls(29.1646,1.0480)and + (29.2308,1.0699)..(29.3058,1.0982)--(29.3058,.7317)--cycle(30.6771,-.0406)--(31.3583,-.0406)--(31.3583,.2321)..controls + (31.5502,-.0167)and(31.7200,-.1061)..(32.0153,-.1061)..controls(32.6415,-.1061)and(33.0869,.4350)..(33.0869,1.1877)..controls + (33.0869,1.9208)and(32.6724,2.4203)..(32.0551,2.4203)..controls(31.8103,2.4203)and(31.6185,2.3505)..(31.3892,2.1824)-- + (31.3892,3.2625)--(30.6771,3.2625)--(30.6771,-.0406)--cycle(31.8743,1.8532)..controls(32.1895,1.8532) + and(32.3858,1.5848)..(32.3858,1.1485)..controls(32.3858,.7361)and(32.1851,.4633).. + (31.8743,.4633)..controls(31.5634,.4633)and(31.3583,.7426)..(31.3583,1.1594)..controls(31.3583,1.5739)and(31.5634,1.8532).. + (31.8743,1.8532)(34.3546,2.3505)--(33.6425,2.3505)--(33.6425,-.0406)--(34.3546,-.0406)-- + (34.3546,2.3505)--cycle(34.3546,3.2625)--(33.6425,3.2625)--(33.6425,2.6821)--(34.3546,2.6821)-- + (34.3546,3.2625)--cycle(35.6708,1.6000)..controls(35.7016,1.7921)and(35.8428,1.8859)..(36.0963,1.8859)..controls(36.3322,1.8859)and + (36.4733,1.8030)..(36.4733,1.6634)..controls(36.4733,1.5695)and(36.4182,1.5259)..(36.2572,1.4997)--(35.8714,1.4364)..controls + (35.1946,1.3273)and(34.9102,1.0939)..(34.9102,.6466)..controls(34.9102,.1971)and(35.2651,-.1061)..(35.7964,-.1061)..controls + (36.0875,-.1061)and(36.2528,-.0473)..(36.4932,.1470)..controls(36.5174,.0575)and(36.5174,.0422)..(36.5483,-.0406)-- + (37.2736,-.0406)..controls(37.1943,.0771)and(37.1832,.1121)..(37.1832,.3695)--(37.1832,1.4714)..controls(37.1832,1.8270)and + (37.1193,2.0145)..(36.9429,2.1672)..controls(36.7533,2.3352)and(36.4733,2.4203)..(36.1073,2.4203)..controls(35.4261,2.4203)and + (35.0799,2.1519)..(35.0358,1.6000)--(35.6708,1.6000)--cycle(36.4932,.7317)..controls(36.3785,.5288)and + (36.2066,.4285)..(35.9728,.4285)..controls(35.7523,.4285)and(35.6113,.5244)..(35.6113,.6815)..controls + (35.6113,.8255)and(35.7215,.9106)..(35.9772,.9695)--(36.2330,1.0241)..controls(36.3520,1.0480)and + (36.4182,1.0699)..(36.4932,1.0982)--(36.4932,.7317)--cycle; +} +% Biblioteket / Arabia +\newcommand{\LIBASE}[1]{% + \fill[color={#1}] (44.2500,-.0400)..controls(44.1707,.0777) + and(44.1619,.1127)..(44.1619,.3701)-- + (44.1619,1.4697)..controls(44.1619,1.8276)and(44.0957,2.0152)..(43.9216,2.1702)..controls(43.7298,2.3382)and(43.4498,2.4211).. + (43.0838,2.4211)..controls(42.4025,2.4211)and(42.0564,2.1549)..(42.0123,1.5985)--(42.6495,1.5985)..controls + (42.6781,1.7927)and(42.8192,1.8865)..(43.0750,1.8865)..controls(43.3087,1.8865)and(43.4498,1.8036).. + (43.4498,1.6639)..controls(43.4498,1.5701)and(43.3946,1.5243)..(43.2337,1.5003)--(42.8479,1.4349)..controls + (42.1733,1.3279)and(41.8867,1.0945)..(41.8867,.6472)..controls(41.8867,.1977)and(42.2416,-.1032).. + (42.7729,-.1032)..controls(43.0639,-.1032)and(43.2293,-.0442)..(43.4696,.1476)..controls + (43.4938,.0581)and(43.4938,.0428)..(43.5247,-.0400)--(44.2500,-.0400)--cycle(43.4696,.7323)..controls(43.3550,.5294)and + (43.1852,.4290)..(42.9493,.4290)..controls(42.7288,.4290)and(42.5877,.5229)..(42.5877,.6821)..controls(42.5877,.8261)and + (42.6980,.9112)..(42.9537,.9701)--(43.2095,1.0247)..controls(43.3285,1.0486)and(43.3946,1.0683)..(43.4696,1.0988)-- + (43.4696,.7323)--cycle(40.6189,-.0400)--(41.3311,-.0400)--(41.3311,2.3534)--(40.6189,2.3534)-- + (40.6189,-.0400)--cycle(40.6189,2.6850)--(41.3311,2.6850)--(41.3311,3.2655)--(40.6189,3.2655)--(40.6189,2.6850)--cycle + (40.0633,1.1883)..controls(40.0633,1.9214)and(39.6489,2.4211)..(39.0315,2.4211)..controls(38.7868,2.4211)and(38.5972,2.3534).. + (38.3657,2.1832)--(38.3657,3.2655)--(37.6558,3.2655)--(37.6558,-.0400)--(38.3371,-.0400)--(38.3371,.2327)..controls + (38.5266,-.0161)and(38.6964,-.1032)..(38.9918,-.1032)..controls(39.6180,-.1032)and(40.0633,.4356)..(40.0633,1.1883) + (39.3623,1.1491)..controls(39.3623,.7367)and(39.1616,.4639)..(38.8529,.4639)..controls(38.5421,.4639)and(38.3371,.7410).. + (38.3371,1.1577)..controls(38.3371,1.5745)and(38.5421,1.8516)..(38.8529,1.8516)..controls(39.1682,1.8516)and(39.3623,1.5854).. + (39.3623,1.1491)(36.3374,-.0400)--(37.0649,-.0400)..controls(36.9833,.0777)and(36.9745,.1127).. + (36.9745,.3701)--(36.9745,1.4697)..controls(36.9745,1.8276)and(36.9083,2.0152)..(36.7342,2.1702)..controls(36.5424,2.3382)and + (36.2624,2.4211)..(35.8964,2.4211)..controls(35.2151,2.4211)and(34.8712,2.1549)..(34.8249,1.5985)--(35.4621,1.5985)..controls + (35.4907,1.7927)and(35.6319,1.8865)..(35.8876,1.8865)..controls(36.1213,1.8865)and(36.2624,1.8036)..(36.2624,1.6639)..controls + (36.2624,1.5701)and(36.2072,1.5243)..(36.0485,1.5003)--(35.6627,1.4349)..controls(34.9859,1.3279)and(34.6993,1.0945).. + (34.6993,.6472)..controls(34.6993,.1977)and(35.0564,-.1032)..(35.5855,-.1032)..controls(35.8765,-.1032)and(36.0419,-.0442).. + (36.2822,.1476)..controls(36.3087,.0581)and(36.3087,.0428)..(36.3374,-.0400)(36.2822,.7323)..controls + (36.1676,.5294)and(35.9978,.4290)..(35.7619,.4290)..controls(35.5414,.4290)and(35.4004,.5229).. + (35.4004,.6821)..controls(35.4004,.8261)and(35.5106,.9112)..(35.7663,.9701)--(36.0221,1.0247)..controls + (36.1434,1.0486)and(36.2072,1.0683)..(36.2822,1.0988)--(36.2822,.7323)--cycle(34.2142,1.7687)..controls(34.2649,1.7687)and + (34.3090,1.7621)..(34.3950,1.7534)--(34.3950,2.4167)..controls(33.8791,2.4211)and(33.6983,2.3141)..(33.5572,1.9258)-- + (33.5770,2.3534)--(32.8825,2.3534)--(32.8825,-.0400)--(33.5925,-.0400)--(33.5925,.6319)..controls(33.5925,1.0988)and + (33.6190,1.3214)..(33.6894,1.4806)..controls(33.7689,1.6596)and(33.9695,1.7687)..(34.2142,1.7687)(31.6655,-.0400) + --(32.5166,-.0400)--(31.4539,3.2655)--(30.5191,3.2655)--(29.3506,-.0400)--(30.1663,-.0400)-- + (30.3780,.6232)--(31.4847,.6232)--(31.6655,-.0400)--cycle(31.3194,1.2320)--(30.5632,1.2320)--(30.9689,2.5258)-- + (31.3194,1.2320)--cycle(26.8174,-.0400)--(28.2041,3.2655)--(27.5978,3.2655)--(26.2111,-.0400)-- + (26.8174,-.0400)--cycle(24.3768,.0232)--(24.8111,.0232)--(24.8111,.5533)--(24.5553,.5533)..controls(24.3922,.5533)and + (24.3768,.5839)..(24.3768,.9592)--(24.3768,1.8930)--(24.8111,1.8930)--(24.8111,2.3883)--(24.3768,2.3883)-- + (24.3768,3.1455)--(23.6646,3.1455)--(23.6646,2.3883)--(23.3251,2.3883)--(23.3251,1.8930)--(23.6646,1.8930)-- + (23.6646,.8021)..controls(23.6646,.4290)and(23.6955,.3003)..(23.8057,.1824)..controls(23.9093,.0668)and(24.0658,.0232).. + (24.3768,.0232)(21.3210,1.0138)--(23.0385,1.0138)..controls(23.0385,1.3323)and(23.0032,1.5439).. + (22.9282,1.7425)..controls(22.7540,2.2182)and(22.3616,2.4821)..(21.8413,2.4821)..controls + (21.1159,2.4821)and(20.6044,1.9606)..(20.6044,1.2188)..controls(20.6044,.4639)and(21.1005,-.0400).. + (21.8458,-.0400)..controls(22.4233,-.0400)and(22.8731,.2566)..(23.0076,.7214)--(22.2867,.7214)..controls + (22.1875,.5730)and(22.0574,.5097)..(21.8678,.5097)..controls(21.5613,.5097)and(21.3651,.6865)..(21.3210,1.0138) + (21.3254,1.5112)..controls(21.3805,1.7883)and(21.5613,1.9476)..(21.8369,1.9476)..controls(22.1125,1.9476)and(22.2778,1.7883).. + (22.3065,1.5112)--(21.3254,1.5112)--cycle(20.4545,.0232)--(19.4536,1.5047)--(20.3752,2.4167)-- + (19.4933,2.4167)--(18.7503,1.5941)--(18.7503,3.3287)--(18.0404,3.3287)--(18.0404,.0232)--(18.7503,.0232)-- + (18.7503,.8218)--(18.9818,1.0443)--(19.5837,.0232)--(20.4545,.0232)--cycle(15.7607,1.0138)--(17.4782,1.0138)..controls + (17.4782,1.3323)and(17.4451,1.5439)..(17.3702,1.7425)..controls(17.1938,2.2182)and(16.8035,2.4821)..(16.2832,2.4821)..controls + (15.5556,2.4821)and(15.0442,1.9606)..(15.0442,1.2188)..controls(15.0442,.4639)and(15.5403,-.0400)..(16.2876,-.0400)..controls + (16.8631,-.0400)and(17.3151,.2566)..(17.4495,.7214)--(16.7285,.7214)..controls(16.6272,.5730)and(16.4971,.5097).. + (16.3075,.5097)..controls(16.0010,.5097)and(15.8070,.6865)..(15.7607,1.0138)(15.7673,1.5112)..controls(15.8224,1.7883)and + (16.0010,1.9476)..(16.2766,1.9476)..controls(16.5522,1.9476)and(16.7175,1.7883)..(16.7484,1.5112)--(15.7673,1.5112)-- + cycle(14.2747,.0232)--(14.7091,.0232)--(14.7091,.5533)--(14.4533,.5533)..controls(14.2879,.5533)and + (14.2747,.5839)..(14.2747,.9592)--(14.2747,1.8930)--(14.7091,1.8930)--(14.7091,2.3883)--(14.2747,2.3883)-- + (14.2747,3.1455)--(13.5626,3.1455)--(13.5626,2.3883)--(13.2230,2.3883)--(13.2230,1.8930)--(13.5626,1.8930)-- + (13.5626,.8021)..controls(13.5626,.4290)and(13.5934,.3003)..(13.7037,.1824)..controls(13.8073,.0668)and(13.9639,.0232).. + (14.2747,.0232)(12.9364,1.2036)..controls(12.9364,1.9606)and(12.4161,2.4821)..(11.6489,2.4821)..controls(10.8971,2.4821)and + (10.3679,1.9564)..(10.3679,1.2232)..controls(10.3679,.4792)and(10.8971,-.0400)..(11.6489,-.0400)..controls(12.3963,-.0400)and + (12.9364,.4792)..(12.9364,1.2036)(12.2199,1.2079)..controls(12.2199,.7759)and(12.0104,.5185)..(11.6489,.5185)..controls + (11.2895,.5185)and(11.0823,.7759)..(11.0823,1.2232)..controls(11.0823,1.6639)and(11.2895,1.9214)..(11.6489,1.9214)..controls + (12.0149,1.9214)and(12.2199,1.6683)..(12.2199,1.2079)(9.1002,.0232)--(9.8102,.0232)--(9.8102,2.4167)-- + (9.1002,2.4167)--(9.1002,.0232)--cycle(9.1002,2.7505)--(9.8102,2.7505)--(9.8102,3.3287)-- + (9.1002,3.3287)--(9.1002,2.7505)--cycle(7.7135,.0232)--(8.4233,.0232)--(8.4233,3.3287)--(7.7135,3.3287)-- + (7.7135,.0232)--cycle(7.1579,1.2515)..controls(7.1579,1.9868)and(6.7412,2.4865)..(6.1261,2.4865)..controls + (5.8792,2.4865)and(5.6895,2.4167)..(5.4580,2.2487)--(5.4580,3.3287)--(4.7482,3.3287)-- + (4.7482,.0232)--(5.4294,.0232)--(5.4294,.2959)..controls(5.6190,.0472)and(5.7887,-.0400)..(6.0842,-.0400)..controls + (6.7104,-.0400)and(7.1579,.4988)..(7.1579,1.2515)(6.4546,1.2123)..controls(6.4546,.8021)and(6.2561,.5294).. + (5.9453,.5294)..controls(5.6344,.5294)and(5.4294,.8065)..(5.4294,1.2232)..controls(5.4294,1.6400)and(5.6344,1.9170).. + (5.9453,1.9170)..controls(6.2606,1.9170)and(6.4546,1.6487)..(6.4546,1.2123)(3.3613,.0232)--(4.0713,.0232)-- + (4.0713,2.4167)--(3.3613,2.4167)--(3.3613,.0232)--cycle(3.3613,2.7505)--(4.0713,2.7505)--(4.0713,3.3287)-- + (3.3613,3.3287)--(3.3613,2.7505)--cycle(2.2325,1.7927)..controls(2.5545,1.9476)and(2.7044,2.1702) + ..(2.7044,2.4865)..controls(2.7044,2.7636)and(2.5588,3.0211)..(2.3230,3.1607)..controls + (2.1091,3.2851)and(1.8687,3.3287)..(1.4477,3.3287)--(.0895,3.3287)--(.0895,.0232)-- + (1.5116,.0232)..controls(1.9878,.0232)and(2.2237,.0777)..(2.4398,.2414)..controls(2.6603,.4050)and(2.7837,.6777).. + (2.7837,.9854)..controls(2.7837,1.3672)and(2.6183,1.6094)..(2.2325,1.7927)(1.9525,2.3687)..controls(1.9525,2.1592)and + (1.8136,2.0458)..(1.5425,2.0458)--(.8259,2.0458)--(.8259,2.6938)--(1.5425,2.6938)..controls(1.8136,2.6938)and + (1.9525,2.5803)..(1.9525,2.3687)(2.0186,1.0596)..controls(2.0186,.7956)and(1.8489,.6581)..(1.5314,.6581)-- + (.8259,.6581)--(.8259,1.4611)--(1.5314,1.4611)..controls(1.8489,1.4611)and(2.0186,1.3214)..(2.0186,1.0596); +} +% Library / Arabia +\newcommand{\LIBAEN}[1]{% + \fill[color={#1}] (.8500,3.2600)--(.1004,3.2600)-- + (.1004,-.0455)--(2.4814,-.0455)--(2.4814,.5895)-- + (.8500,.5895)--(.8500,3.2600)--cycle(3.6235,2.3480)--(2.9114,2.3480)--(2.9114,-.0455)--(3.6235,-.0455)-- + (3.6235,2.3480)--cycle(3.6235,3.2600)--(2.9114,3.2600)--(2.9114,2.6819)--(3.6235,2.6819)-- + (3.6235,3.2600)--cycle(4.3003,-.0455)--(4.9815,-.0455)--(4.9815,.2273)..controls(5.1712,-.0193)and(5.3409,-.1087).. + (5.6364,-.1087)..controls(6.2625,-.1087)and(6.7078,.4302)..(6.7078,1.1851)..controls(6.7078,1.9182)and(6.2934,2.4179).. + (5.6760,2.4179)..controls(5.4313,2.4179)and(5.2417,2.3480)..(5.0102,2.1800)--(5.0102,3.2600)--(4.3003,3.2600) + --(4.3003,-.0455)--cycle(5.4975,1.8485)..controls(5.8127,1.8485)and(6.0067,1.5800).. + (6.0067,1.1436)..controls(6.0067,.7335)and(5.8083,.4607)..(5.4975,.4607)..controls(5.1866,.4607)and(4.9815,.7379).. + (4.9815,1.1546)..controls(4.9815,1.5713)and(5.1866,1.8485)..(5.4975,1.8485)(7.2657,2.3480)--(7.2657,-.0455) + --(7.9755,-.0455)--(7.9755,.6288)..controls(7.9755,1.0957)and(7.9998,1.3182)..(8.0704,1.4775)..controls + (8.1519,1.6564)and(8.3526,1.7633)..(8.5973,1.7633)..controls(8.6458,1.7633)and(8.6921,1.7589)..(8.7781,1.7503)-- + (8.7781,2.4135)..controls(8.2621,2.4179)and(8.0814,2.3088)..(7.9403,1.9226)--(7.9602,2.3480)--(7.2657,2.3480)--cycle + (9.8452,1.5953)..controls(9.8739,1.7895)and(10.0149,1.8833)..(10.2707,1.8833)..controls(10.5044,1.8833)and(10.6455,1.7982).. + (10.6455,1.6608)..controls(10.6455,1.5670)and(10.5904,1.5212)..(10.4295,1.4971)--(10.0436,1.4317)..controls(9.3689,1.3226)and + (9.0823,1.0891)..(9.0823,.6441)..controls(9.0823,.1924)and(9.4373,-.1087)..(9.9686,-.1087)..controls(10.2597,-.1087)and + (10.4250,-.0498)..(10.6653,.1444)..controls(10.6896,.0549)and(10.6896,.0397)..(10.7204,-.0455)--(11.4458,-.0455)..controls + (11.3665,.0745)and(11.3576,.1095)..(11.3576,.3669)--(11.3576,1.4666)..controls(11.3576,1.8244)and(11.2915,2.0121).. + (11.1173,2.1648)..controls(10.9255,2.3350)and(10.6455,2.4179)..(10.2795,2.4179)..controls(9.5983,2.4179)and(9.2521,2.1517).. + (9.2080,1.5953)--(9.8452,1.5953)--cycle(10.6653,.7291)..controls(10.5507,.5262)and(10.3809,.4259)..(10.1450,.4259)..controls + (9.9245,.4259)and(9.7834,.5197)..(9.7834,.6789)..controls(9.7834,.8230)and(9.8936,.9059)..(10.1494,.9669)-- + (10.4052,1.0215)..controls(10.5242,1.0455)and(10.5904,1.0651)..(10.6653,1.0957)--(10.6653,.7291)--cycle(12.0366,2.3480)-- + (12.0366,-.0455)--(12.7488,-.0455)--(12.7488,.6288)..controls(12.7488,1.0957)and(12.7731,1.3182)..(12.8436,1.4775)..controls + (12.9251,1.6564)and(13.1236,1.7633)..(13.3705,1.7633)..controls(13.4212,1.7633)and(13.4653,1.7589)..(13.5513,1.7503)-- + (13.5513,2.4135)..controls(13.0354,2.4179)and(12.8547,2.3088)..(12.7135,1.9226)--(12.7334,2.3480)--(12.0366,2.3480)--cycle + (15.5377,2.3480)--(15.2225,1.2680)..controls(15.1673,1.0564)and(15.1277,.8927)..(15.0990,.7335)--(15.0681,.8273)..controls + (15.0130,1.0259)and(15.0130,1.0303)..(14.9425,1.2527)--(14.5875,2.3480)--(13.8269,2.3480)--(14.6228,.3364)..controls + (14.7066,.1291)and(14.7132,.1139)..(14.7132,.0287)..controls(14.7132,-.1785)and(14.5964,-.2723)..(14.3472,-.2723)-- + (14.1356,-.2723)--(14.1356,-.8025)--(14.5523,-.8025)..controls(15.0924,-.8025)and(15.2070,-.7043)..(15.4342,-.0651)-- + (16.2741,2.3480)--(15.5377,2.3480)--cycle(19.5460,3.2600)--(18.9397,3.2600)--(17.5529,-.0455)--(18.1570,-.0455)-- + (19.5460,3.2600)--cycle(22.8751,.6200)--(23.0558,-.0455)--(23.9069,-.0455)--(22.8464,3.2600)-- + (21.9094,3.2600)--(20.7431,-.0455)--(21.5589,-.0455)--(21.7683,.6200)--(22.8751,.6200)--cycle + (22.7097,1.2288)--(21.9535,1.2288)--(22.3592,2.5226)--(22.7097,1.2288)--cycle(24.2728,2.3480)--(24.2728,-.0455)-- + (24.9850,-.0455)--(24.9850,.6288)..controls(24.9850,1.0957)and(25.0093,1.3182)..(25.0798,1.4775)..controls(25.1592,1.6564)and + (25.3598,1.7633)..(25.6045,1.7633)..controls(25.6552,1.7633)and(25.7015,1.7589)..(25.7853,1.7503)--(25.7853,2.4135)..controls + (25.2694,2.4179)and(25.0908,2.3088)..(24.9497,1.9226)--(24.9696,2.3480)--(24.2728,2.3480)--cycle(26.8524,1.5953)..controls + (26.8833,1.7895)and(27.0221,1.8833)..(27.2779,1.8833)..controls(27.5138,1.8833)and(27.6549,1.7982)..(27.6549,1.6608)..controls + (27.6549,1.5670)and(27.5998,1.5212)..(27.4389,1.4971)--(27.0530,1.4317)..controls(26.3762,1.3226)and(26.0917,1.0891).. + (26.0917,.6441)..controls(26.0917,.1924)and(26.4467,-.1087)..(26.9781,-.1087)..controls(27.2691,-.1087)and(27.4344,-.0498).. + (27.6747,.1444)..controls(27.6990,.0549)and(27.6990,.0397)..(27.7298,-.0455)--(28.4552,-.0455)..controls(28.3759,.0745)and + (28.3649,.1095)..(28.3649,.3669)--(28.3649,1.4666)..controls(28.3649,1.8244)and(28.3009,2.0121)..(28.1245,2.1648)..controls + (27.9349,2.3350)and(27.6549,2.4179)..(27.2889,2.4179)..controls(26.6077,2.4179)and(26.2615,2.1517)..(26.2174,1.5953)-- + (26.8524,1.5953)--cycle(27.6747,.7291)..controls(27.5579,.5262)and(27.3881,.4259)..(27.1523,.4259)..controls(26.9318,.4259)and + (26.7928,.5197)..(26.7928,.6789)..controls(26.7928,.8230)and(26.9031,.9059)..(27.1589,.9669)--(27.4146,1.0215)..controls + (27.5337,1.0455)and(27.5998,1.0651)..(27.6747,1.0957)--(27.6747,.7291)--cycle(29.0461,-.0455)--(29.7274,-.0455)-- + (29.7274,.2273)..controls(29.9169,-.0193)and(30.0889,-.1087)..(30.3843,-.1087)..controls(31.0105,-.1087)and(31.4558,.4302).. + (31.4558,1.1851)..controls(31.4558,1.9182)and(31.0392,2.4179)..(30.4240,2.4179)..controls(30.1793,2.4179)and(29.9875,2.3480).. + (29.7582,2.1800)--(29.7582,3.2600)--(29.0461,3.2600)--(29.0461,-.0455)--cycle(30.2432,1.8485)..controls(30.5586,1.8485)and + (30.7547,1.5800)..(30.7547,1.1436)..controls(30.7547,.7335)and(30.5541,.4607)..(30.2432,.4607)..controls(29.9324,.4607)and + (29.7274,.7379)..(29.7274,1.1546)..controls(29.7274,1.5713)and(29.9324,1.8485)..(30.2432,1.8485)(32.7235,2.3480)-- + (32.0114,2.3480)--(32.0114,-.0455)--(32.7235,-.0455)--(32.7235,2.3480)--cycle + (32.7235,3.2600)--(32.0114,3.2600)--(32.0114,2.6819)--(32.7235,2.6819)--(32.7235,3.2600)--cycle(34.0398,1.5953)..controls + (34.0707,1.7895)and(34.2095,1.8833)..(34.4652,1.8833)..controls(34.7012,1.8833)and(34.8423,1.7982)..(34.8423,1.6608)..controls + (34.8423,1.5670)and(34.7872,1.5212)..(34.6263,1.4971)--(34.2404,1.4317)..controls(33.5636,1.3226)and(33.2791,1.0891).. + (33.2791,.6441)..controls(33.2791,.1924)and(33.6341,-.1087)..(34.1654,-.1087)..controls(34.4565,-.1087)and(34.6218,-.0498).. + (34.8621,.1444)..controls(34.8864,.0549)and(34.8864,.0397)..(34.9172,-.0455)--(35.6426,-.0455)..controls(35.5633,.0745)and + (35.5522,.1095)..(35.5522,.3669)--(35.5522,1.4666)..controls(35.5522,1.8244)and(35.4883,2.0121)..(35.3119,2.1648)..controls + (35.1223,2.3350)and(34.8423,2.4179)..(34.4763,2.4179)..controls(33.7951,2.4179)and(33.4489,2.1517)..(33.4048,1.5953)-- + (34.0398,1.5953)--cycle(34.8621,.7291)..controls(34.7453,.5262)and(34.5755,.4259)..(34.3396,.4259)..controls + (34.1192,.4259)and(33.9802,.5197)..(33.9802,.6789)..controls(33.9802,.8230)and + (34.0904,.9059)..(34.3462,.9669)--(34.5998,1.0215)..controls(34.7210,1.0455)and(34.7872,1.0651)..(34.8621,1.0957)-- + (34.8621,.7291)--cycle; +} +% Kirjasto / Otaniemi +\newcommand{\LIBOFI}[1]{% + \fill[color={#1}] (1.6300,1.9600)--(2.9307,3.2625)-- + (1.9452,3.2625)--(.8210,2.0428)--(.8210,3.2625)-- + (.0824,3.2625)--(.0824,-.0406)--(.8210,-.0406)--(.8210,1.1441)--(1.1296,1.4561)--(2.1392,-.0406)-- + (3.0410,-.0406)--(1.6300,1.9600)--cycle(4.0772,2.3505)--(3.3673,2.3505)--(3.3673,-.0406)-- + (4.0772,-.0406)--(4.0772,2.3505)--cycle(4.0772,3.2625)--(3.3673,3.2625)--(3.3673,2.6821)-- + (4.0772,2.6821)--(4.0772,3.2625)--cycle(4.7540,2.3505)--(4.7540,-.0406)--(5.4662,-.0406)-- + (5.4662,.6335)..controls(5.4662,1.0982)and(5.4904,1.3208)..(5.5609,1.4800)..controls(5.6403,1.6590)and(5.8410,1.7681).. + (6.0857,1.7681)..controls(6.1363,1.7681)and(6.1827,1.7637)..(6.2665,1.7528)--(6.2665,2.4159)..controls(5.7505,2.4203)and + (5.5697,2.3112)..(5.4308,1.9273)--(5.4507,2.3505)--(4.7540,2.3505)--cycle(6.7074,2.3505)-- + (6.7074,.0488)..controls(6.7074,-.1497)and(6.6280,-.2392)..(6.4473,-.2392)--(6.3172,-.2392)-- + (6.3172,-.8000)--(6.7030,-.8000)..controls(6.9720,-.8000)and(7.1571,-.7345)..(7.2784,-.5905)..controls(7.3930,-.4531)and + (7.4195,-.3396)..(7.4195,.0139)--(7.4195,2.3505)--(6.7074,2.3505)--cycle(7.4195,3.2625)-- + (6.7074,3.2625)--(6.7074,2.6821)--(7.4195,2.6821)--(7.4195,3.2625)--cycle(8.7357,1.6000)..controls(8.7666,1.7921)and + (8.9055,1.8859)..(9.1612,1.8859)..controls(9.3972,1.8859)and(9.5382,1.8030)..(9.5382,1.6634)..controls(9.5382,1.5695)and + (9.4831,1.5259)..(9.3222,1.4997)--(8.9363,1.4364)..controls(8.2595,1.3273)and(7.9751,1.0939)..(7.9751,.6466)..controls + (7.9751,.1971)and(8.3300,-.1061)..(8.8614,-.1061)..controls(9.1524,-.1061)and(9.3177,-.0473)..(9.5581,.1470)..controls + (9.5823,.0575)and(9.5823,.0422)..(9.6132,-.0406)--(10.3386,-.0406)..controls(10.2592,.0771)and(10.2481,.1121).. + (10.2481,.3695)--(10.2481,1.4714)..controls(10.2481,1.8270)and(10.1843,2.0145)..(10.0079,2.1672)..controls(9.8182,2.3352)and + (9.5382,2.4203)..(9.1723,2.4203)..controls(8.4910,2.4203)and(8.1449,2.1519)..(8.0985,1.6000)--(8.7357,1.6000)--cycle + (9.5581,.7317)..controls(9.4413,.5288)and(9.2715,.4285)..(9.0356,.4285)..controls(8.8151,.4285)and(8.6762,.5244).. + (8.6762,.6815)..controls(8.6762,.8255)and(8.7864,.9106)..(9.0421,.9695)--(9.2957,1.0241)..controls(9.4170,1.0480)and + (9.4831,1.0699)..(9.5581,1.0982)--(9.5581,.7317)--cycle(12.9137,1.6350)..controls(12.8520,2.1366)and(12.4727,2.4159).. + (11.8510,2.4159)..controls(11.2095,2.4159)and(10.8192,2.1214)..(10.8192,1.6437)..controls(10.8192,1.2619)and(11.0242,1.0699).. + (11.5555,.9542)--(11.9965,.8561)..controls(12.1861,.8103)and(12.2677,.7470)..(12.2677,.6379)..controls(12.2677,.4982)and + (12.1156,.4044)..(11.8973,.4044)..controls(11.6106,.4044)and(11.4607,.5135)..(11.4211,.7361)--(10.7552,.7361)..controls + (10.7949,.2059)and(11.2095,-.1061)..(11.8819,-.1061)..controls(12.5521,-.1061)and(12.9688,.2124)..(12.9688,.7164)..controls + (12.9688,.9106)and(12.9027,1.0895)..(12.7880,1.1986)..controls(12.6822,1.3077)and(12.5323,1.3709)..(12.2368,1.4299)-- + (11.7915,1.5259)..controls(11.5666,1.5739)and(11.4961,1.6197)..(11.4961,1.7091)..controls(11.4961,1.8270)and(11.6305,1.9055).. + (11.8355,1.9055)..controls(12.0715,1.9055)and(12.2169,1.8117)..(12.2478,1.6350)--(12.9137,1.6350)--cycle + (14.7502,2.3200)--(14.3159,2.3200)--(14.3159,3.0792)--(13.6037,3.0792)--(13.6037,2.3200)--(13.2642,2.3200)-- + (13.2642,1.8270)--(13.6037,1.8270)--(13.6037,.7361)..controls(13.6037,.3651)and(13.6347,.2364).. + (13.7449,.1164)..controls(13.8484,.0030)and(14.0050,-.0406)..(14.3159,-.0406)--(14.7502,-.0406)--(14.7502,.4895)-- + (14.4945,.4895)..controls(14.3313,.4895)and(14.3159,.5179)..(14.3159,.8953)--(14.3159,1.8270)--(14.7502,1.8270)-- + (14.7502,2.3200)--cycle(16.3685,2.4159)..controls(15.6166,2.4159)and(15.0875,1.8924)..(15.0875,1.1594)..controls(15.0875,.4153)and + (15.6166,-.1061)..(16.3685,-.1061)..controls(17.1159,-.1061)and(17.6560,.4153)..(17.6560,1.1376)..controls(17.6560,1.8968)and + (17.1357,2.4159)..(16.3685,2.4159)(16.3685,1.8576)..controls(16.7345,1.8576)and(16.9395,1.6044).. + (16.9395,1.1441)..controls(16.9395,.7121)and(16.7300,.4546)..(16.3685,.4546)..controls + (16.0091,.4546)and(15.8019,.7121)..(15.8019,1.1594)..controls(15.8019,1.6000)and(16.0091,1.8576).. + (16.3685,1.8576)(21.1527,3.2625)--(20.5464,3.2625)--(19.1575,-.0406)--(19.7638,-.0406)--(21.1527,3.2625)--cycle + (24.2922,3.3367)..controls(23.8557,3.3367)and(23.4610,3.1927)..(23.1546,2.9156)..controls(22.8239,2.6188)and(22.6387,2.1519).. + (22.6387,1.6153)..controls(22.6387,.5789)and(23.3045,-.1149)..(24.2966,-.1149)..controls(25.2799,-.1149)and(25.9546,.5789).. + (25.9546,1.5848)..controls(25.9546,2.6472)and(25.2998,3.3367)..(24.2922,3.3367)(24.2966,2.7083)..controls + (24.8478,2.7083)and(25.1675,2.2959)..(25.1675,1.6000)..controls(25.1675,.9303)and(24.8324,.5135).. + (24.2966,.5135)..controls(23.7521,.5135)and(23.4258,.9259)..(23.4258,1.6153)..controls + (23.4258,2.2959)and(23.7521,2.7083)..(24.2966,2.7083)(27.7625,2.3200)--(27.3281,2.3200)--(27.3281,3.0792)-- + (26.6160,3.0792)--(26.6160,2.3200)--(26.2765,2.3200)--(26.2765,1.8270)--(26.6160,1.8270)-- + (26.6160,.7361)..controls(26.6160,.3651)and(26.6468,.2364)..(26.7571,.1164)..controls(26.8607,.0030)and(27.0173,-.0406).. + (27.3281,-.0406)--(27.7625,-.0406)--(27.7625,.4895)--(27.5067,.4895)..controls(27.3413,.4895)and(27.3281,.5179).. + (27.3281,.8953)--(27.3281,1.8270)--(27.7625,1.8270)--(27.7625,2.3200)--cycle(28.9001,1.6000)..controls(28.9287,1.7921)and + (29.0699,1.8859)..(29.3256,1.8859)..controls(29.5615,1.8859)and(29.7004,1.8030)..(29.7004,1.6634)..controls(29.7004,1.5695)and + (29.6453,1.5259)..(29.4866,1.4997)--(29.1008,1.4364)..controls(28.4239,1.3273)and(28.1395,1.0939)..(28.1395,.6466)..controls + (28.1395,.1971)and(28.4945,-.1061)..(29.0258,-.1061)..controls(29.3145,-.1061)and(29.4799,-.0473)..(29.7203,.1470)..controls + (29.7467,.0575)and(29.7467,.0422)..(29.7754,-.0406)--(30.5029,-.0406)..controls(30.4213,.0771)and(30.4126,.1121).. + (30.4126,.3695)--(30.4126,1.4714)..controls(30.4126,1.8270)and(30.3464,2.0145)..(30.1722,2.1672)..controls(29.9826,2.3352)and + (29.7004,2.4203)..(29.3344,2.4203)..controls(28.6531,2.4203)and(28.3092,2.1519)..(28.2630,1.6000)--(28.9001,1.6000)--cycle + (29.7203,.7317)..controls(29.6056,.5288)and(29.4358,.4285)..(29.2000,.4285)..controls(28.9795,.4285)and(28.8405,.5244).. + (28.8405,.6815)..controls(28.8405,.8255)and(28.9508,.9106)..(29.2043,.9695)--(29.4601,1.0241)..controls(29.5814,1.0480)and + (29.6453,1.0699)..(29.7203,1.0982)--(29.7203,.7317)--cycle(31.0938,2.3505)--(31.0938,-.0406)--(31.8059,-.0406)-- + (31.8059,1.3012)..controls(31.8059,1.5106)and(31.8302,1.6088)..(31.9095,1.6982)..controls(31.9845,1.7834)and(32.0948,1.8270).. + (32.2160,1.8270)..controls(32.3417,1.8270)and(32.4453,1.7768)..(32.5048,1.6873)..controls(32.5665,1.6000)and(32.5820,1.5041).. + (32.5820,1.2619)--(32.5820,-.0406)--(33.2919,-.0406)--(33.2919,1.5106)..controls(33.2919,2.0733)and(32.9722,2.4203).. + (32.4453,2.4203)..controls(32.1961,2.4203)and(32.0507,2.3548)..(31.7838,2.1170)--(31.7838,2.3505)--(31.0938,2.3505) + --cycle(34.6787,2.3505)--(33.9688,2.3505)--(33.9688,-.0406)--(34.6787,-.0406)--(34.6787,2.3505)--cycle + (34.6787,3.2625)--(33.9688,3.2625)--(33.9688,2.6821)--(34.6787,2.6821)--(34.6787,3.2625)--cycle(37.6704,.9499)..controls + (37.6704,1.2662)and(37.6352,1.4800)..(37.5602,1.6786)..controls(37.3838,2.1519)and(36.9937,2.4159).. + (36.4733,2.4159)..controls(35.7457,2.4159)and(35.2365,1.8968)..(35.2365,1.1528)..controls(35.2365,.4000)and(35.7303,-.1061).. + (36.4777,-.1061)..controls(37.0531,-.1061)and(37.5051,.1906)..(37.6396,.6575)--(36.9187,.6575)..controls(36.8173,.5091)and + (36.6872,.4437)..(36.4976,.4437)..controls(36.1911,.4437)and(35.9971,.6226)..(35.9508,.9499)--(37.6704,.9499)--cycle + (35.9574,1.4452)..controls(36.0126,1.7223)and(36.1911,1.8815)..(36.4667,1.8815)..controls(36.7423,1.8815) + and(36.9076,1.7223)..(36.9385,1.4452)--(35.9574,1.4452)--cycle(38.2305,2.3505)-- + (38.2305,-.0406)--(38.9426,-.0406)--(38.9426,1.2771)..controls(38.9426,1.6394)and(39.0572,1.8073)..(39.3019,1.8073)..controls + (39.5467,1.8073)and(39.6635,1.6394)..(39.6635,1.2771)--(39.6635,-.0406)--(40.3735,-.0406)--(40.3735,1.2771)..controls + (40.3735,1.6394)and(40.4837,1.8073)..(40.7350,1.8073)..controls(40.9798,1.8073)and(41.0900,1.6394)..(41.0900,1.2771)-- + (41.0900,-.0406)--(41.8021,-.0406)--(41.8021,1.5499)..controls(41.8021,1.8576)and(41.7470,2.0472)..(41.6125,2.1868)..controls + (41.4714,2.3352)and(41.2554,2.4159)..(41.0106,2.4159)..controls(40.6998,2.4159)and(40.5190,2.3265)..(40.2588,2.0276)..controls + (40.1199,2.2915)and(39.8995,2.4159)..(39.5885,2.4159)..controls(39.2976,2.4159)and(39.1476,2.3309)..(38.9228,2.0624)-- + (38.9228,2.3505)--(38.2305,2.3505)--cycle(43.1933,2.3505)--(42.4834,2.3505)--(42.4834,-.0406)-- + (43.1933,-.0406)--(43.1933,2.3505)--cycle(43.1933,3.2625)--(42.4834,3.2625)--(42.4834,2.6821)--(43.1933,2.6821)-- + (43.1933,3.2625)--cycle; +} +% Biblioteket / Otn{\"a}s +\newcommand{\LIBOSE}[1]{% + \fill[color={#1}] (42.3000,1.6300)--(42.9657,1.6300)..controls + (42.9040,2.1339)and(42.5248,2.4110)..(41.9055,2.4110)..controls + (41.2638,2.4110)and(40.8737,2.1186)..(40.8737,1.6386)..controls(40.8737,1.2591)and(41.0787,1.0671)..(41.6100,.9515)-- + (42.0509,.8533)..controls(42.2406,.8076)and(42.3197,.7442)..(42.3197,.6352)..controls(42.3197,.4955)and(42.1700,.4017).. + (41.9517,.4017)..controls(41.6651,.4017)and(41.5152,.5108)..(41.4755,.7333)--(40.8097,.7333)..controls(40.8494,.2032)and + (41.2638,-.1088)..(41.9363,-.1088)..controls(42.6042,-.1088)and(43.0208,.2097)..(43.0208,.7137)..controls(43.0208,.9079)and + (42.9547,1.0868)..(42.8401,1.1959)..controls(42.7342,1.3050)and(42.5843,1.3682)..(42.2913,1.4272)--(41.8459,1.5232)..controls + (41.6210,1.5712)and(41.5504,1.6170)..(41.5504,1.7041)..controls(41.5504,1.8219)and(41.6850,1.9027)..(41.8900,1.9027)..controls + (42.1259,1.9027)and(42.2714,1.8066)..(42.3000,1.6300)(39.6677,-.0434)--(40.3930,-.0434)..controls(40.3136,.0744)and + (40.3026,.1094)..(40.3026,.3668)--(40.3026,1.4686)..controls(40.3026,1.8219)and(40.2386,2.0095)..(40.0623,2.1645)..controls + (39.8727,2.3324)and(39.5927,2.4176)..(39.2267,2.4176)..controls(38.5454,2.4176)and(38.1993,2.1492)..(38.1530,1.5973)-- + (38.7902,1.5973)..controls(38.8210,1.7870)and(38.9599,1.8809)..(39.2157,1.8809)..controls(39.4516,1.8809)and(39.5927,1.7979).. + (39.5927,1.6583)..controls(39.5927,1.5668)and(39.5376,1.5232)..(39.3766,1.4970)--(38.9908,1.4337)..controls(38.3139,1.3246)and + (38.0296,1.0912)..(38.0296,.6439)..controls(38.0296,.1944)and(38.3845,-.1088)..(38.9158,-.1088)..controls(39.2068,-.1088)and + (39.3722,-.0500)..(39.6125,.1442)..controls(39.6368,.0548)and(39.6368,.0395)..(39.6677,-.0434)(39.6125,.7290)..controls + (39.4957,.5261)and(39.3259,.4279)..(39.0900,.4279)..controls(38.8695,.4279)and(38.7307,.5217)..(38.7307,.6788)..controls + (38.7307,.8228)and(38.8409,.9079)..(39.0966,.9668)--(39.3502,1.0214)..controls(39.4714,1.0453)and(39.5376,1.0671).. + (39.6125,1.0955)--(39.6125,.7290)--cycle(39.4207,2.6292)--(40.0733,2.6292)--(40.0733,3.2249)--(39.4207,3.2249)-- + (39.4207,2.6292)--cycle(38.3845,2.6292)--(39.0349,2.6292)--(39.0349,3.2249)--(38.3845,3.2249)-- + (38.3845,2.6292)--cycle(36.7619,-.0434)--(37.4740,-.0434)--(37.4740,1.5079)..controls(37.4740,2.0706)and(37.1520,2.4176).. + (36.6273,2.4176)..controls(36.3760,2.4176)and(36.2305,2.3521)..(35.9659,2.1143)--(35.9659,2.3477)--(35.2737,2.3477)-- + (35.2737,-.0434)--(35.9858,-.0434)--(35.9858,1.2985)..controls(35.9858,1.5079)and(36.0100,1.6061)..(36.0916,1.6932)..controls + (36.1666,1.7783)and(36.2768,1.8219)..(36.3958,1.8219)..controls(36.5215,1.8219)and(36.6273,1.7718)..(36.6869,1.6845)..controls + (36.7464,1.5973)and(36.7619,1.5014)..(36.7619,1.2591)--(36.7619,-.0434)--cycle(34.3785,-.0434)--(34.8129,-.0434)-- + (34.8129,.4868)--(34.5571,.4868)..controls(34.3918,.4868)and(34.3785,.5152)..(34.3785,.8926)--(34.3785,1.8219)-- + (34.8129,1.8219)--(34.8129,2.3172)--(34.3785,2.3172)--(34.3785,3.0765)--(33.6664,3.0765)--(33.6664,2.3172)-- + (33.3268,2.3172)--(33.3268,1.8219)--(33.6664,1.8219)--(33.6664,.7333)..controls(33.6664,.3624)and(33.6973,.2337).. + (33.8075,.1137)..controls(33.9111,.0003)and(34.0677,-.0434)..(34.3785,-.0434)(33.0050,1.5821)..controls(33.0050,2.6445)and + (32.3502,3.3339)..(31.3426,3.3339)..controls(30.9061,3.3339)and(30.5115,3.1900)..(30.2050,2.9129)..controls(29.8743,2.6161)and + (29.6891,2.1492)..(29.6891,1.6105)..controls(29.6891,.5762)and(30.3549,-.1176)..(31.3470,-.1176)..controls(32.3304,-.1176)and + (33.0050,.5762)..(33.0050,1.5821)(32.2201,1.5973)..controls(32.2201,.9276)and(31.8827,.5108)..(31.3470,.5108)..controls + (30.8024,.5108)and(30.4762,.9232)..(30.4762,1.6105)..controls(30.4762,2.2932)and(30.8024,2.7034)..(31.3470,2.7034)..controls + (31.8982,2.7034)and(32.2201,2.2932)..(32.2201,1.5973)(26.8141,-.0543)--(28.2031,3.2488)-- + (27.5968,3.2488)--(26.2100,-.0543)--(26.8141,-.0543)--cycle(24.3735,.0112)--(24.8100,.0112)-- + (24.8100,.5414)--(24.5543,.5414)..controls(24.3890,.5414)and(24.3735,.5697)..(24.3735,.9471)--(24.3735,1.8765)-- + (24.8100,1.8765)--(24.8100,2.3718)--(24.3735,2.3718)--(24.3735,3.1311)--(23.6636,3.1311)--(23.6636,2.3718)-- + (23.3218,2.3718)--(23.3218,1.8765)--(23.6636,1.8765)--(23.6636,.7879)..controls(23.6636,.4170)and(23.6922,.2882).. + (23.8024,.1682)..controls(23.9083,.0548)and(24.0627,.0112)..(24.3735,.0112)(21.3200,1.0017)--(23.0375,1.0017)..controls + (23.0375,1.3181)and(23.0022,1.5319)..(22.9272,1.7281)..controls(22.7509,2.2038)and(22.3606,2.4656)..(21.8402,2.4656)..controls + (21.1127,2.4656)and(20.6034,1.9463)..(20.6034,1.2046)..controls(20.6034,.4518)and(21.0995,-.0543)..(21.8447,-.0543)..controls + (22.4202,-.0543)and(22.8721,.2424)..(23.0066,.7094)--(22.2856,.7094)..controls(22.1864,.5609)and(22.0541,.4955).. + (21.8646,.4955)..controls(21.5603,.4955)and(21.3641,.6744)..(21.3200,1.0017)(21.3244,1.4970)..controls(21.3795,1.7718)and + (21.5603,1.9310)..(21.8359,1.9310)..controls(22.1092,1.9310)and(22.2746,1.7718)..(22.3055,1.4970)--(21.3244,1.4970)-- + cycle(20.4535,.0112)--(19.4504,1.4926)--(20.3719,2.4023)--(19.4901,2.4023)--(18.7493,1.5821)-- + (18.7493,3.3143)--(18.0394,3.3143)--(18.0394,.0112)--(18.7493,.0112)--(18.7493,.8076)--(18.9808,1.0323)-- + (19.5804,.0112)--(20.4535,.0112)--cycle(15.7596,1.0017)--(17.4772,1.0017)..controls(17.4772,1.3181)and + (17.4418,1.5319)..(17.3669,1.7281)..controls(17.1927,2.2038)and(16.8003,2.4656)..(16.2800,2.4656).. + controls(15.5546,2.4656)and(15.0431,1.9463)..(15.0431,1.2046)..controls(15.0431,.4518)and + (15.5392,-.0543)..(16.2866,-.0543)..controls(16.8620,-.0543)and(17.3118,.2424)..(17.4485,.7094)-- + (16.7253,.7094)..controls(16.6261,.5609)and(16.4961,.4955)..(16.3064,.4955)..controls(16.0000,.4955)and(15.8037,.6744).. + (15.7596,1.0017)(15.7641,1.4970)..controls(15.8192,1.7718)and(16.0000,1.9310)..(16.2756,1.9310)..controls(16.5512,1.9310)and + (16.7165,1.7718)..(16.7452,1.4970)--(15.7641,1.4970)--cycle(14.2715,.0112)--(14.7080,.0112)-- + (14.7080,.5414)--(14.4523,.5414)..controls(14.2869,.5414)and(14.2715,.5697)..(14.2715,.9471)--(14.2715,1.8765)-- + (14.7080,1.8765)--(14.7080,2.3718)--(14.2715,2.3718)--(14.2715,3.1311)--(13.5615,3.1311)--(13.5615,2.3718)-- + (13.2198,2.3718)--(13.2198,1.8765)--(13.5615,1.8765)--(13.5615,.7879)..controls(13.5615,.4170)and(13.5903,.2882).. + (13.7005,.1682)..controls(13.8063,.0548)and(13.9606,.0112)..(14.2715,.0112)(12.9354,1.1894)..controls(12.9354,1.9463)and + (12.4151,2.4656)..(11.6478,2.4656)..controls(10.8961,2.4656)and(10.3647,1.9419)..(10.3647,1.2090)..controls(10.3647,.4671)and + (10.8961,-.0543)..(11.6478,-.0543)..controls(12.3930,-.0543)and(12.9354,.4671)..(12.9354,1.1894)(12.2189,1.1959)..controls + (12.2189,.7639)and(12.0072,.5064)..(11.6478,.5064)..controls(11.2863,.5064)and(11.0812,.7639)..(11.0812,1.2090)..controls + (11.0812,1.6495)and(11.2863,1.9070)..(11.6478,1.9070)..controls(12.0139,1.9070)and(12.2189,1.6539)..(12.2189,1.1959) + (9.0992,.0112)--(9.8092,.0112)--(9.8092,2.4023)--(9.0992,2.4023)--(9.0992,.0112)--cycle + (9.0992,2.7339)--(9.8092,2.7339)--(9.8092,3.3143)--(9.0992,3.3143)--(9.0992,2.7339)--cycle(7.7102,.0112)-- + (8.4224,.0112)--(8.4224,3.3143)--(7.7102,3.3143)--(7.7102,.0112)--cycle(7.1546,1.2395)..controls(7.1546,1.9703) + and(6.7402,2.4721)..(6.1229,2.4721)..controls(5.8781,2.4721)and(5.6885,2.4023).. + (5.4570,2.2343)--(5.4570,3.3143)--(4.7471,3.3143)--(4.7471,.0112)--(5.4261,.0112)--(5.4261,.2839)..controls + (5.6179,.0351)and(5.7877,-.0543)..(6.0832,-.0543)..controls(6.7093,-.0543)and(7.1546,.4868)..(7.1546,1.2395) + (6.4536,1.2003)..controls(6.4536,.7879)and(6.2529,.5152)..(5.9420,.5152)..controls(5.6334,.5152)and(5.4261,.7944).. + (5.4261,1.2090)..controls(5.4261,1.6258)and(5.6334,1.9027)..(5.9420,1.9027)..controls(6.2596,1.9027)and(6.4536,1.6342).. + (6.4536,1.2003)(3.3581,.0112)--(4.0702,.0112)--(4.0702,2.4023)--(3.3581,2.4023)--(3.3581,.0112)--cycle + (3.3581,2.7339)--(4.0702,2.7339)--(4.0702,3.3143)--(3.3581,3.3143)--(3.3581,2.7339)--cycle + (2.2315,1.7783)..controls(2.5512,1.9310)and(2.7033,2.1536)..(2.7033,2.4721)..controls(2.7033,2.7492)and + (2.5578,3.0067)..(2.3219,3.1463)..controls(2.1058,3.2685)and(1.8655,3.3143)..(1.4444,3.3143)--(.0885,3.3143)-- + (.0885,.0112)--(1.5106,.0112)..controls(1.9867,.0112)and(2.2227,.0657)..(2.4365,.2294)..controls(2.6570,.3930)and + (2.7827,.6657)..(2.7827,.9712)..controls(2.7827,1.3530)and(2.6173,1.5973)..(2.2315,1.7783)(1.9515,2.3521)..controls + (1.9515,2.1448)and(1.8104,2.0292)..(1.5415,2.0292)--(.8249,2.0292)--(.8249,2.6794)--(1.5415,2.6794)..controls + (1.8104,2.6794)and(1.9515,2.5659)..(1.9515,2.3521)(2.0155,1.0453)..controls(2.0155,.7835)and(1.8457,.6439).. + (1.5304,.6439)--(.8249,.6439)--(.8249,1.4468)--(1.5304,1.4468)..controls(1.8457,1.4468)and(2.0155,1.3094).. + (2.0155,1.0453); +} +% Kirjasto / Otaniemi +\newcommand{\LIBOEN}[1]{% + \fill[color={#1}] (.8500,3.2600)--(.1004,3.2600)-- + (.1004,-.0455)--(2.4814,-.0455)--(2.4814,.5895)-- + (.8500,.5895)--(.8500,3.2600)--cycle(3.6235,2.3480)--(2.9114,2.3480)--(2.9114,-.0455)--(3.6235,-.0455)-- + (3.6235,2.3480)--cycle(3.6235,3.2600)--(2.9114,3.2600)--(2.9114,2.6819)--(3.6235,2.6819)-- + (3.6235,3.2600)--cycle(4.3003,-.0455)--(4.9815,-.0455)--(4.9815,.2273)..controls(5.1712,-.0193)and(5.3409,-.1087).. + (5.6364,-.1087)..controls(6.2625,-.1087)and(6.7078,.4302)..(6.7078,1.1851)..controls(6.7078,1.9182)and(6.2934,2.4179).. + (5.6760,2.4179)..controls(5.4313,2.4179)and(5.2417,2.3480)..(5.0102,2.1800)--(5.0102,3.2600)--(4.3003,3.2600) + --(4.3003,-.0455)--cycle(5.4975,1.8485)..controls(5.8127,1.8485)and(6.0067,1.5800).. + (6.0067,1.1436)..controls(6.0067,.7335)and(5.8083,.4607)..(5.4975,.4607)..controls(5.1866,.4607)and(4.9815,.7379).. + (4.9815,1.1546)..controls(4.9815,1.5713)and(5.1866,1.8485)..(5.4975,1.8485)(7.2657,2.3480)--(7.2657,-.0455) + --(7.9755,-.0455)--(7.9755,.6288)..controls(7.9755,1.0957)and(7.9998,1.3182)..(8.0704,1.4775)..controls + (8.1519,1.6564)and(8.3526,1.7633)..(8.5973,1.7633)..controls(8.6458,1.7633)and(8.6921,1.7589)..(8.7781,1.7503)-- + (8.7781,2.4135)..controls(8.2621,2.4179)and(8.0814,2.3088)..(7.9403,1.9226)--(7.9602,2.3480)--(7.2657,2.3480)--cycle + (9.8452,1.5953)..controls(9.8739,1.7895)and(10.0149,1.8833)..(10.2707,1.8833)..controls(10.5044,1.8833)and(10.6455,1.7982).. + (10.6455,1.6608)..controls(10.6455,1.5670)and(10.5904,1.5212)..(10.4295,1.4971)--(10.0436,1.4317)..controls(9.3689,1.3226)and + (9.0823,1.0891)..(9.0823,.6441)..controls(9.0823,.1924)and(9.4373,-.1087)..(9.9686,-.1087)..controls(10.2597,-.1087)and + (10.4250,-.0498)..(10.6653,.1444)..controls(10.6896,.0549)and(10.6896,.0397)..(10.7204,-.0455)--(11.4458,-.0455)..controls + (11.3665,.0745)and(11.3576,.1095)..(11.3576,.3669)--(11.3576,1.4666)..controls(11.3576,1.8244)and(11.2915,2.0121).. + (11.1173,2.1648)..controls(10.9255,2.3350)and(10.6455,2.4179)..(10.2795,2.4179)..controls(9.5983,2.4179)and(9.2521,2.1517).. + (9.2080,1.5953)--(9.8452,1.5953)--cycle(10.6653,.7291)..controls(10.5507,.5262)and(10.3809,.4259)..(10.1450,.4259)..controls + (9.9245,.4259)and(9.7834,.5197)..(9.7834,.6789)..controls(9.7834,.8230)and(9.8936,.9059)..(10.1494,.9669)-- + (10.4052,1.0215)..controls(10.5242,1.0455)and(10.5904,1.0651)..(10.6653,1.0957)--(10.6653,.7291)--cycle(12.0366,2.3480)-- + (12.0366,-.0455)--(12.7488,-.0455)--(12.7488,.6288)..controls(12.7488,1.0957)and(12.7731,1.3182)..(12.8436,1.4775)..controls + (12.9251,1.6564)and(13.1236,1.7633)..(13.3705,1.7633)..controls(13.4212,1.7633)and(13.4653,1.7589)..(13.5513,1.7503)-- + (13.5513,2.4135)..controls(13.0354,2.4179)and(12.8547,2.3088)..(12.7135,1.9226)--(12.7334,2.3480)--(12.0366,2.3480)--cycle + (15.5377,2.3480)--(15.2225,1.2680)..controls(15.1673,1.0564)and(15.1277,.8927)..(15.0990,.7335)--(15.0681,.8273)..controls + (15.0130,1.0259)and(15.0130,1.0303)..(14.9425,1.2527)--(14.5875,2.3480)--(13.8269,2.3480)--(14.6228,.3364)..controls + (14.7066,.1291)and(14.7132,.1139)..(14.7132,.0287)..controls(14.7132,-.1785)and(14.5964,-.2723)..(14.3472,-.2723)-- + (14.1356,-.2723)--(14.1356,-.8025)--(14.5523,-.8025)..controls(15.0924,-.8025)and(15.2070,-.7043)..(15.4342,-.0651)-- + (16.2741,2.3480)--(15.5377,2.3480)--cycle(19.6209,3.2600)--(19.0146,3.2600)--(17.6279,-.0455)--(18.2342,-.0455)-- + (19.6209,3.2600)--cycle(22.7604,3.3341)..controls(22.3261,3.3341)and(21.9292,3.1924)..(21.6228,2.9153)..controls + (21.2943,2.6164)and(21.1069,2.1517)..(21.1069,1.6106)..controls(21.1069,.5742)and(21.7749,-.1196)..(22.7670,-.1196)..controls + (23.7481,-.1196)and(24.4227,.5742)..(24.4227,1.5800)..controls(24.4227,2.6470)and(23.7680,3.3341)..(22.7604,3.3341) + (22.7670,2.7059)..controls(23.3160,2.7059)and(23.6379,2.2957)..(23.6379,1.5953)..controls(23.6379,.9277)and(23.3006,.5109).. + (22.7670,.5109)..controls(22.2203,.5109)and(21.8940,.9212)..(21.8940,1.6106)..controls(21.8940,2.2957)and(22.2203,2.7059).. + (22.7670,2.7059)(26.2306,2.3197)--(25.7964,2.3197)--(25.7964,3.0768)--(25.0842,3.0768)-- + (25.0842,2.3197)--(24.7447,2.3197)--(24.7447,1.8244)--(25.0842,1.8244)--(25.0842,.7335)..controls(25.0842,.3626)and + (25.1151,.2316)..(25.2253,.1139)..controls(25.3311,.0004)and(25.4854,-.0455)..(25.7964,-.0455)--(26.2306,-.0455)-- + (26.2306,.4848)--(25.9771,.4848)..controls(25.8117,.4848)and(25.7964,.5153)..(25.7964,.8927)--(25.7964,1.8244)-- + (26.2306,1.8244)--(26.2306,2.3197)--cycle(27.3683,1.5953)..controls(27.3991,1.7895)and(27.5381,1.8833)..(27.7938,1.8833)..controls + (28.0297,1.8833)and(28.1708,1.7982)..(28.1708,1.6608)..controls(28.1708,1.5670)and(28.1157,1.5212)..(27.9547,1.4971)-- + (27.5689,1.4317)..controls(26.8920,1.3226)and(26.6077,1.0891)..(26.6077,.6441)..controls(26.6077,.1924)and(26.9626,-.1087).. + (27.4940,-.1087)..controls(27.7849,-.1087)and(27.9503,-.0498)..(28.1906,.1444)..controls(28.2149,.0549)and(28.2149,.0397).. + (28.2458,-.0455)--(28.9712,-.0455)..controls(28.8917,.0745)and(28.8807,.1095)..(28.8807,.3669)--(28.8807,1.4666)..controls + (28.8807,1.8244)and(28.8168,2.0121)..(28.6404,2.1648)..controls(28.4508,2.3350)and(28.1708,2.4179)..(27.8048,2.4179)..controls + (27.1235,2.4179)and(26.7775,2.1517)..(26.7334,1.5953)--(27.3683,1.5953)--cycle(28.1906,.7291)..controls + (28.0738,.5262)and(27.9040,.4259)..(27.6681,.4259)..controls(27.4476,.4259)and(27.3088,.5197)..(27.3088,.6789)..controls + (27.3088,.8230)and(27.4190,.9059)..(27.6747,.9669)--(27.9305,1.0215)..controls(28.0495,1.0455)and(28.1157,1.0651).. + (28.1906,1.0957)--(28.1906,.7291)--cycle(29.5620,2.3480)--(29.5620,-.0455)--(30.2741,-.0455)-- + (30.2741,1.2986)..controls(30.2741,1.5059)and(30.2983,1.6062)..(30.3777,1.6957)..controls(30.4527,1.7786)and(30.5629,1.8244).. + (30.6842,1.8244)..controls(30.8098,1.8244)and(30.9135,1.7742)..(30.9752,1.6848)..controls(31.0347,1.5953)and(31.0502,1.5015).. + (31.0502,1.2594)--(31.0502,-.0455)--(31.7601,-.0455)--(31.7601,1.5059)..controls(31.7601,2.0709)and(31.4404,2.4179).. + (30.9135,2.4179)..controls(30.6644,2.4179)and(30.5188,2.3546)..(30.2542,2.1168)--(30.2542,2.3480)--(29.5620,2.3480)-- + cycle(33.1491,2.3480)--(32.4369,2.3480)--(32.4369,-.0455)--(33.1491,-.0455)--(33.1491,2.3480)--cycle + (33.1491,3.2600)--(32.4369,3.2600)--(32.4369,2.6819)--(33.1491,2.6819)--(33.1491,3.2600)--cycle(36.1387,.9473)..controls + (36.1387,1.2636)and(36.1034,1.4775)..(36.0284,1.6761)..controls(35.8521,2.1517)and + (35.4618,2.4135)..(34.9415,2.4135)..controls(34.2161,2.4135)and(33.7046,1.8921)..(33.7046,1.1503)..controls + (33.7046,.3953)and(34.2007,-.1087)..(34.9459,-.1087)..controls(35.5213,-.1087)and + (35.9733,.1880)..(36.1078,.6550)--(35.3869,.6550)..controls(35.2877,.5044)and(35.1576,.4412).. + (34.9657,.4412)..controls(34.6615,.4412)and(34.4652,.6200)..(34.4212,.9473)--(36.1387,.9473)--cycle + (34.4256,1.4426)..controls(34.4807,1.7197)and(34.6615,1.8789)..(34.9371,1.8789)..controls(35.2127,1.8789) + and(35.3780,1.7197)..(35.4067,1.4426)--(34.4256,1.4426)--cycle(36.6987,2.3480)-- + (36.6987,-.0455)--(37.4108,-.0455)--(37.4108,1.2724)..controls(37.4108,1.6346)and(37.5255,1.8048)..(37.7702,1.8048)..controls + (38.0171,1.8048)and(38.1318,1.6346)..(38.1318,1.2724)--(38.1318,-.0455)--(38.8439,-.0455)--(38.8439,1.2724)..controls + (38.8439,1.6346)and(38.9541,1.8048)..(39.2032,1.8048)..controls(39.4479,1.8048)and(39.5581,1.6346)..(39.5581,1.2724)-- + (39.5581,-.0455)--(40.2703,-.0455)--(40.2703,1.5451)..controls(40.2703,1.8528)and(40.2152,2.0470)..(40.0807,2.1866)..controls + (39.9396,2.3350)and(39.7235,2.4135)..(39.4788,2.4135)..controls(39.1680,2.4135)and(38.9872,2.3241)..(38.7270,2.0273)..controls + (38.5881,2.2891)and(38.3676,2.4135)..(38.0568,2.4135)..controls(37.7657,2.4135)and(37.6158,2.3285)..(37.3909,2.0623)-- + (37.3909,2.3480)--(36.6987,2.3480)--cycle(41.6637,2.3480)--(40.9516,2.3480)--(40.9516,-.0455)-- + (41.6637,-.0455)--(41.6637,2.3480)--cycle(41.6637,3.2600)--(40.9516,3.2600)--(40.9516,2.6819)--(41.6637,2.6819)-- + (41.6637,3.2600)--cycle; +} +% Kirjasto / T{\"o}{\"o}l{\"o} +\newcommand{\LIBTFI}[1]{% + \fill[color={#1}] (1.6300,1.9600)--(2.9307,3.2625)-- + (1.9452,3.2625)--(.8210,2.0428)--(.8210,3.2625)-- + (.0824,3.2625)--(.0824,-.0406)--(.8210,-.0406)--(.8210,1.1441)--(1.1296,1.4561)--(2.1392,-.0406)-- + (3.0410,-.0406)--(1.6300,1.9600)--cycle(4.0772,2.3505)--(3.3673,2.3505)--(3.3673,-.0406)-- + (4.0772,-.0406)--(4.0772,2.3505)--cycle(4.0772,3.2625)--(3.3673,3.2625)--(3.3673,2.6821)-- + (4.0772,2.6821)--(4.0772,3.2625)--cycle(4.7540,2.3505)--(4.7540,-.0406)--(5.4662,-.0406)-- + (5.4662,.6335)..controls(5.4662,1.0982)and(5.4904,1.3208)..(5.5609,1.4800)..controls(5.6403,1.6590)and(5.8410,1.7681).. + (6.0857,1.7681)..controls(6.1363,1.7681)and(6.1827,1.7637)..(6.2665,1.7528)--(6.2665,2.4159)..controls(5.7505,2.4203)and + (5.5697,2.3112)..(5.4308,1.9273)--(5.4507,2.3505)--(4.7540,2.3505)--cycle(6.7074,2.3505)-- + (6.7074,.0488)..controls(6.7074,-.1497)and(6.6280,-.2392)..(6.4473,-.2392)--(6.3172,-.2392)-- + (6.3172,-.8000)--(6.7030,-.8000)..controls(6.9720,-.8000)and(7.1571,-.7345)..(7.2784,-.5905)..controls(7.3930,-.4531)and + (7.4195,-.3396)..(7.4195,.0139)--(7.4195,2.3505)--(6.7074,2.3505)--cycle(7.4195,3.2625)-- + (6.7074,3.2625)--(6.7074,2.6821)--(7.4195,2.6821)--(7.4195,3.2625)--cycle(8.7357,1.6000)..controls(8.7666,1.7921)and + (8.9055,1.8859)..(9.1612,1.8859)..controls(9.3972,1.8859)and(9.5382,1.8030)..(9.5382,1.6634)..controls(9.5382,1.5695)and + (9.4831,1.5259)..(9.3222,1.4997)--(8.9363,1.4364)..controls(8.2595,1.3273)and(7.9751,1.0939)..(7.9751,.6466)..controls + (7.9751,.1971)and(8.3300,-.1061)..(8.8614,-.1061)..controls(9.1524,-.1061)and(9.3177,-.0473)..(9.5581,.1470)..controls + (9.5823,.0575)and(9.5823,.0422)..(9.6132,-.0406)--(10.3386,-.0406)..controls(10.2592,.0771)and(10.2481,.1121).. + (10.2481,.3695)--(10.2481,1.4714)..controls(10.2481,1.8270)and(10.1843,2.0145)..(10.0079,2.1672)..controls(9.8182,2.3352)and + (9.5382,2.4203)..(9.1723,2.4203)..controls(8.4910,2.4203)and(8.1449,2.1519)..(8.0985,1.6000)--(8.7357,1.6000)--cycle + (9.5581,.7317)..controls(9.4413,.5288)and(9.2715,.4285)..(9.0356,.4285)..controls(8.8151,.4285)and(8.6762,.5244).. + (8.6762,.6815)..controls(8.6762,.8255)and(8.7864,.9106)..(9.0421,.9695)--(9.2957,1.0241)..controls(9.4170,1.0480)and + (9.4831,1.0699)..(9.5581,1.0982)--(9.5581,.7317)--cycle(12.9137,1.6350)..controls(12.8520,2.1366)and(12.4727,2.4159).. + (11.8510,2.4159)..controls(11.2095,2.4159)and(10.8192,2.1214)..(10.8192,1.6437)..controls(10.8192,1.2619)and(11.0242,1.0699).. + (11.5555,.9542)--(11.9965,.8561)..controls(12.1861,.8103)and(12.2677,.7470)..(12.2677,.6379)..controls(12.2677,.4982)and + (12.1156,.4044)..(11.8973,.4044)..controls(11.6106,.4044)and(11.4607,.5135)..(11.4211,.7361)--(10.7552,.7361)..controls + (10.7949,.2059)and(11.2095,-.1061)..(11.8819,-.1061)..controls(12.5521,-.1061)and(12.9688,.2124)..(12.9688,.7164)..controls + (12.9688,.9106)and(12.9027,1.0895)..(12.7880,1.1986)..controls(12.6822,1.3077)and(12.5323,1.3709)..(12.2368,1.4299)-- + (11.7915,1.5259)..controls(11.5666,1.5739)and(11.4961,1.6197)..(11.4961,1.7091)..controls(11.4961,1.8270)and(11.6305,1.9055).. + (11.8355,1.9055)..controls(12.0715,1.9055)and(12.2169,1.8117)..(12.2478,1.6350)--(12.9137,1.6350)--cycle + (14.7502,2.3200)--(14.3159,2.3200)--(14.3159,3.0792)--(13.6037,3.0792)--(13.6037,2.3200)--(13.2642,2.3200)-- + (13.2642,1.8270)--(13.6037,1.8270)--(13.6037,.7361)..controls(13.6037,.3651)and(13.6347,.2364).. + (13.7449,.1164)..controls(13.8484,.0030)and(14.0050,-.0406)..(14.3159,-.0406)--(14.7502,-.0406)--(14.7502,.4895)-- + (14.4945,.4895)..controls(14.3313,.4895)and(14.3159,.5179)..(14.3159,.8953)--(14.3159,1.8270)--(14.7502,1.8270)-- + (14.7502,2.3200)--cycle(16.3685,2.4159)..controls(15.6166,2.4159)and(15.0875,1.8924)..(15.0875,1.1594)..controls(15.0875,.4153)and + (15.6166,-.1061)..(16.3685,-.1061)..controls(17.1159,-.1061)and(17.6560,.4153)..(17.6560,1.1376)..controls(17.6560,1.8968)and + (17.1357,2.4159)..(16.3685,2.4159)(16.3685,1.8576)..controls(16.7345,1.8576)and(16.9395,1.6044).. + (16.9395,1.1441)..controls(16.9395,.7121)and(16.7300,.4546)..(16.3685,.4546)..controls + (16.0091,.4546)and(15.8019,.7121)..(15.8019,1.1594)..controls(15.8019,1.6000)and(16.0091,1.8576).. + (16.3685,1.8576)(21.1263,3.2625)--(20.5200,3.2625)--(19.1332,-.0406)--(19.7395,-.0406)--(21.1263,3.2625)--cycle + (24.1974,2.6276)--(25.2094,2.6276)--(25.2094,3.2625)--(22.4337,3.2625)--(22.4337,2.6276)-- + (23.4457,2.6276)--(23.4457,-.0406)--(24.1974,-.0406)--(24.1974,2.6276)--cycle(26.7659,2.4159)..controls(26.0142,2.4159)and + (25.4850,1.8924)..(25.4850,1.1594)..controls(25.4850,.4153)and(26.0142,-.1061)..(26.7659,-.1061)..controls(27.5134,-.1061)and + (28.0535,.4153)..(28.0535,1.1376)..controls(28.0535,1.8968)and(27.5332,2.4159)..(26.7659,2.4159)(26.7659,1.8576)..controls + (27.1319,1.8576)and(27.3370,1.6044)..(27.3370,1.1441)..controls(27.3370,.7121)and(27.1275,.4546)..(26.7659,.4546)..controls + (26.4066,.4546)and(26.1993,.7121)..(26.1993,1.1594)..controls(26.1993,1.6000)and(26.4066,1.8576)..(26.7659,1.8576) + (26.5764,3.2276)--(25.9237,3.2276)--(25.9237,2.6319)--(26.5764,2.6319)--(26.5764,3.2276)--cycle + (27.6126,3.2276)--(26.9622,3.2276)--(26.9622,2.6319)--(27.6126,2.6319)--(27.6126,3.2276)--cycle + (29.7709,2.4159)..controls(29.0192,2.4159)and(28.4900,1.8924)..(28.4900,1.1594)..controls(28.4900,.4153)and(29.0192,-.1061).. + (29.7709,-.1061)..controls(30.5184,-.1061)and(31.0585,.4153)..(31.0585,1.1376)..controls(31.0585,1.8968)and(30.5382,2.4159).. + (29.7709,2.4159)(29.7709,1.8576)..controls(30.1370,1.8576)and(30.3420,1.6044)..(30.3420,1.1441)..controls(30.3420,.7121)and + (30.1326,.4546)..(29.7709,.4546)..controls(29.4116,.4546)and(29.2043,.7121)..(29.2043,1.1594)..controls(29.2043,1.6000)and + (29.4116,1.8576)..(29.7709,1.8576)(29.5814,3.2276)--(28.9287,3.2276)--(28.9287,2.6319)--(29.5814,2.6319)-- + (29.5814,3.2276)--cycle(30.6176,3.2276)--(29.9672,3.2276)--(29.9672,2.6319)--(30.6176,2.6319)-- + (30.6176,3.2276)--cycle(32.3262,3.2625)--(31.6141,3.2625)--(31.6141,-.0406)--(32.3262,-.0406)--(32.3262,3.2625)--cycle + (34.1649,2.4159)..controls(33.4132,2.4159)and(32.8819,1.8924)..(32.8819,1.1594)..controls(32.8819,.4153)and(33.4132,-.1061).. + (34.1649,-.1061)..controls(34.9102,-.1061)and(35.4504,.4153)..(35.4504,1.1376)..controls(35.4504,1.8968)and(34.9300,2.4159).. + (34.1649,2.4159)(34.1649,1.8576)..controls(34.5287,1.8576)and(34.7338,1.6044)..(34.7338,1.1441)..controls(34.7338,.7121)and + (34.5244,.4546)..(34.1649,.4546)..controls(33.8034,.4546)and(33.5984,.7121)..(33.5984,1.1594)..controls(33.5984,1.6000)and + (33.8034,1.8576)..(34.1649,1.8576)(33.9732,3.2276)--(33.3228,3.2276)--(33.3228,2.6319)-- + (33.9732,2.6319)--(33.9732,3.2276)--cycle(35.0094,3.2276)--(34.3590,3.2276)--(34.3590,2.6319)--(35.0094,2.6319)-- + (35.0094,3.2276)--cycle; +} +% Biblioteket / T{\"o}l{\"o} +\newcommand{\LIBTSE}[1]{% + \fill[color={#1}] (39.5200,1.1400)..controls(39.5200,1.8970)and + (38.9998,2.4185)..(38.2347,2.4185)..controls(37.4829,2.4185)and + (36.9516,1.8927)..(36.9516,1.1595)..controls(36.9516,.4179)and(37.4829,-.1036)..(38.2347,-.1036)..controls(38.9799,-.1036)and + (39.5200,.4179)..(39.5200,1.1400)(38.8058,1.1442)..controls(38.8058,.7146)and(38.5941,.4571)..(38.2347,.4571)..controls + (37.8732,.4571)and(37.6681,.7146)..(37.6681,1.1595)..controls(37.6681,1.6003)and(37.8732,1.8577)..(38.2347,1.8577)..controls + (38.5985,1.8577)and(38.8058,1.6047)..(38.8058,1.1442)(38.4287,2.6367)--(39.0814,2.6367)--(39.0814,3.2302)-- + (38.4287,3.2302)--(38.4287,2.6367)--cycle(37.3925,2.6367)--(38.0429,2.6367)--(38.0429,3.2302)-- + (37.3925,3.2302)--(37.3925,2.6367)--cycle(35.6838,-.0382)--(36.3960,-.0382)--(36.3960,3.2650)--(35.6838,3.2650)-- + (35.6838,-.0382)--cycle(35.1283,1.1400)..controls(35.1283,1.8970)and(34.6080,2.4185)..(33.8407,2.4185)..controls(33.0911,2.4185)and + (32.5598,1.8927)..(32.5598,1.1595)..controls(32.5598,.4179)and(33.0911,-.1036)..(33.8407,-.1036)..controls(34.5882,-.1036)and + (35.1283,.4179)..(35.1283,1.1400)(34.4118,1.1442)..controls(34.4118,.7146)and(34.2023,.4571)..(33.8407,.4571)..controls + (33.4814,.4571)and(33.2764,.7146)..(33.2764,1.1595)..controls(33.2764,1.6003)and(33.4814,1.8577)..(33.8407,1.8577)..controls + (34.2067,1.8577)and(34.4118,1.6047)..(34.4118,1.1442)(34.0370,2.6367)--(34.6874,2.6367)-- + (34.6874,3.2302)--(34.0370,3.2302)--(34.0370,2.6367)--cycle(33.0008,2.6367)--(33.6512,2.6367)--(33.6512,3.2302)-- + (33.0008,3.2302)--(33.0008,2.6367)--cycle(31.2722,2.6301)--(32.2842,2.6301)--(32.2842,3.2650)-- + (29.5085,3.2650)--(29.5085,2.6301)--(30.5205,2.6301)--(30.5205,-.0382)--(31.2722,-.0382)--(31.2722,2.6301)-- + cycle(26.8143,-.0382)--(28.2011,3.2650)--(27.5969,3.2650)--(26.2080,-.0382)--(26.8143,-.0382)--cycle + (24.3736,-.0382)--(24.8102,-.0382)--(24.8102,.4921)--(24.5544,.4921)..controls(24.3891,.4921)and(24.3736,.5226).. + (24.3736,.8979)--(24.3736,1.8272)--(24.8102,1.8272)--(24.8102,2.3224)--(24.3736,2.3224)--(24.3736,3.0818)-- + (23.6638,3.0818)--(23.6638,2.3224)--(23.3220,2.3224)--(23.3220,1.8272)--(23.6638,1.8272)--(23.6638,.7408)..controls + (23.6638,.3677)and(23.6924,.2390)..(23.8027,.1212)..controls(23.9085,.0055)and(24.0628,-.0382)..(24.3736,-.0382) + (21.3179,.9524)--(23.0376,.9524)..controls(23.0376,1.2686)and(23.0024,1.4803)..(22.9274,1.6788)..controls(22.7510,2.1545)and + (22.3607,2.4185)..(21.8405,2.4185)..controls(21.1129,2.4185)and(20.6036,1.8970)..(20.6036,1.1530)..controls(20.6036,.4026)and + (21.0974,-.1036)..(21.8449,-.1036)..controls(22.4203,-.1036)and(22.8722,.1953)..(23.0067,.6600)--(22.2858,.6600)..controls + (22.1844,.5117)and(22.0543,.4462)..(21.8647,.4462)..controls(21.5583,.4462)and(21.3642,.6252)..(21.3179,.9524) + (21.3245,1.4454)..controls(21.3796,1.7247)and(21.5583,1.8818)..(21.8339,1.8818)..controls(22.1094,1.8818)and(22.2748,1.7247).. + (22.3056,1.4454)--(21.3245,1.4454)--cycle(20.4515,-.0382)--(19.4505,1.4410)--(20.3721,2.3530)--(19.4902,2.3530)-- + (18.7494,1.5305)--(18.7494,3.2650)--(18.0373,3.2650)--(18.0373,-.0382)--(18.7494,-.0382)--(18.7494,.7605)-- + (18.9809,.9830)--(19.5806,-.0382)--(20.4515,-.0382)--cycle(15.7599,.9524)--(17.4773,.9524)..controls(17.4773,1.2686)and + (17.4420,1.4803)..(17.3670,1.6788)..controls(17.1907,2.1545)and(16.8004,2.4185)..(16.2801,2.4185)..controls(15.5547,2.4185)and + (15.0433,1.8970)..(15.0433,1.1530)..controls(15.0433,.4026)and(15.5394,-.1036)..(16.2846,-.1036)..controls(16.8622,-.1036)and + (17.3119,.1953)..(17.4465,.6600)--(16.7255,.6600)..controls(16.6263,.5117)and(16.4962,.4462)..(16.3043,.4462)..controls + (16.0001,.4462)and(15.8039,.6252)..(15.7599,.9524)(15.7642,1.4454)..controls(15.8193,1.7247)and(16.0001,1.8818).. + (16.2757,1.8818)..controls(16.5513,1.8818)and(16.7166,1.7247)..(16.7453,1.4454)--(15.7642,1.4454)--cycle(14.2717,-.0382)-- + (14.7082,-.0382)--(14.7082,.4921)--(14.4524,.4921)..controls(14.2870,.4921)and(14.2717,.5226)..(14.2717,.8979)-- + (14.2717,1.8272)--(14.7082,1.8272)--(14.7082,2.3224)--(14.2717,2.3224)--(14.2717,3.0818)--(13.5595,3.0818)-- + (13.5595,2.3224)--(13.2200,2.3224)--(13.2200,1.8272)--(13.5595,1.8272)--(13.5595,.7408)..controls(13.5595,.3677)and + (13.5904,.2390)..(13.7006,.1212)..controls(13.8064,.0055)and(13.9607,-.0382)..(14.2717,-.0382)(12.9356,1.1400)..controls + (12.9356,1.8970)and(12.4130,2.4185)..(11.6480,2.4185)..controls(10.8962,2.4185)and(10.3649,1.8927)..(10.3649,1.1595)..controls + (10.3649,.4179)and(10.8962,-.1036)..(11.6480,-.1036)..controls(12.3932,-.1036)and(12.9356,.4179)..(12.9356,1.1400) + (12.2190,1.1442)..controls(12.2190,.7146)and(12.0074,.4571)..(11.6480,.4571)..controls(11.2864,.4571)and(11.0814,.7146).. + (11.0814,1.1595)..controls(11.0814,1.6003)and(11.2864,1.8577)..(11.6480,1.8577)..controls(12.0140,1.8577)and(12.2190,1.6047).. + (12.2190,1.1442)(9.0972,-.0382)--(9.8093,-.0382)--(9.8093,2.3530)--(9.0972,2.3530)--(9.0972,-.0382)-- + cycle(9.0972,2.6847)--(9.8093,2.6847)--(9.8093,3.2650)--(9.0972,3.2650)--(9.0972,2.6847)--cycle + (7.7104,-.0382)--(8.4225,-.0382)--(8.4225,3.2650)--(7.7104,3.2650)--(7.7104,-.0382)--cycle(7.1548,1.1879)..controls + (7.1548,1.9210)and(6.7381,2.4229)..(6.1230,2.4229)..controls(5.8783,2.4229)and + (5.6865,2.3530)..(5.4571,2.1850)--(5.4571,3.2650)--(4.7450,3.2650)--(4.7450,-.0382)--(5.4263,-.0382)-- + (5.4263,.2346)..controls(5.6181,-.0141)and(5.7878,-.1036)..(6.0833,-.1036)..controls(6.7095,-.1036)and(7.1548,.4376).. + (7.1548,1.1879)(6.4537,1.1486)..controls(6.4537,.7408)and(6.2531,.4681)..(5.9422,.4681)..controls(5.6313,.4681)and + (5.4263,.7452)..(5.4263,1.1595)..controls(5.4263,1.5741)and(5.6313,1.8533)..(5.9422,1.8533)..controls(6.2575,1.8533)and + (6.4537,1.5850)..(6.4537,1.1486)(3.3583,-.0382)--(4.0704,-.0382)--(4.0704,2.3530)--(3.3583,2.3530)-- + (3.3583,-.0382)--cycle(3.3583,2.6847)--(4.0704,2.6847)--(4.0704,3.2650)--(3.3583,3.2650)--(3.3583,2.6847)-- + cycle(2.2316,1.7291)..controls(2.5513,1.8818)and(2.7012,2.1043)..(2.7012,2.4229)..controls + (2.7012,2.7000)and(2.5579,2.9574)..(2.3221,3.0970)..controls(2.1060,3.2214)and(1.8657,3.2650)..(1.4445,3.2650)-- + (.0886,3.2650)--(.0886,-.0382)--(1.5107,-.0382)..controls(1.9869,-.0382)and(2.2206,.0164)..(2.4367,.1800)..controls + (2.6571,.3437)and(2.7828,.6164)..(2.7828,.9241)..controls(2.7828,1.3014)and(2.6175,1.5457)..(2.2316,1.7291) + (1.9516,2.3029)..controls(1.9516,2.0956)and(1.8106,1.9821)..(1.5394,1.9821)--(.8250,1.9821)--(.8250,2.6301)-- + (1.5394,2.6301)..controls(1.8106,2.6301)and(1.9516,2.5167)..(1.9516,2.3029)(2.0156,.9982)..controls(2.0156,.7343)and + (1.8458,.5968)..(1.5306,.5968)--(.8250,.5968)--(.8250,1.3974)--(1.5306,1.3974)..controls(1.8458,1.3974)and + (2.0156,1.2577)..(2.0156,.9982); +} +% Library / T{\"o}{\"o}l{\"o} +\newcommand{\LIBTEN}[1]{% + \fill[color={#1}] (.8500,3.2600)--(.1004,3.2600)-- + (.1004,-.0455)--(2.4814,-.0455)--(2.4814,.5895)-- + (.8500,.5895)--(.8500,3.2600)--cycle(3.6235,2.3480)--(2.9114,2.3480)--(2.9114,-.0455)--(3.6235,-.0455)-- + (3.6235,2.3480)--cycle(3.6235,3.2600)--(2.9114,3.2600)--(2.9114,2.6819)--(3.6235,2.6819)-- + (3.6235,3.2600)--cycle(4.3003,-.0455)--(4.9815,-.0455)--(4.9815,.2273)..controls(5.1712,-.0193)and(5.3409,-.1087).. + (5.6364,-.1087)..controls(6.2625,-.1087)and(6.7078,.4302)..(6.7078,1.1851)..controls(6.7078,1.9182)and(6.2934,2.4179).. + (5.6760,2.4179)..controls(5.4313,2.4179)and(5.2417,2.3480)..(5.0102,2.1800)--(5.0102,3.2600)--(4.3003,3.2600) + --(4.3003,-.0455)--cycle(5.4975,1.8485)..controls(5.8127,1.8485)and(6.0067,1.5800).. + (6.0067,1.1436)..controls(6.0067,.7335)and(5.8083,.4607)..(5.4975,.4607)..controls(5.1866,.4607)and(4.9815,.7379).. + (4.9815,1.1546)..controls(4.9815,1.5713)and(5.1866,1.8485)..(5.4975,1.8485)(7.2657,2.3480)--(7.2657,-.0455) + --(7.9755,-.0455)--(7.9755,.6288)..controls(7.9755,1.0957)and(7.9998,1.3182)..(8.0704,1.4775)..controls + (8.1519,1.6564)and(8.3526,1.7633)..(8.5973,1.7633)..controls(8.6458,1.7633)and(8.6921,1.7589)..(8.7781,1.7503)-- + (8.7781,2.4135)..controls(8.2621,2.4179)and(8.0814,2.3088)..(7.9403,1.9226)--(7.9602,2.3480)--(7.2657,2.3480)--cycle + (9.8452,1.5953)..controls(9.8739,1.7895)and(10.0149,1.8833)..(10.2707,1.8833)..controls(10.5044,1.8833)and(10.6455,1.7982).. + (10.6455,1.6608)..controls(10.6455,1.5670)and(10.5904,1.5212)..(10.4295,1.4971)--(10.0436,1.4317)..controls(9.3689,1.3226)and + (9.0823,1.0891)..(9.0823,.6441)..controls(9.0823,.1924)and(9.4373,-.1087)..(9.9686,-.1087)..controls(10.2597,-.1087)and + (10.4250,-.0498)..(10.6653,.1444)..controls(10.6896,.0549)and(10.6896,.0397)..(10.7204,-.0455)--(11.4458,-.0455)..controls + (11.3665,.0745)and(11.3576,.1095)..(11.3576,.3669)--(11.3576,1.4666)..controls(11.3576,1.8244)and(11.2915,2.0121).. + (11.1173,2.1648)..controls(10.9255,2.3350)and(10.6455,2.4179)..(10.2795,2.4179)..controls(9.5983,2.4179)and(9.2521,2.1517).. + (9.2080,1.5953)--(9.8452,1.5953)--cycle(10.6653,.7291)..controls(10.5507,.5262)and(10.3809,.4259)..(10.1450,.4259)..controls + (9.9245,.4259)and(9.7834,.5197)..(9.7834,.6789)..controls(9.7834,.8230)and(9.8936,.9059)..(10.1494,.9669)-- + (10.4052,1.0215)..controls(10.5242,1.0455)and(10.5904,1.0651)..(10.6653,1.0957)--(10.6653,.7291)--cycle(12.0366,2.3480)-- + (12.0366,-.0455)--(12.7488,-.0455)--(12.7488,.6288)..controls(12.7488,1.0957)and(12.7731,1.3182)..(12.8436,1.4775)..controls + (12.9251,1.6564)and(13.1236,1.7633)..(13.3705,1.7633)..controls(13.4212,1.7633)and(13.4653,1.7589)..(13.5513,1.7503)-- + (13.5513,2.4135)..controls(13.0354,2.4179)and(12.8547,2.3088)..(12.7135,1.9226)--(12.7334,2.3480)--(12.0366,2.3480)--cycle + (15.5377,2.3480)--(15.2225,1.2680)..controls(15.1673,1.0564)and(15.1277,.8927)..(15.0990,.7335)--(15.0681,.8273)..controls + (15.0130,1.0259)and(15.0130,1.0303)..(14.9425,1.2527)--(14.5875,2.3480)--(13.8269,2.3480)--(14.6228,.3364)..controls + (14.7066,.1291)and(14.7132,.1139)..(14.7132,.0287)..controls(14.7132,-.1785)and(14.5964,-.2723)..(14.3472,-.2723)-- + (14.1356,-.2723)--(14.1356,-.8025)--(14.5523,-.8025)..controls(15.0924,-.8025)and(15.2070,-.7043)..(15.4342,-.0651)-- + (16.2741,2.3480)--(15.5377,2.3480)--cycle(19.5702,3.2600)--(18.9639,3.2600)--(17.5771,-.0455)--(18.1834,-.0455)-- + (19.5702,3.2600)--cycle(22.6414,2.6273)--(23.6534,2.6273)--(23.6534,3.2600)--(20.8776,3.2600)-- + (20.8776,2.6273)--(21.8896,2.6273)--(21.8896,-.0455)--(22.6414,-.0455)--(22.6414,2.6273)--cycle + (25.2098,2.4135)..controls(24.4581,2.4135)and(23.9267,1.8877)..(23.9267,1.1546)..controls(23.9267,.4106)and(24.4581,-.1087).. + (25.2098,-.1087)..controls(25.9573,-.1087)and(26.4974,.4106)..(26.4974,1.1350)..controls(26.4974,1.8921)and(25.9771,2.4135).. + (25.2098,2.4135)(25.2098,1.8528)..controls(25.5759,1.8528)and(25.7809,1.5997)..(25.7809,1.1394)..controls(25.7809,.7095)and + (25.5715,.4498)..(25.2098,.4498)..controls(24.8505,.4498)and(24.6432,.7095)..(24.6432,1.1546)..controls(24.6432,1.5953)and + (24.8505,1.8528)..(25.2098,1.8528)(25.0203,3.2273)--(24.3676,3.2273)--(24.3676,2.6317)-- + (25.0203,2.6317)--(25.0203,3.2273)--cycle(26.0565,3.2273)--(25.4061,3.2273)--(25.4061,2.6317)-- + (26.0565,2.6317)--(26.0565,3.2273)--cycle(28.2149,2.4135)..controls(27.4631,2.4135)and(26.9318,1.8877)..(26.9318,1.1546)..controls + (26.9318,.4106)and(27.4631,-.1087)..(28.2149,-.1087)..controls(28.9623,-.1087)and(29.5025,.4106)..(29.5025,1.1350)..controls + (29.5025,1.8921)and(28.9822,2.4135)..(28.2149,2.4135)(28.2149,1.8528)..controls(28.5809,1.8528)and + (28.7859,1.5997)..(28.7859,1.1394)..controls(28.7859,.7095)and(28.5765,.4498)..(28.2149,.4498).. + controls(27.8555,.4498)and(27.6483,.7095)..(27.6483,1.1546)..controls(27.6483,1.5953)and + (27.8555,1.8528)..(28.2149,1.8528)(28.0253,3.2273)--(27.3727,3.2273)--(27.3727,2.6317)-- + (28.0253,2.6317)--(28.0253,3.2273)--cycle(29.0615,3.2273)--(28.4111,3.2273)--(28.4111,2.6317)--(29.0615,2.6317)-- + (29.0615,3.2273)--cycle(30.7702,3.2600)--(30.0581,3.2600)--(30.0581,-.0455)--(30.7702,-.0455)--(30.7702,3.2600)-- + cycle(32.6067,2.4135)..controls(31.8571,2.4135)and(31.3258,1.8877)..(31.3258,1.1546)..controls + (31.3258,.4106)and(31.8571,-.1087)..(32.6067,-.1087)..controls(33.3541,-.1087)and(33.8943,.4106) + ..(33.8943,1.1350)..controls(33.8943,1.8921)and(33.3739,2.4135)..(32.6067,2.4135)(32.6067,1.8528)..controls + (32.9727,1.8528)and(33.1777,1.5997)..(33.1777,1.1394)..controls(33.1777,.7095)and(32.9683,.4498)..(32.6067,.4498)..controls + (32.2473,.4498)and(32.0423,.7095)..(32.0423,1.1546)..controls(32.0423,1.5953)and(32.2473,1.8528)..(32.6067,1.8528) + (32.4171,3.2273)--(31.7667,3.2273)--(31.7667,2.6317)--(32.4171,2.6317)--(32.4171,3.2273)--cycle(33.4533,3.2273)-- + (32.8029,3.2273)--(32.8029,2.6317)--(33.4533,2.6317)--(33.4533,3.2273)--cycle; +} + +%%% Text drawing commands + +%% University name line drawing command +% +% \AaltoLogoUniversityNameLine{color} +% +% Draws the university name line using the given color and the current language +\newcommand{\AaltoLogoUniversityNameLine}[1]{% + \setcounter{aaltologo_linecount}{0}% + \iflanguage{finnish}{% + \AUFI{#1}% + }{% + \iflanguage{swedish}{% + \AUSE{#1}% + }{% + \AUEN{#1}% + }}% +} + +%% Optional line drawing command +% +% \AaltoLogoOptionalLines{color} +% +% Draws the optional lines according to the school/institute selection using the given color and the current language +\newcommand{\AaltoLogoOptionalLines}[1]{% + \ifthenelse{\equal{\AaltoLogoSchool}{TAIK}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\TAIKFI{#1}}{% + \iflanguage{swedish}{\TAIKSE{#1}}{% + \TAIKEN{#1}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoSchool}{ECON}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\ECONFI{#1}}{% + \iflanguage{swedish}{\ECONSE{#1}}{% + \ECONEN{#1}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoSchool}{TKK}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\TKKFI{#1}}{% + \iflanguage{swedish}{\TKKSE{#1}}{% + \TKKEN{#1}\setcounter{aaltologo_linecount}{2}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoSchool}{ENG}}{% + \setcounter{aaltologo_linecount}{2}% + \iflanguage{finnish}{\ENGFI{#1}}{% + \iflanguage{swedish}{\ENGSE{#1}}{% + \ENGEN{#1}\setcounter{aaltologo_linecount}{1}}}% + }{} + \ifthenelse{\equal{\AaltoLogoSchool}{CHEM}}{% + \setcounter{aaltologo_linecount}{2}% + \iflanguage{finnish}{\CHEMFI{#1}}{% + \iflanguage{swedish}{\CHEMSE{#1}}{% + \CHEMEN{#1}}}% + }{} + \ifthenelse{\equal{\AaltoLogoSchool}{SCI}}{% + \setcounter{aaltologo_linecount}{2}% + \iflanguage{finnish}{\SCIFI{#1}}{% + \iflanguage{swedish}{\SCISE{#1}}{% + \SCIEN{#1}\setcounter{aaltologo_linecount}{1}}}% + }{} + \ifthenelse{\equal{\AaltoLogoSchool}{ELEC}}{% + \setcounter{aaltologo_linecount}{2}% + \iflanguage{finnish}{\ELECFI{#1}}{% + \iflanguage{swedish}{\ELECSE{#1}}{% + \ELECEN{#1}}}% + }{} + \ifthenelse{\equal{\AaltoLogoInstitute}{ADF}}{% + \setcounter{aaltologo_linecount}{1}% + \ADF{#1}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{AMF}}{% + \setcounter{aaltologo_linecount}{1}% + \AMF{#1}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{ASF}}{% + \setcounter{aaltologo_linecount}{1}% + \ASF{#1}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{SBC}}{% + \setcounter{aaltologo_linecount}{2}% + \pgftransformyshift{-5cm}% + \iflanguage{finnish}{% + \SBCFI{#1}% + }{% + \SBCEN{#1}% + }% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIB}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\LIBFI{#1}}{% + \iflanguage{swedish}{\LIBSE{#1}}{% + \LIBEN{#1}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIBA}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\LIBAFI{#1}}{% + \iflanguage{swedish}{\LIBASE{#1}}{% + \LIBAEN{#1}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIBO}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\LIBOFI{#1}}{% + \iflanguage{swedish}{\LIBOSE{#1}}{% + \LIBOEN{#1}}}% + }{}% + \ifthenelse{\equal{\AaltoLogoInstitute}{LIBT}}{% + \setcounter{aaltologo_linecount}{1}% + \iflanguage{finnish}{\LIBTFI{#1}}{% + \iflanguage{swedish}{\LIBTSE{#1}}{% + \LIBTEN{#1}}}% + }{}% +} + +%%% Large Aalto logo command. +% +% \AaltoLogoLarge{scale}{mark}{color} +% +% Scale sets the size of the logo. scale = 1 results in a logo with height of the A being 21 mm. +% Mark is added mark in the logo. Choices are ?, ! and '' +% Color selects used color. Currently available are aaltoBlack, aaltoBlack (alias for aaltoBlack), white, aaltoYellow, aaltoRed and aaltoBlue +\DeclareRobustCommand{\AaltoLogoLarge}[3]{% + + % Start drawing + \begin{tikzpicture}[scale=#1]% + + \pgftransformscale{0.1}% + + % First draw the white or aaltoBlack A-letter + \ifthenelse{\equal{#3}{white}}{% + \fill[color=white, even odd rule] + (0,0) -- (7.4,21) -- (13.8,21) -- (21.2,0) -- + (15.8,0) -- (14.6,3.6) -- (6.6,3.6) -- (5.4,0) -- cycle + (8,7.9) -- (10.6,15.3) -- (13.2,7.9) -- cycle; + }{% + \fill[color=aaltoBlack, even odd rule] + (0,0) -- (7.4,21) -- (13.8,21) -- (21.2,0) -- + (15.8,0) -- (14.6,3.6) -- (6.6,3.6) -- (5.4,0) -- cycle + (8,7.9) -- (10.6,15.3) -- (13.2,7.9) -- cycle; + }% + + % Then check which mark we are using and draw that + + % Question mark + \ifthenelse{\equal{#2}{?}}{% + \fill[color=#3] + (24.2,0) -- (28.9,0) -- (28.9,4.75) -- (24.2,4.75) -- cycle + (28.9,6.5) -- (24.2,6.5) -- (24.2,6.9) .. controls (24.2,10.1) + and (25.4,11.3) .. (27.4,12.4) .. controls (28.8,13.1) and (29.4,13.8) .. + (29.4,15.0) .. controls (29.4,16.4) and (28.3,17.2) .. (26.6,17.2) + .. controls (24.8,17.2) and (23.5,16.4) .. (23.5,14.5) -- (18.7,14.5) + -- (18.7,15.1) .. controls (18.7,19.1) and (22.2,21.4) .. (26.6,21.4) + .. controls (31.3,21.4) and (34.5,19.2) .. (34.5,15.1) .. controls (34.3,12.5) + and (32.7,11.1) .. (31.2,10.0) .. controls (29.5,8.8) and (28.9,8.2) .. + (28.9,6.6) -- cycle; + }% + + % Exclamation mark + \ifthenelse{\equal{#2}{!}}{% + \fill[color=#3] + (23.2,0) -- (27.9,0) -- (27.9,4.75) -- (23.2,4.75) -- cycle + (26.8,6.4) -- (24,6.4) -- (23,13.7) -- (23,21) -- (28.05,21) -- (28.05,13.7) -- cycle; + }% + + % Quotation mark, drawn as two single marks + \ifthenelse{\equal{#2}{''}}{% + \fill[color=#3] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; + % + \begin{pgfscope}% + \pgftransformxshift{6.7cm}% + \fill[color=#3] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; + \end{pgfscope}% + }% + + % Write the Aalto University text, in white or in aaltoBlack + \pgftransformyshift{-8cm}% + \ifthenelse{\equal{#3}{white}}{% + \AaltoLogoUniversityNameLine{white}% + }{% + \AaltoLogoUniversityNameLine{aaltoBlack}% + }% + + % And two lines. Color is selected based on the mark color. + % White color will result in white text. Black mark will result in aaltoBlack text. + \pgftransformyshift{-5cm}% + \ifthenelse{\equal{#3}{white}}{% + \AaltoLogoOptionalLines{white}% + }{% + \ifthenelse{\equal{#3}{black} \or \equal{#3}{aaltoBlack}}{% + \AaltoLogoOptionalLines{aaltoBlack}% + }{% + \AaltoLogoOptionalLines{aaltoGray}% + }% + }% + + \end{tikzpicture}% + +} + + +%%% Small Aalto logo command. +% +% \AaltoLogoSmall{scale}{mark}{color} +% +% Scale sets the size of the logo. scale = 1 results in a logo with height of the A being 13 mm. +% Mark is added mark in the logo. Choices are ?, ! and '' +% Color selects used color. Currently available are white, aaltoBlack, aaltoYellow, aaltoRed and aaltoBlue + +\DeclareRobustCommand{\AaltoLogoSmall}[3]{% + + % Start drawing + \begin{tikzpicture}[scale=#1]% + + \pgftransformscale{0.1}% + + % Scaled smaller from the large logo + \begin{pgfscope}% + \pgftransformscale{0.6333333}% + + % First draw the white or aaltoBlack A-letter + \ifthenelse{\equal{#3}{white}}{% + \fill[color=white, even odd rule] + (0,0) -- (7.4,21) -- (13.8,21) -- (21.2,0) -- + (15.8,0) -- (14.6,3.6) -- (6.6,3.6) -- (5.4,0) -- cycle + (8,7.9) -- (10.6,15.3) -- (13.2,7.9) -- cycle; + }{% + \fill[color=aaltoBlack, even odd rule] + (0,0) -- (7.4,21) -- (13.8,21) -- (21.2,0) -- + (15.8,0) -- (14.6,3.6) -- (6.6,3.6) -- (5.4,0) -- cycle + (8,7.9) -- (10.6,15.3) -- (13.2,7.9) -- cycle; + }% + + + % Then check which mark we are using and draw that + + % Question mark + \ifthenelse{\equal{#2}{?}}{% + \fill[color=#3] + (24.2,0) -- (28.9,0) -- (28.9,4.75) -- (24.2,4.75) -- cycle + (28.9,6.5) -- (24.2,6.5) -- (24.2,6.9) .. controls (24.2,10.1) + and (25.4,11.3) .. (27.4,12.4) .. controls (28.8,13.1) and (29.4,13.8) .. + (29.4,15.0) .. controls (29.4,16.4) and (28.3,17.2) .. (26.6,17.2) + .. controls (24.8,17.2) and (23.5,16.4) .. (23.5,14.5) -- (18.7,14.5) -- + (18.7,15.1) .. controls (18.7,19.1) and (22.2,21.4) .. (26.6,21.4) + .. controls (31.3,21.4) and (34.5,19.2) .. (34.5,15.1) .. controls (34.3,12.5) and + (32.7,11.1) .. (31.2,10.0) .. controls (29.5,8.8) and (28.9,8.2) .. + (28.9,6.6) -- cycle; + }% + + % Exclamation mark + \ifthenelse{\equal{#2}{!}}{% + \fill[color=#3] + (23.2,0) -- (27.9,0) -- (27.9,4.75) -- (23.2,4.75) -- cycle + (26.8,6.4) -- (24,6.4) -- (23,13.7) -- (23,21) -- + (28.05,21) -- (28.05,13.7) -- cycle; + }% + + % Quotation mark + \ifthenelse{\equal{#2}{''}}{% + \fill[color=#3] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; + + \begin{pgfscope}% + \pgftransformxshift{6.7cm}% + \fill[color=#3] + (25.2,21) -- (20.2,21) -- (20.2,15.9) -- (22.6,15.9) + .. controls (22.6,14.3) and (21.6,13.3) .. (20.2,13.3) -- (20.2,11.0) + .. controls (23.1,11.1) and (25.2,13.0) .. (25.2,16.7) -- cycle; + \end{pgfscope}% + }% + + \end{pgfscope}% + + % Move to correct position based on the mark + \ifthenelse{\equal{#2}{?}}{\pgftransformxshift{26.56cm}}{}% + \ifthenelse{\equal{#2}{!}}{\pgftransformxshift{22.95cm}}{}% + \ifthenelse{\equal{#2}{''}}{\pgftransformxshift{25.4cm}}{}% + + % Write the Aalto University text, in white or in aaltoBlack + \pgftransformyshift{10cm}% + \ifthenelse{\equal{#3}{white}}{% + \AaltoLogoUniversityNameLine{white}% + }{% + \AaltoLogoUniversityNameLine{aaltoBlack}% + }% + + % And two lines for School text. Color is selected based on the mark color. + % White mark will result in white text. Black mark will result in aaltoBlack text. + \pgftransformyshift{-5.00cm}% + \ifthenelse{\equal{#3}{white}}{% + \AaltoLogoOptionalLines{white}% + }{% + \ifthenelse{\equal{#3}{black} \or \equal{#3}{aaltoBlack}}{% + \AaltoLogoOptionalLines{aaltoBlack}% + }{% + \AaltoLogoOptionalLines{aaltoGray}% + }% + }% + + \end{tikzpicture}% +} + + +%%% Randomize the color for hand-set logo usage +% +% \aaltoLogoRandomize[white/black/aaltoBlack] +% +% Randomizes both the logo color and the mark, if no parameter is given. +% If a parameters is given, only the mark is randomized. +% The randomization results in logo parameters that will be different from the previous ones. +\DeclareRobustCommand{\AaltoLogoRandomize}[1][rby]{% + \reinitrand[seed=0,last=3]% + \ifthenelse{\equal{#1}{rby}}{ + \rand\whiledo{\equal{\arabic{rand}}{\arabic{aaltologo_color}}}{\rand}\setcounter{aaltologo_color}{\arabic{rand}}% + \ifthenelse{\equal{\arabic{aaltologo_color}}{1}}{% + \gdef\AaltoLogoColor{aaltoRed}% + }{}% + \ifthenelse{\equal{\arabic{aaltologo_color}}{2}}{% + \gdef\AaltoLogoColor{aaltoBlue}% + }{}% + \ifthenelse{\equal{\arabic{aaltologo_color}}{3}}{% + \gdef\AaltoLogoColor{aaltoYellow}% + }{}% + }{% + \setcounter{aaltologo_color}{0}% + \gdef\AaltoLogoColor{#1} + }% + \rand\whiledo{\equal{\arabic{rand}}{\arabic{aaltologo_mark}}}{\rand}\setcounter{aaltologo_mark}{\arabic{rand}}% + \ifthenelse{\equal{\arabic{aaltologo_mark}}{1}}{% + \gdef\AaltoLogoMark{?}% + }{}% + \ifthenelse{\equal{\arabic{aaltologo_mark}}{2}}{% + \gdef\AaltoLogoMark{!}% + }{}% + \ifthenelse{\equal{\arabic{aaltologo_mark}}{3}}{% + \gdef\AaltoLogoMark{''}% + }{}% +} + +%%% Random Large Aalto logo command. +% +% \aaltoLogoRandomLarge[white/black/aaltoBlack]{scale} +% +% Scale sets the size of the logo. scale = 1 results in a logo with height of the A being 21 mm. +% The optional parameter chooses whether to use white or aaltoBlack version of the logo. If anything else is given, colors are used. +\DeclareRobustCommand{\AaltoLogoRandomLarge}[2][rby]{% + \AaltoLogoRandomize[#1]% + \AaltoLogoLarge{#2}{\AaltoLogoMark}{\AaltoLogoColor}% +}% + +%%% Random Small Aalto logo command. +% +% \aaltoLogoRandomSmall[white/black/aaltoBlack]{scale} +% +% Scale sets the size of the logo. scale = 1 results in a logo with height of the A being approximately 13 mm. +% The optional parameter chooses whether to use white or aaltoBlack version of the logo. If anything else is given, colors are used. +\DeclareRobustCommand{\AaltoLogoRandomSmall}[2][rby]{% + \AaltoLogoRandomize[#1]% + \AaltoLogoSmall{#2}{\AaltoLogoMark}{\AaltoLogoColor}% +}% + +%%% Check whether the babel package has been loaded +\AtBeginDocument{% + \ifthenelse{\isundefined{\addto}}{% + % It hasn't been loaded, define the \iflanguage command + \renewcommand{\iflanguage}[3]{#3}% + % Chooses the 'false' option, which is english in the code given above + }{% + % It has been loaded, no need to define the \iflanguage command + }% +} diff --git a/aaltothesis.cls b/aaltothesis.cls new file mode 100644 index 0000000..315d9f9 --- /dev/null +++ b/aaltothesis.cls @@ -0,0 +1,1178 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% LaTeX document class 'aaltothesis', for use with pdflatex. +%% This is a class for typesetting theses to be submitted for examination to the +%% Aalto University School of Electrical Engineering, which may be extended for +%% use in other Aalto schools as well. This class file is designed to be used +%% with the template files opinnaytepohja.tex (Finnish) and thesistemplate.tex +%% (English). The template can be used in Swedish by saying "swedish" as the +%% language option in the \documentclass. This class enables the production of a +%% PDF/A-1b, PDF/A-2b or PDF/A-3b compliant file as made possible by the +%% pdfx.sty package. +%% +%% This class package requires pdfx.sty v. 1.5.84 (2017/05/18) or newer. +%% +%% +%% Written by Luis R.J. Costa. +%% Currently developed at the Learning Services of Aalto University School of +%% Electrical Engineering by Luis R.J. Costa since May 2017. +%% +%% This is licensed under the terms of the MIT license below. +%% +%% Copyright 2017-2018, by Luis R.J. Costa, luis.costa@aalto.fi, +%% Copyright 2017-2018 Swedish translations in aaltothesis.cls by Elisabeth +%% Nyberg, elisabeth.nyberg@aalto.fi and Henrik Wallén, henrik.wallen@aalto.fi. +%% Copyright 2017-2018 Finnish documentation in the template opinnatepohja.tex +%% by Perttu Puska, perttu.puska@aalto.fi, and Luis R.J. Costa. +%% Copyright 2018 English template thesistemplate.tex by Luis R.J. Costa. +%% Copyright 2018 Swedish template kandidatarbetsbotten.tex by Henrik Wallen. +%% +%% Permission is hereby granted, free of charge, to any person obtaining a copy +%% of this software and associated documentation files (the "Software"), to deal +%% in the Software without restriction, including without limitation the rights +%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +%% copies of the Software, and to permit persons to whom the Software is +%% furnished to do so, subject to the following conditions: +%% The above copyright notice and this permission notice shall be included in +%% all copies or substantial portions of the Software. +%% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +%% SOFTWARE. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% +%% Adding a new language: +%% 1. Add the language option using \DeclareOption as done a few lines below. +%% It's assumed your language is supported by the babel package. +%% 2. Add your language to the options passed to babel +%% 3. Make a corresponding short-hand macro \IfYourlang (under "Some shorthand") +%% 4. Add the translations to the macros \setthesismainlangnames and +%% \setabstractlangnames. +%% 5. Make the corresponding additions to the macros \L@ng and \settocabslang. +%% 6. Make your language option available in the abstractpage environment. +%% +%% +\NeedsTeXFormat{LaTeX2e}% +\ProvidesClass{aaltothesis}[2018/08/31 Aalto Univ. ELEC thesis class v3.20]% +\RequirePackage{etoolbox}% Defines boolean/toggle variables, ifs, AtEndPreamble.. +% +\newcommand*{\MainLang}{}% +\DeclareOption{english}{% + \AtEndOfClass{\main@language{english}}% + \renewcommand*{\MainLang}{english}% +}% +\DeclareOption{finnish}{% + \AtEndOfClass{\main@language{finnish}}% + \renewcommand*{\MainLang}{finnish}% +}% +\DeclareOption{swedish}{% + \AtEndOfClass{\main@language{swedish}}% + \renewcommand*{\MainLang}{swedish}% +}% +% +\newtoggle{ARTS}% +\newtoggle{BIZ}% +\newtoggle{CHEM}% +\newtoggle{ELEC}% +\newtoggle{ENG}% +\newtoggle{SCI}% +\DeclareOption{arts}{% + \toggletrue{ARTS}\togglefalse{BIZ}\togglefalse{CHEM}% + \togglefalse{ELEC}\togglefalse{ENG}\togglefalse{SCI}% +}% +\DeclareOption{biz}{% + \togglefalse{ARTS}\toggletrue{BIZ}\togglefalse{CHEM}% + \togglefalse{ELEC}\togglefalse{ENG}\togglefalse{SCI}% +}% +\DeclareOption{chem}{% + \togglefalse{ARTS}\togglefalse{BIZ}\toggletrue{CHEM}% + \togglefalse{ELEC}\togglefalse{ENG}\togglefalse{SCI}% +}% +\DeclareOption{elec}{% + \togglefalse{ARTS}\togglefalse{BIZ}\togglefalse{CHEM}% + \toggletrue{ELEC}\togglefalse{ENG}\togglefalse{SCI}% +}% +\DeclareOption{eng}{% + \togglefalse{ARTS}\togglefalse{BIZ}\togglefalse{CHEM}% + \togglefalse{ELEC}\toggletrue{ENG}\togglefalse{SCI}% +}% +\DeclareOption{sci}{% + \togglefalse{ARTS}\togglefalse{BIZ}\togglefalse{CHEM}% + \togglefalse{ELEC}\togglefalse{ENG}\toggletrue{SCI}% +}% +%% Font encoding support for iso-latin-1, utf-8 and ansinew (MiKTeX): +%% LC 26.9.2013 +\newtoggle{UTF}% +\DeclareOption{latin1}{% + \PassOptionsToPackage{latin1}{inputenc}% +}% +\DeclareOption{utf8}{% + \PassOptionsToPackage{utf8}{inputenc}% + \toggletrue{UTF}% +}% +\DeclareOption{ansinew}{% + \PassOptionsToPackage{ansinew}{inputenc}% +}% +% +\newtoggle{PDFA}% +\newtoggle{writexmpdatafile} +% +% PDF/A support extended from a-1b to a-2b. LC 17.4.2018 +\DeclareOption{a-1b}{\toggletrue{PDFA}% + \toggletrue{writexmpdatafile}% + \PassOptionsToPackage{a-1b}{pdfx}% +}% +% +\DeclareOption{a-2b}{% + \toggletrue{PDFA}\toggletrue{writexmpdatafile}% + \PassOptionsToPackage{a-2b}{pdfx}% +}% +% Support for PDF/A-3b removed to avoid problem for users. LC 31.8.2018 +%\DeclareOption{a-3b}{% +% \toggletrue{PDFA}\toggletrue{writexmpdatafile}% +% \PassOptionsToPackage{a-3b}{pdfx}% +%}% +% +\newtoggle{ONLINE}% +\DeclareOption{online}{% + \toggletrue{ONLINE}% +}% +\DeclareOption*{% + \PassOptionsToClass{\CurrentOption}{article}% +}% +\ExecuteOptions{english, utf8, online, a4paper}% Default package options +\ProcessOptions\relax% +% +\LoadClass{article}% +% +\iftoggle{PDFA}{% + \RequirePackage[latxmp]{pdfx}[2017/05/18]% Produce PDF/A 1b, 2b and 3b compliant pdf + \RequirePackage{newfile}% Provides an easy interface for writing data into new + % file (used to write metadata into file .xmpdata) + \iftoggle{UTF}{\hypersetup{pdfencoding=unicode}}{}% + \hypersetup{pdfpagemode=UseNone, bookmarksnumbered=true}% + \iftoggle{ONLINE}{% + \hypersetup{colorlinks=true, urlcolor=blue, linkcolor=blue, citecolor=blue}% + }{}% +}{% + \AtEndPreamble{% + \RequirePackage{hyperxmp}% + \RequirePackage{hyperref}% + }% +}% +% +\AtEndPreamble{% Set up the hyperref options + \iftoggle{UTF}{% + \hypersetup{pdfencoding=unicode}% + }{}% + \hypersetup{pdfpagemode=UseNone, bookmarksnumbered=true}% + \iftoggle{ONLINE}{% + \hypersetup{colorlinks=true, urlcolor=blue, linkcolor=blue, citecolor=blue}% + }{% + \hypersetup{colorlinks=false} + }% +}% +% +\RequirePackage[T1]{fontenc}% +\RequirePackage{inputenc}% For scands in both Finnish and English input docs +\RequirePackage[swedish, finnish, english]{babel}% +\RequirePackage{lmodern}% +\RequirePackage[kerning, spacing, babel]{microtype}% +% +\RequirePackage{calc}% +\RequirePackage{chngcntr}% Allows counter dependencies to be changed for appendix +% +% +%% Set up the logo +%% Note that BIZ and ARTS still (2012-08-17) use old logos as the +%% aaltologo-package is not up-to-date. Hence there are calls to ECON and TAIK +%% pic routines. +\iftoggle{ARTS}{% + \RequirePackage[TAIK, Uncoated]{aaltologo}% +}{% +\iftoggle{BIZ}{% + \RequirePackage[ECON, Uncoated]{aaltologo}% +}{% +\iftoggle{CHEM}{% + \RequirePackage[CHEM, Uncoated]{aaltologo}% +}{% +\iftoggle{ELEC}{% + \RequirePackage[ELEC, Uncoated]{aaltologo}% +}{% +\iftoggle{ENG}{% + \RequirePackage[ENG, Uncoated]{aaltologo}% +}{% +\iftoggle{SCI}{% + \RequirePackage[SCI, Uncoated]{aaltologo}% +}{% +\RequirePackage[Uncoated]{aaltologo}% +}}}}}}% +% +%%%%%%% Set up the page layout %%%%%%% +%% First the horizontal dimensions %% +\iftoggle{ONLINE}{% + \setlength{\oddsidemargin}{4.6mm}% 1" + 4.6mm = 3cm + \setlength{\evensidemargin}{4.6mm}% +}{% + \setlength{\oddsidemargin}{9.6mm}% 3.5cm + \setlength{\evensidemargin}{-0.4mm}% 1" - 0.4mm = 2.5cm +}% +\setlength{\textwidth}{15cm}% +%% Then the vertical dimensions +\setlength{\headsep}{12mm}% +\setlength{\headheight}{1em}% +\setlength{\topmargin}{-5mm}% +% +\setlength{\textheight}{23cm}% +% +%%%%%%% Float control %%%%%%% +\renewcommand{\floatpagefraction}{0.1}% +\renewcommand{\textfraction}{0.1}% +\renewcommand{\topfraction}{0.9}% +\renewcommand{\bottomfraction}{0.9}% +% +%%%%%% Now come all the macros used along with all the required counter, etc. +% +\newcommand*{\AbstractLang}{\MainLang}% +% +%%%%%%% Some shorthand %%%%%%% +\newcommand*{\IfEng}[3]{\ifthenelse{\equal{#1}{english}}{#2}{#3}}% +\newcommand*{\IfFin}[3]{\ifthenelse{\equal{#1}{finnish}}{#2}{#3}}% +\newcommand*{\IfSwe}[3]{\ifthenelse{\equal{#1}{swedish}}{#2}{#3}}% +% +%%%%%%% Storage of number of pages and number of abstracts %%%%%%% +\newcounter{NAllPages}% +\newcounter{NMainTxtPages}% +\newcounter{NAppdxPages}% +% write in file .aux +\newcommand*{\stor@maintxtpag@number}{% + \immediate\write\@auxout{\string\setcounter{NMainTxtPages}{\thepage-1}}% +}% +\AtEndDocument{% + \immediate\write\@auxout{\string\setcounter{NAllPages}{\thepage}}% +}% +% +%%%%%%% Default fonts: Latin Modern (LC 24.9.2015) +% This is required to overwite any fonts set elsewhere. The package +% aaltologo.sty sets \rmdefault to newcent, \ttdefault to txtt. +\renewcommand{\rmdefault}{lmr}% +\renewcommand{\ttdefault}{lmtt}% +\renewcommand{\sfdefault}{lmss}% +% +%%%%%% +%%%%%% Language-specific definitions +%%%%%% First create the necessary variables. +%%%%%% +\newcommand*{\univ@rsity}{}% +\newcommand*{\sch@@l}{}% +\newcommand*{\@ddress}{}% +\newcommand*{\urln@me}{www.aalto.fi}% +\newcommand*{\thesissupervisorname}{}% +\newcommand*{\thesissuperadvisorname}{}% +\newcommand*{\thesisadvisorname}{}% +\newcommand*{\thesisadvisorsname}{}% +\newcommand{\covertext}{}% +\newcommand*{\authorname}{}% +\newcommand*{\thesisname}{}% +\newcommand*{\keywordsname}{}% +\newcommand*{\datename}{}% +\newcommand*{\langname}{}% +\newcommand*{\nofpgsname}{}% +\newcommand*{\supervisorname}{}% +\newcommand*{\advisorname}{}% +\newcommand*{\degprogramname}{}% +\newcommand*{\departmentname}{}% +\newcommand*{\degreeordep@rtmentname}{}% +\newcommand*{\degreeordep@rtment}{}% +%\newcommand*{\professorshipname}{}% +\newcommand*{\majorname}{}% +\newcommand*{\codename}{}% +\newcommand*{\tocabstractname}{}% +%% +\newcommand*{\absheadname}{}% +\newcommand*{\tocabslang}{}% +% +%%%%%% Set up those values that can be set up automatically: university, +% school name, logo, etc. +%% Some can also be set explicitly by the user via macros like \university +%% and \school defined below after the language-specific stuff. +%% +\newcommand{\setthesismainlangnames}{% + \IfEng{\MainLang}{% + %% Cover page stuff in English + \iftoggle{ARTS}{% + \renewcommand*{\sch@@l}{School of Arts, Design and Architecture}% + }{% + \iftoggle{BIZ}{% + \renewcommand*{\sch@@l}{School of Business}% + }{% + \iftoggle{CHEM}{% + \renewcommand*{\sch@@l}{School of Chemical Technology}% + }{% + \iftoggle{ELEC}{% + \renewcommand*{\sch@@l}{School of Electrical Engineering}% + }{% + \iftoggle{ENG}{% + \renewcommand*{\sch@@l}{School of Engineering}% + }{% + \iftoggle{SCI}{% + \renewcommand*{\sch@@l}{School of Science}% + }{% + \ifdefstring{\sch@@l}{}{% + \PackageError{aaltothesis}{% + Your school isn't specified% + }{% + Specify arts, biz, chem, elec eng or sci in \protect\documentclass{} % + or specify it using \protect\school{}.% + }% + }{}% + }}}}}}% + \renewcommand*{\thesissupervisorname}{Supervisor}% + \renewcommand*{\thesissuperadvisorname}{Supervisor and advisor}% + \renewcommand*{\thesisadvisorname}{Advisor}% + \renewcommand*{\thesisadvisorsname}{Advisors}% + \renewcommand{\covertext}{% + \iftoggle{BSc}{% + Bachelor's thesis% + }{% + \iftoggle{MSc}{% + Thesis submitted for examination for the degree of Master of Science in % + Technology.% + }{% + \iftoggle{Lic}{% + Thesis submitted for examination for the degree of Licentiate of Science % + in Technology.% + }{}}}% + }% + \renewcommand*{\tocabstractname}{Abstract}% + }{% end if English + \IfFin{\MainLang}{% + %% Cover page stuff in Finnish + \iftoggle{ARTS}{% + \renewcommand*{\sch@@l}{Taiteiden ja suunnittelun korkeakoulu}% + }{% + \iftoggle{BIZ}{% + \renewcommand*{\sch@@l}{Kauppakorkeakoulu}% + }{% + \iftoggle{CHEM}{% + \renewcommand*{\sch@@l}{Kemian tekniikan korkeakoulu}% + }{% + \iftoggle{ELEC}{% + \renewcommand*{\sch@@l}{S\"ahk\"otekniikan korkeakoulu}% + }{% + \iftoggle{ENG}{% + \renewcommand*{\sch@@l}{Insin\"o\"oritieteiden korkeakoulu}% + }{% + \iftoggle{SCI}{% + \renewcommand*{\sch@@l}{Perustieteiden korkeakoulu}% + }{% + \ifdefstring{\sch@@l}{}{% + \PackageError{aaltothesis}{% + Your school isn't specified% + }{% + Specify arts, biz, chem, elec eng or sci in \protect\documentclass{} % + or specify it using \protect\school{}.% + }% + }{}% + }}}}}}% + \renewcommand*{\thesissupervisorname}{% + \iftoggle{BSc}{Vastuuopettaja}{Ty\"on valvoja}% + }% + \renewcommand*{\thesissuperadvisorname}{% + \iftoggle{BSc}{% + Vastuuopettaja ja ohjaaja% + }{% + Ty\"on valvoja ja ohjaaja% + }% + }% + \renewcommand*{\thesisadvisorname}{Ty\"on ohjaaja}% + \renewcommand*{\thesisadvisorsname}{Ty\"on ohjaajat}% + \renewcommand{\covertext}{% + \iftoggle{BSc}{% + Kandidaatinty\"o% + }{% + \iftoggle{MSc}{% + Diplomity\"o, joka on j\"atetty opinn\"aytteen\"a tarkastettavaksi % + diplomi-insin\"o\"orin tutkintoa varten Espoossa \D@te{}.% + }{% + \iftoggle{Lic}{% + Lisensiaatintutkimus, joka on j\"atetty opinn\"aytteen\"a tarkastettavaksi % + tekniikan lisensiaatin tutkintoa varten Espoossa \D@te{}. + }{}}}% + }% + \renewcommand*{\tocabstractname}{Tiivistelm\"a}% + \renewcommand{\contentsname}{Sis\"allysluettelo}% + }{% end if Finnish + \IfSwe{\MainLang}{% + %% Cover page stuff in Swedish + \iftoggle{ARTS}{% + \renewcommand*{\sch@@l}{H\"ogskolan f\"or konst, design och arkitektur}% + }{% + \iftoggle{BIZ}{% + \renewcommand*{\sch@@l}{Handelsh\"ogskolan}% + }{% + \iftoggle{CHEM}{% + \renewcommand*{\sch@@l}{H\"ogskolan f\"or kemiteknik}% + }{% + \iftoggle{ELEC}{% + \renewcommand*{\sch@@l}{H\"ogskolan f\"or elektroteknik}% + }{% + \iftoggle{ENG}{% + \renewcommand*{\sch@@l}{H\"ogskolan f\"or ingenj\"orsvetenskaper}% + }{% + \iftoggle{SCI}{% + \renewcommand*{\sch@@l}{H\"ogskolan f\"or teknikvetenskaper}% + }{% + \ifdefstring{\sch@@l}{}{% + \PackageError{aaltothesis}{% + Your school isn't specified% + }{% + Specify arts, biz, chem, elec eng or sci in \protect\documentclass{} % + or specify it using \protect\school{}.% + }% + }{}% + }}}}}}% + \renewcommand*{\thesissupervisorname}{% + \iftoggle{BSc}{% + Ansvarsl\"arare% + }{% + \"Overvakare + }% + }% + \renewcommand*{\thesissuperadvisorname}{% + \iftoggle{BSc}{% + Ansvarsl\"arare och handledare% + }{% + Arbetets \"overvakare och handledare% + }% + }% + \renewcommand*{\thesisadvisorname}{Handledare}% + \renewcommand*{\thesisadvisorsname}{Handledare}% + \renewcommand{\covertext}{% + \iftoggle{BSc}{% + Kandidatexamen% + }{% + \iftoggle{MSc}{% + Diplomarbete, som inl\"amnats f\"or granskning som l\"ardomsprov + f\"or avl\"aggande av diplomingenj\"orsexamen i Esbo den \D@te{}.% + }{% + \iftoggle{Lic}{% + Licentiatavhandling, som inl\"amnats f\"or granskning som l\"ardomsprov + f\"or avl\"aggande av licentiatexamen i Esbo den \D@te{}.% + }{}}}% + }% + \renewcommand*{\tocabstractname}{Sammandrag}% + \renewcommand{\contentsname}{Inneh\aa{}llsf\"orteckning}% + }{% end if Swedish + }}}% Close the else branch of all three languages +}% +% +\newcommand*{\setabstractlangnames}{% +% Define the the headers, the names of fields in the language of the abstract, +% and set up some lengths used in the abstract. + \IfEng{\AbstractLang}{% + %% Abstract header and field names in English + \renewcommand*{\univ@rsity}{Aalto University}% + \renewcommand*{\@ddress}{\univ@rsity, P.O. BOX 11000, 00076 AALTO} + \renewcommand*{\authorname}{Author}% + \renewcommand*{\thesisname}{Title}% + \renewcommand*{\abstractname}{Abstract}% + \renewcommand*{\keywordsname}{Keywords}% + \renewcommand*{\datename}{Date}% + \renewcommand*{\langname}{Language}% + \renewcommand*{\nofpgsname}{Number of pages}% + \renewcommand*{\supervisorname}{% + \ifnumequal{\value{advisors}}{0}{% + \iftoggle{BSc}{% + Teacher in charge and advisor% + }{% + Supervisor and advisor% + }% + }{% + \iftoggle{BSc}{% + Teacher in charge% + }{% + Supervisor% + }% + }% + }% + \renewcommand*{\advisorname}{% + \ifnumequal{\value{advisors}}{0}{}{% + \ifnumequal{\value{advisors}}{1}{Advisor}{% + \ifnumgreater{\value{advisors}}{1}{Advisors}{% + }}}%%% + }% + % + \renewcommand*{\degprogramname}{Degree programme}% + \renewcommand*{\departmentname}{Department}% + % + \renewcommand*{\majorname}{Major}% + \renewcommand*{\codename}{Code of major}% + \iftoggle{BSc}{% + \renewcommand*{\absheadname}{Abstract of the bachelor's thesis}% + }{% + \iftoggle{MSc}{% + \renewcommand*{\absheadname}{Abstract of the master's thesis}% + }{% + \iftoggle{Lic}{% + \renewcommand*{\absheadname}{Abstract of the licentiate's thesis}% + }{}}}% + }{% end if English + \IfFin{\AbstractLang}{% + %% Abstract header and field names in Finnish + \renewcommand*{\univ@rsity}{Aalto-yliopisto}% + \renewcommand*{\@ddress}{\univ@rsity, PL 11000, 00076 AALTO} + \renewcommand*{\authorname}{Tekij\"a}% + \renewcommand*{\thesisname}{Ty\"on nimi}% + \renewcommand*{\abstractname}{Tiivistelm\"a}% + \renewcommand*{\keywordsname}{Avainsanat}% + \renewcommand*{\datename}{P\"aiv\"am\"a\"ar\"a}% + \renewcommand*{\langname}{Kieli}% + \renewcommand*{\nofpgsname}{Sivum\"a\"ar\"a}% + \renewcommand*{\supervisorname}{% + \ifnumequal{\value{advisors}}{0}{% + \iftoggle{BSc}{% + Vastuuopettaja ja ohjaaja% + }{% + Ty\"on valvoja ja ohjaaja% + }% + }{% + \iftoggle{BSc}{% + Vastuuopettaja% + }{% + Ty\"on valvoja% + }% + }% + }% + \renewcommand*{\advisorname}{% + \ifnumequal{\value{advisors}}{0}{}{% + \ifnumequal{\value{advisors}}{1}{Ty\"on ohjaaja}{% + \ifnumgreater{\value{advisors}}{1}{Ty\"on ohjaajat}{% + }}}%%% + }% + \renewcommand*{\degprogramname}{Koulutusohjelma}% + \renewcommand*{\departmentname}{Laitos}% + \renewcommand*{\majorname}{P\"a\"aaine}% + \renewcommand*{\codename}{P\"a\"aaineen koodi}% + \iftoggle{BSc}{% + \renewcommand*{\absheadname}{Tekniikan kandidaatinty\"on tiivistelm\"a}% + }{% + \iftoggle{MSc}{% + \renewcommand*{\absheadname}{Diplomity\"on tiivistelm\"a}% + }{% + \iftoggle{Lic}{% + \renewcommand*{\absheadname}{Lisensiaatintutkimuksen tiivistelm\"a}% + }{}}}% + }{% end if Finnish + \IfSwe{\AbstractLang}{% + %% Abstract header and field names in Swedish + \renewcommand*{\univ@rsity}{Aalto-universitetet}% + \renewcommand*{\@ddress}{\univ@rsity, PB 11000, 00076 AALTO}% + \renewcommand*{\authorname}{F\"orfattare}% + \renewcommand*{\thesisname}{Titel}% + \renewcommand*{\abstractname}{Sammandrag}% + \renewcommand*{\keywordsname}{Nyckelord}% + \renewcommand*{\datename}{Datum}% + \renewcommand*{\langname}{Spr\r{a}k}% + \renewcommand*{\nofpgsname}{Sidantal}% + \renewcommand*{\supervisorname}{% + \ifnumequal{\value{advisors}}{0}{% + \iftoggle{BSc}{% + Ansvarsl\"arare% + }{% + \"Overvakare och handledare% + }% + }{% + \iftoggle{BSc}{% + Ansvarsl\"arare% + }{% + \"Overvakare% + }% + }% + }% + \renewcommand*{\advisorname}{% + \ifnumequal{\value{advisors}}{0}{}{% + \ifnumequal{\value{advisors}}{1}{Handledare}{% + \ifnumgreater{\value{advisors}}{1}{Handledare}{% + }}}%%% + }% + \renewcommand*{\degprogramname}{Utbildningsprogram}% + \renewcommand*{\departmentname}{Institution}% + \renewcommand*{\majorname}{Huvud\"amne}% + \renewcommand*{\codename}{Huvud\"amnets kod}% + \iftoggle{BSc}{% + \renewcommand*{\absheadname}{Sammandrag av kandidatarbetet}% + }{% + \iftoggle{MSc}{% + \renewcommand*{\absheadname}{Sammandrag av diplomarbetet}% + }{% + \iftoggle{Lic}{% + \renewcommand*{\absheadname}{Sammandrag av licentiatavhandlingen}{}% + }{}}}% + }{% end if Swedish + }}}% Close the else branch of all three languages +% The requirements have changed here again. The masters thesis should no longer +% have 'Department' and 'Professorship', but should be like for the bachelors +% thesis. I haven't removed this now unnecessary \iftoggle statement in case +% this requirement changes again. + \iftoggle{BSc}{% + \renewcommand*{\degreeordep@rtmentname}{\degprogramname}% + \renewcommand*{\degreeordep@rtment}{\d@gpr@g}% \d@gpr@g is set in \degreeprogram + }{% +% \renewcommand*{\degreeordep@rtmentname}{\departmentname}% +% \renewcommand*{\degreeordep@rtment}{\dep@rtment}% \dep@rtment is set in \department + \renewcommand*{\degreeordep@rtmentname}{\degprogramname}% + \renewcommand*{\degreeordep@rtment}{\d@gpr@g}% \d@gpr@g is set in \degreeprogram + }% +}% +% +\newcommand*{\L@ng}[1]{% internal macro: +% Determine the language of the thesis (\MainLang) provided by the user in the +% \documentclass options and write it into the abstract in the appropriate field +% field in the language of the current abstract. The abstract language is +% the parameter of this macro, and it is provided by the user in the abstract +% environment. + \ifstrequal{#1}{english}{% + \IfEng{\MainLang}{English}{% + \IfFin{\MainLang}{Finnish}{% + \IfSwe{\MainLang}{Swedish}{% + }}}% + }{% + \ifstrequal{#1}{finnish}{% + \IfEng{\MainLang}{Englanti}{% + \IfFin{\MainLang}{Suomi}{% + \IfSwe{\MainLang}{Ruotsi}{% + }}}% + }{% + \ifstrequal{#1}{swedish}{% + \IfEng{\MainLang}{Engelska}{% + \IfFin{\MainLang}{Finska}{% + \IfSwe{\MainLang}{Svenska}{% + }}}% + }{% + }}}% +}% +% +\newcommand{\settocabslang}{% internal macro: +% Sets value of \tocabslang, the extra text that goes into the toc when there +% are more abstracts than one. The value of \tocabslang has to be set explicitly +% prior to use, since it is used in \addcontentsline in the abstractpage +% environment, and so it may not contain any \if* commands. Thus making +% \tocabslang decide with an \if* results in an error since it is part of the +% argument of \addcontentsline. + \ifdefstrequal{\MainLang}{\AbstractLang}{% + \renewcommand*{\tocabslang}{}% + }{% + \IfEng{\MainLang}{% + \IfFin{\AbstractLang}{% + \renewcommand*{\tocabslang}{(in Finnish)}% + }{% + \IfSwe{\AbstractLang}{% + \renewcommand*{\tocabslang}{(in Swedish)}% + }{% + \PackageError{aaltothesis}{% + Gosh! You are in dark waters! \protect\settocabslang (1)% + }{% + Perhaps you need to correct all previous errors.% + }% + }}% + }{% + \IfFin{\MainLang}{% + \IfEng{\AbstractLang}{% + \renewcommand*{\tocabslang}{(englanniksi)}% + }{% + \IfSwe{\AbstractLang}{% + \renewcommand*{\tocabslang}{(ruotsiksi)}% + }{% + \PackageError{aaltothesis}{% + Gosh! You are in dark waters! \protect\settocabslang (2)% + }{% + You may need to correct all previous errors. May the force be with you.% + }% + }}% + }{% + \IfSwe{\MainLang}{% + \IfEng{\AbstractLang}{% + \renewcommand*{\tocabslang}{(p\aa{} engelska)}% + }{% + \IfFin{\AbstractLang}{% + \renewcommand*{\tocabslang}{(p\aa{} finska)}% + }{% + \PackageError{aaltothesis}{% + Gosh! You are in dark waters! \protect\settocabslang (3)% + }{% + You may need to correct all previous errors. May the force be with you.% + }% + }}% + }{% + \PackageError{aaltothesis}{% + Gosh! You should not have got this far. \protect\settocabslang (4)% + }{% + You may need to correct all previous errors. May the force be with you.% + }% + }}}% + }% +}% +% +%% This ends the definitions of language-specific variables +% +\AtEndPreamble{% + \ifboolexpr{ togl {BSc} or togl {MSc} or togl {Lic} }{% + \setthesismainlangnames% + \setabstractlangnames% + }{% + \PackageError{aaltothesis}{% + \protect\univdegree{} is not specified% + }{% + Specify BSc, MSc or Lic in \protect\univdegree{}.% + }% + }% +}% +% +%%%%%% Interface commands: parameters specified by user (+ necessary variables). +%% Some have been automatically set up in the language-specific part but can +%% be overrun by the user via these macros. +%% First the straightforward ones: +% +\newcommand*{\ThesisAuthor}{}% variable +\newcommand*{\thesisauthor}[1]{\renewcommand*{\ThesisAuthor}{#1}}% User command +% +\newcommand{\th@sistitl@}{}% variable +\newcommand*{\pdfth@sistitl@}{}% variable +\newcommand{\thesistitle}[2][]{% User command + \renewcommand{\th@sistitl@}{#2}% + \ifstrempty{#1}{% + \renewcommand*{\pdfth@sistitl@}{#2}% + }{% + \renewcommand*{\pdfth@sistitl@}{#1}% + }% +}% +% +\newcommand*{\D@te}{}% variable +\renewcommand*{\date}[1]{\renewcommand*{\D@te}{#1}}% User command +% +\newcommand*{\pl@ce}{}% variable +\newcommand*{\place}[1]{\renewcommand*{\pl@ce}{#1}}% User command +% +\newcommand*{\dateandplace}{\pl@ce{} \D@te{}}% Internal macro +% +%\newcommand*{\university}[1]{\renewcommand*{\univ@rsity}{#1}}% User command +% +\newcommand*{\school}[1]{\renewcommand*{\sch@@l}{#1}}% User command +% +\newcommand*{\d@gpr@g}{}% variable +\newcommand*{\degreeprogram}[1]{\renewcommand*{\d@gpr@g}{#1}}% User command +% +\newcommand*{\sup@rvis@r}{}% variable +\newcommand*{\supervisor}[1]{\renewcommand*{\sup@rvis@r}{#1}}% User command +% +% user interface for logo +\newcommand*{\@@ltologo}{}% variable +\newcommand*{\@@ltoabslogo}{}% variable +\newcommand{\uselogo}[2]{% + \renewcommand*{\@@ltologo}{\AaltoLogoSmall{1}{#2}{#1}}% for the cover page + \renewcommand*{\@@ltoabslogo}{\AaltoLogoSmall{0.8}{#2}{#1}}% for the abstract page +}% +% +\newcommand*{\m@jor}{}% variable +\newcommand*{\major}[1]{\renewcommand*{\m@jor}{#1}}% +% User commands for M.Sc. and Lic. only +%\newcommand*{\professorship}[1]{\renewcommand*{\m@jor}{#1}}% +% +\newcommand*{\Cod@}{}% variable +\newcommand*{\code}[1]{\renewcommand{\Cod@}{#1}}% User command +% +\newcommand*{\dep@rtment}{}% variable +\newcommand*{\department}[1]{\renewcommand*{\dep@rtment}{#1}}% User command +% +% Then come the more complex macros: +% First some boolean flags +\newtoggle{BSc}% default is false +\newtoggle{MSc}% +\newtoggle{Lic}% +\newcommand*{\univdegree}[1]{% User command + \ifstrequal{#1}{BSc}{% + \toggletrue{BSc}\togglefalse{MSc}\togglefalse{Lic}% + }{% + \ifstrequal{#1}{MSc}{% + \togglefalse{BSc}\toggletrue{MSc}\togglefalse{Lic}% + }{% + \ifstrequal{#1}{Lic}{% + \togglefalse{BSc}\togglefalse{MSc}\toggletrue{Lic}% + }{% + \PackageError{aaltothesis}{% + Only BSc, MSc or Lic is allowed as parameter for degree% + }{% + Use BSc, MSc or Lic.% + }% + }}}% +}% +% +\newcounter{advisors}% +\newcommand*{\advis@rA}{}% +\newcommand*{\advis@rB}{}% +\newcommand*{\advisor}[1]{% User command + \stepcounter{advisors}% + \ifnumequal{\value{advisors}}{1}{% + \renewcommand*{\advis@rA}{#1}% + }{% + \ifnumequal{\value{advisors}}{2}{% + \renewcommand*{\advis@rB}{#1}% + }{% + \PackageError{aaltothesis}{% + Only 2 advisors are allowed% + }{% + Give at most 2 advisors or hack the code. + }% + }}% +}% +\newcommand*{\Advis@r}[1]{% internal macro + \ifstrequal{#1}{1}{% One advisor + \advis@rA{}% + }{% + \ifstrequal{#1}{2}{% Two advisors + \advis@rB{}% + }{% + \PackageError{aaltothesis}{% + Only 2 advisors are allowed% + }{% + Give at most 2 advisors or hack the code.% + }% + }}% +}% +% +%% +%% Two cover-related internal macros +%% +\newcommand*{\cov@rsup@rvisor}{% +% \ifdefstrequal{\sup@rvis@r}{\advis@rA}{% same supervisor & advisor +% \global\defcounter{advisors}{0}% +% \thesissuperadvisorname% +% }{% +% \thesissupervisorname% +% }% + \ifnumequal{\value{advisors}}{0}{% + \thesissuperadvisorname% + }{% + \thesissupervisorname% + }% +}% +% +\newcommand*{\cov@radvisor}{% + \ifnumequal{\value{advisors}}{0}{% + }{% + \ifnumequal{\value{advisors}}{1}{% + \thesisadvisorname% + }{% + \ifnumgreater{\value{advisors}}{1}{% + \thesisadvisorsname% + }{% + \PackageError{aaltothesis}{% + Uh oh! You should never have got here (\protect\cov@radvisor).% + }{% + You're in dark waters now... + }% + }}}% +}% +% +%% +%% Interface for copyright text +%% +\newcommand{\CopyrightText}{}% variable; used for printing on page +\newcommand{\MetaCopyrightText}{}% +\newcommand{\copyrighttext}[2]{% + \renewcommand{\MetaCopyrightText}{#1}% + \renewcommand{\CopyrightText}{#2}% +}% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%% Do the cover page layout %%%%%%%%%%%%%%%% +\pagenumbering{arabic}% +\newlength{\coverpageindent}% +\setlength{\coverpageindent}{10mm}% +\newlength{\coverindent}% +\setlength{\coverindent}{48mm}% +\newcommand{\mytextsf}[1]{% + {\usefont{T1}{phv}{b}{n}\fontsize{11}{13.2}\selectfont{#1}}% +}% +\newcommand{\makecoverpage}{% + \thispagestyle{empty}% + \vspace*{3.5mm}% + \noindent% Position the title and author + % The title and author, each in their own box, are placed in an enclosing + % box with its height limited so as to + % 1. fix the position of the text that follows on the page and + % 2. to prevent unnecessarily long titles. + % The vertical space for the title is 120pt, followed by a 6-mm blank + % space, and the author's name is typeset in a 12-pt high font. + \hspace*{\coverpageindent}% + \parbox[t][132pt+6mm]{0.75\textwidth-\coverpageindent}{% + \noindent% First position the title + \parbox[t]{0.75\textwidth-\coverpageindent}{\raggedright% + \usefont{T1}{phv}{b}{n}\fontsize{18}{21}\selectfont{\th@sistitl@}}\par% + \vspace{8mm}% + \noindent% followed by the author + \parbox{0.75\textwidth-\coverpageindent}{\large\textbf{\ThesisAuthor}}\par% + }\par% + \vspace{26mm}% + \noindent% + \hspace*{\coverpageindent}% + \parbox{0.75\textwidth-\coverpageindent}{\raggedright\small% + {\usefont{T1}{phv}{b}{n}\fontsize{11}{13.2}\selectfont{\sch@@l}}\\[1em]% Position the school + \covertext% Position the degree-work text + }\par% + \vspace{1ex}% + \noindent% + \hspace*{\coverpageindent}% + \parbox{0.80\textwidth-\coverpageindent}{% + \raggedright% + \small% + % Place the date and place; only for the BSc text and text in English + \ifboolexpr{togl {BSc} or test {\ifdefstring{\MainLang}{english}}}{% + \dateandplace\par% + }{}% + \vspace{23mm}% + \noindent% + \mytextsf{\cov@rsup@rvisor}\par% + \vspace{1em}% + \hspace{\coverindent}% + \parbox{\linewidth-\coverindent}{\raggedright\sup@rvis@r}\par% + \ifnumgreater{\value{advisors}}{0}{% + \vspace{2em}% + \noindent% + \mytextsf{\cov@radvisor{}}\par% + \vspace{1em}% + \hspace{\coverindent}% + \parbox{\linewidth-\coverindent}{\raggedright\Advis@r{1}}% + }{}% + \ifnumgreater{\value{advisors}}{1}{% + \par% + \vspace{4em}% + \hspace{\coverindent}\parbox{\linewidth-\coverindent}{\raggedright\Advis@r{2}}% + }{}% + }% + \vfill% + \noindent% + \hspace{\coverpageindent}% + \@@ltologo% + \clearpage% + \pagestyle{myheadings}% +}% +% +%%%%%%%%%%%%%% End of the cover page layout %%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%% The copyright page %%%%%%%%%%%%%% +\newcommand{\makecopyrightpage}{% + \thispagestyle{empty}% + \vspace*{3.5mm}% + \CopyrightText\par% + \clearpage% + \pagestyle{myheadings}% +}% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%% Abstract stuff begins here %%%%%%%%%%%%%%% +%% First some lengths and internal macros +\newlength{\absheadlen}% Used to set width of 2nd column of the abstract header, +% this width is set above according to the respective text width +\newlength{\abstractwidth}% +\AtBeginDocument{\setlength{\abstractwidth}{\textwidth}}% +\newlength{\rowsep}% +\setlength{\rowsep}{-1.3\columnsep}% +\newlength{\keywdparheight}% +\setlength{\keywdparheight}{3\baselineskip}% +\newlength{\auxwidth}% +\newlength{\fnamelenA}% +\newlength{\fnamelenB}% +\newlength{\ftextlen}% +% +% the line across the abstract page (with space around it) +\newcommand*{\@bsbre@k}{% + \vspace{2.5pt}\hrule\vspace{3.5pt}% +}% +% two boxes, one for the field name and the other for the content +\newcommand{\@bsfield}[3][]{% + \settowidth{\auxwidth}{\mytextsf{#2}}% + \noindent% + \parbox[t][#1]{\auxwidth}{\mytextsf{#2}}% + \hspace{1ex}% + \parbox[t][#1]{\abstractwidth-\auxwidth-1ex}{\raggedright#3}% + \@bsbre@k% +}% +% +\newcommand*{\shownumberofpages}{% + \ifthenelse{\value{NMainTxtPages}=0}{\arabic{NAllPages}}% + {\arabic{NMainTxtPages}+\arabic{NAppdxPages}}% +}% +% +\newcommand{\k@ywords}{}% +\newcommand{\keywords}[1]{\renewcommand*{\k@ywords}{#1}}% +% +%% The macro to contain the abstract text so that it can be added to the +%% metadata in the xmpdata file +\newcommand{\abstracttext}{}% +\newcommand{\thesisabstract}[1]{\renewcommand{\abstracttext}{#1}}% +\newcommand*{\spc}{\noexpand\sep}% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%% The abstract page layout %%%%%%%%%%%%%%%%%%%%%%%%%%% +\newenvironment{abstractpage}[1][\MainLang]{% + \ifstrequal{#1}{english}{% + \renewcommand*{\AbstractLang}{english}% + }{% + \ifstrequal{#1}{finnish}{% + \renewcommand*{\AbstractLang}{finnish}% + }{% + \ifstrequal{#1}{swedish}{% + \renewcommand*{\AbstractLang}{swedish}% + }{% + \PackageError{aaltothesis}{% + Only english, finnish or swedish is allowed as optional parameter% + }{% + Use english, finnish or swedish.% + }% + }}}% + \setabstractlangnames% + \settowidth{\absheadlen}{\@ddress}% + \settowidth{\fnamelenA}{\mytextsf{\majorname}}% + \settowidth{\fnamelenB}{\mytextsf{\codename}}% + \settowidth{\ftextlen}{\Cod@}% + \phantomsection% + \settocabslang% + \addcontentsline{toc}{section}{\tocabstractname{} \tocabslang}% + \renewcommand*{\spc}{, } + \setcounter{NAppdxPages}{\value{NAllPages}-\value{NMainTxtPages}}% no. of pages in appendix + \thispagestyle{empty}% + \enlargethispage{5mm}% + \vspace*{-4em}% + \noindent% +% First the header of the abstract page + \begin{tabular}{@{}p{\abstractwidth-\absheadlen}@{}p{\absheadlen}@{}}% + \mbox{}\par\vspace*{-0.75em}\@@ltoabslogo% this is the logo + &% here is the address, url and degree name + \small\raggedleft% + \mytextsf{\@ddress}\par\vspace{-0.5ex}% + \mytextsf{\urln@me}\par\vspace{-0.4ex}% + \mytextsf{\absheadname}% + \end{tabular}% + \par\vspace{3em}% +%% Then the abstract form + \noindent% + \hrule\vspace{4pt}% + \@bsfield{\authorname}{\ThesisAuthor}% + \@bsfield{\thesisname}{\th@sistitl@}% + \@bsfield{\degreeordep@rtmentname}{\degreeordep@rtment}% + \noindent% + \parbox[t]{\fnamelenA}{\mytextsf{\majorname}}% + \hspace{1ex}% + \parbox[t]{\abstractwidth-\fnamelenA-\fnamelenB-\ftextlen-3ex}{% + \raggedright\m@jor{}% + }% + \hfill% + \parbox[t]{\fnamelenB}{\mytextsf{\codename}}% + \hspace{1ex}% + \parbox[t]{\ftextlen}{\Cod@}% + \@bsbre@k% + \ifnumequal{\value{advisors}}{0}{% + \@bsfield{\supervisorname}{\sup@rvis@r}% + }{% + \@bsfield{\supervisorname}{\sup@rvis@r}% + \@bsfield{\advisorname}{\Advis@r{1}% + \ifnumgreater{\value{advisors}}{1}{, \Advis@r{2}}{}}% + }% + \noindent% + \parbox[t]{\abstractwidth}{% + \mytextsf{\datename}\hspace{1ex}\D@te{}\hfill% + \mytextsf{\nofpgsname}\hspace{1ex}\shownumberofpages% + \hfill\mytextsf{\langname}\hspace{1ex}\L@ng{#1}% + }% + \@bsbre@k% + \vspace{2pt}% +% + \noindent\mytextsf{\abstractname}\\% + \ifdefstrequal{\MainLang}{\AbstractLang}{}{\begin{otherlanguage*}{#1}}% +}{% + \ifdefstrequal{\MainLang}{\AbstractLang}{}{\end{otherlanguage*}}% + \vspace{2pt}% + \@bsbre@k% + \@bsfield{\keywordsname}{\k@ywords\par\vspace{0.3ex}}% + \setcounter{advisors}{0}% + \clearpage% +}% +%%%%%% Abstract stuff ends here %%%%%% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Writing the metadata +\newcommand{\makemetadata}{% + \iftoggle{writexmpdatafile}{% + % Write the metadata into file .xmpdat, which is included in the PDF/A file + \newoutputstream{xmpdata}% + \openoutputfile{\jobname.xmpdata}{xmpdata}% + \addtostream{xmpdata}{\noexpand\Title {\pdfth@sistitl@}}% + \addtostream{xmpdata}{\noexpand\Author {\ThesisAuthor}}% + \addtostream{xmpdata}{\noexpand\Copyright {\MetaCopyrightText}}% + \addtostream{xmpdata}{\noexpand\Subject {\abstracttext}}% + \addtostream{xmpdata}{\noexpand\Keywords {\k@ywords}}% + \closeoutputstream{xmpdata}% + }{% + % Write the metadata directly into the pdf file via hyperref keywords + \renewcommand*{\spc}{; }% + \hypersetup{% + pdftitle={\pdfth@sistitl@},% + pdfauthor={\ThesisAuthor},% + pdfsubject={\abstracttext},% + pdfcopyright={\CopyrightText},% + pdfkeywords={\k@ywords}% + }% + }% +}% +% +\AtBeginDocument{\makemetadata}% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% A few more macros +%% +%% \phantomsection is the command used by hyperref to set a bookmark to +%% starred sections so that links have the right target, e.g. in a toc. +%% \phantomsection is a dummy command without the hyperref package. +%\AtBeginDocument{\providecommand*{\phantomsection}{}}% +% +\newcommand*{\mysection}[1]{% + \newpage% + \section*{#1}% + \addcontentsline{toc}{section}{#1}% +}% +% +\newcommand{\thesistableofcontents}{% + \phantomsection% + \addcontentsline{toc}{section}{\contentsname}% + \tableofcontents% +}% +% +\newcommand{\thesisappendix}{% + \stor@maintxtpag@number% + \appendix% + \counterwithin{equation}{section}% + \renewcommand{\theequation}{\thesection\arabic{equation}}% + \counterwithin{figure}{section}% + \renewcommand{\thefigure}{\thesection\arabic{figure}}% + \renewcommand{\theHfigure}{\thesection\arabic{figure}}% for hyperref + \counterwithin{table}{section}% + \renewcommand{\thetable}{\thesection\arabic{table}}% + \renewcommand{\theHtable}{\thesection\arabic{table}}% for hyperref +}% +% +\newcommand*{\thesisbibliography}{% + \phantomsection% + \addcontentsline{toc}{section}{\refname}% +}% +% +\AtBeginDocument{\pagestyle{myheadings}}% +% +\endinput diff --git a/thesis.tex b/thesis.tex new file mode 100644 index 0000000..c1dc4c3 --- /dev/null +++ b/thesis.tex @@ -0,0 +1,1117 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% thesistemplate.tex version 3.20 (2018/08/31) %% +%% The LaTeX template file to be used with the aaltothesis.sty (version 3.20) %% +%% style file. %% +%% This package requires pdfx.sty v. 1.5.84 (2017/05/18) or newer. %% +%% %% +%% This is licensed under the terms of the MIT license below. %% +%% %% +%% Written by Luis R.J. Costa. %% +%% Currently developed at the Learning Services of Aalto University School of %% +%% Electrical Engineering by Luis R.J. Costa since May 2017. %% +%% %% +%% Copyright 2017-2018, by Luis R.J. Costa, luis.costa@aalto.fi, %% +%% Copyright 2017-2018 Swedish translations in aaltothesis.cls by Elisabeth %% +%% Nyberg, elisabeth.nyberg@aalto.fi and Henrik Wallén, %% +%% henrik.wallen@aalto.fi. %% +%% Copyright 2017-2018 Finnish documentation in the template opinnatepohja.tex%% +%% by Perttu Puska, perttu.puska@aalto.fi, and Luis R.J. Costa. %% +%% Copyright 2018 English template thesistemplate.tex by Luis R.J. Costa. %% +%% Copyright 2018 Swedish template kandidatarbetsbotten.tex by Henrik Wallen. %% +%% %% +%% Permission is hereby granted, free of charge, to any person obtaining a %% +%% copy of this software and associated documentation files (the "Software"), %% +%% to deal in the Software without restriction, including without limitation %% +%% the rights to use, copy, modify, merge, publish, distribute, sublicense, %% +%% and/or sell copies of the Software, and to permit persons to whom the %% +%% Software is furnished to do so, subject to the following conditions: %% +%% The above copyright notice and this permission notice shall be included in %% +%% all copies or substantial portions of the Software. %% +%% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR %% +%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, %% +%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL %% +%% THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER %% +%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING %% +%% FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER %% +%% DEALINGS IN THE SOFTWARE. %% +%% %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% %% +%% An example for writting your thesis using LaTeX %% +%% Original version and development work by Luis Costa, changes to the text %% +%% in the Finnish template by Perttu Puska. %% +%% Support for Swedish added 15092014 %% +%% PDF/A-b support added on 15092017 %% +%% PDF/A-2 support added on 24042018 %% +%% %% +%% This example consists of the files %% +%% thesistemplate.tex (version 3.20) (for text in English) %% +%% opinnaytepohja.tex (version 3.20) (for text in Finnish) %% +%% kandidatarbetsbotten.tex (version 1.00) (for text in Swedish) %% +%% aaltothesis.cls (versio 3.20) %% +%% kuva1.eps (graphics file) %% +%% kuva2.eps (graphics file) %% +%% kuva1.jpg (graphics file) %% +%% kuva2.jpg (graphics file) %% +%% kuva1.png (graphics file) %% +%% kuva2.png (graphics file) %% +%% kuva1.pdf (graphics file) %% +%% kuva2.pdf (graphics file) %% +%% %% +%% %% +%% Typeset in Linux either with %% +%% pdflatex: (recommended method) %% +%% $ pdflatex thesistemplate %% +%% $ pdflatex thesistemplate %% +%% %% +%% The result is the file thesistemplate.pdf that is PDF/A compliant, if %% +%% you have chosen the proper \documenclass options (see comments below) %% +%% and your included graphics files have no problems. +%% %% +%% Or %% +%% latex: (this method is not recommended) %% +%% $ latex thesistemplate %% +%% $ latex thesistemplate %% +%% %% +%% The result is the file thesistemplate.dvi, which is converted to ps %% +%% format as follows: %% +%% %% +%% $ dvips thesistemplate -o %% +%% %% +%% and then to pdf as follows: %% +%% %% +%% $ ps2pdf thesistemplate.ps %% +%% %% +%% This pdf file is not PDF/A compliant. You must must make it so using, %% +%% e.g., Acrobat Pro or PDF-XChange. %% +%% %% +%% %% +%% Explanatory comments in this example begin with the characters %%, and %% +%% changes that the user can make with the character % %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% WHAT is PDF/A +%% +%% PDF/A is the ISO-standardized version of the pdf. The standard's goal is to +%% ensure that he file is reproducable even after a long time. PDF/A differs +%% from pdf in that it allows only those pdf features that support long-term +%% archiving of a file. For example, PDF/A requires that all used fonts are +%% embedded in the file, whereas a normal pdf can contain only a link to the +%% fonts in the system of the reader of the file. PDF/A also requires, among +%% other things, data on colour definition and the encryption used. +%% Currently three PDF/A standards exist: +%% PDF/A-1: based on PDF 1.4, standard ISO19005-1, published in 2005. +%% Includes all the requirements essential for long-term archiving. +%% PDF/A-2: based on PDF 1.7, standard ISO19005-2, published in 2011. +%% In addition to the above, it supports embedding of OpenType fonts, +%% transparency in the colour definition and digital signatures. +%% PDF/A-3: based on PDF 1.7, standard ISO19005-3, published in 2012. +%% Differs from the above only in that it allows embedding of files in +%% any format (e.g., xml, csv, cad, spreadsheet or wordprocessing +%% formats) into the pdf file. +%% PDF/A-1 files are not necessarily PDF/A-2 -compatible and PDF/A-2 are not +%% necessarily PDF/A-1 -compatible. +%% All of the above PDF/A standards have two levels: +%% b: (basic) requires that the visual appearance of the document is reliably +%% reproduceable. +%% a (accessible) in addition to the b-level requirements, specifies how +%% accessible the pdf file is to assistive software, say, for the physically +%% impaired. +%% For more details on PDF/A, see, e.g., https://en.wikipedia.org/wiki/PDF/A +%% +%% +%% WHICH PDF/A standard should my thesis conform to? +%% +%% Primarily to the PDF/A-1b standard. All the figures and graphs typically +%% use in thesis work do not require transparency features, a basic '2-D' +%% visualisation suffices. The font to be used are specified in this template +%% and they should not be changed. However, if you have figures where +%% transparency characteristics matter, use the PDF/A-2b standard. Do not use +%% the PDF/A-3b standard for your thesis. +%% +%% +%% WHAT graphics format can I use to produce my PDF/A compliant file? +%% +%% When using pdflatex to compile your work, use jpg, png or pdf files. You may +%% have PDF/A compliance problems with figures in pdf format. Do not use PDF/A +%% compliant graphics files. +%% If you decide to use latex to compile your work, the only acceptable file +%% format for your figure is eps. DO NOT use the ps format for your figures. + +%% USE one of these: +%% * the first when using pdflatex, which directly typesets your document in the +%% chosen pdf/a format and you want to publish your thesis online, + +%% * the second when you want to print your thesis to bind it, or +%% * the third when producing a ps file and a pdf/a from it. +%% +\documentclass[english, 12pt, a4paper, elec, utf8, a-1b, online]{aaltothesis} +%\documentclass[english, 12pt, a4paper, elec, utf8, a-1b]{aaltothesis} +%\documentclass[english, 12pt, a4paper, elec, dvips, online]{aaltothesis} + +%% Use the following options in the \documentclass macro above: +%% your school: arts, biz, chem, elec, eng, sci +%% the character encoding scheme used by your editor: utf8, latin1 +%% thesis language: english, finnish, swedish +%% make an archiveable PDF/A-1b or PDF/A-2b compliant file: a-1b, a-2b +%% (with pdflatex, a normal pdf containing metadata is +%% produced without the a-*b option) +%% typeset in symmetric layout and blue hypertext for online publication: online +%% (no option is the default, resulting in a wide margin on the +%% binding side of the page and black hypertext) +%% two-sided printing: twoside (default is one-sided printing) +%% + +%% Use one of these if you write in Finnish (see the Finnish template +%% opinnaytepohja.tex) +%\documentclass[finnish, 12pt, a4paper, elec, utf8, a-1b, online]{aaltothesis} +%\documentclass[finnish, 12pt, a4paper, elec, utf8, a-1b]{aaltothesis} +%\documentclass[finnish, 12pt, a4paper, elec, dvips, online]{aaltothesis} + +\usepackage{graphicx} + +%% Math fonts, symbols, and formatting; these are usually needed +\usepackage{amsfonts,amssymb,amsbsy,amsmath} + +%% Change the school field to specify your school if the automatically set name +%% is wrong +% \university{aalto-yliopisto} +% \school{Sähkötekniikan korkeakoulu} + +%% Edit to conform to your degree programme +%% +\degreeprogram{Electronics and electrical engineering} +%% + +%% Your major +%% +\major{Security and Cloud Computing} +%% + +%% Major subject code +%% +\code{ELEC0007} +%% + +%% Choose one of the three below +%% +\univdegree{MSc} + +%% Your name (self explanatory...) +%% +\thesisauthor{Jack Henschel} +%% + +%% Your thesis title comes here and possibly again together with the Finnish or +%% Swedish abstract. Do not hyphenate the title, and avoid writing too long a +%% title. Should LaTeX typeset a long title unsatisfactorily, you mght have to +%% force a linebreak using the \\ control characters. +%% In this case... +%% Remember, the title should not be hyphenated! +%% A possible "and" in the title should not be the last word in the line, it +%% begins the next line. +%% Specify the title again without the linebreak characters in the optional +%% argument in box brackets. This is done because the title is part of the +%% metadata in the pdf/a file, and the metadata cannot contain linebreaks. +%% +\thesistitle{Scaling, Peformance and Optimization of Cloud Applications} +%\thesistitle[Title of the thesis]{Title of\\ the thesis} +%% + +%% +\place{Espoo} +%% + +%% The date for the bachelor's thesis is the day it is presented +%% +\date{31.8.2018} +%% + +%% Thesis supervisor +%% Note the "\" character in the title after the period and before the space +%% and the following character string. +%% This is because the period is not the end of a sentence after which a +%% slightly longer space follows, but what is desired is a regular interword +%% space. +%% +\supervisor{Prof.\ Pirjo Professor} +%% + +%% Advisor(s)---two at the most---of the thesis. Check with your supervisor how +%% many official advisors you can have. +%% +\advisor{Dr Alan Advisor} +%\advisor{MSc Sarah Scientist} +%% + +%% Aaltologo: syntax: +%% \uselogo{aaltoRed|aaltoBlue|aaltoYellow|aaltoGray|aaltoGrayScale}{?|!|''} +%% The logo language is set to be the same as the thesis language. +%% +\uselogo{aaltoRed}{!} +%% + +%% The English abstract: +%% All the details (name, title, etc.) on the abstract page appear as specified +%% above. +%% Thesis keywords: +%% Note! The keywords are separated using the \spc macro +%% +\keywords{For keywords choose\spc concepts that are\spc central to your\spc thesis} +%% + +%% The abstract text. This text is included in the metadata of the pdf file as well +%% as the abstract page. +%% +\thesisabstract{ +Your abstract in English. Keep the abstract short. The abstract explains your +research topic, the methods you have used, and the results you obtained. In the +PDF/A format of this thesis, in addition to the abstract page, the abstract text is +written into the pdf file's metadata. Write here the text that goes into the +metadata. The metadata cannot contain special characters, linebreak or paragraph +break characters, so these must not be used here. If your abstract does not contain +special characters and it does not require paragraphs, you may take advantage of +the abstracttext macro (see the comment below). Otherwise, the metadata abstract +text must be identical to the text on the abstract page. +} + +%% Copyright text. Copyright of a work is with the creator/author of the work +%% regardless of whether the copyright mark is explicitly in the work or not. +%% You may, if you wish, publish your work under a Creative Commons license (see +%% creaticecommons.org), in which case the license text must be visible in the +%% work. Write here the copyright text you want. It is written into the metadata +%% of the pdf file as well. +%% Syntax: +%% \copyrigthtext{metadata text}{text visible on the page} +%% +%% In the macro below, the text written in the metadata must have a \noexpand +%% macro before the \copyright special character, and macros (\copyright and +%% \year here) must be separated by the \ character (space chacter) from the +%% text that follows. The macros in the argument of the \copyrighttext macro +%% automatically insert the year and the author's name. (Note! \ThesisAuthor is +%% an internal macro of the aaltothesis.cls class file). +%% Of course, the same text could have simply been written as +%% \copyrighttext{Copyright \noexpand\copyright\ 2018 Eddie Engineer} +%% {Copyright \copyright{} 2018 Eddie Engineer} +%% +\copyrighttext{Copyright \noexpand\copyright\ \number\year\ \ThesisAuthor} +{Copyright \copyright{} \number\year{} \ThesisAuthor} + +%% You can prevent LaTeX from writing into the xmpdata file (it contains all the +%% metadata to be written into the pdf file) by setting the writexmpdata switch +%% to 'false'. This allows you to write the metadata in the correct format +%% directly into the file thesistemplate.xmpdata. +%\setboolean{writexmpdatafile}{false} + +%% All that is printed on paper starts here +%% +\begin{document} + +%% Create the coverpage +%% +\makecoverpage + +%% Typeset the copyright text. +%% If you wish, you may leave out the copyright text from the human-readable +%% page of the pdf file. This may seem like a attractive idea for the printed +%% document especially if "Copyright (c) yyyy Eddie Engineer" is the only text +%% on the page. However, the recommendation is to print this copyright text. +%% +\makecopyrightpage + +%% Note that when writting your thesis in English, place the English abstract +%% first followed by the possible Finnish or Swedish abstract. + +%% Abstract text +%% All the details (name, title, etc.) on the abstract page appear as specified +%% above. +%% +\begin{abstractpage}[english] + Your abstract in English. Keep the abstract short. The abstract explains your + research topic, the methods you have used, and the results you obtained. + + The abstract text of this thesis is written on the readable abstract page as + well as into the pdf file's metadata via the $\backslash$thesisabstract macro + (see above). Write here the text that goes onto the readable abstract page. + You can have special characters, linebreaks, and paragraphs here. Otherwise, + this abstract text must be identical to the metadata abstract text. + + If your abstract does not contain special characters and it does not require + paragraphs, you may take advantage of the abstracttext macro (see the comment + below). +\end{abstractpage} + +%% Preface +%% +%% This section is optional. Remove it if you do not want a preface. +\mysection{Preface} +%\mysection{Esipuhe} +I want to thank Professor Pirjo Professori and my instructor Dr Alan Advisor for +their good and poor guidance.\\ + +\vspace{5cm} +Otaniemi, 31.8.2018 + +\vspace{5mm} +{\hfill Eddie E.\ A.\ Engineer \hspace{1cm}} + +%% Force a new page after the preface +%% +\newpage + + +%% Table of contents. +%% +\thesistableofcontents + + +%% Symbols and abbreviations +\mysection{Symbols and abbreviations} + +\subsection*{Symbols} + +\begin{tabular}{ll} +$\mathbf{B}$ & magnetic flux density \\ +$c$ & speed of light in vacuum $\approx 3\times10^8$ [m/s]\\ +$\omega_{\mathrm{D}}$ & Debye frequency \\ +$\omega_{\mathrm{latt}}$ & average phonon frequency of lattice \\ +$\uparrow$ & electron spin direction up\\ +$\downarrow$ & electron spin direction down +\end{tabular} + +\subsection*{Operators} + +\begin{tabular}{ll} +$\nabla \times \mathbf{A}$ & curl of vectorin $\mathbf{A}$\\ +$\displaystyle\frac{\mbox{d}}{\mbox{d} t}$ & derivative with respect to +variable $t$\\[3mm] +$\displaystyle\frac{\partial}{\partial t}$ & partial derivative with respect +to variable $t$ \\[3mm] +$\sum_i $ & sum over index $i$\\ +$\mathbf{A} \cdot \mathbf{B}$ & dot product of vectors $\mathbf{A}$ and +$\mathbf{B}$ +\end{tabular} + +\subsection*{Abbreviations} + +\begin{tabular}{ll} +AC & alternating current \\ +APLAC & an object-oriented analog circuit simulator and design tool \\ + & (originally Analysis Program for Linear Active Circuits) \\ +BCS & Bardeen-Cooper-Schrieffer \\ %% dash between the names +DC & direct current \\ +TEM & transverse eletromagnetic +\end{tabular} + + +%% \clearpage is similar to \newpage, but it also flushes the floats (figures +%% and tables). +%% +\cleardoublepage + +%% Text body begins. Note that since the text body is mostly in Finnish the +%% majority of comments are also in Finnish after this point. There is no point +%% in explaining Finnish-language specific thesis conventions in English. +%% This text will be translated to English soon. +%% +\section{Introduction} + +%% Leave page number of the first page empty +%% +\thispagestyle{empty} + +T\"am\"an tekstin l\"ahteen\"a oleva tiedosto on opinn\"aytteen +pohja, jota voi k\"aytt\"a\"a kandidaatinty\"oss\"a, diplomity\"oss\"a ja +lisensiaatinty\"oss\"a. Tekstin +l\"ahteen\"a oleva tiedosto on kirjoitettu \LaTeX-tiedoston rakenteen +opiskelemista ajatellen. Tiedoston kommentit sis\"alt\"av\"at +tietoa, joka on hy\"odyllist\"a opinn\"aytett\"a kirjoitettaessa. + +%% Esimerkki luettelosta. Lyhyt ajatusviiva on k\"ayt\"oss\"a +%% luettelossa, ja se on pituudeltaan +%% en dash. Merkit\"a\"an latex-koodissa --. +Johdanto selvitt\"a\"a samat asiat kuin tiivistelm\"a, mutta +laveammin. Johdannossa kerrotaan yleens\"a seuraavat asiat + +\begin{itemize} +\item[--]Tutkimuksen taustaa ja tutkimusaiheen yleisluonteinen esittely +\item[--]Tutkimuksen tavoitteet +\item[--]P\"a\"akysymys ja osaongelmat +\item[--]Tutkimuksen rajaus ja keskeiset k\"asitteet. +\end{itemize} + +Lyhyiden opinn\"aytteiden johdannot ovat yleens\"a liian pitki\"a, joten +johdannon paisuttamista on v\"altett\"av\"a. Diplomity\"oh\"on sopii johdanto, +joka on 2--4 sivua. %% t\"ass\"a on my\"os lyhyt ajatusviiva l. en dash. +Kandidaatinty\"on johdannon on oltava diplomity\"on +johdantoa lyhyempi. Sopivasti tiivistetty johdanto ei kaipaa alaotsikoita. + + +%% Opinn\"aytteess\"a jokainen osa alkaa uudelta sivulta, joten \clearpage +%% +%% In a thesis, every section starts a new page, hence \clearpage +\clearpage + +\section{Background} +%\section{Aikaisempi tutkimus} + +T\"ass\"a osassa selvitet\"a\"an, mit\"a tutkimuksen kohteena olevasta +aiheesta tiedet\"a\"an entuudestaan. Selvityksen tulee kattaa +tasapainoisesti koko tutkimuskentt\"a. + +Kun opinn\"aytety\"ot\"a kirjoitetaan, on noudatettava +ohjeita, jotka koskevat opinn\"aytteen rakennetta, +k\"ayt\"ant\"oj\"a, muotoseikkoja sek\"a ulkoasua. Esitell\"a\"an n\"ait\"a +ohjeita tarkemmin. + +%% Osan hienojaottelua alaosiin, eik\"a v\"altt\"am\"att\"a edes tarpeen, +%% t\"ass\"a vain esimerkkin\"a. K\"ayt\"a harkintasi mukaan +%% osan jaottelua, joskus alaotsikot selvent\"av\"at asioita ja +%% joskus vain sirpaloittavat tarpeettomasti teksti\"a. +%% Jaottelu menee seuraavasti: +%% \section{osan otsikko} +%% \subsection{alaotsikko} +%% \subsubsection{ala-alaotsikko} +%% T\"at\"a pitem\"alle ei pid\"a jaotella. +%% +%% Three levels of hierarchy in sectioning should be enough + +\subsection*{Rakenne} + +Opinn\"aytteen rakenteen tulee olla hyv\"an tieteellisen +kirjoittamisen k\"ayt\"ann\"on mukainen ja sis\"alt\"a\"a v\"ahint\"a\"an seuraavat +osat: + +\begin{enumerate} +\item Nimi\"olehti +\item Tiivistelm\"a +\item Sis\"allysluettelo +\item Symboli- ja lyhenneluettelo +\item \label{a} Johdanto +%% T\"ass\"a alla on esimerkki lainausmerkkien k\"ayt\"ost\"a. Suomalaisen tekstin +%% lainausmerkit eiv\"at mene oikein latexissa (tai monissa muissakaan +%% julkaisuj\"arjestelmiss\"a) kun k\"aytet\"a\"an +%% "-merkki\"a, koska latex k\"aytt\"a\"a amerikkalaista lainausmerkkien +%% tulostustapaa. Vaihtoehtona voi k\"aytt\"a\"a kulmalainausmerkkej\"a, jotka +%% my\"os tulostuvat oikein. +\item Aikaisempi tutkimus. Ty\"on luonteen niin vaatiessa otsikko voi olla my\"os + >>Teoreettinen tausta>> tai n\"aiden otsikoiden yhdistelm\"a. +\item Tutkimusaineisto ja -menetelm\"at %% yhdysmerkki - eli tavuviiva. +\item Tulokset +\item \label{o} Tarkastelu. Ty\"on luonteen niin vaatiessa otsikko voi + olla my\"os >>Johtop\"a\"at\"okset>> tai >>Yhteenveto>> + tai edell\"a mainittujen otsikoiden yhdistelm\"a. +\item L\"ahteet +\item Liitteet. +\end{enumerate} + +Tiivistelm\"an ja symboli- sek\"a lyhenneluetteloiden +v\"aliin voi sijoittaa halutessaan esipuheen. + +Ty\"on osat \ref{a}-\ref{o} muodostavat \textit{tekstiosan.} Ty\"on +yksitt\"aisi\"a osia voidaan jakaa alaotsikoilla alaosiin, joita ei ole +yll\"a esitetty. Alaotsikoiden k\"aytt\"aminen selvent\"a\"a parhaimmillaan +teksti\"a, ja pahimmillaan sirpaloittaa sit\"a. Sirpaloitumista voi est\"a\"a +huolehtimalla siit\"a, ett\"a samalla sivulla ei esiinny useampaa +alaotsikkoa. Tekstin j\"asentelyss\"a on yleens\"a ongelmia, jos osassa on +vain yksi alaosa, tai kirjoittaja joutuu k\"aytt\"am\"a\"an useampaa kuin +kahta tasoa (osa ja alaosat): alaosien alaosat ovat harvoin tarpeen. +\subsection*{Sivut ja kirjaintyypit} + +Opinn\"aytteen tulee olla kirjoitettu koneella tai +tekstink\"asittelyohjelmalla yksipuolisesti A4-kokoiselle paperille. +Kandidaatinty\"on tekstiosan sopiva pituus on noin 15--20 sivua ja +diplomity\"on noin 60 sivua. Ty\"ot\"a ei ole syyt\"a tarpeettomasti pident\"a\"a. + +Opinn\"aytteen tekstiosan kirjaintyypin tulee olla antiikva eli +%% esimerkki pakkotavutuksesta; "serif-tyyppinen" on tavutuksen kannalta +%% hankala, joten pakkotavutetaan se. +serif\--tyyp\-pi\-nen ja lis\"aksi kursivoimaton, lihavoimaton sek\"a kooltaan 12 +pistett\"a (kuten t\"ass\"a esityksess\"a). Groteskeja eli \textsf{Sans + serif}-tyyppisi\"a kirjaintyyppej\"a (kuten Helvetica tai Arial) ei saa +k\"aytt\"a\"a varsinaisessa tekstiss\"a, mutta otsikoissa n\"ait\"a voidaan +k\"aytt\"a\"a. Otsikoissa voidaan k\"aytt\"a\"a kooltaan edell\"a mainittua +suurempaa kirjaintyyppi\"a sek\"a tyylikeinoja, kuten lihavointia tai +kursivointia. Tekstiss\"a samantasoisten otsikoiden on kuitenkin oltava +tyylilt\"a\"an ja kirjainlajeiltaan yhtenev\"aisi\"a. +%% Esimerkki taulukosta +\begin{table}[htb] +%% Taulukon teksti +\caption{Taulukoissa ja kuvissa kirjaintyypin voi valita +tarkoituksenmukaisesti, mutta kuva- ja taulukkoteksteiss\"a tulee +k\"aytt\"a\"a samaa kirjaintyyppi\"a kuin varsinaisessa tekstiss\"a. +Huomaa taulukon numeroinnin sijoittuminen taulukon yl\"apuolelle. \label{taulukko1}} +\begin{center} +\fbox{ +\begin{tabular}{c|l|r} +\textbf{A} & 1 & $e^{j \omega t}$ \\ \hline +\textsf{B} & 2 & ${\mathfrak R}(c)$ \\ \hline +\texttt{C} & 3 & $ a \in \mathbb{A}$ +\end{tabular} +} +\end{center} +\end{table} + +Opinn\"aytteen vasen marginaali (sidonnan puoli) on +35~mm % t\"ass\"a ~ muodostaa ns. yhdist\"av\"an v\"alily\"onnin +ja oikea 25~mm. Yl\"amarginaali on 25~mm. Leip\"atekstin korkeus on +enimmill\"a\"an 230mm. T\"am\"an opinn\"aytepohjan marginaalien pit\"aisi olla +paperille tulostettuna oikein, mutta tulostimesta ja paperista +riippuen voi esiinty\"a yhden tai kahden millimetrin suuruisia eroja. +%% Jos k\"a\"ann\"at t\"am\"an tekstin pdflatex-komennolla ja tulostat sen katselu- +%% ohjelmasta, toteat todenn\"ak\"oisesti em. mittojen poikkeavan enemm\"an +%% kuin 1-2 mm. +%% T\"am\"a on seurausta pdf-tiedoston erilaisesta kirjaintyyppim\"a\"arityksest\"a. +%% Korkeatasoista painoty\"ot\"a varten k\"ayt\"a vain latex-komentoa ja +%% tulosta postscript-muotoon k\"a\"annetyst\"a tiedostosta. +\subsection*{Asemointi} + +%% Muutos vanhaan ohjeeseen verrattuna: aikaisemmassa ohjeessa +%% kehotettiin k\"aytt\"am\"a\"an vasensuora-asettelua, mutta t\"ass\"a +%% ohjeessa ollaan luovuttu tuosta vaatimuksesta ja siirrytty +%% huoliteltumpaan, painotuotteenomaisempaan suuntaan. +Tekstiosan tekstiss\"a k\"aytet\"a\"an kappaleiden erottamiseen sisennyst\"a, +mutta ensimm\"aist\"a otsikon, v\"aliotsikon tai muun katkon j\"alkeist\"a +kappaletta ei sisennet\"a. Jos kuva tai muu katko tulee kappaleiden +v\"aliin, suositellaan katkon j\"alkeisen kappaleen sisent\"amist\"a. + +Mik\"ali oikea reuna halutaan tasata, tulee k\"aytt\"a\"a tavutusta ja lis\"aksi +tarkistaa, ettei tekstiin j\"a\"a lukemista h\"airitsevi\"a pitki\"a sanav\"alej\"a. Jos +k\"ayt\"at opinn\"aytteen tekemisess\"a \LaTeX-j\"arjestelm\"a\"a, +t\"am\"a asia hoituu automaattisest. + +Opinn\"aytteen riviv\"ali on 1, mik\"a on my\"os t\"am\"an opinn\"aytepohjan k\"ayt\"ant\"o. +Kappaleiden tulee yleens\"a olla ainakin kolmen rivin pituisia, mutta +my\"os liian pitki\"a kappaleita tulee v\"altt\"a\"a. T\"ass\"a opinn\"aytepohjassa +ei tekstin luonteen vuoksi voida t\"aysin toteuttaa kappaleen pituutta koskevia +vaatimuksia. + +Yksitt\"aisi\"a, kappaleen p\"a\"att\"avi\"a tai aloittavia rivej\"a sivun alussa +tai lopussa on v\"altett\"av\"a koko ty\"oss\"a, my\"os luetteloissa ja +liitteiss\"a. + +\subsection*{Numerointi} + +Every section of the thesis begins on a new page. A subsection begins on a new +page only if the previous page a full. + +The page numbering begins from the cover page and it is continuous through to +the end. Arabian numerals are in the page numbering. + +The page numbers are made visibleafter the abstract pages, from the preface +onwards, if there is one, or from the table of contents onwards. + +The list of references (bibliography) begins on a new page. + +Every appendix begins on a new page. Its page number continues from that on the +previous page. + +The page number is place on the upper corner of the page. + +Matemaattiset kaavat numeroidaan arabialaisin +numeroin. Kaavanumerointi ei saa katketa osien v\"aliss\"a (eik\"a niin +tapahdukaan, jos k\"ayt\"at t\"at\"a opinn\"aytepohjaa). Kaikkia kaavoja ei tarvitse +numeroida, vaan kirjoittaja voi k\"aytt\"a\"a harkintaa numeroinnin +tarpeellisuudessa. Liitteiss\"a olevat kaavat numeroidaan siten, ett\"a +liitteen ajatellaan muodostavan numeroinnin kannalta itsen\"aisen ja +yhten\"aisen kokonaisuuden. Kaavan numero sijoitetaan oikealle puolelle +alla olevan esimerkin mukaisesti +\begin{equation} +D(xy) = (Dx)y + x(Dy), \hspace{3em} x,y \in \mathbb{A}. +\end{equation} +%% Kaavojen j\"alkeen ei yleens\"a laiteta sisennyst\"a. +Kaikki kuvat ja taulukot numeroidaan erillisen juoksevan numeroinnin +mukaisesti kuten taulukosta \ref{taulukko1} ja kuvista \ref{kuva1} ja +\ref{kuva2} k\"ay ilmi. Kuva~\ref{kuva2} esittää MATLABilla piirrettyä käyrää. +Liitteiss\"a olevat kuvat ja taulukot numeroidaan siten, ett\"a +liitteen ajatellaan muodostavan numeroinnin kannalta itsen\"aisen ja +yhten\"aisen kokonaisuuden. Liitteiss\"a \ref{LiiteA} ja \ref{LiiteB} on +esimerkkej\"a kaavojen (kaavat \ref{liitekaava1}--\ref{liitekaava2} tai +kaavat \ref{liitekaava3}--\ref{liitekaava4}), kuvien (kuva +\ref{liitekuva}) ja taulukoiden (taulukko \ref{liitetaulukko}) +numeroimisesta. Liitteet numeroidaan suuraakkosin (esimerkiksi Liite +A, Liite B tai pelk\"ast\"a\"an A, B). +%% The example for embedding the graphics file linediagram.pdf into the document. +%% Command \inclugraphics[parametres]{argument} embeds the graphic. +%% Command \centering centres the graphic on the page horizontally. +%% Command \caption numbers and places the caption at the position of occurrence. +%% Parameters htb force the figure to the current place of occurrence in the +%% source file, if there is sufficient space, or places it to the top or bottom +%% of the page. +%% \begin{figure}[htb] +%% \centering +%% %% NOTE! The PDF/A-1b file created when using the jpg, pdf or png file below is +%% %% error-free. However, with kuva1.pdf, the resulting PDF/A-2b file fails the +%% %% compliance test in Acrobat Pro but passes it in PDF-XChanger and the validator +%% %% at https://www.pdf-online.com/osa/validate.aspx tarkistuksen. +%% \includegraphics[height=5cm]{./linediagram.pdf} +%% %\includegraphics[height=5cm]{./linediagram.eps} +%% \caption{This is an example of a numbered caption. \label{kuva1}} +%% \end{figure} + +%% \begin{figure}[htb] +%% \centering +%% \includegraphics[height=5cm]{curves.pdf} +%% %\includegraphics[height=5cm]{curves.eps} +%% \caption{This is an example of a MATLAB graph. \label{kuva2}} +%% \end{figure} + + +\subsection*{L\"ahdeviittausten k\"aytt\"o} + +L\"ahdeviittaukset tulee tehd\"a huolellisesti ja johdonmukaisesti +numeroviitej\"arjestelm\"an mukaisesti. Numeroviitteet j\"arjestet\"a\"an +l\"ahdeluetteloon viittausj\"arjestykseen, mutta jos l\"ahdeluettelo +on hyvin laaja (useita sivuja), j\"arjestet\"a\"an viitteet p\"a\"asanan +mukaiseen aakkosj\"arjestykseen. Alaviitej\"arjestelm\"a\"a +\footnote{My\"osk\"a\"an alaviitteen\"a olevia kommentteja \underline{ei} suositella +k\"aytett\"aviksi.} ei k\"aytet\"a. + +Viitteen sijoittelussa noudatetaan seuraavia s\"a\"ant\"oj\"a: +Jos viite kohdistuu vain yhteen virkkeeseen tai virkkeen +osaan, viite \cite{Kauranen} sijoitetaan virkkeen sis\"a\"an ennen virkett\"a +p\"a\"att\"av\"a\"a pistett\"a. Jos taas viite koskee tekstin useampaa +virkett\"a tai kokonaista kappaletta, sijoitetaan viite kappaleen loppuun +pisteen j\"alkeen. \cite{Kauranen} + +\subsection*{L\"ahdeluettelo} + +L\"ahdeluettelossa esiintyy tavallisesti seuraavassa esitett\"avi\"a +l\"ahteit\"a, joista on numeroviitej\"arjestelm\"ass\"a ilmoitettava +asianomaisessa kohdassa vaaditut tiedot. + +%% Esimerkki korostamisesta. Lihavoinnin sijasta on tyylikk\"a\"amp\"a\"a +%% ja luettavampaa k\"aytt\"a\"a kursiivia. +\textit{Kirjasta} ilmoitetaan seuraavat tiedot: + +\begin{itemize} +\item[--]tekij\"at +\item[--]julkaisun nimi +\item[--]painos, jos useita +\item[--]kustannuspaikka +\item[--]julkaisija tai kustantaja +\item[--]julkaisuaika +\item[--]mahdollinen sarjamerkint\"o. +\end{itemize} + +Viitteet \cite{Kauranen}--\cite{Koblitz} ovat esimerkkej\"a kirjan +esitt\"amisest\"a l\"ahdeluettelossa. Viite \cite[s.\ 83--124]{Koblitz} on +esimerkki l\"ahdeluettelossa esiintyv\"an kirjan tiettyjen sivujen +esitt\"amisest\"a tekstiss\"a. + +\textit{Artikkelista} kausijulkaisussa ilmoitetaan seuraavat tiedot: + +\begin{itemize} + +\item[--]tekij\"at +\item[--]artikkelin nimi +\item[--]kausijulkaisun nimi +\item[--]julkaisuvuosi +\item[--]kausijulkaisun volyymi tai ilmestymisvuosi +\item[--]kausijulkaisun numero +\item[--]sivut, joilla artikkeli on. +\end{itemize} + +Viitteet \cite{bcs}--\cite{Deschamps} ovat esimerkkej\"a artikkelin +esitt\"amisest\"a l\"ahdeluettelossa. + +\textit{Kokoomateoksen luvusta tai osasta} ilmoitetaan seuraavat tiedot: + +\begin{itemize} +\item[--]luvun tai osan tekij\"at +\item[--]luvun tai osan nimi +\item[--]maininta >>Teoksessa>> +\item[--]koko teoksen toimittajat sek\"a maininta >>(toim.)>> +\item[--]koko teoksen tai konferenssin nimi +\item[--]konferenssiesitelm\"an kyseess\"a ollessa sen pitopaikka ja -aika +\item[--]painos, jos useita +\item[--]kustannuspaikka +\item[--]julkaisija tai kustantaja, jos aihetta t\"am\"an ilmoittamiseen on +\item[--]julkaisuaika +\item[--]sivut, joilla luku tai osa on +\item[--]mahdollinen sarjamerkint\"a. +\end{itemize} + +Viitteet \cite{Sihvola}--\cite{Lindblom} ovat esimerkkej\"a +kokoomateoksen luvun tai osan esitt\"amisest\"a l\"ahdeluettelossa. + +\textit{Opinn\"aytety\"ost\"a} ilmoitetaan seuraavat tiedot: + +\begin{itemize} +\item[--]tekij\"a +\item[--]ty\"on nimi +\item[--]opinn\"aytety\"on tyyppi +\item[--]oppilaitoksen nimi +\item[--]osaston, laitoksen tai ohjelman nimi +\item[--]oppilaitoksen sijaintipaikka +\item[--]vuosiluku. +\end{itemize} + +Viitteet \cite{Miinusmaa}--\cite{Lonnqvist} ovat esimerkkej\"a +opinn\"aytteen esitt\"amisest\"a l\"ahdeluettelossa. + +\textit{Standardista} ilmoitetaan seuraavat tiedot: + +\begin{itemize} +\item[--]standardin tunnus ja numero +\item[--]standardin nimi +\item[--]painos, mik\"ali ei ole ensimm\"ainen +\item[--]julkaisupaikka +\item[--]julkaisija +\item[--]julkaisuvuosi +\item[--]sivum\"a\"ar\"a. +\end{itemize} +Viite \cite{sfs} on esimerkki standardin esitt\"amisest\"a opinn\"aytteen +l\"ahdeluettelossa. + +\textit{Haastattelusta} ilmoitetaan seuraavat tiedot: + +\begin{itemize} +\item[--]haastatellun henkil\"on nimi +\item[--]haastatellun henkil\"on arvo tai asema +\item[--]haastatellun henkil\"on edustama organisaatio +\item[--]organisaation osoite +\item[--]maininta siit\"a, ett\"a kyseess\"a on haastattelu ja haastattelun +p\"aiv\"am\"a\"ar\"a. +\end{itemize} + +Viite \cite{haastattelu} on esimerkki +haastattelun esitt\"amisest\"a l\"ahdeluettelossa. + +Osa s\"ahk\"oisess\"a muodossa olevista artikkeleista on saatavissa my\"os +painettuina. \textit{Vain verkosta saatavissa olevasta artikkelista} esitet\"a\"an +seuraavat tiedot: + +\begin{itemize} +\item[--]tekij\"at +\item[--]artikkelin nimi +\item[--]kausijulkaisun nimi +\item[--]viestintyyppi +\item[--]laitos tai volyymi +\item[--]kausijulkaisun yksitt\"aist\"a osaa koskeva merkint\"a tai numero +\item[--]julkaisuvuosi tai maininta >>P\"aivitetty>> ja p\"aivitysaika +\item[--]maininta >>Viitattu>> ja viittaamisen ajankohta +\item[--]maininta >>Saatavissa>> ja URL tai + maininta >>DOI>> ja DOI-numero (DOI=Digital Object Identifier). +\end{itemize} + +Viitteet \cite{Ribeiro}--\cite{kone} ovat esimerkkej\"a s\"ahk\"oisess\"a +muodossa olevan artikkelin esitt\"amisest\"a opinn\"aytteen +l\"ahdeluettelossa. Viitteet \cite{Ribeiro} ja \cite{Stieber} ovat +saatavissa sek\"a painettuna ett\"a verkosta, joten viitteiden esitystapa +mukailee painetun artikkelin viitteen esitystapaa, mutta sen lis\"aksi +kerrotaan julkaisun olevan verkkolehti ja lehden olevan saatavissa +my\"os painettuna. Viite \cite{kone} on saatavissa vain verkosta ja +siit\"a esitet\"a\"an yll\"a vaaditut tiedot. + +Valitettavasti s\"ahk\"oisess\"a muodosssa olevasta artikkelista ei ole aina +saatavissa lai\-tos-, volyymi- tai numerotietoja. + +\textit{S\"ahk\"oisess\"a muodossa olevasta opinn\"aytety\"ost\"a} ilmoitetaan +seuraavat tiedot: + +\begin{itemize} +\item[--]tekij\"a +\item[--]ty\"on nimi +\item[--]viestintyyppi +\item[--]opinn\"aytety\"on tyyppi +\item[--]oppilaitoksen nimi +\item[--]osaston, laitoksen tai ohjelman nimi +\item[--]oppilaitoksen sijaintipaikka +\item[--]vuosiluku +\item[--]viittamisen ajankohta +\item[--]maininta >>Saatavissa>> ja URL tai + maininta >>DOI>> ja DOI-numero. +\end{itemize} + +Viite \cite{Adida} on esimerkki s\"ahk\"oisess\"a muodossa olevan +opinn\"aytteen esitt\"amisest\"a l\"ahdeluettelossa. + +Viite \cite{viittaaminen} on esimerkki itsen\"aisen kirjoituksen sis\"alt\"av\"ast\"a +verkkosivusta. T\"allainen l\"ahde on rinnastettavissa erillisteokseen. +\textit{Verkkosivusta} esitet\"a\"an tiedot: + +\begin{itemize} +\item[--] tekij\"at +\item[--] otsikko +\item[--] maininta >>P\"aivitetty>> ja p\"aivitysaika +\item[--] maininta >>Viitattu>> ja viittaamisen ajankohta +\item[--] Maininta >>Saatavissa>> ja URL. +\end{itemize} + +Joskus verkkosivun kirjoitus on jaettu useammalle sivulle, jolloin +l\"ahdeluetteloon kirjataan vain sellainen verkko-osoite, joka koskee +koko kirjoitusta tai sen etusivua, ellei sitten +todella tarkoiteta kirjoituksen yksitt\"aist\"a sivua. + +\subsection*{Muuta huomioitavaa l\"ahdeluettelossa} + +%% Muutos vanhoihin ohjeisiin koskien kielt\"a. +L\"ahdeluettelossa ty\"on ja julkaisun nimi kirjoitetaan alkuper\"aisess\"a +muodossaan. Julkaisijan kotipaikka kirjoitetaan alkukielisess\"a +muodossaan. + +Viittamista koskevassa suomalaisessa standardissa +SFS 5342 \cite{sfs} vaaditaan julkaisuista ilmoitettavaksi my\"os ISBN- tai +ISSN-numerot, mutta n\"aiss\"a opinn\"ayteohjeissa ei ISBN- ja +ISSN-numeroita vaadita. + +\clearpage + +\section{Research material and methods} +%\section{Tutkimusaineisto ja -menetelm\"at} + +T\"ass\"a osassa kuvataan k\"aytetty tutkimusaineisto ja +tutkimuksen metodologiset valinnat, sek\"a +kerrotaan tutkimuksen toteutustapa ja k\"aytetyt menetelm\"at. + +\clearpage + +\section{Results} +%\section{Tulokset} + +T\"ass\"a osassa esitet\"a\"an tulokset ja vastataan tutkielman alussa +esitettyihin tutkimuskysymyksiin. Tieteellisen kirjoitelman +arvo mitataan t\"ass\"a osassa esitettyjen tulosten perusteella. + +%% Huomaa seuraavassa kappaleessa lainausmerkkien ulkopuolella piste, +%% koska piste ei lopeta lainattua tekstinp\"atk\"a\"a. +%% Jos lainattu tekstinp\"atk\"a loppuu v\"alimerkkiin, tulee v\"alimerkki +%% lainausmerkkien sis\"alle: +%% "Et tu, Brute?" sanoi Caesar kuollessaan. +Tutkimustuloksien merkityst\"a on aina syyt\"a arvioida ja tarkastella +kriittisesti. Joskus tarkastelu voi olla t\"ass\"a osassa, mutta se +voidaan my\"os j\"att\"a\"a viimeiseen osaan, jolloin viimeisen osan nimeksi +tulee >>Tarkastelu>>. Tutkimustulosten merkityst\"a voi arvioida my\"os +>>Johtop\"a\"at\"okset>>-otsikon alla viimeisess\"a osassa. + +T\"ass\"a osassa on syyt\"a my\"os arvioida tutkimustulosten luotettavuutta. +Jos tutkimustulosten merkityst\"a arvioidaan >>Tarkastelu>>-osassa, +voi luotettavuuden arviointi olla my\"os siell\"a. + +\clearpage + +\section{Summary} +%\section{Yhteenveto} + +Opinn\"aytteen tekij\"a vastaa siit\"a, ett\"a opinn\"ayte on t\"ass\"a dokumentissa +ja opinn\"aytteen tekemist\"a k\"asittelevill\"a luennoilla sek\"a +harjoituksissa annettujen ohjeiden mukainen muotoseikoiltaan, +rakenteeltaan ja ulkoasultaan. + + + +\clearpage +%% L\"ahdeluettelo + +\thesisbibliography + +\begin{thebibliography}{99} + +%% Alla pilkun j\"alkeen on pakotettu oikea v\"ali \-merkeill\"a. +\bibitem{Kauranen} Kauranen,\ I., Mustakallio,\ M. ja Palmgren,\ V. + \textit{Tutkimusraportin kirjoittamisen opas opinn\"aytety\"on + tekij\"oille.} Espoo, Teknillinen korkeakoulu, 2006. + +\bibitem{Itkonen} Itkonen,\ M. \textit{Typografian k\"asikirja.} 3.\ + painos. Helsinki, RPS-yhti\"ot, 2007. + +\bibitem{Koblitz} Koblitz,\ N. \textit{A Course in Number Theory and + Cryptography. Graduate Texts in Mathematics 114.} 2.\ painos. New + York, Springer, 1994. + +%% Kun on useampi nimikirjain, jokaisen nimikirjaimen v\"aliin +%% kuuluu v\"alily\"onti. Oikea v\"alin m\"a\"ar\"a on saatu \ +\bibitem{bcs} Bardeen,\ J., Cooper,\ L.\ N. ja Schrieffer,\ J.\ R. + Theory of Superconductivity. \textit{Physical Review,} 1957, vol.\ + 108, nro~5, s.\ 1175--1204. + +\bibitem{Deschamps} Deschamps,\ G.\ A. Electromagnetics and + Differential Forms. \textit{Proceedings of the IEEE,} 1981, vol.\ + 69, nro~6, s.\ 676--696. + +%% Alla esimerkki englanninkielisen tavuttamisen pakottamisesta. +%% Oletusarvoisesti k\"aytet\"a\"an suomalaista tavutusta, mutta viitteiss\"a +%% esiintyy usein muunkielisi\"a lauseita, jotka tulevat siten tavutetuksi +%% suomen kielen s\"a\"ant\"ojen mukaan. T\"am\"an voi korjata \foreignlanguage- +%% komennolla, jonka ensimm\"ainen parametri on vieraan kielen nimi ja toinen +%% on vieraalla kielell\"a tavutettava teksti. +\bibitem{Sihvola} Sihvola,\ A.\ et al. + \foreignlanguage{english}{Interpretation of measurements of helix + and bihelix superchiral structures.} + Teoksessa: Jacob,\ A.\ F. ja + Reinert,\ J. (toim.) \textit{Bianisotropics '98 7th International + Conference on Complex Media.} Braunschweig, 3.--6.6.1998. + Braunscweig, Technische Universit\"at Braunschweig, 1998, s.\ + 317--320. + +%% Alla on suomalainen yhdistelm\"asukunimi. Sen nimien v\"aliss\"a +%% k\"aytet\"a\"an yhdysmerkki\"a l. tavuviivaa, kirjoitetaan -. +\bibitem{Lindblom} Lindblom-Yl\"anne,\ S. ja Wager,\ M. Tieteellisten + opinn\"aytet\"oiden ohjaaminen. Teoksessa: Lindblom-Yl\"anne,\ S. ja + Nevgi,\ A. (toim.) \textit{Yliopisto- ja korkeakouluopettajan + k\"asikirja.} Helsinki, WSOY, 2004, s.\ 314--325. + +\bibitem{Miinusmaa} Miinusmaa,\ H. Neliskulmaisen rei\"an poraamisesta + kolmikulmaisella poralla. Diplomity\"o, Teknillinen korkeakoulu, + konetekniikan osasto, Espoo, 1977. + +%% T\"ass\"a taas pakotettu englanninkielinen tavutus. +%% Pedanttinen kirjoittaja pakottaa tietysti jokaiseen englanninkieliseen +%% lauseeseen englannin tavutuksen, mutta t\"ass\"a esityksess\"a ei n\"ain ole +%% tehty selvyyden ja l\"ahdekoodin luettavuuden takia. +\bibitem{Loh} Loh,\ N.\ C. High-Resolution Micromachined + Interferometric Accelerometer. Master's Thesis, Massachusetts + Institute of Technology, Cambridge, + \foreignlanguage{english}{Massachusetts,} 1992. + +\bibitem{Lonnqvist} L\"onnqvist,\ A. + \foreignlanguage{english}{Applications of hologram-based compact + range: antenna radiation pattern, radar cross section, and + absorber reflectivity measurements.} + V\"ait\"oskirja, Teknillinen korkeakoulu, s\"ahk\"o- ja tietoliikennetekniikan + osasto, 2006. + +\bibitem{sfs} SFS 5342. Kirjallisuusviitteiden laatiminen. 2.\ painos. + Helsinki, Suomen standardisoimisliitto, 2004. 20~s. + +\bibitem{haastattelu} Palmgren,\ V. Suunnittelija. Teknillinen + korkeakoulu, kirjasto. Otaniementie 9, 02150 Espoo. Haastattelu + 15.1.2007. + +\bibitem{Ribeiro} Ribeiro,\ C.\ B., Ollila,\ E. ja Koivunen,\ V. + \foreignlanguage{english}{Stochastic Maximum-Likelihood Method for + MIMO Propagation Parameter Estimation.} + \textit{IEEE Transactions + on Signal Processing,} verkkolehti, vol.\ 55, nro~1, s.\ 46--55. + Viitattu 19.1.2007. Lehti ilmestyy my\"os painettuna. DOI: + 10.1109/TSP.2006.882057. + +\bibitem{Stieber} Stieber,\ T. GnuPG Hacks. \textit{Linux Journal,} + verkkolehti, 2006, maaliskuu, nro~143. Viitattu 19.1.2007. Lehti + ilmestyy my\"os painettuna. Saatavissa: + \url{http://www.linuxjournal.com/article/8732.} + +\bibitem{kone} Pohjois-Koivisto,\ T. Voiko kone tulevaisuudessa arvata + tahtosi? \textit{Apropos,} verkkolehti, helmikuu, nro~1, 2005. + Viitattu 19.1.2007. Saatavissa: + \url{http://www.apropos.fi/1-2005/prima.php.} + +\bibitem{Adida} Adida,\ B. Advances in Cryptographic Voting Systems. + Verkkodokumentti. Ph.D.\ Thesis, Massachusetts Institute of + Technology, Cambridge, + \foreignlanguage{english}{Massachusetts,} + 2006. Viitattu 19.1.2007. Saatavissa: + \url{http://crypto.csail.mit.edu/~cis/theses/adida-phd.pdf.} + +\bibitem{viittaaminen} Kilpel\"ainen,\ P. WWW-l\"ahteisiin viittaaminen + tutkielmatekstiss\"a. Verkkodokumentti. P\"aivitetty 26.11.2001. + Viitattu 19.1.2007. Saatavissa: + \url{http://www.cs.uku.fi/~kilpelai/wwwlahteet.html.} + +\end{thebibliography} + +%% Appendices +%% If you don't have appendices, remove \clearpage and \thesisappendix below. +\clearpage + +\thesisappendix + +\section{Esimerkki liitteest\"a\label{LiiteA}} + +Liitteet eiv\"at ole opinn\"aytteen kannalta v\"altt\"am\"att\"omi\"a ja +opinn\"aytteen tekij\"an on +kirjoittamaan ryhtyess\"a\"an hyv\"a ajatella p\"arj\"a\"av\"ans\"a ilman liitteit\"a. +Kokemattomat kirjoittajat, jotka ovat huolissaan +tekstiosan pituudesta, paisuttavat turhan +helposti liitteit\"a pit\"a\"akseen tekstiosan pituuden annetuissa rajoissa. +T\"all\"a tavalla ei synny hyv\"a\"a opinn\"aytett\"a. + +Liite on itsen\"ainen kokonaisuus, vaikka se t\"aydent\"a\"akin tekstiosaa. +Liite ei siten ole pelkk\"a listaus, kuva tai taulukko, vaan +liitteess\"a selitet\"a\"an aina sis\"all\"on laatu ja tarkoitus. + +Liitteeseen voi laittaa esimerkiksi listauksia. Alla on +listausesimerkki t\"am\"an liitteen luomisesta. + +%% Verbatim-ymp\"arist\"o ei muotoile tai tavuta teksti\"a. Fontti on monospace. +%% Verbatim-ymp\"arist\"on sis\"all\"a annettuja komentoja ei LaTeX k\"asittele. +%% Vasta \end{verbatim}-komennon j\"alkeen jatketaan k\"asittely\"a. +\begin{verbatim} + \clearpage + \appendix + \addcontentsline{toc}{section}{Liite A} + \section*{Liite A} + ... + \thispagestyle{empty} + ... + teksti\"a + ... + \clearpage +\end{verbatim} + +Kaavojen numerointi muodostaa liitteiss\"a oman kokonaisuutensa: +\begin{align} +d \wedge A &= F, \label{liitekaava1}\\ +d \wedge F &= 0. \label{liitekaava2} +\end{align} + + +\clearpage +\section{Toinen esimerkki liitteest\"a\label{LiiteB}} + +%% Liitteiden kaavat, taulukot ja kuvat numeroidaan omana kokonaisuutenaan +%% +%% Equations, tables and figures have their own numbering in Appendices +%\renewcommand{\theequation}{B\arabic{equation}} +%\setcounter{equation}{0} +%\renewcommand{\thefigure}{B\arabic{figure}} +%\setcounter{figure}{0} +%\renewcommand{\thetable}{B\arabic{table}} +%\setcounter{table}{0} + +Liitteiss\"a voi my\"os olla kuvia, jotka +eiv\"at sovi leip\"atekstin joukkoon: +%% Ymp\"arist\"on figure parametrit htb pakottavat +%% kuvan t\"ah\"an, eik\"a LaTeX yrit\"a siirrell\"a niit\"a +%% hyv\"aksi katsomaansa paikkaan. +%% Ymp\"arist\"o\"a center voi k\"aytt\"a\"a \centering- +%% komennon sijaan +%% +%% Example of a figure, note the use of htb parameters which force +%% the figure to be inserted here +%% \begin{figure}[htb] +%% \begin{center} +%% \includegraphics[height=8cm]{./ledspole.jpg} +%% \end{center} +%% \caption{Kuvateksti, jossa on liitteen numerointi} +%% \label{liitekuva} +%% \end{figure} +%% +Liitteiden taulukoiden numerointi on kuvien ja kaavojen kaltainen: +\begin{table}[htb] +\caption{Taulukon kuvateksti.} +\label{liitetaulukko} +\begin{center} +\fbox{ +\begin{tabular}{lp{0.5\linewidth}} +9.00--9.55 & K\"aytett\"avyystestauksen tiedotustilaisuus (osanottajat +ovat saaneet s\"ahk\"opostitse valmistautumisteht\"av\"at, joten tiedotustilaisuus +voidaan pit\"a\"a lyhyen\"a).\\ +9.55--10.00 & Testausalueelle siirtyminen +\end{tabular}} +\end{center} +\end{table} +Kaavojen numerointi muodostaa liitteiss\"a oman kokonaisuutensa: +\begin{align} +T_{ik} &= -p g_{ik} + w u_i u_k + \tau_{ik}, \label{liitekaava3} \\ +n_i &= n u_i + v_i. \label{liitekaava4} +\end{align} + +\end{document}