I like to use pgfplotstable to typeset my csv tables. However, I have to submit a paper using the basic standard table environment.
Is there a way to export a table generated by pgfplotstable to a .tex that doesn't require the pgfplotstable package?
If not, I'll probably export my table as a .pdf using the standalone class but I'd prefer a cleaner approach.
pgfplotstabletypesetting can produce a basic standard table, the main difference is that it uses an external file. If the problem is the external file, you can include it in your document inside afilecontentsenvironment which creates the external file from your main tex file. An example: http://tex.stackexchange.com/a/48275/1952 – Ignasi Feb 01 '17 at 16:49pgfplotstableinstalled, they are using a very old distribution. In CTAN you can find some othercsvprocessing tools which, may be, the publisher accepts. – Ignasi Feb 01 '17 at 16:55tableenvironment. You've convinced me that I should just try submitting without overthinking this. :) – nicoco Feb 01 '17 at 16:58guidelineimplies thatpgfplotstableis not a valid solution before submitting. – Ignasi Feb 01 '17 at 17:04