Fellow Statalisters (especially StataCorp)
I recently tried to update my version of sjlatex to the latest version (dated 29aug2018), and tried to run the doit.bat file (using MiKTeX Version 2.9 under Windows 10). However, LaTeX complained
LaTeX Error: Environment threeparttable undefined.
I tried the experiment of adding the command
\usepackage{threeparttable}
to the preamble in the file main.tex (having previously installed the threeparttable package on the fly). This time, LaTeX only got confused in a more complicated way. and still didn't work, I also tried executing the sequence of commands
> latex main
> bibtex main
> latex main
> latex main
> dvips main.dvi -o main.ps
at the command prompt, but LaTeX still failed as before.
According to the online help for sjlatex,, SJ LaTeX has been tested using MiKTeX version 2.3 under Windows and using teTeX versions 1.0 to 3.0 under Unix. However, MiKTeX version 2.3 is superseded, and teTeX (as I understand it) is no longer even being updated (although it may work). And the TeX community seem to recommend us to use TeX Live (which has multiple maintainers who can presumably therefore fall under buses with a clear conscience)..
Do StataCorp have a recommended way of converting the latest main.tex to .ps and/or .pdf? (The latest version seems to \input readme.tex which seems to \input sj.tex which seems to contain the offending threeparttable environment.)
Best wishes
Roger
Related Posts with Some queries about the latest sjlatex
calculating distance in a loop using 'spdistance' in STATA 15Dear Statalisters I have shapefile containing information about the geographic coordinates of all t…
Create a variable that is equal to 1 if "the below value" bigger than "the above value"Hello. I'd like to ask for help. I want to make goal, goal_pre, goal_post using by id and target. T…
Two wave panel data analysisHello all, It is my understanding that I can only do lagged models or change score models when usin…
Errors when regressing System GMMHello all Statalists, I'm new to Stata and I'm learning to use it to do my thesis. Gradually, I find…
Creating a custom atrisk table for a survival graphHi all, I want to create an atrisk table in a seperate graph, which i can then combine with a stand…
Subscribe to:
Post Comments (Atom)
0 Response to Some queries about the latest sjlatex
Post a Comment