forked from klevasseur/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands
43 lines (29 loc) · 1.37 KB
/
commands
1
Within ads:xsltproc --xinclude ../../mathbook/xsl/pretext-html.xsl -stringparam html.statcounter.project 11204831 -stringparam html.statcounter.security 957c565b src/ads.xml >ads.htmldoctest-sage-cellsxsltproc --xinclude ../mathbook/xsl/pretext-sage-doctest.xsl src/ads.xmlWithin src:xsltproc --xinclude ../../../mathbook/xsl/pretext-html.xsl ads.xmlWithin mathbook: python script/mbx -c sageplot -d ~/Documents/ads/ads-html/images -f svg -vv ~/Documents/ads/XC1.xmlto TeX from within ads: xsltproc --xinclude ../../mathbook/xsl/pretext-latex.xsl src/ads.xml > ads.texto TeX from within ads/src: xsltproc --xinclude ../../../mathbook/xsl/pretext-latex.xsl ads.xml > ads.texto TeX from within ads: xsltproc --xinclude ../../mathbook/xsl/pretext-latex.xsl ic.xml > ic.texSTATCOUNTER INFO:Old code: <analytics> <statcounter> <project>11204831</project> <security>957c565b</security> </statcounter> </analytics> StatCounter uses two identifiers, a project ID and a security code. You can find them in your “Project Config” under “Settings”. Or the code provided will contain lines such asvar sc_project=11538430;var sc_invisible=1;var sc_security="72e1390a";In which case you would use both command-line switches:-stringparam html.statcounter.project 11538430-stringparam html.statcounter.security 72e1390a