Difference between revisions of "InkSlide"

From Inkscape Wiki
Jump to navigation Jump to search
(New page: == InkSlide - quick and easy presentations using Inkscape == InkSlide produces slides like this: Image:slide0004.jpg from simple text input like this: <pre> %slide InkSlide: Featur...)
 
Line 10: Line 10:
%slide InkSlide: Features
%slide InkSlide: Features
Features include wrapped top level text and
Features include wrapped top level text and
        mulitple
    mulitple
                levels
        levels
                        of wrapped bulleted lists with bullets and font informat
            of wrapped bulleted lists with bullets and font
ion taken from the template file.
information taken from the template file.


Slide specific content like this:
Slide specific content like this:
Line 20: Line 20:
which is updated when the template changes.
which is updated when the template changes.
</pre>
</pre>
An Inkscape file is used as a template file to define the background, title position and font, fonts and positions for text at different levels of indentation, groups to be cloned and used as bullets, etc.
Content specific to a particular slide can also be created in Inkscape, this content merged with the template and text input to make the final slide, so changes to the template after a particular slide is edited in Inkscape are included.
=== Download ===
[[inkslide.py]]
=== Use ===
<pre>python inkslide.py myTemplate.svg mySlides.txt</pre>

Revision as of 15:21, 17 October 2007

InkSlide - quick and easy presentations using Inkscape

InkSlide produces slides like this:

Slide0004.jpg

from simple text input like this:

%slide InkSlide: Features
Features include wrapped top level text and
    mulitple
        levels
            of wrapped bulleted lists with bullets and font
information taken from the template file.

Slide specific content like this:


which is updated when the template changes.

An Inkscape file is used as a template file to define the background, title position and font, fonts and positions for text at different levels of indentation, groups to be cloned and used as bullets, etc.

Content specific to a particular slide can also be created in Inkscape, this content merged with the template and text input to make the final slide, so changes to the template after a particular slide is edited in Inkscape are included.

Download

inkslide.py

Use

python inkslide.py myTemplate.svg mySlides.txt