haikuwebkit/LayoutTests/mathml/opentype/vertical.html

161 lines
3.1 KiB
HTML
Raw Permalink Normal View History

Use size variants and glyph assembly from the MATH data. https://bugs.webkit.org/show_bug.cgi?id=130322 Reviewed by Chris Fleizach. Source/WebCore: This patch modifies the RenderMathMLOperator code to use the MATH table when one is provided in the current font on the <math> tag. More precisely, the MathVariants table is used to draw a size variant or a glyph assembly. The displaystyle attribute is not supported yet, so for now large operators are always assumed to be in display style. The MATH support does not work well with all platforms+fonts, so at the moment the default font-family on the <math> is not changed. Tests: mathml/opentype/large-operators-LatinModern.html mathml/opentype/opentype-stretchy.html mathml/opentype/vertical-LatinModern.html * css/mathml.css: We only specify the default font-family on the math root, so that people can easily style the mathematics. For now, old fonts without the MATH table are still used as the default. (math): (math, mfenced > *): Deleted. (mo, mfenced): Deleted. * platform/graphics/SimpleFontData.cpp: don't return the math data if the font is loading. (WebCore::SimpleFontData::mathData): * platform/graphics/opentype/OpenTypeMathData.cpp: update #ifdef so that disabling ENABLE_OPENTYPE_MATH won't lead to errors with unused parameters. (WebCore::OpenTypeMathData::OpenTypeMathData): (WebCore::OpenTypeMathData::getMathConstant): (WebCore::OpenTypeMathData::getItalicCorrection): (WebCore::OpenTypeMathData::getMathVariants): * rendering/mathml/RenderMathMLOperator.cpp: (WebCore::RenderMathMLOperator::boundsForGlyph): (WebCore::RenderMathMLOperator::heightForGlyph): (WebCore::RenderMathMLOperator::advanceForGlyph): (WebCore::RenderMathMLOperator::computePreferredLogicalWidths): We handle preferred width of size variants. (WebCore::RenderMathMLOperator::shouldAllowStretching): This function now only returns whether the operator will stretch and no longer has side effect. (WebCore::RenderMathMLOperator::getGlyphAssemblyFallBack): We add a function to convert from the MathVariant table data to the format supported by RenderMathMLOperator. (WebCore::RenderMathMLOperator::getDisplayStyleLargeOperator): We add a function to get the glyph that will be used for large operators in display style. (WebCore::RenderMathMLOperator::findStretchyData): We make this function handle size variants. (WebCore::RenderMathMLOperator::updateStyle): We handle size variants. (WebCore::RenderMathMLOperator::paint): We handle size variants. * rendering/mathml/RenderMathMLOperator.h: LayoutTests: This adds some pixel tests for large operators and vertical stretchy operators. * mathml/opentype/LICENSE-LatinModern.txt: Added. * mathml/opentype/large-operators-LatinModern.html: Added. * mathml/opentype/latinmodern-math.woff: Added. * mathml/opentype/opentype-stretchy.html: Added. * mathml/opentype/stretchy.woff: Added. * mathml/opentype/vertical-LatinModern.html: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference due to change in mathml.css * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto * platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/win/TestExpectations: Mark the OpenType MATH tests as failing Canonical link: https://commits.webkit.org/151267@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169305 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-05-24 04:56:50 +00:00
<!doctype html>
<html>
<head>
Remove latinmodern-math.woff from LayoutTests/mathml/opentype https://bugs.webkit.org/show_bug.cgi?id=134094 Reviewed by Martin Robinson. We remove latinmodern-math.woff from the source and make mathml/opentype/*LatinModern* tests not font-specific, so that each platform will use whatever OpenType MATH is available. Until bug 133604 is fixed and Latin Modern Math installed on the Linux bots, the tests are marked as failed. More generally, we need to fix bug 133603. The test mathml/opentype/roots-LatinModern is removed since it will duplicate mathml/presentation/roots.xhtml when OpenType MATH fonts are available. * mathml/opentype/LICENSE-LatinModern.txt: Removed. * mathml/opentype/horizontal-munderover.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern-munderover.html. * mathml/opentype/horizontal.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern.html. * mathml/opentype/large-operators-LatinModern.html: Removed. * mathml/opentype/large-operators.html: Added. * mathml/opentype/latinmodern-math.woff: Removed. * mathml/opentype/opentype-stretchy-horizontal.html: * mathml/opentype/roots-LatinModern.html: Removed. * mathml/opentype/vertical.html: Renamed from LayoutTests/mathml/opentype/vertical-LatinModern.html. * platform/efl/TestExpectations: * platform/efl/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-expected.txt. * platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-munderover-expected.txt. * platform/efl/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png. * platform/efl/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt. * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Removed. * platform/efl/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.png. * platform/efl/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.txt. * platform/gtk/TestExpectations: * platform/gtk/mathml/opentype/horizontal-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.png. * platform/gtk/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.txt. * platform/gtk/mathml/opentype/horizontal-munderover-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.png. * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.txt. * platform/gtk/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.png. * platform/gtk/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt. * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Removed. * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Removed. * platform/gtk/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.png. * platform/gtk/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt. * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Removed. * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Removed. * platform/mac/TestExpectations: * platform/mac/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-expected.txt. * platform/mac/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-munderover-expected.txt. * platform/mac/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt. * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Removed. * platform/mac/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/vertical-LatinModern-expected.txt. * platform/win/TestExpectations: * platform/win/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-expected.txt. * platform/win/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-munderover-expected.txt. * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Removed. Canonical link: https://commits.webkit.org/152093@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@170232 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-06-21 06:04:26 +00:00
<title>Vertical Operators</title>
Use size variants and glyph assembly from the MATH data. https://bugs.webkit.org/show_bug.cgi?id=130322 Reviewed by Chris Fleizach. Source/WebCore: This patch modifies the RenderMathMLOperator code to use the MATH table when one is provided in the current font on the <math> tag. More precisely, the MathVariants table is used to draw a size variant or a glyph assembly. The displaystyle attribute is not supported yet, so for now large operators are always assumed to be in display style. The MATH support does not work well with all platforms+fonts, so at the moment the default font-family on the <math> is not changed. Tests: mathml/opentype/large-operators-LatinModern.html mathml/opentype/opentype-stretchy.html mathml/opentype/vertical-LatinModern.html * css/mathml.css: We only specify the default font-family on the math root, so that people can easily style the mathematics. For now, old fonts without the MATH table are still used as the default. (math): (math, mfenced > *): Deleted. (mo, mfenced): Deleted. * platform/graphics/SimpleFontData.cpp: don't return the math data if the font is loading. (WebCore::SimpleFontData::mathData): * platform/graphics/opentype/OpenTypeMathData.cpp: update #ifdef so that disabling ENABLE_OPENTYPE_MATH won't lead to errors with unused parameters. (WebCore::OpenTypeMathData::OpenTypeMathData): (WebCore::OpenTypeMathData::getMathConstant): (WebCore::OpenTypeMathData::getItalicCorrection): (WebCore::OpenTypeMathData::getMathVariants): * rendering/mathml/RenderMathMLOperator.cpp: (WebCore::RenderMathMLOperator::boundsForGlyph): (WebCore::RenderMathMLOperator::heightForGlyph): (WebCore::RenderMathMLOperator::advanceForGlyph): (WebCore::RenderMathMLOperator::computePreferredLogicalWidths): We handle preferred width of size variants. (WebCore::RenderMathMLOperator::shouldAllowStretching): This function now only returns whether the operator will stretch and no longer has side effect. (WebCore::RenderMathMLOperator::getGlyphAssemblyFallBack): We add a function to convert from the MathVariant table data to the format supported by RenderMathMLOperator. (WebCore::RenderMathMLOperator::getDisplayStyleLargeOperator): We add a function to get the glyph that will be used for large operators in display style. (WebCore::RenderMathMLOperator::findStretchyData): We make this function handle size variants. (WebCore::RenderMathMLOperator::updateStyle): We handle size variants. (WebCore::RenderMathMLOperator::paint): We handle size variants. * rendering/mathml/RenderMathMLOperator.h: LayoutTests: This adds some pixel tests for large operators and vertical stretchy operators. * mathml/opentype/LICENSE-LatinModern.txt: Added. * mathml/opentype/large-operators-LatinModern.html: Added. * mathml/opentype/latinmodern-math.woff: Added. * mathml/opentype/opentype-stretchy.html: Added. * mathml/opentype/stretchy.woff: Added. * mathml/opentype/vertical-LatinModern.html: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference due to change in mathml.css * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto * platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/win/TestExpectations: Mark the OpenType MATH tests as failing Canonical link: https://commits.webkit.org/151267@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169305 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-05-24 04:56:50 +00:00
<meta charset="utf-8"/>
</head>
<body>
Update OS X and iOS expectations for some MathML pixel tests. https://bugs.webkit.org/show_bug.cgi?id=159339 Unreviewed test gardening. Patch by Frederic Wang <fwang@igalia.com> on 2016-07-01 * mathml/opentype/fraction-line.html: Add a comment about font requirements. * mathml/opentype/horizontal-munderover.html: Ditto. * mathml/opentype/horizontal.html: Ditto. * mathml/opentype/large-operators-italic-correction.html: Ditto. * mathml/opentype/large-operators.html: Ditto. * mathml/opentype/vertical.html: Ditto. * mathml/presentation/attributes-mathvariant.html: Ditto. * mathml/presentation/fractions-linethickness.html: Ditto. * mathml/presentation/tokenElements-mathvariant.html: Ditto. * mathml/radical-fallback.html: Ditto. * platform/ios-simulator-wk1/TestExpectations: Update expectations. * platform/ios-simulator-wk2/TestExpectations: Ditto. * platform/ios-simulator-wk2/mathml/opentype/large-operators-expected.png: Removed. * platform/ios-simulator-wk2/mathml/opentype/vertical-expected.png: Removed. * platform/ios-simulator-wk2/mathml/presentation/mo-stretch-expected.png: Removed. * platform/ios-simulator/TestExpectations: * platform/ios-simulator/mathml/opentype/horizontal-expected.txt: Removed. * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt: Removed. * platform/ios-simulator/mathml/opentype/large-operators-expected.txt: Removed. * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added. * platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt: * platform/ios-simulator/mathml/opentype/vertical-expected.txt: Removed. * platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.png: Added. * platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.png: Added. * platform/ios-simulator/mathml/presentation/mo-stretch-expected.png: Added. * platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt: * platform/ios-simulator/mathml/presentation/mspace-children-expected.png: Added. * platform/ios-simulator/mathml/radical-fallback-expected.png: * platform/mac/TestExpectations: Update expectations. * platform/mac/mathml/opentype/horizontal-expected.txt: Removed. * platform/mac/mathml/opentype/horizontal-munderover-expected.txt: Removed. * platform/mac/mathml/opentype/large-operators-expected.txt: Removed. * platform/mac/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/mac/mathml/opentype/vertical-expected.txt: Removed. * platform/mac/mathml/presentation/menclose-notation-values-expected.png: * platform/mac/mathml/presentation/menclose-notation-values-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/mspace-children-expected.png: Added. * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/radical-fallback-expected.png: * platform/mac/mathml/radical-fallback-expected.txt: Canonical link: https://commits.webkit.org/177479@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202748 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-07-01 19:41:30 +00:00
<!-- This verifies various vertical stretchy operators.
They should stretch to the height of the <mspace> elements.
Note: A font with an OpenType MATH table is required to stretch white square brackets, angle brackets and arrows. -->
Use size variants and glyph assembly from the MATH data. https://bugs.webkit.org/show_bug.cgi?id=130322 Reviewed by Chris Fleizach. Source/WebCore: This patch modifies the RenderMathMLOperator code to use the MATH table when one is provided in the current font on the <math> tag. More precisely, the MathVariants table is used to draw a size variant or a glyph assembly. The displaystyle attribute is not supported yet, so for now large operators are always assumed to be in display style. The MATH support does not work well with all platforms+fonts, so at the moment the default font-family on the <math> is not changed. Tests: mathml/opentype/large-operators-LatinModern.html mathml/opentype/opentype-stretchy.html mathml/opentype/vertical-LatinModern.html * css/mathml.css: We only specify the default font-family on the math root, so that people can easily style the mathematics. For now, old fonts without the MATH table are still used as the default. (math): (math, mfenced > *): Deleted. (mo, mfenced): Deleted. * platform/graphics/SimpleFontData.cpp: don't return the math data if the font is loading. (WebCore::SimpleFontData::mathData): * platform/graphics/opentype/OpenTypeMathData.cpp: update #ifdef so that disabling ENABLE_OPENTYPE_MATH won't lead to errors with unused parameters. (WebCore::OpenTypeMathData::OpenTypeMathData): (WebCore::OpenTypeMathData::getMathConstant): (WebCore::OpenTypeMathData::getItalicCorrection): (WebCore::OpenTypeMathData::getMathVariants): * rendering/mathml/RenderMathMLOperator.cpp: (WebCore::RenderMathMLOperator::boundsForGlyph): (WebCore::RenderMathMLOperator::heightForGlyph): (WebCore::RenderMathMLOperator::advanceForGlyph): (WebCore::RenderMathMLOperator::computePreferredLogicalWidths): We handle preferred width of size variants. (WebCore::RenderMathMLOperator::shouldAllowStretching): This function now only returns whether the operator will stretch and no longer has side effect. (WebCore::RenderMathMLOperator::getGlyphAssemblyFallBack): We add a function to convert from the MathVariant table data to the format supported by RenderMathMLOperator. (WebCore::RenderMathMLOperator::getDisplayStyleLargeOperator): We add a function to get the glyph that will be used for large operators in display style. (WebCore::RenderMathMLOperator::findStretchyData): We make this function handle size variants. (WebCore::RenderMathMLOperator::updateStyle): We handle size variants. (WebCore::RenderMathMLOperator::paint): We handle size variants. * rendering/mathml/RenderMathMLOperator.h: LayoutTests: This adds some pixel tests for large operators and vertical stretchy operators. * mathml/opentype/LICENSE-LatinModern.txt: Added. * mathml/opentype/large-operators-LatinModern.html: Added. * mathml/opentype/latinmodern-math.woff: Added. * mathml/opentype/opentype-stretchy.html: Added. * mathml/opentype/stretchy.woff: Added. * mathml/opentype/vertical-LatinModern.html: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/efl/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Added. * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.png: Added. * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference due to change in mathml.css * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto * platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Added. * platform/mac-wk2/mathml/opentype/opentype-stretchy-expected.txt: Added. * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Added. * platform/win/TestExpectations: Mark the OpenType MATH tests as failing Canonical link: https://commits.webkit.org/151267@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169305 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-05-24 04:56:50 +00:00
<p>
<math>
<mo>[</mo>
<mo>]</mo>
<mo>{</mo>
<mo>}</mo>
<mo>(</mo>
<mo>)</mo>
<mo>|</mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height=".5em"/>
</math>
</p>
<p>
<math>
<mo>[</mo>
<mo>]</mo>
<mo>{</mo>
<mo>}</mo>
<mo>(</mo>
<mo>)</mo>
<mo>|</mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="1em"/>
</math>
<math>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="1em"/>
</math>
</p>
<p>
<math>
<mo>[</mo>
<mo>]</mo>
<mo>{</mo>
<mo>}</mo>
<mo>(</mo>
<mo>)</mo>
<mo>|</mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="1.5em"/>
</math>
</p>
<p>
<math>
<mo>[</mo>
<mo>]</mo>
<mo>{</mo>
<mo>}</mo>
<mo>(</mo>
<mo>)</mo>
<mo>|</mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="2em"/>
</math>
<math>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="2em"/>
</math>
</p>
<p>
<math>
<mo>[</mo>
<mo>]</mo>
<mo>{</mo>
<mo>}</mo>
<mo>(</mo>
<mo>)</mo>
<mo>|</mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="4em"/>
</math>
<math>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mo></mo>
<mspace height="4em"/>
</math>
</p>
</body>
</html>