From 1a6aa5b9fc34c2e28b16964918bfa99d0cc4ebdc Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 29 Oct 2004 14:38:37 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/c-5.0.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5