LaTex Style Formatting (Advanced)

Top  Previous  Next

We have implemented an extended version of LaTex style table/grid definitions

 

eg.

grid(opt(|C|RRRL|0-=) ...content of grid...)

 

The option string, |C|RRRL|0-=, defines the horizontal alignment of each column in the grid as well as allowing you to control vertical and horizontal lines on a grid.

 

|        Draw a vertical line

C        Centre align the column

R        Right align the column

L        Left align the column

N        Number align the column

0        Do NOT draw a horizontal line

- or 1        Draw a horizontal line

= or 2        Draw a double horizontal line.

 

This means that you can produce this table using the defined options.

 

grid(opt(|C|RRRL|0-=) 122&3&444&555&66\\1&333&3&66&777\\12&44&12&7&9)

 

clip2161

Note:

 

The bottom lines are not defined by our option string so they are left blank.
Grid line options are only honored in grids.

 

clip2163