Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: LaTeX production files for the Stata Journal have been updated


From   [email protected] (Jeff Pitblado, StataCorp LP)
To   [email protected]
Subject   st: LaTeX production files for the Stata Journal have been updated
Date   Wed, 21 Dec 2005 13:33:10 -0600

Dear statalisters,

We thought you might like to know that the LaTeX production files for the
Stata Journal have been updated.

If you are interested in--but are not aware of--the -sjlatex- command, type
the following to install -sjlatex- and put a copy of the LaTeX production
files in a folder named 'mysjarticle' on your machine:

	. net from http://www.stata-journal.com/production
	. net describe sjlatex
	. net install sjlatex
	. help sjlatex
	. sjlatex install using mysjarticle

If you already have -sjlatex- and are using Stata 9, use the new -adoupdate-
command to get your -sjlatex- up-to-date.

Users of the beamer document class may be interested to know that 'stata.sty'
has been updated so that the 'stlog' environment will now work reasonably well
within beamer presentations.  The 'stlog' environment now has an optional
argument that will allow you the freedom to set the font size for the logs you
present in your document.  Here is an example of how you can get 'stlog' to
use a 12pt font size:

	{						% begin group
	\fontsize{12}{13}\selectfont			% set 12pt font size
	\begin{stlog}[auto]				% new 'auto' arg
	. regress mpg turn
	...
	\end{stlog}
	}						% end group

Note that we use '{' and '}' to group the 'stlog' environment (in case you want
only to change the font size for the 'stlog'), we set the font size to 12pt
(baselineskip of 13pt), and specify '\begin{stlog}[auto]' instead of
'\begin{stlog}'.  By default 'stlog' uses an 8pt font.

Cheers,

--Jeff Pitblado				--Lisa Gilmore
[email protected]			[email protected]
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index