Created
January 21, 2018 21:41
-
-
Save Jacajack/07326231704bc523f81fc4a8ee1cc260 to your computer and use it in GitHub Desktop.
Converts Scilab matrix to Latex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xsel --clipboard | sed 's/ //gi' | sed 's/\./ \& /gi' | sed 's/ & $/ \\\\/g' | xclip -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment