aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-07-19 20:46:34 +0200
committerpacien2018-07-19 20:46:34 +0200
commit7a163e3d9666a7799064e36c343118eb9c74f08e (patch)
tree4d11736edad4d2cf019d9f8b0bb4975304c0d304
parent19163b68d3ad0cf47d01e7e640a50f515b31f187 (diff)
downloadbeamer-viewer-7a163e3d9666a7799064e36c343118eb9c74f08e.tar.gz
Add links to readme
-rw-r--r--readme.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3fb9552..df55f2f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,19 @@
1# Pointless Viewer 1# Pointless Viewer
2 2
3_Pointless Viewer_ is a simple split viewer for Beamer presentations, allowing slides and speaker notes to be displayed on separate screens without the need of any configuration. 3_Pointless Viewer_ is a simple split viewer for _Beamer_ presentations, allowing slides and speaker notes to be displayed on separate screens without the need of any configuration.
4 4
5It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed. 5It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed.
6 6
7 7
8## Usage
9
10An instance of this web application is deployed at [pointlessviewer.pacien.org](https://pointlessviewer.pacien.org/). It is offline-enabled, and thus available locally even in the absence of network connectivity.
11
12A double-width presentation may be generated with _Beamer_ using `\setbeameroption{show notes on second screen=right}`.
13
14A demonstration is available [here](https://pointlessviewer.pacien.org/?file=sample/demo.pdf).
15
16
8## License 17## License
9 18
10_Pointless Viewer_ is distributed under the terms of GNU General Public License, as detailed in the attached `license.md` file. 19_Pointless Viewer_ is distributed under the terms of GNU General Public License, as detailed in the attached `license.md` file.