{"id":21020415,"url":"https://github.com/saadq/pretty-latex","last_synced_at":"2025-10-04T12:49:55.279Z","repository":{"id":57330141,"uuid":"87127184","full_name":"saadq/pretty-latex","owner":"saadq","description":"LaTeX beautifier for Node.","archived":false,"fork":false,"pushed_at":"2022-08-14T16:20:18.000Z","size":16,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T02:45:20.851Z","etag":null,"topics":["beautifier","latex","nodejs","prettifier"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/pretty-latex","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saadq.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-03T22:35:15.000Z","updated_at":"2023-03-10T09:21:32.000Z","dependencies_parsed_at":"2022-09-09T05:54:20.136Z","dependency_job_id":null,"html_url":"https://github.com/saadq/pretty-latex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadq%2Fpretty-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadq%2Fpretty-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadq%2Fpretty-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadq%2Fpretty-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saadq","download_url":"https://codeload.github.com/saadq/pretty-latex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254297305,"owners_count":22047468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beautifier","latex","nodejs","prettifier"],"created_at":"2024-11-19T10:40:50.599Z","updated_at":"2025-10-04T12:49:50.243Z","avatar_url":"https://github.com/saadq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pretty-latex\nA Node wrapper around [latexindent](https://github.com/cmhughes/latexindent.pl) for beautifying LaTeX documents.\n\n\n## Installation\n```\nyarn add pretty-latex\n```\nor\n\n```\nnpm install pretty-latex\n```\n\nYou will also need to make sure you have [latexindent](https://www.ctan.org/pkg/latexindent?lang=en) installed on your system.\n\n## Usage\n```js\nconst fs = require('fs')\nconst beautify = require('pretty-latex')\n\nconst input = fs.createReadStream('input.tex')\nconst output = fs.createWriteStream('output.tex')\n\nbeautify(input).pipe(output)\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadq%2Fpretty-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaadq%2Fpretty-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadq%2Fpretty-latex/lists"}