vscode-pweave READMEThis extension gives support for Pweave files, namely formatting and building. FeaturesFor the moment, this extension only supports LaTeX Pweave files using noweb syntax. Example
FormattingFormatting is achieved with Alt+Shift+f. It uses BuildingBuilding is achieved with Ctrl+Alt+b. It generates a LaTeX file. By default, Python code is rendered with One can also changes the defaut behaviour by adding a magic comment in the Pweave LaTeX file.
ShowingCtrl+Alt+v displays the generated LaTeX file in a pane beside the active editor. Requirements
This can be installed via
This executable is usually included in common LaTeX distributions butcan also be downloaded from https://ctan.org/pkg/latexindent.
This can be installed via
Extension SettingsThis extension contributes the following settings:
Known IssuesThis extension does not yet provide autocompletion. This is on the todo list. |