From 43bcf767eb446f0c097994c5fb8edeabeac706fa Mon Sep 17 00:00:00 2001 From: wl Date: Wed, 13 Sep 2006 19:33:13 +0000 Subject: * examples/colored_boxes.roff, examples/colored_nested_tables.roff, examples/colored_table_cells.roff: Renamed to... * examples/color_boxes.roff, examples/color_nested_tables.roff, examples/color_table_cells.roff: This. * Makefile.sub: Updated. --- contrib/hdtbl/ChangeLog | 6 +++++ contrib/hdtbl/Makefile.sub | 12 +++++----- contrib/hdtbl/examples/color_boxes.roff | 23 +++++++++++++++++++ contrib/hdtbl/examples/color_nested_tables.roff | 27 +++++++++++++++++++++++ contrib/hdtbl/examples/color_table_cells.roff | 23 +++++++++++++++++++ contrib/hdtbl/examples/colored_boxes.roff | 23 ------------------- contrib/hdtbl/examples/colored_nested_tables.roff | 27 ----------------------- contrib/hdtbl/examples/colored_table_cells.roff | 23 ------------------- 8 files changed, 85 insertions(+), 79 deletions(-) create mode 100644 contrib/hdtbl/examples/color_boxes.roff create mode 100644 contrib/hdtbl/examples/color_nested_tables.roff create mode 100644 contrib/hdtbl/examples/color_table_cells.roff delete mode 100644 contrib/hdtbl/examples/colored_boxes.roff delete mode 100644 contrib/hdtbl/examples/colored_nested_tables.roff delete mode 100644 contrib/hdtbl/examples/colored_table_cells.roff (limited to 'contrib/hdtbl') diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog index 2c3a56b7..13779e3c 100644 --- a/contrib/hdtbl/ChangeLog +++ b/contrib/hdtbl/ChangeLog @@ -2,6 +2,12 @@ * examples/fontdumps_n.in, examples/fontdumps_x.in: Renamed to... * examples/fonts_n.in, examples/fonts_x.in: This. + + * examples/colored_boxes.roff, examples/colored_nested_tables.roff, + examples/colored_table_cells.roff: Renamed to... + * examples/color_boxes.roff, examples/color_nested_tables.roff, + examples/color_table_cells.roff: This. + * Makefile.sub: Updated. 2006-06-21 Werner LEMBERG diff --git a/contrib/hdtbl/Makefile.sub b/contrib/hdtbl/Makefile.sub index 05c3b8ab..01babb30 100644 --- a/contrib/hdtbl/Makefile.sub +++ b/contrib/hdtbl/Makefile.sub @@ -54,9 +54,9 @@ GENFILES=\ EXAMPLEFILES=\ examples/chess_board.roff \ - examples/colored_boxes.roff \ - examples/colored_nested_tables.roff \ - examples/colored_table_cells.roff \ + examples/color_boxes.roff \ + examples/color_nested_tables.roff \ + examples/color_table_cells.roff \ examples/color_transitions.roff \ examples/col_rowspan_colors.roff \ examples/mixed_pickles.roff \ @@ -65,9 +65,9 @@ EXAMPLEFILES=\ PROCESSEDEXAMPLEFILES=\ examples/chess_board.ps \ - examples/colored_boxes.ps \ - examples/colored_nested_tables.ps \ - examples/colored_table_cells.ps \ + examples/color_boxes.ps \ + examples/color_nested_tables.ps \ + examples/color_table_cells.ps \ examples/color_transitions.ps \ examples/col_rowspan_colors.ps \ examples/fonts_n.ps \ diff --git a/contrib/hdtbl/examples/color_boxes.roff b/contrib/hdtbl/examples/color_boxes.roff new file mode 100644 index 00000000..1e0a8c46 --- /dev/null +++ b/contrib/hdtbl/examples/color_boxes.roff @@ -0,0 +1,23 @@ +.\" Time-stamp: +.time start +.H Horizontal Rules and Boxes .br with Random Colored Border and Background +.PN 25 Text before horizontal rule. +.TBL border=.5n bc=green bgc=red width=7c tal=c csp=.2n cpd=.3n .TR .TD .ETB +.PN 10 Text after horizontal rule and before Table. +.de ctab +.nr ? 0 1 +.PN 5 .random# ".defcolor color\En+? rgb \E*[#random]" +.TD ".TBL border=1c bc=color1 csp=0 cpd=0 height=3c bgc=color2" .TR .TD .ETB +.. +. +.TBL tal=c border= csp=0 cpd=0 cols=5 width=3c +.PN 2 .TR ".PN 5 .ctab" +.ETB +.PN 15 Text behind table. +.TBL border=.5n bc=color1 bgc=color2 width=15c tal=c csp=.2n cpd=.3n .TR .TD .ETB +.PN 25 Text behind horizontal rule. +.time +.\" 466MHz Celeron CPU, 384MB RAM +.\" WindowsXP/cygwin groff18.1: 10s +.\" WindowsXP/cygwin groff19.2: 14s +.\" Suse Linux 9.3 groff19.2: 1s diff --git a/contrib/hdtbl/examples/color_nested_tables.roff b/contrib/hdtbl/examples/color_nested_tables.roff new file mode 100644 index 00000000..1d8de4cb --- /dev/null +++ b/contrib/hdtbl/examples/color_nested_tables.roff @@ -0,0 +1,27 @@ +.\" Time-stamp: +.time start +.PN 15 Text before first table. +.nr # 0 1 +***** +.PN 39 .random# ".defcolor c\\n[#] rgb \\\\*[#random] " \ +".TBL csp=0 cpd=0 border=1n bc=c\\n[#]" \ +".if \\\\n+#=1 .CPTN val=b Nested Tables with Random Colored Border" \ +.TR .TD +.PN 39 .ETB +.PN 15 Text behind first table. +.time +.time start +.PN 15 Text before second table. +***** +.nr # 0 1 +.PN 39 .random# ".defcolor c\\n[#] rgb \\\\*[#random] " \ +".TBL csp=0 cpd=1n border= bgc=c\\n[#]" \ +".if \\\\n+#=1 .CPTN val=b Nested Tables with Random Colored Background" \ +.TR .TD +.PN 39 .ETB +.PN 25 Text behind second table. +.time +.\" 466MHz Celeron CPU, 384MB RAM +.\" WindowsXP/cygwin groff18.1: 9/9s +.\" WindowsXP/cygwin groff19.2: 14/14s +.\" Suse Linux 9.3 groff19.2: 1/1s diff --git a/contrib/hdtbl/examples/color_table_cells.roff b/contrib/hdtbl/examples/color_table_cells.roff new file mode 100644 index 00000000..aae4c9e7 --- /dev/null +++ b/contrib/hdtbl/examples/color_table_cells.roff @@ -0,0 +1,23 @@ +.\" Time-stamp: +.time start +.H Horizontal Rules and Random Colored Tablecells +.PN 15 Text before HR. +.TBL border=.5n bc=green bgc=red width=7c tal=c csp=.2n cpd=.3n .TR .TD .ETB +.PN 10 Text after HR and before Table. +. +.nr ? 0 1 +.de ctab +.TR height=\nl/10 +.PN 8 .random# ".defcolor c\\\\n+? rgb \E*[#random]" ".TD bgc=c\\\\n?" +.. +.TBL tal=c border= csp=0 cpd=0 cols=8 width=\nl/10 +.PN 8 .ctab +.ETB +.PN 10 Text behind table. +.TBL border=.5n bc=c1 bgc=c2 width=15c tal=c csp=.2n cpd=.3n .TR .TD .ETB +.PN 15 Text behind HR. +.time +.\" 466MHz Celeron CPU, 384MB RAM +.\" WindowsXP/cygwin groff18.1: 14s +.\" WindowsXP/cygwin groff19.2: 18s +.\" Suse Linux 9.3 groff19.2: 1s diff --git a/contrib/hdtbl/examples/colored_boxes.roff b/contrib/hdtbl/examples/colored_boxes.roff deleted file mode 100644 index 1e0a8c46..00000000 --- a/contrib/hdtbl/examples/colored_boxes.roff +++ /dev/null @@ -1,23 +0,0 @@ -.\" Time-stamp: -.time start -.H Horizontal Rules and Boxes .br with Random Colored Border and Background -.PN 25 Text before horizontal rule. -.TBL border=.5n bc=green bgc=red width=7c tal=c csp=.2n cpd=.3n .TR .TD .ETB -.PN 10 Text after horizontal rule and before Table. -.de ctab -.nr ? 0 1 -.PN 5 .random# ".defcolor color\En+? rgb \E*[#random]" -.TD ".TBL border=1c bc=color1 csp=0 cpd=0 height=3c bgc=color2" .TR .TD .ETB -.. -. -.TBL tal=c border= csp=0 cpd=0 cols=5 width=3c -.PN 2 .TR ".PN 5 .ctab" -.ETB -.PN 15 Text behind table. -.TBL border=.5n bc=color1 bgc=color2 width=15c tal=c csp=.2n cpd=.3n .TR .TD .ETB -.PN 25 Text behind horizontal rule. -.time -.\" 466MHz Celeron CPU, 384MB RAM -.\" WindowsXP/cygwin groff18.1: 10s -.\" WindowsXP/cygwin groff19.2: 14s -.\" Suse Linux 9.3 groff19.2: 1s diff --git a/contrib/hdtbl/examples/colored_nested_tables.roff b/contrib/hdtbl/examples/colored_nested_tables.roff deleted file mode 100644 index 1d8de4cb..00000000 --- a/contrib/hdtbl/examples/colored_nested_tables.roff +++ /dev/null @@ -1,27 +0,0 @@ -.\" Time-stamp: -.time start -.PN 15 Text before first table. -.nr # 0 1 -***** -.PN 39 .random# ".defcolor c\\n[#] rgb \\\\*[#random] " \ -".TBL csp=0 cpd=0 border=1n bc=c\\n[#]" \ -".if \\\\n+#=1 .CPTN val=b Nested Tables with Random Colored Border" \ -.TR .TD -.PN 39 .ETB -.PN 15 Text behind first table. -.time -.time start -.PN 15 Text before second table. -***** -.nr # 0 1 -.PN 39 .random# ".defcolor c\\n[#] rgb \\\\*[#random] " \ -".TBL csp=0 cpd=1n border= bgc=c\\n[#]" \ -".if \\\\n+#=1 .CPTN val=b Nested Tables with Random Colored Background" \ -.TR .TD -.PN 39 .ETB -.PN 25 Text behind second table. -.time -.\" 466MHz Celeron CPU, 384MB RAM -.\" WindowsXP/cygwin groff18.1: 9/9s -.\" WindowsXP/cygwin groff19.2: 14/14s -.\" Suse Linux 9.3 groff19.2: 1/1s diff --git a/contrib/hdtbl/examples/colored_table_cells.roff b/contrib/hdtbl/examples/colored_table_cells.roff deleted file mode 100644 index aae4c9e7..00000000 --- a/contrib/hdtbl/examples/colored_table_cells.roff +++ /dev/null @@ -1,23 +0,0 @@ -.\" Time-stamp: -.time start -.H Horizontal Rules and Random Colored Tablecells -.PN 15 Text before HR. -.TBL border=.5n bc=green bgc=red width=7c tal=c csp=.2n cpd=.3n .TR .TD .ETB -.PN 10 Text after HR and before Table. -. -.nr ? 0 1 -.de ctab -.TR height=\nl/10 -.PN 8 .random# ".defcolor c\\\\n+? rgb \E*[#random]" ".TD bgc=c\\\\n?" -.. -.TBL tal=c border= csp=0 cpd=0 cols=8 width=\nl/10 -.PN 8 .ctab -.ETB -.PN 10 Text behind table. -.TBL border=.5n bc=c1 bgc=c2 width=15c tal=c csp=.2n cpd=.3n .TR .TD .ETB -.PN 15 Text behind HR. -.time -.\" 466MHz Celeron CPU, 384MB RAM -.\" WindowsXP/cygwin groff18.1: 14s -.\" WindowsXP/cygwin groff19.2: 18s -.\" Suse Linux 9.3 groff19.2: 1s -- cgit v1.2.1