rowlines-2a.html (1044B)
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 <link rel="match" href="rowlines-2-ref.html"/> 11 </head> 12 13 <body> 14 15 <math> 16 <mtable rowlines="none dashed solid"> 17 <mtr> 18 <mtd> 19 <mn>1</mn> 20 </mtd> 21 </mtr> 22 <mtr> 23 <mtd> 24 <mn>2</mn> 25 </mtd> 26 </mtr> 27 <mtr> 28 <mtd> 29 <mn>3</mn> 30 </mtd> 31 </mtr> 32 <mtr> 33 <mtd> 34 <mn>4</mn> 35 </mtd> 36 </mtr> 37 <mtr> 38 <mtd> 39 <mn>5</mn> 40 </mtd> 41 </mtr> 42 <mtr> 43 <mtd> 44 <mn>*</mn> 45 </mtd> 46 </mtr> 47 </mtable> 48 </math> 49 50 51 </body> 52 </html>