Angus Leeming wrote: > Incidentally, guys, I had to revert the change in my copy of 1.3.x > > -char const * string_paperpackages[4] = { > - "a4", "a4wide", "widemarginsa4", "" > +char const * const string_paperpackages[] = { > + "none", "a4", "a4wide", "widemarginsa4", "" > }; > > otherwise I always have a line > \usepackage{a4} > in the latex file and the latex beamer presentation I was finishing off > yesterday would not compile. > > (Paper package was set to Default). > > It may be that this report is merely one of my mishandling of something or > other, but I didn't have time to investigate. Only to work around.
This is exactly the bug we are talking about. I'll revert my "fix" to 1.3.x. Georg's solution should go in instead. Jürgen.