diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 46 |
1 files changed, 36 insertions, 10 deletions
@@ -37,20 +37,46 @@ | |||
37 | <p> | 37 | <p> |
38 | This web app displays notes and slides in separate windows, | 38 | This web app displays notes and slides in separate windows, |
39 | keeping both synchronised. | 39 | keeping both synchronised. |
40 | It accepts double-width PDF presentations of the shape: | 40 | It accepts double-width or double-height PDF presentations: |
41 | </p> | 41 | </p> |
42 | <table> | 42 | |
43 | <table class="examples-container"> | ||
44 | <th> | ||
45 | <tr> | ||
46 | <td>Shape</td> | ||
47 | <td>L<sup>A</sup>T<sub>E</sub>X-Beamer</td> | ||
48 | </tr> | ||
49 | </th> | ||
50 | <tr> | ||
51 | <td> | ||
52 | <table class="layout-example"> | ||
53 | <tr> | ||
54 | <td>SLIDES</td> | ||
55 | <td>NOTES</td> | ||
56 | </tr> | ||
57 | </table> | ||
58 | </td> | ||
59 | <td> | ||
60 | <code>\setbeameroption{show notes on second screen=right}</code> | ||
61 | </td> | ||
62 | </tr> | ||
43 | <tr> | 63 | <tr> |
44 | <td>SLIDES</td> | 64 | <td> |
45 | <td>NOTES</td> | 65 | <table class="layout-example"> |
66 | <tr> | ||
67 | <td>SLIDES</td> | ||
68 | </tr> | ||
69 | <tr> | ||
70 | <td>NOTES</td> | ||
71 | </tr> | ||
72 | </table> | ||
73 | </td> | ||
74 | <td> | ||
75 | <code>\setbeameroption{show notes on second screen=bottom}</code> | ||
76 | </td> | ||
46 | </tr> | 77 | </tr> |
47 | </table> | 78 | </table> |
48 | 79 | ||
49 | <p> | ||
50 | (for L<sup>A</sup>T<sub>E</sub>X-Beamer: | ||
51 | <code>\setbeameroption{show notes on second screen=right}</code>) | ||
52 | </p> | ||
53 | |||
54 | <br /> | 80 | <br /> |
55 | 81 | ||
56 | <p id="warning" class="warning"> | 82 | <p id="warning" class="warning"> |
@@ -72,7 +98,7 @@ | |||
72 | </div> | 98 | </div> |
73 | 99 | ||
74 | <div> | 100 | <div> |
75 | <ul> | 101 | <ul class="bottom-links"> |
76 | <li><a href="https://pacien.org">© 2024 Pacien</a></li> | 102 | <li><a href="https://pacien.org">© 2024 Pacien</a></li> |
77 | <li><a href="https://cgit.pacien.net/beamer-viewer">Source code (EUPL)</a></li> | 103 | <li><a href="https://cgit.pacien.net/beamer-viewer">Source code (EUPL)</a></li> |
78 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> | 104 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> |