$OpenBSD: patch-src_drvlatex2e_cpp,v 1.1 2005/08/11 17:32:06 naddy Exp $
--- src/drvlatex2e.cpp.orig	Thu Aug 11 18:42:16 2005
+++ src/drvlatex2e.cpp	Thu Aug 11 18:42:34 2005
@@ -284,7 +284,7 @@ void drvLATEX2E::show_text(const TextInf
 	const char * cp = textinfo.thetext.value();
 	//buffer << textinfo.thetext.value() 
 
-#if 0
+/*
 // characters to be handled specially	
 % -> \%
 # -> \#
@@ -304,7 +304,7 @@ Zustzlich machen folgende Zeichen oft P
 " -> \textquotedblright
 ?`-> \textquestiondown
 !`-> \textexclamdown
-#endif
+*/
 	while (cp && *cp) {
 		if ((*cp == '%') ||
 			(*cp == '#') ||
