When i try to generate pdf, no file is created and i get this error "TabError: inconsistent use of tabs and spaces in indentation" in
File "\extensions\wikipdf\src\wiki2latex.py", line 445
cell = r"\multicolumn{"+str(cell.colspan)+"}{"+("p{%6.4f\\linewidth}"%(cell.colspan*1.0/collength-12./448.))+"}{"+str(cell)+"}" elif cell.rowspan > 1 : a = cell.rowspan cell =...
2009-01-16 19:07:43 UTC in WikiPDF