NAME

checklist-formatter - convert vimoutline to LaTeX

SYNOPSIS

checklist-formatter [options] command [command options]

options:

 --author 'your name' - use your name as author
 --filename filename  - use file filename instead of 'checklist.otl'
 --help               - show a short help text
 --man                - show the full man page
 --title 'the title'  - use 'the title' as title of the checklist
 --workdir directory  - cd to directory before doing anything else

commands:

  initialize [title of checklist] - create templates for new checklist
  otl2latex                       - convert vimoutliner to latex

OPTIONS AND ARGUMENTS

Options

--author aname

This name will be preset in the template file.

--filename fname

This filename will be used instead of 'checklist.otl'.

--title atitle

Sets 'atitle' as the title to be used. This can be amended by the arguments following the initialize command.

Commands

initialize [the title]

Generates a template for the checklist and a Makefile. Any argument following this command will be concatenated and amended to the title.

otl2latex

The .otl file will be read and a LaTeX file will be generated.

AUTHOR

Mathias Weidner mamawe@cpan.org

LICENCE AND COPYRIGHT

Copyright (c) 2010, Mathias Weidner mamawe@cpan.org. All rights reserved.

This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.