Announcement

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

  • tabout stata and latex ???

    Hello,
    i am trying to publish a table, generated with tabout, in Latex. Therefor i use the tutorial by Ian Watson.

    Problem: When the provided dofile "examples.tex" is running there is the error indication: File top.tex/ bot.tex not found

    Latex coede top.tex file
    \begin{center}
    \footnotesize
    \newcolumntype{Y}{>{\raggedleft\arraybackslash}X}
    \begin{tabularx} {#} {@{} l Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y@{}} \\
    \toprule

    LaTeX code for bot.tex file
    \bottomrule
    \addlinespace[.75ex]
    \end{tabularx}
    \par
    \scriptsize{\emph{Source: }#}
    \normalsize
    \end{center}

    I dont know where to put them into the complete Latex structure field?

    Here is a short example of my latex structure

    \documentclass[pdftex]{article}
    \usepackage ....
    \begin{center}
    \footnotesize
    \newcolumntype{Y}{>{\raggedleft\arraybackslash}X}
    \begin{tabularx} {#} {@{} l Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y@{}} \\
    \toprule

    %%%%%% i would put the stata output for latex here ?????

    \bottomrule
    \addlinespace[.75ex]
    \end{tabularx}
    \par
    \scriptsize{\emph{Source: }#}
    \normalsize
    \end{center}
    \end{document}

    Thanks for your help and sorry for my english (i am from germany and totally desperated )





    Last edited by Amelie Nickel; 26 Jan 2015, 07:16.
Working...
X