Skip to main content

A module for moving data into LaTeX formated text.

Project description

latexqol

A module for moving data into LaTeX formated text. Under construction. Currently only 1 function.

Example use

To copy a simple Latex formated table from a list of data arrays to you clipboard

from latexqol import copy_table

headers = ["header1", "header2", "header3"]
col1 = [1, 2, 3]
col2 = [4, 5, 6]
col3 = [7, 8, 9]

copy_table(headers, col1, col2, col3)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

latexqol-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

latexqol-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page