You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tex3pt using output.tex, replace preamble and tex3pt using output.tex, enddoc fail, because they do not specify an `input.tex'.
tex3pt without an input file is desirable for use with loops:
tex3pt using output.tex, replace preamble
forvals i = 1/20 {
est clear
eststo : reg y x`i'
esttab using input`i'.tex, booktabs fragment
tex3pt input`i'.tex using output.tex
}
tex3pt using output.tex, enddoc
The text was updated successfully, but these errors were encountered:
tex3pt using output.tex, replace preamble
andtex3pt using output.tex, enddoc
fail, because they do not specify an `input.tex'.tex3pt without an input file is desirable for use with loops:
The text was updated successfully, but these errors were encountered: