From: wolf Date: Thu, 16 Mar 2006 16:13:35 +0000 (+0000) Subject: Replace ``...'' by ... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b598a61a4e3e1ea5b161dcccfab90ec949b28843;p=dealii-svn.git Replace ``...'' by ... git-svn-id: https://svn.dealii.org/trunk@12623 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen index a183b0cd30..a8023c70f7 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen @@ -64,6 +64,11 @@ do { # then replace references to other example programs automatically: s!step-(\d+)!\@ref step_\1 \"step-\1\"!g; + # replace quotation marks by ... + s!``!!g; + s!''!!g; + + # finally print this line print " * $_\n";