File svgmath.xml.in of Package python-svgmath

<?xml version="1.0"?>

<!-- MathML-to-SVG configuration file -->
<config verbose="true">
    <!-- Fallback font family -->
    <!-- <fallback family="Lucida Sans Unicode"/> -->
    <fallback family="CMUSerifRoman"/>

    <!-- Default values for MathML properties. -->
    <!-- Most of these are defined in the MathML Rec - change with care -->
    <defaults displaystyle="false"
              mathsize="12pt"
              scriptminsize="8pt"
              scriptsizemultiplier="0.71"
              veryverythinmathspace="0.0555556em"
              verythinmathspace="0.111111em"
              thinmathspace="0.166667em"
              mediummathspace="0.222222em"
              thickmathspace="0.277778em"
              verythickmathspace="0.333333em"
              veryverythickmathspace="0.388889em"
              rowspacing="1.0ex"
              columnspacing="0.8em"
              framespacing="0.4em 0.5ex"/>

    <!-- Additional styling for individual operators -->
    <!-- Make differentials italic -->
    <operator-style operator="&#x2145;" fontstyle="italic"/>
    <operator-style operator="&#x2146;" fontstyle="italic"/>

     <family name="FreeSerif">
      <font ttf="@FONTPATH@/truetype/FreeSerif.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/FreeSerifBold.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/FreeSerifItalic.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/FreeSerifBoldItalic.ttf"/>
    </family>
    <family name="FreeSansSerif">
      <font ttf="@FONTPATH@/truetype/FreeSans.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/FreeSansBold.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/FreeSansOblique.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/FreeSansBoldOblique.ttf"/>
    </family>
    <family name="FreeMono">
      <font ttf="@FONTPATH@/truetype/FreeMono.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/FreeMonoBold.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/FreeMonoOblique.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/FreeMonoBoldOblique.ttf"/>
    </family>


    <!-- Font families -->
    <!--<family name="Times New Roman">
         <font ttf="@FONTPATH@/truetype/times.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/timesbd.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/timesi.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/timesbi.ttf"/>
    </family>

    <family name="Arial">
         <font ttf="@FONTPATH@/truetype/arial.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/arialbd.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/ariali.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/arialbi.ttf"/>
    </family>

    <family name="Courier New">
         <font ttf="@FONTPATH@/truetype/cour.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/courbd.ttf"/>
         <font style="italic" ttf="@FONTPATH@/truetype/couri.ttf"/>
         <font weight="bold" style="italic" ttf="@FONTPATH@/truetype/courbi.ttf"/>
    </family>

    <family name="Euclid Fraktur">
         <font ttf="@FONTPATH@/truetype/eufrak.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/eufrakb.ttf"/>
    </family>

    <family name="Monotype Corsiva">
         <font ttf="@FONTPATH@/truetype/mtcorsva.ttf"/>
    </family>

    <family name="Mathematica7">
         <font ttf="@FONTPATH@/truetype/Mathematica7.ttf"/>
         <font weight="bold" ttf="@FONTPATH@/truetype/Mathematica7b.ttf"/>
    </family>

    <family name="Lucida Sans Unicode">
         <font ttf="@FONTPATH@/truetype/l_10646.ttf"/>
    </family>
    -->

    <!-- Math variant definitions -->
    <!-- Serif -->
    <mathvariant name="normal"
                 family="FreeSerif"/>
    <mathvariant name="bold"
                 family="FreeSerif" weight="bold"/>
    <mathvariant name="italic"
                 family="FreeSerif" style="italic"/>
    <mathvariant name="bold-italic"
                 family="FreeSerif" weight="bold" style="italic"/>

    <!-- Sans-Serif -->
    <mathvariant name="sans-serif"
                 family="FreeSansSerif"/>
    <mathvariant name="bold-sans-serif"
                 family="FreeSansSerif" weight="bold"/>
    <mathvariant name="sans-serif-italic"
                 family="FreeSansSerif" style="italic"/>
    <mathvariant name="sans-serif-bold-italic"
                 family="FreeSansSerif" weight="bold" style="italic"/>

    <!-- Fraktur -->
    <mathvariant name="fraktur"
                 family="FreeMono"/>
    <mathvariant name="bold-fraktur"
                 family="FreeMono" weight="bold"/>

    <!-- Script -->
    <mathvariant name="script"
                 family="FreeMono"/>
    <mathvariant name="bold-script"
                 family="FreeMono" weight="bold"/>

    <!-- Monospace -->
    <mathvariant name="monospace" family="FreeMono"/>

    <!-- Double-struck -->
    <mathvariant name="double-struck" family="FreeMono"/>
</config>
openSUSE Build Service is sponsored by