Create project in app
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...