rowlines-2-ref.html (1005B)
1 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- --> 2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: --> 3 <!DOCTYPE html> 4 <html> 5 <head> 6 <title>mtable frame</title> 7 <!-- Copyright (c) 2011 Design Science, Inc. 8 License: Apache License 2.0 --> 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 10 </head> 11 12 <body> 13 14 <math> 15 <mtable rowlines="none dashed solid solid solid"> 16 <mtr> 17 <mtd> 18 <mn>1</mn> 19 </mtd> 20 </mtr> 21 <mtr> 22 <mtd> 23 <mn>2</mn> 24 </mtd> 25 </mtr> 26 <mtr> 27 <mtd> 28 <mn>3</mn> 29 </mtd> 30 </mtr> 31 <mtr> 32 <mtd> 33 <mn>4</mn> 34 </mtd> 35 </mtr> 36 <mtr> 37 <mtd> 38 <mn>5</mn> 39 </mtd> 40 </mtr> 41 <mtr> 42 <mtd> 43 <mn>*</mn> 44 </mtd> 45 </mtr> 46 </mtable> 47 </math> 48 49 50 </body> 51 </html>