From 40fd168c02764ddb1fba642017f93fcbf8810703 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 12 Mar 2013 12:35:52 +0100 Subject: matlab2tikz 0.3.2 A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Closes #18428. Signed-off-by: Adam Vandenberg --- Library/Formula/matlab2tikz.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/matlab2tikz.rb (limited to 'Library') diff --git a/Library/Formula/matlab2tikz.rb b/Library/Formula/matlab2tikz.rb new file mode 100644 index 000000000..3c7c21645 --- /dev/null +++ b/Library/Formula/matlab2tikz.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Matlab2tikz < Formula + homepage 'https://github.com/nschloe/matlab2tikz' + url 'https://github.com/nschloe/matlab2tikz/archive/0.3.2.tar.gz' + sha1 '026762e58b51a14c91921baf556cd5d349c8b8d1' + + head 'https://github.com/nschloe/matlab2tikz.git' + + def install + (share/'matlab2tikz').install Dir['src/*'] + end +end -- cgit v1.2.3