Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • tabout update

    Hi

    A new version of tabout (version 3) is now available as a beta. This is the first major update in 10 years, and adds a large number of new features. These include:
    • output directly to Word and Excel (using native docx and xlsx file formats)
    • template files for automating syntax
    • much easier production of LaTeX output
    • built-in titles and footnotes
    • ability to reshape tables, eg. dropping unwanted columns or rows
    • support for CSS with html output
    • easy creation of dynamic documents
    • enhanced customisation of table statistics
    If you would like to try out the beta version, it is available from the tabout homepage. There is also a comprehensive User Guide with numerous examples and code. The homepage is at: tabout.net.au

    Comments, feedback and bug reports would be most welcome.

    Regards
    Ian Watson

  • #2
    Wonderful! Thank you! I am trying to use it
    Code:
    tabout  age_cat sex race education marital  depression if residence== 1 using tabledepression2.docx, style(tex) font(bold) c(row ci) svy  f(1) stats(chi) mult(100) cisep(-)   npos(col) plab(Signif)  stpos(col) ppos(only) stars title(Depressive simptoms descriptive)
    and I get
    Code:
    function set_font() not declared in class xl
    (1294 lines skipped)
    (error occurred while loading tabout.ado)
    r(3000);

    Comment

    Working...
    X