Improved LaTeX export (patch #777451).

This commit is contained in:
Michal Čihař
2003-08-26 16:34:43 +00:00
parent 5f91da31b5
commit 6834f8f989
97 changed files with 877 additions and 40 deletions

View File

@@ -313,6 +313,9 @@ $cfg['Export']['latex_relation'] = TRUE;
$cfg['Export']['latex_comments'] = TRUE;
$cfg['Export']['latex_mime'] = TRUE;
$cfg['Export']['latex_null'] = '\textit{NULL}';
$cfg['Export']['latex_caption'] = TRUE;
$cfg['Export']['latex_data_label'] = 'tab:__TABLE__-data';
$cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure';
$cfg['Export']['sql_structure'] = TRUE;
$cfg['Export']['sql_data'] = TRUE;