This is the mail archive of the sgml-tools@via.ecp.fr mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[sgmltools.v1] CA in tabular


Hello,

Here is a simple fix allowing for correct processing of the 'ca' attribute in
the 'tabular' element:

--- sgml-tools-1.0.9/lib/dist/fmt_latex2e.pl.orig	Tue Oct 13 13:48:02 1998
+++ sgml-tools-1.0.9/lib/dist/fmt_latex2e.pl	Mon Apr  3 17:44:59 2000
@@ -111,7 +111,7 @@
 	  if ($type eq "CDATA")
 	    {
 	      # CDATA attributes get translated also
-	      if ($name eq "URL" or $name eq "ID")
+	      if ($name eq "URL" or $name eq "ID" or $name eq "CA")
 	        {
 		  # URL for url.sty is a kind of verbatim...
 		  my $old_verb = $in_verb;


With the patch applied, it's possible to use '|' as a column separator, as well
as p{[width]} (for lengthy justified text). BTW, does anybody know how to make
sgmltools treat linebreaks correctly inside tab cells (presently, it just
concatenates everything _without_ spaces added)?

Regards,

Evgeny


--
   ____________________________________________________________
  / Evgeny Stambulchik  <fnevgeny@plasma-gate.weizmann.ac.il>  \
 /  Plasma Laboratory, Weizmann Institute of Science, Israel \  \
 |  Phone : (972)8-934-3610  == | == FAX   : (972)8-934-3491 |  |
 |  URL   :    http://plasma-gate.weizmann.ac.il/~fnevgeny/  |  |
 |  Finger for PGP key >=====================================+  |
 |______________________________________________________________|



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]