REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 0Forks
◯ 0Open issues
◉ 2Watchers
38/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
5 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
LaTeX Formula Skeleton Generator
This repository provides a solution for generating the skeleton of LaTeX formulas using
the latex, dvisvgm, cairosvg, and skimage libraries. The process involves converting LaTeX formulas to DVI, SVG,
and PNG formats, followed by skeleton extraction using the Lee algorithm.
The latex_symbols.csv has been generated from https://artofproblemsolving.com/wiki/index.php/LaTeX:Symbols
Requirements
To use this code, ensure you have the following dependencies installed:
latex command-line tool
dvisvgm command-line tool for converting DVI to SVG
cairosvg for converting SVG to PNG
numpy and pandas for data processing
skimage for skeleton extraction
Usage
- Set up the output directory by modifying the
output_dir variable in the .env file
- Create a CSV file named
latex_symbols.csv with columns: Name and Symbol for each LaTeX symbol(formula) to be
processed
- copy the
.env-sample as .env and modify the variables if needed
- Run
main.py
- Generated files will be available under the paths provided in the
.env file
Please ensure that you have the necessary dependencies installed and configured properly before running the code.
Feel free to customize the code and adapt it to your specific requirements.
List of the generated SVG files
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
63/100 healthActive repository
Jupyter NotebookNo license#deep-learning#document-analysis#object-detection#scene-text
⑂ 156 forks◯ 7 issuesUpdated Jun 16, 2026
Time Series Textbooks- This repository aims to provide a host of resources that cover the gamut of time series analysis.
71/100 healthRecently updatedActive repository
PythonNo license#time-series-analysis#time-series-forecasting
⑂ 46 forks◯ 0 issuesUpdated today