From: Luca Heltai Date: Fri, 29 Oct 2004 14:38:37 +0000 (+0000) Subject: Modified TableHandler::write_tex. X-Git-Tag: v8.0.0~14733 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c457d87e8e8017869b81b01aa0b5d67a43f737e2;p=dealii.git Modified TableHandler::write_tex. Added TableHandler::tex_set_table_label Added TableHandler::tex_set_table_caption git-svn-id: https://svn.dealii.org/trunk@9739 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 04bb4b90df..96881105bd 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -114,6 +114,20 @@ inconvenience this causes.
    +
  1. +

    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 + TableHandler::tex_set_table_label to + add a caption and a label to the tex generated table.
    (Luca + Heltai 2004/10/29) +

    +
  2. Fixed: DataOutBase<2,3>::write_tecplot did not