M-database

From Wiki
Revision as of 16:27, 10 September 2012 by Esteisbot (talk | contribs) (moved m-database to M-database: move to Uppercase)
Jump to navigation Jump to search

< m-database source | MyWay | Tables Overview >


TODO: more examples and explanation (See: To-Do List)


\usemodule[database]

\defineseparatedlist
  [MyTable]
  [separator=tab,
   left=\bTD,right=\eTD,
   first=\bTR,last=\eTR,
   before=\bTABLE,after=\eTABLE]

\startMyTable % columns are separated with a tab (not with a space)
Cows	Total	Milking	Pregnant
01/1995	1709	1449	260
01/1996	1713	1444	269
...	...	...	...
11/2004	1457	1295	161
11/2005	1421	1263	158
\stopMyTable

Links

  • exceltex - LaTeX package to fetch data from Excel documents ([1])
  • tab4tex - Preprocessor for LaTeX tabular environments