From f8e55d356fb02110736d4e82f09c55c999198384 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 3 Nov 2004 11:17:05 +0000 Subject: [PATCH] Corrected the description of the boolean variable "with_header". git-svn-id: https://svn.dealii.org/trunk@9743 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 2c1e2b9288..88bcfb6fe2 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -118,11 +118,11 @@ inconvenience this causes.

New: The TableHandler::write_tex now accepts the additional boolean argument with_header which is set to - false by default and permits to write the table in "ready to be - included" way (i.e. without the \documentclass{...}, - \begin{document} and \end{document} stuff).
In addition to - this, there are two new members in the above class: TableHandler::tex_set_table_caption and + true by default and tells the function whether to add the latex + header and footer (i.e. the \documentclass{...}, + \begin{document} and \end{document} stuff) to the table.
+ In addition to this, there are two new members in the above class: + TableHandler::tex_set_table_caption and TableHandler::tex_set_table_label to add a caption and a label to the tex generated table.
(Luca Heltai 2004/10/29) -- 2.39.5