menclose-1a.html 524 B

123456789101112131415161718192021
  1. <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Test menclose</title>
  6. <!-- Copyright (c) 2011 Design Science, Inc.
  7. License: Apache License 2.0 -->
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  9. </head>
  10. <body>
  11. <!-- menclose: test that attributes have an effect -->
  12. <math>
  13. <menclose notation="longdiv">
  14. <mspace width="100px" height="50px"></mspace>
  15. </menclose>
  16. </math>
  17. </body>
  18. </html>