Displaying 2 results from an estimated 2 matches for "tdef".
Did you mean:
def
2008 Dec 09
2
Replacing tabs with appropriate number of spaces
Colleagues,
Platform: OS X (but issue applies to all platforms)
Version: 2.8.0
I have a mixture of text and data that I am outputting via R to a pdf
document (using a fixed-width font). The text contains tabs that
align columns properly with a fixed-width font in a terminal window.
However, when the PDF document is created, the concept of a tab is not
invoked properly and columns do
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...tddef? btext >A %T :> "|" >{PASS(table, text, td);} ) >X ;
- trdef = ( A C :> dotspace ) ;
+ trdef = ( A C D :> dotspace ) ;
tr = ( trdef? "|" %{INLINE(table, tr_open);} td+ ) >X
%{INLINE(table, tr_close);} ;
trows = ( tr (CRLF >X tr)* ) ;
tdef = ( "table" >X A C :> dotspace CRLF ) ;
Index: ext/superredcloth_scan/superredcloth_common.rl
===================================================================
--- ext/superredcloth_scan/superredcloth_common.rl (revision 163)
+++ ext/superredcloth_scan/superredcloth_common.rl...