***MarcDoc Installation Instructions **8/7/2017 ***Step 1: Run the following chunk of commands (lines 8-14) *it will take a few minutes to install, watch the progress bar at the bottom of your stata window net install markdoc, replace from("https://raw.githubusercontent.com/haghish/markdoc/master/") net install weaver, replace from("https://raw.githubusercontent.com/haghish/weaver/master/") net install statax, replace from("https://raw.githubusercontent.com/haghish/statax/master/") net install github, replace from("https://haghish.github.io/github/") markdocpandoc //installs pandoc software markdocwkhtmltopdf //installs html to pdf software ***Step 2: run the following command to test that installation worked *click on the "example.pdf" blue link in your results window after hte command runs markdoc, test /*note, if you have an issue downlowding the packages using net install (if you use a UCSF library computer) try the following installation commands instead. This is an version of markdoc so the outputwill look slightly different*/ ssc install markdoc ssc install weaver ssc install statax markdocpandoc //installs pandoc software markdocwkhtmltopdf //installs html to pdf software