Skip to content

Instantly share code, notes, and snippets.

@kdm9
Created April 4, 2014 03:53
Show Gist options
  • Save kdm9/9967777 to your computer and use it in GitHub Desktop.
Save kdm9/9967777 to your computer and use it in GitHub Desktop.
Convert csv to latex table, the MEGA hacky way.
sed -e 's/,/ \& /g' -e 's/$/ \\\\/g' <csv >table.latex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment