Jürgen Spitzmüller <j.spitzmuel...@gmx.de> writes: > http://bugzilla.lyx.org/show_bug.cgi?id=5610 > > Objections? If not, I'd like to put this into 1.6.1svn (and trunk), > since it strikes my straightforward.
Still, I wonder why beamer needs such 'protection' whereas the other classes are happy as-is. This is a bug in beamer IMO. > - case '*': case '[': > + case '*': > + case '[': > + case ']': > // avoid being mistaken for optional arguments > os << '{'; > os.put(c); JMarc