Tagged Questions
4
votes
0answers
26 views
Using BibTex as a general database for generating a table
I want to create an overview table of some data. More specifically, I have some named objects and for each of these I have some properties.
Example data and schematic of output:
+ ...
1
vote
2answers
356 views
How to use \hlines and | column separators in a csv table uploaded with datatool
Hi I've been trying to use the datatool package to get data from csv files easily into documents as formatted tables. I seem to keep getting the lines on the first column shifted down by a row.
If I ...
9
votes
2answers
597 views
pgfplotstable or datatool?
What are differences, which to use for including .csv, .tsv files ?
Datatool ? pgfplotstable ?
I've seen at question : How typeset a numeric table from a CSV file
how person asked about fixing ...
2
votes
1answer
163 views
How to display a specific entry from an external data source input?
I have a data.txt file and it contains an array of numbers, I included it in the preamble of the .tex file, now I would like to display some specific entry from the data file, not the whole data set ...
5
votes
2answers
2k views
Formatting complex table from CSV using datatool
I have this csv file, formatted like this one:
Store,Product 1,Product 2,Product 3,Product 4,Product 5,Sub Total
Store 1,15,99,299,75,292,780
Store 2,33,353,429,283,561,1659
Store ...
4
votes
1answer
512 views
SQL Markup and CSV Formatting in LaTeX
I have had a quick look for similar questions but I couldn't find anything, so apologies if this is a duplicate.
Firstly, I am looking for a way to grab information from external source files (i.e. ...
2
votes
1answer
284 views
disabling line breaks in datatool table
I have a csv file containing a list of names with addresses. I'm using the datatool package to load these and output stickers (using the labels package) for envelopes. This is done using \DTLforeach. ...