Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed Sep 8, 2016
1 parent 0f3673b commit 112fbdf
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 15 deletions.
17 changes: 12 additions & 5 deletions Statax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@


% STATAX SYNTAX HIGHLIGHTER=====================================================

% Required Packages
% ------------------------------------------------------------------------------
\usepackage{listings}
\usepackage{color}

\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}



\lstdefinelanguage{Statax}{
%keywordsprefix=\$, %problem with global Macro. There is no way to style the kywordprefix and it appears in blue
Expand All @@ -38,6 +38,13 @@



% Color Setup
% ------------------------------------------------------------------------------
\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}

\lstset{ %
language={Statax},
Expand Down
Binary file modified Statax_Engines.zip
Binary file not shown.
Binary file modified Statax_Engines/LaTeX/example.pdf
Binary file not shown.
17 changes: 12 additions & 5 deletions Statax_Engines/LaTeX/statax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@


% STATAX SYNTAX HIGHLIGHTER=====================================================

% Required Packages
% ------------------------------------------------------------------------------
\usepackage{listings}
\usepackage{color}

\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}



\lstdefinelanguage{Statax}{
%keywordsprefix=\$, %problem with global Macro. There is no way to style the kywordprefix and it appears in blue
Expand All @@ -38,6 +38,13 @@



% Color Setup
% ------------------------------------------------------------------------------
\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}

\lstset{ %
language={Statax},
Expand Down
Binary file modified examples/LaTeX/document.pdf
Binary file not shown.
17 changes: 12 additions & 5 deletions examples/LaTeX/statax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@


% STATAX SYNTAX HIGHLIGHTER=====================================================

% Required Packages
% ------------------------------------------------------------------------------
\usepackage{listings}
\usepackage{color}

\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}



\lstdefinelanguage{Statax}{
%keywordsprefix=\$, %problem with global Macro. There is no way to style the kywordprefix and it appears in blue
Expand All @@ -38,6 +38,13 @@



% Color Setup
% ------------------------------------------------------------------------------
\definecolor{Comment}{rgb}{0,0.5,0}
\definecolor{String}{rgb}{0.5, 0.0, 0.0}
\definecolor{Macro}{rgb}{0.21, 0.46, 0.53}
\definecolor{Command}{rgb}{0.0, 0.0, 0.5}
\definecolor{Function}{rgb}{0.01, 0.28, 1.0}

\lstset{ %
language={Statax},
Expand Down

0 comments on commit 112fbdf

Please sign in to comment.