w

wired-ieee

@preview

A multilanguage template for writing academic papers in the IEEE style.

v1.0.1
MIT
Template

Package Information

Last Updated
Categories
reportpaper
Disciplines
computer-scienceengineering

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/wired-ieee:1.0.1

2. Initialize from template

Create a new project from this template:

typst init @preview/wired-ieee:1.0.1

Version History

1.0.1
dacf090dc090...
1.0.0
e03731cb94c5...

IEEE Article in Typst

A multilanguage Typst template for writing academic papers in the IEEE style (Unofficial). Based on the ieee-charged template.

Thumbnail image to show what this template is about.


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...