NAME

beamer-reveal.pl - converts the .rvl file and the corresponding pdf file to a full reveal website

VERSION

version 20251224.1500

SYNOPSIS

beamer-reveal.pl [--help | -h] [--man|-m] [--test|-t] <jobname>

DESCRIPTION

The beamer-reveal.pl script reads a beamer-reveal (.rvl) driver file together with the .pdf file (both generated by LaTeX) and converts beamer slides to a working reveal website.

Starting by reading the documentation of the LaTeX package makes sense. We recommend reading this documentation after that.

The .rvl file

blabla

The configuration file

NAME

beamer-reveal.pl - from beamer slides to reveal presentation

OPTIONS

--help | -h

prints help message on standard output

--man | -m

prints manual page on standard output

ARGUMENT

<jobname>

basename of your latex input file; this will allow spel-wizard.pl to find the .aux file and the .spelidx file.

RETURN VALUE

0 if no errors occurred
1 if a command-line syntax error occurred
100 if the help message was invoked (e.g., using '-h')
101 if the man page was invoked (e.g., using '-m')
13 insufficient read permissions for the config file
14 parsing the config file failed
15 rvl syntax error
16 cannot open output file
20 cannot open rvl file
21 unknown chunk
99 installation incomplete (missing template files)

BUGS

No bugs have been reported so far. If you find any, please, send an e-mail to the author containing:

- what you were trying;
- enough data such that I can reproduce your attempt (.spelidx file, .aux file and the contents of your spel directory)
- what strange behavior you observed;
- what normal behavior you would have expected.

LINKS

https://metacpan.org/pod/beamer-reveal
https://ctan.org/pkg/beamer-reveal

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025 by Walter Daems.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie