2.4 Constants and Layout Variables
A symbolic v selects a specific aspect, while #f as an aspect corresponds to a user-selected aspect through the --widescreen or --fullscreen flag.
See also Fullscreen vs. Widescreen Aspect Ratio.
Added in version 1.5 of package slideshow-lib.
value
gap-size : 24
parameter
(current-gap-size sep-gap-size) → void? sep-gap-size : real?
It is either (t "•"), if that character is available in the font that t uses, or it uses an implementation similar to o-bullet, but not hollow (using disk, not circle).
syntax
procedure
(get-client-w [#:aspect aspect]) → exact-nonnegative-integer?
aspect : aspect? = #f
Changed in version 1.5 of package slideshow-lib: Added get-client-w.
syntax
procedure
(get-client-h [#:aspect aspect]) → exact-nonnegative-integer?
aspect : aspect? = #f
Changed in version 1.5 of package slideshow-lib: Added get-client-h.
syntax
procedure
(get-full-page [#:aspect aspect]) → pict?
aspect : aspect? = #f
Changed in version 1.5 of package slideshow-lib: Added get-full-page.
syntax
procedure
(get-titleless-page [#:aspect aspect]) → pict?
aspect : aspect? = #f
Changed in version 1.5 of package slideshow-lib: Added get-titleless-page.
syntax
The margin can be adjusted via set-margin!.
syntax
If titlet is changed via the current-titlet parameter, the title height should be updated via set-title-h!.