summaryrefslogtreecommitdiff
path: root/src/preproc/tbl/table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/tbl/table.cpp')
-rw-r--r--src/preproc/tbl/table.cpp69
1 files changed, 8 insertions, 61 deletions
diff --git a/src/preproc/tbl/table.cpp b/src/preproc/tbl/table.cpp
index 64f5ab40..e1b8c3fb 100644
--- a/src/preproc/tbl/table.cpp
+++ b/src/preproc/tbl/table.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989-1992, 2000, 2003, 2004, 2007-2011
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2003, 2004, 2007, 2008,
+ 2009, 2010
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -58,11 +59,6 @@ const int DEFAULT_COLUMN_SEPARATION = 3;
#define REPEATED_VPT_MACRO PREFIX "rvpt"
#define SUPPRESS_BOTTOM_REG PREFIX "supbot"
#define SAVED_DN_REG PREFIX "dn"
-#define ROW_START_LINE_REG PREFIX "lnst"
-#define ROW_SAVE_LINE_REG PREFIX "lnsv"
-#define ROW_MAX_LINE_REG PREFIX "lnmx"
-#define REPEATED_NM_SET_MACRO PREFIX "rlns"
-#define REPEATED_NM_SUS_MACRO PREFIX "rlnx"
// this must be one character
#define COMPATIBLE_REG PREFIX "c"
@@ -1784,31 +1780,6 @@ void table::init_output()
".de " REPEATED_VPT_MACRO "\n"
".vpt \\$1\n"
".if !'\\n(.z'' \\!." REPEATED_VPT_MACRO " \"\\$1\"\n"
- "..\n"
- ".de " REPEATED_NM_SET_MACRO "\n"
- ".ie !'\\n(.z'' \\{.nm\n"
- "\\!." REPEATED_NM_SET_MACRO " \"\\$1\"\n"
- ".\\}\n"
- ".el .if \\n[ln] \\{\\\n"
- ".if '\\$1'd' .nr " ROW_START_LINE_REG " \\n[ln]\n"
- ".if '\\$1's' .nm \\n[" ROW_START_LINE_REG "]\n"
- ".if '\\$1'm' .nr " ROW_MAX_LINE_REG " \\n[ln]>?\\n[" ROW_MAX_LINE_REG "]\n"
- ".\\}\n"
- "..\n"
- ".de " REPEATED_NM_SUS_MACRO "\n"
- ".ie !'\\n(.z'' \\{.nm\n"
- "\\!." REPEATED_NM_SUS_MACRO " \"\\$1\"\n"
- ".\\}\n"
- ".el .if \\n[ln] \\{\\\n"
- ".ie '\\$1's' \\{\\\n"
- ".nr " ROW_SAVE_LINE_REG " \\n(ln<?\\n[" ROW_MAX_LINE_REG "]\n"
- ".nm +0 \\n[ln]+42\n"
- ".\\}\n"
- ".el \\{\\\n"
- ".nr ln \\n[" ROW_SAVE_LINE_REG "]\n"
- ".nm \\n[ln] 1\n"
- ".\\}\n"
- ".\\}\n"
"..\n");
if (!(flags & NOKEEP))
prints(".de " KEEP_MACRO_NAME "\n"
@@ -1841,12 +1812,9 @@ void table::init_output()
page. */
".tm warning: page \\n%: table text block will not fit on one page\n"
".nf\n"
- ".if \\n[ln] .nm \\n[ln]\n"
- ".nr " ROW_MAX_LINE_REG " \\n[ln]\n"
".ls 1\n"
"." SECTION_DIVERSION_NAME "\n"
".ls\n"
- ".if \\n[ln] .nm\n"
".rm " SECTION_DIVERSION_NAME "\n"
".\\}\n"
"..\n"
@@ -1868,14 +1836,10 @@ void table::init_output()
".in 0\n"
".ls 1\n"
".nf\n"
- ".if \\n[ln] .nm \\n[ln]\n"
"." TABLE_DIVERSION_NAME "\n"
".\\}\n"
".rm " TABLE_DIVERSION_NAME "\n"
".\\}\n"
- ".if \\n[ln] \\{.nm\n"
- ".nr ln \\n[" ROW_MAX_LINE_REG "]\n"
- ".\\}\n"
"..\n");
prints(".ec\n"
".ce 0\n"
@@ -2304,7 +2268,6 @@ void table::print_single_hline(int r)
{
prints(".vs " LINE_SEP ">?\\n[.V]u\n"
".ls 1\n"
- "." REPEATED_NM_SUS_MACRO " s\n"
"\\v'" BODY_DEPTH "'"
"\\s[\\n[" LINESIZE_REG "]]");
if (r > nrows - 1)
@@ -2341,8 +2304,7 @@ void table::print_single_hline(int r)
}
}
prints("\\s0\n");
- prints("." REPEATED_NM_SUS_MACRO " r\n"
- ".ls\n"
+ prints(".ls\n"
".vs\n");
}
@@ -2351,7 +2313,6 @@ void table::print_double_hline(int r)
prints(".vs " LINE_SEP "+" DOUBLE_LINE_SEP
">?\\n[.V]u\n"
".ls 1\n"
- "." REPEATED_NM_SUS_MACRO " s\n"
"\\v'" BODY_DEPTH "'"
"\\s[\\n[" LINESIZE_REG "]]");
if (r > nrows - 1)
@@ -2410,7 +2371,6 @@ void table::print_double_hline(int r)
}
}
prints("\\s0\n"
- "." REPEATED_NM_SUS_MACRO " r\n"
".ls\n"
".vs\n");
}
@@ -2611,8 +2571,7 @@ void table::define_bottom_macro()
print_single_hline(0);
prints(".\\}\n");
}
- prints("." REPEATED_NM_SUS_MACRO " s\n"
- ".ls 1\n");
+ prints(".ls 1\n");
for (vertical_rule *p = vrule_list; p; p = p->next)
p->contribute_to_bottom_macro(this);
if (flags & DOUBLEBOX)
@@ -2629,8 +2588,7 @@ void table::define_bottom_macro()
".sp -1\n"
"\\v'" BODY_DEPTH "'\\h'|\\n[TW]u'\\s[\\n[" LINESIZE_REG "]]"
"\\D'l 0 |\\n[" TOP_REG "]u-1v'\\s0\n");
- prints("." REPEATED_NM_SUS_MACRO " r\n"
- ".ls\n");
+ prints(".ls\n");
prints(".nr " LAST_PASSED_ROW_REG " \\n[" CURRENT_ROW_REG "]\n"
".sp |\\n[" SAVED_VERTICAL_POS_REG "]u\n"
"." REPEATED_VPT_MACRO " 1\n"
@@ -2701,8 +2659,6 @@ void table::do_row(int r)
// we might have had a .TH, for example, since we last tried
if (!(flags & NOKEEP) && row_begins_section(r))
prints("." KEEP_MACRO_NAME "\n");
- prints("." REPEATED_NM_SET_MACRO " d\n"
- ".nr " ROW_MAX_LINE_REG " \\n[ln]\n");
printfs(".mk %1\n", row_start_reg(r));
prints(".mk " BOTTOM_REG "\n"
"." REPEATED_VPT_MACRO " 0\n");
@@ -2799,7 +2755,6 @@ void table::do_row(int r)
table_entry *e = entry[r][c];
if (e) {
if (e->end_row == r && e->to_simple_entry() == 0) {
- prints("." REPEATED_NM_SET_MACRO " s\n");
e->position_vertically();
e->print();
prints(".nr " BOTTOM_REG " \\n[" BOTTOM_REG "]>?\\n[.d]\n");
@@ -2808,8 +2763,7 @@ void table::do_row(int r)
c = e->end_col;
}
}
- prints("." REPEATED_NM_SET_MACRO " m\n"
- "." REPEATED_VPT_MACRO " 1\n"
+ prints("." REPEATED_VPT_MACRO " 1\n"
".sp |\\n[" BOTTOM_REG "]u\n"
"\\*[" TRANSPARENT_STRING_NAME "].nr " NEED_BOTTOM_RULE_REG " 1\n");
if (r != nrows - 1 && (flags & ALLBOX)) {
@@ -2837,7 +2791,6 @@ void table::do_row(int r)
if (!(flags & NOKEEP) && row_ends_section(r))
prints("." RELEASE_MACRO_NAME "\n");
}
- prints(".if \\n[ln] .nr ln \\n[" ROW_MAX_LINE_REG "]\n");
}
void table::do_top()
@@ -2846,8 +2799,7 @@ void table::do_top()
if (!(flags & NOKEEP) && (flags & (BOX | DOUBLEBOX | ALLBOX)))
prints("." TABLE_KEEP_MACRO_NAME "\n");
if (flags & DOUBLEBOX) {
- prints("." REPEATED_NM_SUS_MACRO " s\n"
- ".ls 1\n"
+ prints(".ls 1\n"
".vs " LINE_SEP ">?\\n[.V]u\n"
"\\v'" BODY_DEPTH "'\\s[\\n[" LINESIZE_REG "]]\\D'l \\n[TW]u 0'\\s0\n"
".vs\n"
@@ -2861,8 +2813,7 @@ void table::do_top()
"\n",
column_divide_reg(0),
column_divide_reg(ncolumns));
- prints("." REPEATED_NM_SUS_MACRO " r\n"
- ".ls\n"
+ prints(".ls\n"
".vs\n");
}
else if (flags & (ALLBOX | BOX)) {
@@ -2885,10 +2836,6 @@ void table::do_bottom()
".T#\n");
if (!(flags & NOKEEP) && (flags & (BOX | DOUBLEBOX | ALLBOX)))
prints("." TABLE_RELEASE_MACRO_NAME "\n");
- else
- prints(".if \\n[ln] \\{.nm\n"
- ".nr ln \\n[" ROW_MAX_LINE_REG "]\n"
- ".\\}\n");
if (flags & DOUBLEBOX)
prints(".sp " DOUBLE_LINE_SEP "\n");
prints("." RESET_MACRO_NAME "\n"