Currently in table.el, charecters such as '$' sign are escaped. This diff adds a variable which can control what is escaped or not. Since a backslash is escaped in a different way to other charecters in latex, the variable had to be a cons cell of a regexp and bool.