Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Typst resume template designed for optimal information density and aesthetic appeal.
resume-ng-typst is a Typst-language resume template focused on high information density, taking content written in Typst markup and compiling it into a print-ready PDF with navigation bookmarks.
resume-ng-typst is an open-source resume template written in the Typst typesetting language. Its core function is to accept structured resume content authored in Typst markup (stored in main.typ) and produce a polished single-page PDF resume via the Typst compiler. The project is maintained by fky2015 and draws design inspiration from hijiangtao/resume, with the explicit goal of increasing the information density of a one-page resume without sacrificing legibility. A LaTeX-based sibling project, Resume-NG, offers the same layout philosophy in a different typesetting system.
typst compile main.typ.Typst compiles the .typ source file into a standalone PDF. To use the template locally, install the Typst binary from its GitHub repository, then run typst compile main.typ to generate main.pdf. Alternatively, open the provided Typst Web IDE project link in your browser, edit the same main.typ file, and download the compiled result directly from the web interface.
Yes, the template is publicly available as an open-source project on GitHub, so you can use, modify, and distribute it freely under the project's license.
No, this template uses Typst, not LaTeX. A LaTeX version called Resume-NG exists separately if you need LaTeX compatibility.
Install the Typst binary from the Typst GitHub repository, then run typst compile main.typ in the project root folder. The command will generate main.pdf in the same directory.
Yes. The repository provides a share link to the Typst Web IDE (typst.app/project/rNsNB9n1_qNjwieVpeZxAZ), so you can open the project directly in a browser and start editing immediately.