Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeorgeHoneywood/alta-typst
A simple Typst CV template, inspired by AltaCV by LianTze Lim.
https://github.com/GeorgeHoneywood/alta-typst
typst
Last synced: 6 days ago
JSON representation
A simple Typst CV template, inspired by AltaCV by LianTze Lim.
- Host: GitHub
- URL: https://github.com/GeorgeHoneywood/alta-typst
- Owner: GeorgeHoneywood
- License: mit
- Created: 2023-01-28T17:56:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T20:27:47.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:16:03.535Z (3 months ago)
- Topics: typst
- Homepage:
- Size: 559 KB
- Stars: 133
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - alta-typst - A simple Typst CV template, inspired by AltaCV by LianTze Lim (Templates & Libraries / CV)
- latex-templates - GeorgeHoneywood/<br>alta-typst - typst?style=flat-square)<br/>![19](https://img.shields.io/github/forks/GeorgeHoneywood/alta-typst?style=flat-square)<br/>![2023-08-26](https://img.shields.io/github/last-commit/GeorgeHoneywood/alta-typst?style=flat-square) | A simple Typst CV template, inspired by AltaCV by LianTze Lim. | (Popular & New Non-LaTeX Templates / Others)
- awesome-typst-cn - alta-typst
README
# Alta Typst
A simple Typst CV template, inspired by [AltaCV by LianTze Lim](https://github.com/liantze/AltaCV). [LaurenzV's simplecv](https://github.com/LaurenzV/simplecv) was used as a Typst code reference. See [`example.pdf`](example.pdf) for the rendered PDF output.
The layout is two columns, with one wrapping into the next when space runs out. If you'd like to force an early column or page break, you can use the `#colbreak()` command.
## Usage
### On [typst.app](https://typst.app/)
Upload both the `.typ` files and the `icons/` folder to your Typst project, then see `example.typ`. Uploading folders to the web app is unsupported, but you can select multiple files at once.
### With [Typst CLI](https://github.com/typst/typst)
Fork and clone this repo, then run `typst watch example.typ`.
Note that the template is intended for use with the IBM Plex Sans font, which isn't currently bundled with the Typst CLI — so the rendered output on your machine may differ slightly. You can run `typst fonts` to see which fonts can be used instead.
### Icons
Add extra icons by uploading more `.svg` files to the `icons/` folder. The existing icons are from [Font Awesome](https://fontawesome.com/search?o=r&m=free). You can then reference their file names as the `name` values in the `links` array passed into the `alta` function.
## Licence
[MIT](./LICENSE)
Icons are from Font Awesome, subject to [their terms](https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt).