Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannyedel/dspdfviewer
Dual-Screen PDF Viewer for latex-beamer
https://github.com/dannyedel/dspdfviewer
c-plus-plus cross-platform latex-beamer pdf poppler qt5 viewer
Last synced: 16 days ago
JSON representation
Dual-Screen PDF Viewer for latex-beamer
- Host: GitHub
- URL: https://github.com/dannyedel/dspdfviewer
- Owner: dannyedel
- License: gpl-2.0
- Created: 2012-11-14T12:39:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T19:46:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T00:39:09.825Z (3 months ago)
- Topics: c-plus-plus, cross-platform, latex-beamer, pdf, poppler, qt5, viewer
- Language: C++
- Homepage: http://dspdfviewer.danny-edel.de
- Size: 877 KB
- Stars: 217
- Watchers: 14
- Forks: 27
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Dual-Screen PDF Viewer for latex-beamer
[![Build Status](https://travis-ci.org/dannyedel/dspdfviewer.svg?branch=master)](https://travis-ci.org/dannyedel/dspdfviewer)
This is a simple viewer for latex-beamer presentations that are built
with the **show notes on second screen** option of latex-beamer.It will take your PDF file, split it in a left and right half and
render the two halves individually to the screens.## Usage
There is a manpage included that explains all the options and keybindings. Most important ones are probably:Command line:
dspdfviewer [options] *pdf-file*
where the most useful option is probably -f, because it enables you to use the software with a standard pdf (i.e. not specifically built for latex-beamer).
In-Program-Controls:
Left/Right, Mouse Buttons or Mouse Wheel: Back/Forward
S or F12: Swap screens (if you see the wall clock on the projector)
B or . (period): blank/unblank audience screen
Q/Esc: Quit
## Installation
Please read the [installation section] on the project's website for
detailed instructions, broken down by operating system.For generic from-source installation instructions, you can also consult
the INSTALL file.[installation section]: http://dspdfviewer.danny-edel.de/#how-do-i-install-it