Robert Schroll
Robert Schroll
After some more thought -- this could be something that depends of screen size. On a phone, you probably don't want anything other than text on the page. But on...
I wanted this to percolate in my mind for a bit, but then I forgot about it. Sorry. Here are my current thoughts: - This should only appear above a...
Well, the obvious solution is to increase the font size so you can get to the end of the page more quickly. :) I would have thought that the touch...
On Mon, Apr 27, 2015 at 3:06 AM, elfyesq [email protected] wrote: > well yea, I lost patience with Janet and John size fonts about 50 > years ago ;) Give...
In some additional testing, we found that local directories work only if they're missing their trailing slash. That is, `local/dir`: Works `local/dir/`: Doesn't work `local/dir/*`: Works
I hope it isn't too gauche to announce a fork I've been working on: [RMStylusButton](https://github.com/rschroll/RMStylusButton). Instead of simulating touch events to trigger actions, it simulates keystrokes. This makes it insensitive...
You haven't run `git submodule init`. But before you try that, you should know that pdfpc development has moved to [pdfpc/pdfpc](https://github.com/pdfpc/pdfpc), where we have removed the submodule and updated the...
FYI: pdfpc development has moved to [pdfpc/pdfpc](https://github.com/pdfpc/pdfpc/), where there have been some improvements to the code base. I was able to display your PDF correctly with that project, so maybe...
If you want pdfpc to use part of your slide as notes, you have to tell it which part with the --notes flag. For the example you posted, you'd need...
No brackets -- just 'pdfpc --notes=right mini.pdf'.