aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md32
1 files changed, 23 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index 51cf765..37b59c7 100644
--- a/readme.md
+++ b/readme.md
@@ -1,24 +1,38 @@
1# Beamer Viewer 1# Beamer Viewer
2 2
3_Beamer Viewer_ is a web-based viewer for _Beamer_ presentations, allowing slides and speaker notes to be displayed on separate screens without the need of any configuration. 3_Beamer Viewer_ is a web-based viewer for _Beamer_ presentations,
4allowing slides and speaker notes to be displayed on separate screens
5without the need of any configuration.
4 6
5It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed. 7It runs in most modern web browsers, which makes it cross-platform,
8and does not require any special software to be installed.
6 9
7 10
8## Usage 11## Usage
9 12
10An instance of this web application is deployed at [beamerviewer.pacien.org](https://beamerviewer.pacien.org/). It is offline-enabled, and thus available locally even in the absence of network connectivity. 13An instance of this web application is deployed at
14[beamerviewer.pacien.org](https://beamerviewer.pacien.org/).
15It is offline-enabled,
16and thus available locally even in the absence of network connectivity.
11 17
12A double-width presentation may be generated with _Beamer_ using `\setbeameroption{show notes on second screen=right}`. 18A double-width presentation may be generated with _Beamer_ using
19`\setbeameroption{show notes on second screen=right}`.
13 20
14A demonstration is available [here](https://beamerviewer.pacien.org/#file=sample/demo.pdf). 21A demonstration is available
22[here](https://beamerviewer.pacien.org/#file=sample/demo.pdf).
23
24
25## Contributing
26
27Issues and patches: email the author.
15 28
16 29
17## License 30## License
18 31
19Copyright (C) 2021 Pacien TRAN-GIRARD 32Copyright (C) 2018-2024 Pacien TRAN-GIRARD
20 33
21_Beamer Viewer_ is distributed under the terms of GNU Affero General Public License v3.0, 34_Beamer Viewer_ is distributed under the terms of European Union Public Licence
22as detailed in the attached `license.md` file. 35version 1.2, a copy of which is provided in `./licence.txt`.
23 36
24This software makes use of and is distributed with a copy of the _pdf.js_ library, which is licensed under the Apache License 2.0. 37This software makes use of and is distributed with a copy of the _pdf.js_
38library, which is licensed under the Apache License 2.0.