p

politemplate

@preview

Report and assignment template for Poli-USP university

v0.1.0
Unlicense
Template

Package Information

Last Updated
Authors
Alan José
Categories
report
Disciplines
engineering

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/politemplate:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/politemplate:0.1.0

Version History

0.1.0
76f9e267294e...

The 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