From b9c43e73307840db533d9b41d56835b66df6db1a Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 3 Nov 2004 11:19:09 +0000 Subject: [PATCH] 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 --- deal.II/base/include/base/table_handler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5