m

min-article

@preview

Simple and easy way to write ABNT-compliant articles.

v0.1.0
MIT-0
Template

Package Information

Last Updated
Categories
layoutpaper

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/min-article:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/min-article:0.1.0

Version History

0.1.0
3f25634abab4...

Minimal articles

Simple and easy way to write ABNT-compliant articles

Quick Start

#import "@preview/min-article:0.1.0": article
#show: article.with(
  title: "Main Title",
  subtitle: "Complementary subtitle",
  foreign-title: "Título Principal",
  foreign-subtitle: "Subtítulo complementar",
  authors: (
    ("Main Author", "PhD in Procrastination, etc."),
    ("Main Collaborator", "Degree in Doing Nothing, etc."),
    ("Collaborator", "Procrastination Student, etc.")
  ),
  lang-foreign: "pt"
)

Description

Generate authentic, structured, and standardized articles, compliant with the
requirements of the Brazilian Association of Technical Standards (ABNT, in
Portuguese). The main advantage of this package, apart from the ABNT standard,
is being able to manage, all by itself, almost all the mind-frying document
structure and its rules: just input the data anywhere and min-article will
find where it belongs, and will put it there.

More Information