columnlines-2b.html (947B)
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="columnlines-2-ref.html"/> 11 </head> 12 13 <body> 14 15 <math> 16 <mtable columnlines="solid none dashed dashed dashed solid solid none solid none"> 17 <mtr> 18 <mtd> 19 <mn>1</mn> 20 </mtd> 21 <mtd> 22 <mn>2</mn> 23 </mtd> 24 <mtd> 25 <mn>3</mn> 26 </mtd> 27 <mtd> 28 <mn>4</mn> 29 </mtd> 30 <mtd> 31 <mn>5</mn> 32 </mtd> 33 <mtd> 34 <mn>*</mn> 35 </mtd> 36 </mtr> 37 </mtable> 38 </math> 39 40 41 </body> 42 </html>