Joseph Wright

Results 666 comments of Joseph Wright

*Original comment by* **Vedran Miletić (Bitbucket: [rivanvx](https://bitbucket.org/rivanvx), GitHub: Unknown)**: ---------------------------------------- There is something going on with Evince that might get eventually implemented and will make this feature more important and...

One can imagine doing this, resetting the page size between each frame. I'll have to look at the notes code to see how easy that might be.

*Original comment by* **Anonymous**: ---------------------------------------- I've used the beamerbasenotes.sty class linked above. I get a pdf with the next slide, as requested. I can open it with Skim and Preview...

*Original comment by* **Anonymous**: ---------------------------------------- The example is wrong. The command needs a parameter: \insertnextslideintonotes{0.5} Now it's working. Thank you! :)

*Original comment by* **Anonymous**: ---------------------------------------- me too :(

*Original comment by* **fmms (Bitbucket: [fmms](https://bitbucket.org/fmms), GitHub: [fmms](https://github.com/fmms))**: ---------------------------------------- I could not get this to work: I created: fm@thinkpad:~/be # cat bug.tex \documentclass{beamer} \usepackage{pgfpages} \setbeameroption{show notes on second screen=right} \usepackage[utf8x]{inputenc}...

*Original comment by* **Anonymous**: ---------------------------------------- Dear all, I quickly wrote a modification of beamerbasenotes.sty that does exactly what michaelaoash asked; you can download it at http://www.eso.org/~mlombard/beamerbasenotes.sty From a user perspective...

*Original comment by* **Vedran Miletić (Bitbucket: [rivanvx](https://bitbucket.org/rivanvx), GitHub: Unknown)**: ---------------------------------------- Sure. This would be cool, however, it will require quite a bit of work. Patches, even partial and just "proof...

@louisstuart96 Don't we just need to patch `\@listi` after the loading line? We can just add `\parsep \z@` onto the end of it ```latex \edef\@listi{\unexpanded\expandafter{\@listi}\parsep\z@} ```

*Original comment by* **denisbitouze (Bitbucket: [denisbitouze](https://bitbucket.org/denisbitouze), GitHub: Unknown)**: ---------------------------------------- Note that `% \endgroup` is missing just after `\end{frame}`. Any chance this issue could be fixed in a near future?