From 062193741667be664abbea0d148e77cfb2db26f4 Mon Sep 17 00:00:00 2001 From: euxane Date: Thu, 21 Mar 2024 18:59:36 +0100 Subject: welcome screen: document support for vertical split --- beamer/viewer/viewer.css | 22 ++++++++++++++-------- index.html | 46 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 50 insertions(+), 18 deletions(-) diff --git a/beamer/viewer/viewer.css b/beamer/viewer/viewer.css index 1c8aef6..c003439 100644 --- a/beamer/viewer/viewer.css +++ b/beamer/viewer/viewer.css @@ -47,29 +47,35 @@ header span { margin-bottom: 1rem; } -#welcomeScreen table { - width: 100%; +#welcomeScreen table.examples-container td { + padding: 0.25rem; + text-align: center; +} + +#welcomeScreen table.layout-example { border-collapse: collapse; + display: inline; } -#welcomeScreen table td { +#welcomeScreen table.layout-example td { text-align: center; border: 1px solid white; - width: 50%; - height: 8rem; + font-size: 0.8rem; + height: 2rem; + width: 3.5rem; } -#welcomeScreen ul { +#welcomeScreen ul.bottom-links { list-style-type: none; margin: 0; padding: 0; } -#welcomeScreen li { +#welcomeScreen .bottom-links li { display: inline; } -#welcomeScreen li+li::before { +#welcomeScreen .bottom-links li+li::before { content: " • "; } diff --git a/index.html b/index.html index 8d7970b..894fd6f 100644 --- a/index.html +++ b/index.html @@ -37,20 +37,46 @@

This web app displays notes and slides in separate windows, keeping both synchronised. - It accepts double-width PDF presentations of the shape: + It accepts double-width or double-height PDF presentations:

- + +
+ + + + + + + + + - - + +
+
ShapeLATEX-Beamer
+ + + + + +
SLIDESNOTES
+
+ \setbeameroption{show notes on second screen=right} +
SLIDESNOTES + + + + + + + +
SLIDES
NOTES
+
+ \setbeameroption{show notes on second screen=bottom} +
-

- (for LATEX-Beamer: - \setbeameroption{show notes on second screen=right}) -

-

@@ -72,7 +98,7 @@

-