A small Python package that puts your numpy arrays into latex files using the table/longtable environment
Project description
If you got a problem or suggestions to improve the scripts, please create an issue in git.
Using textable:
textable.latex_tab(data=[arr1,arr2],names=[r"title column 1",r"title column 2"], filename=r"example.tex",caption=r"Beautiful caption",label=r"important_label",dec_points=[2,0])
Where data_array must be an array of arrays; names_array must be an array of strings, containing the column-names, filename has to be a string,too.
dec_points sets precision for each column. dec_points is ignored, if uncertainty-arrays are used as input. Instead, the rounding rules by Particle Data Group are used (as in uncertainties-package implemented)
For an example, have a look at example.py
label must be a string.
To write long tables, use
textable.long_tab(data=[arr1,arr2],names=[r"title column 1",r"title column 2"], filename=r"example.tex",caption=r"Beautiful caption",label=r"important_label",dec_points=[2,0])
Btw: You do not need to add prefix "tab:".
If you want to see the results, compile the .tex-file. To do so, easiest way is to use the makefile. That will compile main.tex where the generated example.tex is included.
Version: 0.0.5: Fixed errors with uncertainties
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tab2latex-0.1.7.tar.gz
.
File metadata
- Download URL: tab2latex-0.1.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a96b2a144204eaaa2cf108e166a2869e6ca605c13a9e36ca463a01023576c09 |
|
MD5 | 317ecd0e2ed65fe90ce16e4651d32fb9 |
|
BLAKE2b-256 | 823c28456c346574fcfffe4275749a851a1f04123eeb92ebf455f20cca1e7a98 |
File details
Details for the file tab2latex-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: tab2latex-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fe8aec73432fb9ee57ab864546f45d88b1fe0b95f70303f63181c56974fd8de |
|
MD5 | 92c661ff2cf234b0fde9c65286a47887 |
|
BLAKE2b-256 | a06ed1c9d74c181acce9e7cd6a6cd93ddc1cbd5aff0c837acb77e51e2a640789 |