I am using \usepackage{verbatim} to show a .txt file in my LaTeX document, via \verbatiminput{<path to .txt>}. And this works fine. However, the data that I display looks like this:
5.35 0.35 5.61 -0.39 6.84 -0.16
5.45 0.45 5.52 -0.48 6.84 -0.16
5.45 0.45 5.51 -0.49 6.96 -0.04
5.45 0.45 5.63 -0.37 6.96 -0.04
5.47 0.47 5.63 -0.37 6.96 -0.04
5.45 0.45 5.63 -0.37 6.84 -0.16
5.35 0.35 5.63 -0.37 6.84 -0.16
5.47 0.47 5.51 -0.49 6.96 -0.04
I would like to have a colour scheme: I want every odd column to have a light-gray background. And I would like this table to be centered as well. Is there a way to achieve this?

