latex-workflow
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

latex-workflow

A custom LaTeX workflow for compiling LaTeX documents.

Installation

# npm
npm install -g latex-workflow

# pnpm
pnpm add --global latex-workflow

Usage

latex-workflow --output-directory=out doc.tex

If you're using VSCode LaTeX Workshop, add the following to your settings.json file:

{
  // ... other VSCode configs
  "latex-workshop.latex.recipes": [
    {
      "name": "latex-workflow",
      "tools": [
        "latex-workflow"
      ]
    },
    // ... other recipes
  ],
  "latex-workshop.latex.tools": [
    {
      "name": "latex-workflow",
      "command": "latex-workflow",
      "args": [
        "--output-directory=out",
        "%DOC%.tex"
      ]
    },
    // ... other tools
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i latex-workflow

Weekly Downloads

19

Version

1.1.10

License

MIT

Unpacked Size

10.5 kB

Total Files

10

Last publish

Collaborators

  • leondreamed