{"id":18647071,"url":"https://github.com/kube/gulp-pdflatex","last_synced_at":"2026-05-08T13:09:49.556Z","repository":{"id":74635916,"uuid":"75190650","full_name":"kube/gulp-pdflatex","owner":"kube","description":"Gulp plugin for LaTeX PDF","archived":false,"fork":false,"pushed_at":"2016-12-04T19:02:49.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T12:10:01.942Z","etag":null,"topics":["gulp","gulp-plugins","latex","latex-pdf","pdf"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kube.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-30T13:43:24.000Z","updated_at":"2022-08-15T20:54:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"936acc45-a822-4fa2-a7a0-02e3e3b33fdc","html_url":"https://github.com/kube/gulp-pdflatex","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/kube%2Fgulp-pdflatex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kube%2Fgulp-pdflatex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kube%2Fgulp-pdflatex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kube%2Fgulp-pdflatex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kube","download_url":"https://codeload.github.com/kube/gulp-pdflatex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449586,"owners_count":19640535,"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":["gulp","gulp-plugins","latex","latex-pdf","pdf"],"created_at":"2024-11-07T06:24:34.789Z","updated_at":"2025-11-05T06:30:24.626Z","avatar_url":"https://github.com/kube.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-pdflatex\n=============\n\u003e Gulp plugin for LaTeX PDF\n\nInstall\n-------\n\n```sh\nnpm install gulp-pdflatex\n```\n\nUsage\n-----\n\n### Basic usage\n\n```js\nconst pdflatex = require('gulp-pdflatex')\n\ngulp\n  .src('document.tex')\n  .pipe(pdflatex())\n  .pipe(gulp.dest('./build/'))\n```\n\n\n### Options\n\n#### `-shell-escape`\n\nYou can pass to `pdflatex` the `-shell-escape` flag :\n\n```js\nconst pdflatex = require('gulp-pdflatex')\n\ngulp\n  .src('document.tex')\n  .pipe(pdflatex({ shellEscape: true }))\n  .pipe(gulp.dest('./build/'))\n```\n\n\n#### TeX inputs paths\n\nTo add paths where LaTeX will search for resources :\n\n```js\nconst pdflatex = require('gulp-pdflatex')\n\ngulp\n  .src('document.tex')\n  .pipe(pdflatex({ texInputs: ['../resources/latex', '../exercises/'] }))\n  .pipe(gulp.dest('./build/'))\n```\n\nThis will add paths to `TEXINPUTS` env var in pdflatex subprocess.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkube%2Fgulp-pdflatex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkube%2Fgulp-pdflatex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkube%2Fgulp-pdflatex/lists"}