From 4ddf0d6a7c498bf89c2e4e6cd547af84f3b085c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Oct 2007 19:08:10 +0000 Subject: [PATCH] By default don't stop latex if there are errors. git-svn-id: https://svn.dealii.org/trunk@15352 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index b9916e14e7..dfe3647d06 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -797,7 +797,7 @@ USE_PDFLATEX = NO # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. -LATEX_BATCHMODE = NO +LATEX_BATCHMODE = YES # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) -- 2.39.5