LaTeX Table Generator
This extension
Features
To create a table follow the steps below.
- You will make a text to be selected
- On the first line write the environment paramaters, e.g.
rr|ll
- Also on the first line, type
# and options, e.g. rrll #withlines . Available options are
withlines : create table with horizontal lines. Specify horizontal lines on step 2
caption{YOURCAPTION} : make caption with text "YOURCAPTION". Important: don't forget the curly brackets
pos POS or position POS : specify the position paramater of the table, such as "pos h", "pos h!", "pos H"...
centering : use the \centering command. No need for backslash
- Use multiple options one after the other. For instance, the first line might look like
ccc #withlines pos h centering . Only use one #
- Type your tabular with double spaces between elements. For instace, a row might look like
element1 element2 with single spaces element3
- Select the text written in the above steps, and with
Ctrl+Shift+P find the LaTeX Table Generator extension and click on it.
Example:
1.0.0
Initial release
| |