Difference between revisions of "M-database"

From Wiki
Jump to navigation Jump to search
(Added \usemodule)
m (M-database moved to m-database: Correcting name)
(No difference)

Revision as of 06:37, 7 March 2008

< 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