Skip to content

tannhuber/vilatac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViLaTaC (Vim LaTeX Table Creator)

easy table creator for LaTeX, created for vim with the vim-latex plugin.

Why?

LaTeX is nice. Creating tables is horrible. The perl-latex-table script does not support all the features that I use frequently, e.g. multicolumns, cmidrules, and so on. With ViLaTaC it is really easy to create tables for print and publishing.

Features

  • minimalistic syntax
  • very flexible
  • multicolumns
  • cmidrules
  • individual column formatting
  • different font styles for table header and body can be defined in script file
  • vim-latex jump marks for captions and labels

Installation

  • set fonts in vilatac
  • copy vilatac somewhere to your $PATH, e.g. ~/bin/
  • check, that it is executable (chmod +x ~/bin/vilatac)
  • put key mapping into ~/.vimrc: cmap TAB !vilatac

Usage

Learning by doing. Try the examples in sample.tex.

Other editors

I know, there are other editors. You can use LaTaC with them. The only difference is that the jump marks were removed.

Alternatives

About

ViLaTaC (Vim LaTeX Table Creator)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published