Skip to content

Commit

Permalink
docs: add overleaf.com templates links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Feb 5, 2025
1 parent f456735 commit 0dbb80e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ Now with support for Chinese, Japanese and Korean character encoding. Setup is o
<td width="33%">
<img src="docs/media/classic.png"
alt="Classic CV example preview" />
<a href="https://www.overleaf.com/latex/templates/jan-kusters-classic-cv/tvghvdsffwgs">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/modern.png"
alt="Modern CV example preview" />
<a href="https://www.overleaf.com/latex/templates/jan-kusters-modern-cv/kbfxhgjtxhgh">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/minimal.png"
Expand All @@ -51,20 +53,23 @@ Now with support for Chinese, Japanese and Korean character encoding. Setup is o
<tr>
<th>Two Columns</th>
<th>Sidebar</th>
<th>Sidebar Left</th>
<th>Sidebar Left</th>
</tr>
<tr>
<td width="33%">
<img src="docs/media/two_column.png"
alt="Two Column CV example preview" />
<a href="https://www.overleaf.com/latex/templates/jan-kusters-two-column-cv/mgdkqgdcktjv">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/sidebar.png"
alt="Sidebar CV example preview" />
<a href="https://www.overleaf.com/latex/templates/sidebar-cv/kssfdykmmdvz">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/sidebarleft.png"
alt="Left sidebar CV example preview" />
<a href="https://www.overleaf.com/latex/templates/jan-kusters-left-sidebar-cv/tmmnhrkcmpgv">Edit on overleaf</a>
</td>
</tr>
</table>
Expand All @@ -79,10 +84,12 @@ Now with support for Chinese, Japanese and Korean character encoding. Setup is o
<td width="33%">
<img src="docs/media/rows.png"
alt="Row-Layout CV example preview" />
<a href="https://www.overleaf.com/latex/templates/jan-kusters-row-layout-cv/pdjxrdkpddzq">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/infographics.png"
alt="Infographics CV example preview" />
<a href="https://www.overleaf.com/latex/templates/infographics-cv/hdgkztmhztph">Edit on overleaf</a>
</td>
<td width="33%">
<img src="docs/media/infographics2_en.png"
Expand All @@ -107,6 +114,23 @@ You need a minimal tex-live distribution to compile the templates. **No XeTeX, K

## How to build?

There are multiple ways to build your very own version of these templates.

### Using Overleaf

Most of the templates are also available on [Overleaf](https://overleaf.com), an
online LaTeX editing and publishing tool.

Just pick one and start editing without any local installation required:

- <a href="https://www.overleaf.com/latex/templates/jan-kusters-classic-cv/tvghvdsffwgs">Classic</a>
- <a href="https://www.overleaf.com/latex/templates/jan-kusters-modern-cv/kbfxhgjtxhgh">Modern</a>
- <a href="https://www.overleaf.com/latex/templates/jan-kusters-two-column-cv/mgdkqgdcktjv">Two Column</a>
- <a href="https://www.overleaf.com/latex/templates/sidebar-cv/kssfdykmmdvz">Sidebar</a>
- <a href="https://www.overleaf.com/latex/templates/jan-kusters-left-sidebar-cv/tmmnhrkcmpgv">Left sidebar</a>
- <a href="https://www.overleaf.com/latex/templates/jan-kusters-row-layout-cv/pdjxrdkpddzq">Row Layout</a>
- <a href="https://www.overleaf.com/latex/templates/infographics-cv/hdgkztmhztph">Infographics</a>

### Using Docker

We now have a Dockerfile you can use to build your latex environment.
Expand Down

0 comments on commit 0dbb80e

Please sign in to comment.