diff options
author | pacien | 2023-10-23 23:22:17 +0200 |
---|---|---|
committer | pacien | 2023-10-23 23:22:17 +0200 |
commit | a78d2b863a87ae60d36a5ed4b89152ace970e842 (patch) | |
tree | d34cec6c0b9972830878a72fbd429a2fe2a7ecea | |
parent | b87b6f922af4685e595cc955c15ee2cb06b6cda0 (diff) | |
download | beamer-viewer-a78d2b863a87ae60d36a5ed4b89152ace970e842.tar.gz |
readme: wrap long lines
-rw-r--r-- | readme.md | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -1,24 +1,33 @@ | |||
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, |
4 | allowing slides and speaker notes to be displayed on separate screens | ||
5 | without the need of any configuration. | ||
4 | 6 | ||
5 | It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed. | 7 | It runs in most modern web browsers, which makes it cross-platform, |
8 | and does not require any special software to be installed. | ||
6 | 9 | ||
7 | 10 | ||
8 | ## Usage | 11 | ## Usage |
9 | 12 | ||
10 | An 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. | 13 | An instance of this web application is deployed at |
14 | [beamerviewer.pacien.org](https://beamerviewer.pacien.org/). | ||
15 | It is offline-enabled, | ||
16 | and thus available locally even in the absence of network connectivity. | ||
11 | 17 | ||
12 | A double-width presentation may be generated with _Beamer_ using `\setbeameroption{show notes on second screen=right}`. | 18 | A double-width presentation may be generated with _Beamer_ using |
19 | `\setbeameroption{show notes on second screen=right}`. | ||
13 | 20 | ||
14 | A demonstration is available [here](https://beamerviewer.pacien.org/#file=sample/demo.pdf). | 21 | A demonstration is available |
22 | [here](https://beamerviewer.pacien.org/#file=sample/demo.pdf). | ||
15 | 23 | ||
16 | 24 | ||
17 | ## License | 25 | ## License |
18 | 26 | ||
19 | Copyright (C) 2021 Pacien TRAN-GIRARD | 27 | Copyright (C) 2021 Pacien TRAN-GIRARD |
20 | 28 | ||
21 | _Beamer Viewer_ is distributed under the terms of GNU Affero General Public License v3.0, | 29 | _Beamer Viewer_ is distributed under the terms of GNU Affero General Public |
22 | as detailed in the attached `license.md` file. | 30 | License v3.0, as detailed in the attached `license.md` file. |
23 | 31 | ||
24 | This software makes use of and is distributed with a copy of the _pdf.js_ library, which is licensed under the Apache License 2.0. | 32 | This software makes use of and is distributed with a copy of the _pdf.js_ |
33 | library, which is licensed under the Apache License 2.0. | ||