LaTeX-Replicase

0

Описание

Perl extension implementing a minimalistic engine for filling real TeX-LaTeX files that act as templates.

Языки

  • Perl97,8%
  • TeX2,2%

Alessandro Gorohovski

01 авг 2026, 17:33
16 дней назад
16 дней назад
16 дней назад
4 месяца назад
16 дней назад
8 месяцев назад
16 дней назад
16 дней назад
16 дней назад
16 дней назад
8 месяцев назад
8 месяцев назад
README
LaTeX-Replicase
===============
 
The module provides a minimalistic engine
for filling real TeX-LaTeX files that act as templates.
 
INSTALLATION
 
To install this module type the following:
 
perl Makefile.PL
make
make test
make install
or
sudo make install
 
If you have root on a Unix system it is enough to run this command:
 
cpan LaTeX::Replicase
 
DEPENDENCIES
 
This module requires these other modules and libraries:
 
File::Basename
File::Path
File::Compare
Carp
Test::More for tests only
Test::More::UTF8 for tests only
Test::Pod for tests only
Test::Exception for tests only
Test::Output for tests only
Storable for tests only
Data::Dumper for tests only
 
COPYRIGHT AND LICENCE
 
Copyright (C) 2010-2026 by Alessandro Gorohovski
 
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.