Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LaTeX Table GeneratorNew to Visual Studio Code? Get it now.
LaTeX Table Generator

LaTeX Table Generator

Vitor O.F.

|
2,299 installs
| (0) | Free
Easily create LaTeX tables
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LaTeX Table Generator

This extension

Features

To create a table follow the steps below.

  1. You will make a text to be selected
  2. On the first line write the environment paramaters, e.g. rr|ll
  3. 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 #
  1. Type your tabular with double spaces between elements. For instace, a row might look like
    element1  element2 with single spaces  element3
  2. Select the text written in the above steps, and with Ctrl+Shift+P find the LaTeX Table Generator extension and click on it.

Example:

Alt Text

1.0.0

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft