Skip to content

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed Mar 9, 2017
1 parent 0ba6071 commit f631dc8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 239 deletions.
Binary file modified examples/LaTeX/document.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/LaTeX/document.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ \section{Statax Syntax Highlighter}
// JavaScript Syntax Highlighter for Stata

quietly erase "`This' $Example"
noisily do `Something'
noisily do `Something' $fun
forvalues num = 5/13 {
count if vari`num' > 10 //this is a comment
scalar 5 = 2 * 10
Expand All @@ -40,7 +40,7 @@ \section{Bugs}
\begin{statax}
* Introducing Statax package!
4 = 2 * 2
this is a $GlobalMacro
this is a $GlobalMacro that doesn't continue!
\end{statax}
\end{document}
Expand Down
8 changes: 8 additions & 0 deletions private/BUG.do
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
qui log using 0, replace

sysuse auto, clear
replace rep78 = rep78/2

qui log c

markdoc 0, exp(html) replace statax
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
231 changes: 0 additions & 231 deletions statax.ado

This file was deleted.

6 changes: 0 additions & 6 deletions statax.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ d Author: E.F. Haghish, University of Southern Denmark
d Support: email haghish@imada.sdu.dk
d
F sh_main.js
F statax.ado
F stataxmain.ado
F stataxstyle.ado
F stataxsyn.ado
F stataxversion.ado
F statax.sthlp
F Statax.css
F Statax.js
F StataxSource.js
Expand Down

0 comments on commit f631dc8

Please sign in to comment.