Thanks as always to Kit Baum, new versions of the dolog, dotex and dologx packages are now available for download from SSC. In Stata,use the ssc command to do this, or adoupdate if you already have old versions of these pachages.

The packages dolog, dotex and dologx are described as below on my website. The new versions have been updated to Stata Version 16. However, users of older Stata versions can still download old versions of these packages from my website by typing, in Stata,

net from http://www.rogernewsonresources.org.uk/

and selecting the subfolder for the user's own Stata version, where the appropriate old version can be found.

Best wishes

Roger


---------------------------------------------------------------------------------------
package dolog from http://www.rogernewsonresources.org.uk/stata16
---------------------------------------------------------------------------------------

TITLE
dolog: Execute commands from a do-file, creating a text or SMCL log file

DESCRIPTION/AUTHOR(S)
dolog and dosmcl (like do) causes Stata to execute the commands stored in
filename.do as if they were entered from the keyboard, and echos the commands
as it executes them, creating a text log file filename.log (in the case of
dolog) or a SMCL log file filename.smcl (in the case of dosmcl). If filename
is specified without an extension, then filename.do is assumed. If filename
is specified with an extension other than .do, or with no extension, then the
log file will still have .log or .smcl as its extension, so dolog and dosmcl
will not overwrite the original do-file. Arguments are allowed (as with do or
run).

Author: Roger Newson
Distribution-Date: 27june2019
Stata-Version: 16

INSTALLATION FILES (click here to install)
dolog.ado
dosmcl.ado
dolog.sthlp
dosmcl.sthlp
---------------------------------------------------------------------------------------
(click here to return to the previous screen)


---------------------------------------------------------------------------------------
package dotex from http://www.rogernewsonresources.org.uk/stata16
---------------------------------------------------------------------------------------

TITLE
dotex: Execute a do-file generating a SJ LaTeX log

DESCRIPTION/AUTHOR(S)
dotex is a version of the dolog package, and causes Stata to execute the
commands stored in a do-file named filename.do as if they were entered from
the keyboard, and echoes the commands as it executes them, creating a log file
filename.tex written in Stata Journal (SJ) LaTeX. The file filename.tex (or
parts of it) can then be included in the stlog environment of SJ LaTeX. The
dotex package was derived by hybridising the dolog package with the SJ's
logopen and logclose, which also create log files written in SJ LaTeX for
inclusion in the stlog environment. The dotex package has the advantage that
a user can run the same do-file using dotex, dolog and do, creating a SJ
LaTeX log file, a text log file, and no log file, respectively.

Author: Roger Newson
Distribution-Date: 27june2019
Stata-Version: 16

INSTALLATION FILES (click here to install)
dotex.ado
dotex.sthlp
---------------------------------------------------------------------------------------
(click here to return to the previous screen)

---------------------------------------------------------------------------------------
package dologx from http://www.rogernewsonresources.org.uk/stata16
---------------------------------------------------------------------------------------

TITLE
dologx: Multiple versions of dolog for executing certification scripts

DESCRIPTION/AUTHOR(S)
dologx (like dolog) causes Stata to execute the commands stored in a do-file
named filename.do as if they were entered from the keyboard, and echos the
commands as it executes them, creating a log file filename.log. The dologx
package contains multiple versions of dolog, written in multiple Stata
versions, intended for use when running certification scripts. Usually, a
do-file should contain a version statement at or near the top, so it will
still run in the Stata version in which it was written, even if the user runs
it under a later version of Stata. Certification scripts are an exception to
this rule, because they are run under multiple Stata versions, to certify
that the package being tested works under all of these versions. A
certification script therefore should not contain a version statement at the
top. The version of Stata under which it run will therefore be the version in
force in the program that calls it, even if that program is dolog. The
standard version of dolog should therefore not be used to run a certification
script, and the user should use the dologx package instead, using dolog6 to
run it under Stata 6, dolog7 to run it under Stata 7, and so on.

Author: Roger Newson
Distribution-Date: 27june2019
Stata-Version: 16

INSTALLATION FILES (click here to install)
dolog6.ado
dolog7.ado
dolog8.ado
dolog9.ado
dolog10.ado
dolog11.ado
dolog12.ado
dolog13.ado
dolog14.ado
dolog15.ado
dolog16.ado
dolog6.sthlp
dolog7.sthlp
dolog8.sthlp
dolog9.sthlp
dolog10.sthlp
dolog11.sthlp
dolog12.sthlp
dolog13.sthlp
dolog14.sthlp
dolog15.sthlp
dolog16.sthlp
dologx.sthlp
---------------------------------------------------------------------------------------
(click here to return to the previous screen)