https://github.com/agoose77/texy

Simple Python LaTeX generator

https://github.com/agoose77/texy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary

Keywords

latex python python3
Last synced: 6 months ago · JSON representation

Repository

Simple Python LaTeX generator

Basic Info
  • Host: GitHub
  • Owner: agoose77
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 15.6 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
latex python python3
Created almost 8 years ago · Last pushed about 7 years ago
Metadata Files
Readme

README.md

TeXy

Simple python LaTeX generator

pip install git+https://github.com/agoose77/texy.git#egg=texy

```python from texy import latex, _

with latex() as t: t("Some text") with t.figure['h!']: t.includegraphics_(width=r'\textwidth') t.caption('Some Caption') ```

Outputs ```

Some text \begin{figure}[h!] \includegraphics[width=\textwidth]{some_fig.png} \caption{Some Caption} \end{figure} ```

Owner

  • Name: Angus Hollands
  • Login: agoose77
  • Kind: user
  • Location: United Kingdom
  • Company: 2i2c

Open Source Infrastructure Engineer @ 2i2c. Executable Books core team member. PhD in Nuclear Physics from the University of Birmingham.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels