{smcl} {com}{sf}{ul off}{txt} {com}. /*** > An Example File > =============== > > Some preliminary text. > > A code block, evaluted: > ***/ . sysuse auto {txt}(1978 Automobile Data) {com}. summarize weight {txt} Variable {c |} Obs Mean Std. Dev. Min Max {hline 13}{c +}{hline 57} {space 6}weight {c |}{res} 74 3019.459 777.1936 1760 4840 {txt} {com}. . txt "In-line text: " c(current_date) {txt}> In-line text: 1 Nov 2017 {com}. . /*** > A graph: > ***/ . histogram weight {txt}(bin={res}8{txt}, start={res}1760{txt}, width={res}385{txt}) {res}{txt} {com}. graph export hist_md.svg, replace {txt}(note: file hist_md.svg not found) (file hist_md.svg written in SVG format) {com}. . /*** > ![Weight](hist_md.svg) > ***/ . . qui log c {smcl} {com}{sf}{ul off}