Skip to content

Instantly share code, notes, and snippets.

@deepakjois
Created November 27, 2015 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakjois/7d70ef87b061c97f91e9 to your computer and use it in GitHub Desktop.
Save deepakjois/7d70ef87b061c97f91e9 to your computer and use it in GitHub Desktop.
Tab-delimited file
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
abc def
fgh ijk
\documentclass[a4paper]{article}
\usepackage{csvsimple}
\usepackage[centering,margin=1in]{geometry}
\begin{document}
\begin{tabbing}
\hspace*{2cm}\=\hspace*{2.5cm}\= \kill
\csvreader[head=false,separator=tab]{scratch.csv}{1=\word,2=\mycsvmean}{\word \> \mycsvmean\\}
\end{tabbing}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment