Package Information
- Last Updated
- Authors
- Alan José
- Categories
- report
- Disciplines
- engineering
- Dependencies
- @preview/hydra:0.6.1@preview/tablex:0.0.9
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/politemplate:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/politemplate:0.1.0The politemplate Package
Version 0.1.0
Template I used when writing all sort of things in university
Getting Started
To use this template, simply import it as shown below:
#import "@preview/politemplate:0.1.0": politemplate
#show: politemplate.with(
title: [Poli Template],
students: (
([Student 1],[13685478]),
([Student 2]),
),
teachers: (
[Teacher 1],
[Teacher 2],
),
front_header: [
departamento de engenharia elétrica\
PRO3821 - Fundamentos da economia\
Turma 1
],
location: [São Paulo, SP],
logo: image("./logo.jpg"),
bibliography: bibliography(
"./references.bib",
style: "associacao-brasileira-de-normas-tecnicas",
full: true,
),
footer_ignore: ("Conclusão",)
)
// Your content goes here