aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-10-23 23:22:17 +0200
committerpacien2023-10-23 23:22:17 +0200
commita78d2b863a87ae60d36a5ed4b89152ace970e842 (patch)
treed34cec6c0b9972830878a72fbd429a2fe2a7ecea
parentb87b6f922af4685e595cc955c15ee2cb06b6cda0 (diff)
downloadbeamer-viewer-a78d2b863a87ae60d36a5ed4b89152ace970e842.tar.gz
readme: wrap long lines
-rw-r--r--readme.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index 51cf765..069b4e3 100644
--- a/readme.md
+++ b/readme.md
@@ -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,
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).
15 23
16 24
17## License 25## License
18 26
19Copyright (C) 2021 Pacien TRAN-GIRARD 27Copyright (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
22as detailed in the attached `license.md` file. 30License v3.0, as detailed in the attached `license.md` file.
23 31
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. 32This software makes use of and is distributed with a copy of the _pdf.js_
33library, which is licensed under the Apache License 2.0.