tinymist/editors/vscode/e2e-workspaces/ieee-paper
2025-07-06 14:33:45 +08:00
..
.vscode docs: add typlite docs (#1828) 2025-06-19 14:15:17 +08:00
.gitignore feat: export to tex by tasks (#1826) 2025-06-19 14:10:42 +08:00
ieee-template.typ feat: add processor flag and finish sample to convert into tex paper (#1824) 2025-06-19 09:57:11 +08:00
ieee-tex.typ fix: errors in the template (#1875) 2025-07-06 14:33:45 +08:00
main.typ test: add a ieee paper sample workspace (#1803) 2025-06-09 08:57:22 +08:00
README.md feat: export to tex by tasks (#1826) 2025-06-19 14:10:42 +08:00
refs.bib test: add a ieee paper sample workspace (#1803) 2025-06-09 08:57:22 +08:00

TODO: This is still in development. We have only integrated features to the server but not yet add exporter options to VSCode Tasks.

Sample workspace to Make and Prepare for Submitting IEEE Papers

This workspace is designed to help you create and prepare IEEE papers using Typst. Hope this could help you get started with writing your paper in Typst until IEEE provides official support for Typst.

Usage

Click and focus the document that you want to export, then run the following tasks in VSCode:

  • "Export to LaTeX (IEEE)" - Exports the Typst document to LaTeX format.
  • "Export to Word (IEEE)" - Exports the Typst document to Word format.

How does it work?

It converts typst main file to unstyled body markup and PDF Figures by HTML Export. The ieee-tex.typ then glues official IEEE templates together with the body markup to produce a final PDF that is ready for submission.

Task Samples

See Tasks for a list of tasks that can be run in this workspace.