Announcement

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

  • Removing the space after stlog

    Hi everyone,

    I'm not sure that this is the appropriate place for this because it's not about a specific functionality of Stata, but rather of reproducing the logs within Latex. However, I have not found a forum for these things, so I'll ask it here.

    I'm preparing a presentation in Latex, using the beamer class, and I find that every time I use stlog I have a lot of space before and after. The example is here
    Code:
    {%
        \fontsize{6}{7}%
        \begin{stlog}[auto]
            \input{../../Stata/Logs/NormalTwoPartMLE.log.tex}\nullskip
        \end{stlog}%
    }
    Is there any way of removing the spacing around it so that the text that comes after starts closer to it?

    Thanks!!!
    Alfonso Sanchez-Penalver
Working...
X