Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@arthurcadore arthurcadore released this 03 May 11:30
· 7 commits to main since this release
33670f4

Release Description - v1.0.0

This release introduces the Typst Template for Intelbras Reports. The template is designed to streamline the creation of reports for Intelbras projects using Typst, a document generation tool.

Features:

  • Devcontainer Setup: The repository is configured to work with devcontainers on GitHub, simplifying the setup process for compiling .typ files. Users can easily create a new codespace on the main branch to get started.

  • Local Machine Support: For users preferring to work on their local machines, the repository provides instructions for installing the necessary packages, including Git version 2.34.1 and Typst v0.11.0.

  • Typst Compiler Usage: Once Typst is installed, users can create new .typ files, import necessary content, and write custom file content using Typst syntax. The template includes a header structure that needs to be included in each file for proper compilation.

  • Automatic PDF Compilation: The template includes an extension (pre-installed in the devcontainer) that automatically compiles the .typ files into .pdf format when the file is saved (Ctrl + S).

  • VSCode Extensions: For local machine users, the template recommends installing specific VSCode extensions (nvarner.typst-lsp and mathematic.vscode-pdf) to enhance the Typst experience.

  • Optional Extensions: Devcontainer users also have optional extensions pre-installed (dracula-theme.theme-dracula and GitHub.copilot) for further customization.

This release provides a comprehensive solution for creating Intelbras reports using Typst, catering to both devcontainer and local machine users, and enhancing the report creation process with automatic compilation and VSCode integration.