Codebase list liblatex-table-perl / 667845a
[svn-upgrade] new version liblatex-table-perl (1.0.5) Gregor Herrmann 13 years ago
19 changed file(s) with 50 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
1111 'perl' => '5.8.0',
1212 'English' => 0,
1313 'Moose' => 0.76,
14 'MooseX::FollowPBP' => 0,
14 'MooseX::FollowPBP' => 0.03,
1515 'Module::Pluggable' => 0,
1616 'Scalar::Util' => 0,
1717 'Carp' => 0,
00 Revision history for LaTeX-Table
11
2 1.0.4 Wed Aug 24 2010
3 - fixed stupid bug in Build.PL
4
5 1.0.3 Wed Aug 24 2010
2 1.0.5 Wed Aug 25 2010
3 - Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
4 cpan test fails)
5
6 1.0.4 Tue Aug 24 2010
7 - fixed stupid bug in Build.PL (introduced in 1.0.3)
8
9 1.0.3 Tue Aug 24 2010
610 - small code cleanup
711 - added github in Makefile.PL and Build.PL
812 - moved author tests to xt
1616 provides:
1717 LaTeX::Table:
1818 file: lib/LaTeX/Table.pm
19 version: v1.0.4
19 version: v1.0.5
2020 LaTeX::Table::Themes::Beamer:
2121 file: lib/LaTeX/Table/Themes/Beamer.pm
22 version: v1.0.4
22 version: v1.0.5
2323 LaTeX::Table::Themes::Booktabs:
2424 file: lib/LaTeX/Table/Themes/Booktabs.pm
25 version: v1.0.4
25 version: v1.0.5
2626 LaTeX::Table::Themes::Classic:
2727 file: lib/LaTeX/Table/Themes/Classic.pm
28 version: v1.0.4
28 version: v1.0.5
2929 LaTeX::Table::Themes::Modern:
3030 file: lib/LaTeX/Table/Themes/Modern.pm
31 version: v1.0.4
31 version: v1.0.5
3232 LaTeX::Table::Themes::ThemeI:
3333 file: lib/LaTeX/Table/Themes/ThemeI.pm
34 version: v1.0.4
34 version: v1.0.5
3535 LaTeX::Table::Types::Ctable:
3636 file: lib/LaTeX/Table/Types/Ctable.pm
37 version: v1.0.4
37 version: v1.0.5
3838 LaTeX::Table::Types::Longtable:
3939 file: lib/LaTeX/Table/Types/Longtable.pm
40 version: v1.0.4
40 version: v1.0.5
4141 LaTeX::Table::Types::Std:
4242 file: lib/LaTeX/Table/Types/Std.pm
43 version: v1.0.4
43 version: v1.0.5
4444 LaTeX::Table::Types::TypeI:
4545 file: lib/LaTeX/Table/Types/TypeI.pm
46 version: v1.0.4
46 version: v1.0.5
4747 LaTeX::Table::Types::Xtab:
4848 file: lib/LaTeX/Table/Types/Xtab.pm
49 version: v1.0.4
49 version: v1.0.5
5050 recommends:
5151 Getopt::Long: 0
5252 LaTeX::Driver: 0
6060 English: 0
6161 Module::Pluggable: 0
6262 Moose: 0.76
63 MooseX::FollowPBP: 0
63 MooseX::FollowPBP: 0.03
6464 Scalar::Util: 0
6565 Template: 0
6666 perl: v5.8.0
6868 resources:
6969 license: http://dev.perl.org/licenses/
7070 repository: http://github.com/lima1/p5-latex-table
71 version: v1.0.4
71 version: v1.0.5
1717 'File::Spec' => 0,
1818 'English' => 0,
1919 'Moose' => 0.76,
20 'MooseX::FollowPBP' => 0,
20 'MooseX::FollowPBP' => 0.03,
2121 'Module::Pluggable' => 0,
2222 'Carp' => 0,
2323 'Scalar::Util' => 0,
0 LaTeX-Table version 1.0.4
0 LaTeX-Table version 1.0.5
11
22 This module supports multipage tables via the xtab and the longtable package.
33 For publication quality tables it utilizes the booktabs package. It also
66 - fine tune default parameters
77 - shortcut for multirows
88 - csvpdf should support all LT options
9 - csv2pdf should maybe use my Text::CSV::R module
910 - ltpretty and csv2pdf should support a config file
2020 use LaTeX::Encode;
2121 use LaTeX::Driver;
2222
23 use version; our $VERSION = qv('1.0.4');
23 use version; our $VERSION = qv('1.0.5');
2424
2525 my ( $infile, $outfile, $outfiletex, $help, $man, $version );
2626
55 use LaTeX::Table;
66 use Carp;
77
8 use version; our $VERSION = qv('1.0.4');
8 use version; our $VERSION = qv('1.0.5');
99
1010 my $line_id = 0;
1111 my @input;
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 sub _definition {
88 my $themes = {
136136
137137 =head1 LICENSE AND COPYRIGHT
138138
139 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
139 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
140140
141141 This module is free software; you can redistribute it and/or
142142 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 sub _definition {
88 my $themes = {
5050
5151 =head1 LICENSE AND COPYRIGHT
5252
53 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
53 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
5454
5555 This module is free software; you can redistribute it and/or
5656 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 sub _definition {
88 my $themes = {
7777
7878 =head1 LICENSE AND COPYRIGHT
7979
80 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
80 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
8181
8282 This module is free software; you can redistribute it and/or
8383 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 sub _definition {
88 my $themes = {
6363
6464 =head1 LICENSE AND COPYRIGHT
6565
66 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
66 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
6767
6868 This module is free software; you can redistribute it and/or
6969 modify it under the same terms as Perl itself. See L<perlartistic>.
44
55 use Moose::Role;
66
7 use version; our $VERSION = qv('1.0.4');
7 use version; our $VERSION = qv('1.0.5');
88
99 requires '_definition';
1010
214214
215215 =head1 LICENSE AND COPYRIGHT
216216
217 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
217 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
218218
219219 This module is free software; you can redistribute it and/or
220220 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 my $template = <<'EOT'
88 {[% DEFINE_COLORS_CODE %][% IF FONTSIZE %]\[% FONTSIZE %]
6060
6161 =head1 LICENSE AND COPYRIGHT
6262
63 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
63 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
6464
6565 This module is free software; you can redistribute it and/or
6666 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 my $template = <<'EOT'
88 {
7777
7878 =head1 LICENSE AND COPYRIGHT
7979
80 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
80 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
8181
8282 This module is free software; you can redistribute it and/or
8383 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 my $template = <<'EOT'
88 [%IF CONTINUED %]\addtocounter{table}{-1}[% END %][% DEFINE_COLORS_CODE %][% IF ENVIRONMENT %]\begin{[% IF SIDEWAYS %]sidewaystable[% ELSE %][% ENVIRONMENT %][% END %][% IF STAR %]*[% END %]}[% IF POSITION %][[% POSITION %]][% END %]
4646
4747 =head1 LICENSE AND COPYRIGHT
4848
49 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
49 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
5050
5151 This module is free software; you can redistribute it and/or
5252 modify it under the same terms as Perl itself. See L<perlartistic>.
55 use Moose::Role;
66 use Template;
77
8 use version; our $VERSION = qv('1.0.4');
8 use version; our $VERSION = qv('1.0.5');
99
1010 use Carp;
1111
401401
402402 =head1 LICENSE AND COPYRIGHT
403403
404 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
404 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
405405
406406 This module is free software; you can redistribute it and/or
407407 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.4');
5 use version; our $VERSION = qv('1.0.5');
66
77 my $template = <<'EOT'
88 {
5858
5959 =head1 LICENSE AND COPYRIGHT
6060
61 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
61 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
6262
6363 This module is free software; you can redistribute it and/or
6464 modify it under the same terms as Perl itself. See L<perlartistic>.
66 use Moose::Util::TypeConstraints;
77 use MooseX::FollowPBP;
88
9 use version; our $VERSION = qv('1.0.4');
9 use version; our $VERSION = qv('1.0.5');
1010
1111 use LaTeX::Table::Types::Std;
1212 use LaTeX::Table::Types::Xtab;
652652
653653 =head1 VERSION
654654
655 This document describes LaTeX::Table version 1.0.4
655 This document describes LaTeX::Table version 1.0.5
656656
657657 =head1 SYNOPSIS
658658
14321432
14331433 =head1 LICENSE AND COPYRIGHT
14341434
1435 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
1435 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
14361436
14371437 This module is free software; you can redistribute it and/or
14381438 modify it under the same terms as Perl itself. See L<perlartistic>.