From: Luca Heltai Date: Wed, 3 Nov 2004 11:19:09 +0000 (+0000) Subject: Added columns to the comment of the TableHandler::tex_write function. X-Git-Tag: v8.0.0~14728 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c43e73307840db533d9b41d56835b66df6db1a;p=dealii.git Added columns to the comment of the TableHandler::tex_write function. git-svn-id: https://svn.dealii.org/trunk@9744 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table_handler.h b/deal.II/base/include/base/table_handler.h index 5527bb1a01..7caea63b35 100644 --- a/deal.II/base/include/base/table_handler.h +++ b/deal.II/base/include/base/table_handler.h @@ -324,9 +324,9 @@ class TableHandler * Write table as a tex file. If * with_header is set to false * (it is true by default), then - * no \documentclass{...}, - * \begin{document} and - * \end{document} are used. In + * no "\documentclass{...}", + * "\begin{document}" and + * "\end{document}" are used. In * this way the file can be * included into an existing tex * file using a command like