[Dblatex-users] Newtbl patch
Status: Beta
Brought to you by:
marsgui
|
From: benoit.guillon <ben...@te...> - 2005-10-23 19:04:49
|
Hello David, Please find attached a newtbl patch that is intended to handle the case where the colwidth attribute contains both fixed and stared size, like colwidth="5cm+3*". The change consists of using the colsep attribute "fixedwidth" that contains only the fixed part of colwidth. It replaces the colwidthspecified attribute. I am not very happy of the templates that filter the fixed part (colfixed.get) so, if you find something more elegant, please tell me. Currently it expects that colwidth can contain only one star (e.g, "5cm+3*+2*" is not supported) but I guess it's enough. Tell me what you think about this. I think it does not break something else. Regards, BG |