mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
| .. | ||
| .vscode | ||
| .gitignore | ||
| ieee-template.typ | ||
| ieee-tex.typ | ||
| main.typ | ||
| README.md | ||
| refs.bib | ||
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.