Skip to content

Vim plugin for generating Latex tables using sc-im, an excel-like spreadsheet program for the terminal emulator.

License

Notifications You must be signed in to change notification settings

mbajobue/scim-latex-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Scim-latex-tables

Scim-latex-tables is a vim plugin that generates Latex tables using sc-im, an excel-like spreadsheet program for the terminal emulator.

I wrote this vim plugin for personal use, since writing Latex tables is a huge pain. You can find it useful too if you use Vim as your text editor for .tex files and have to write tables in your documents regularly.

Usage

Type 'newTable' or 'importTable' (if you want to import an existing 'csv' file as a table) where you want your table to be. Sc-im will open up in your terminal emulator running Vim. Create/edit your table, save the file and exit sc-im just like you would normally do in Vim, :w and :q. Then a full tex-formatted table will appear in your document. You just have to fill in the caption, label and tabular gaps.

Demo

Demo

Dependencies

  • sc-im
  • sed (This package is usually installed by default in almost every Linux distribution)

Installation

Just stick scim-latex-tables.vim in your plugin/ directory.

About

Vim plugin for generating Latex tables using sc-im, an excel-like spreadsheet program for the terminal emulator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published