rowlines-2-ref.html 939 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>mtable frame</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. <math>
  12. <mtable rowlines="none dashed solid solid solid">
  13. <mtr>
  14. <mtd>
  15. <mn>1</mn>
  16. </mtd>
  17. </mtr>
  18. <mtr>
  19. <mtd>
  20. <mn>2</mn>
  21. </mtd>
  22. </mtr>
  23. <mtr>
  24. <mtd>
  25. <mn>3</mn>
  26. </mtd>
  27. </mtr>
  28. <mtr>
  29. <mtd>
  30. <mn>4</mn>
  31. </mtd>
  32. </mtr>
  33. <mtr>
  34. <mtd>
  35. <mn>5</mn>
  36. </mtd>
  37. </mtr>
  38. <mtr>
  39. <mtd>
  40. <mn>*</mn>
  41. </mtd>
  42. </mtr>
  43. </mtable>
  44. </math>
  45. </body>
  46. </html>