NAME
Text::Scigen - Generate convincing-looking scientific articles
SYNOPSIS
use Text::Scigen;
my $scigen = Text::Scigen->new(
filename => $filepath,
);
print $scigen->generate( "SCI_TITLE" );
DESCRIPTION
"An Automatic CS Paper Generator"
Source Files
The following source files are included. To use a different file specify an absolute path (leading '/').
- functions.in
- svg_figures.in
- talkrules.in
- graphviz.in
- scirules.in
-
Generates a LaTeX document starting with SCIPAPER_LATEX.
- system_names.in
EXPORT
None by default.
METHODS
- $scigen = Text::Scigen->new( OPTIONS )
-
Create a new Science Paper generator.
Options:
filename - source file to read from
- $text = $scigen->generate( START )
-
Generates and returns text starting at key START. If START is an array ref concantenates (with space) each generated text.
SEE ALSO
http://pdos.csail.mit.edu/scigen/
MAINTAINER
Tim Brody, <tdb2@ecs.soton.ac.uk>
COPYRIGHT AND LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA