From: Luca Heltai Date: Wed, 3 Nov 2004 11:17:05 +0000 (+0000) Subject: Corrected the description of the boolean variable "with_header". X-Git-Tag: v8.0.0~14729 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e55d356fb02110736d4e82f09c55c999198384;p=dealii.git Corrected the description of the boolean variable "with_header". git-svn-id: https://svn.dealii.org/trunk@9743 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)