From b8647da41aba948a2d369ec9b7d26fd22e494161 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 30 May 2010 13:34:30 -0500 Subject: [PATCH] Fix TeX Output \empty was causing problems. That was kinda stupid. --- app/views/wiki/tex.rhtml | 1 - test/functional/wiki_controller_test.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/views/wiki/tex.rhtml b/app/views/wiki/tex.rhtml index 102b5112..ae39d4f0 100644 --- a/app/views/wiki/tex.rhtml +++ b/app/views/wiki/tex.rhtml @@ -199,7 +199,6 @@ \newcommand{\conint}{\oint} \newcommand{\contourintegral}{\oint} \newcommand{\infinity}{\infty} -\renewcommand{\empty}{\emptyset} \newcommand{\bottom}{\bot} \newcommand{\minusb}{\boxminus} \newcommand{\plusb}{\boxplus} diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index 4426ab89..9d67db89 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -1217,7 +1217,6 @@ class WikiControllerTest < ActionController::TestCase \newcommand{\conint}{\oint} \newcommand{\contourintegral}{\oint} \newcommand{\infinity}{\infty} -\renewcommand{\empty}{\emptyset} \newcommand{\bottom}{\bot} \newcommand{\minusb}{\boxminus} \newcommand{\plusb}{\boxplus}