NAME
pinpp - Pinpoint pre-processor
VERSION
version 0.03
SYNOPSIS
$ pinpp mytalk.pinpp > mytalk.pin
DESCRIPTION
This is a pre-processor for pinpoint, a presentation tool that uses text-based files as input. It will read a file, process any special directives (see below) inside it, and write the output on stdout.
SYNTAX
@include
@include <autonomous-vehicles.pin>
One of the main uses for pinpp
is to allow various topic arcs to be included in a larger one. By default, the topics/
directory will be searched for these files, but this can be modified by passing an argument to the -I
switch.
code blocks
Any slide for which all lines are indented (or blank) and which does not have any existing styles applied to it will be formatted as a code block, forcing the text to be left-aligned and the font to be monospaced.
EXAMPLES
https://github.com/pjf/future-is-awesome is an example talk using pinpoint and pinpp.
AUTHOR
Paul Fenwick <pjf@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Paul Fenwick.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.