I have been looking in the and Latex companion, and I did not find what I want to make. I write transparencies in beamer for my lectures, and I have observe that the space between numbers or letters is too small in the big screen, making difficult to read them properly. I have tried to modify the spaces following the answer in this answer in StackExchange: Answer in Stack, but failed and obtain a strange error lists on a suppo-pdf.mkii file that begins with: Use of \@@mptopdf@@newabove doesn't match its definition. \@@mptopdf@@newabove. A minimal non working example of my achievement is:
\documentclass[xcolor=dvipsnames]{beamer} %Class presentation \catcode`\ =13 \def {\,} \begin{document} \begin{frame}{Here, I find error.} \[ %Math mode... a 2 = 2 + 3 \] \end{frame} \end{document} I have seen that beamer package modifies heavily the categories codes, or so I understood. Is there any way to make the command to make larger horizontal space work? As an example, here is the same equation tipped without and with spaces. Here Latex takes care of the spacing, leaving too few space for a presentation, in my opinion: 


beameris build on top oftikz/pgfand the option names in tikz often use spaces in them, this includes most beamer options. So when you make space active all these options no longer work.beamer?tagprobably to insert its own space.