Package Information
- Last Updated
- Authors
- Hugo Coto Flórez
- Categories
- reportpaper
- Disciplines
- computer-scienceengineering
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/wired-ieee:1.0.12. Initialize from template
Create a new project from this template:
typst init @preview/wired-ieee:1.0.1IEEE Article in Typst
A multilanguage Typst template for writing academic papers in the IEEE style (Unofficial). Based on the ieee-charged template.
![]()
Usage
Start from template
typst init @preview/wired-ieee:1.0.1
Import and use the template
#import "@preview/wired-ieee:1.0.1": ieee
#show: ieee.with(
title: [A Novel Approach to Typst Templates],
authors: (
(name: "Jane Doe", organization: "University of Typst", email: "jane@example.com"),
),
abstract: [This paper introduces a comprehensive IEEE template...],
index-terms: ("Typst", "IEEE", "Typesetting"),
bibliography: bibliography("refs.bib"),
lang: "en",
)
= Introduction
Your article content goes here...