-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from fluentdesk/feat-latex
feat/latex
- Loading branch information
Showing
9 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "compact", | ||
"description": "A FluentCV résumé theme based on Awesome-CV for LaTeX.", | ||
"description": "A technical résumé theme based on Awesome-CV for LaTeX.", | ||
"engine": "underscore", | ||
"url": "https://github.com/posquit0/Awesome-CV", | ||
"author": "Byungjin Park <[email protected]> (http://www.posquit0.com)", | ||
"delimeters": { | ||
"interpolate": "\\[\\[([\\s\\S]+?)\\]\\]", | ||
"escape": "\\[\\=([\\s\\S]+?)\\]\\]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "hello-world", | ||
"description": "An example 'Hello, World!' résumé theme for FluentCV.", | ||
"description": "A compact résumé theme for FluentCV.", | ||
"author": "hacksalot <[email protected]>", | ||
"engine": "underscore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "minimist", | ||
"description": "An unstyled starter résumé theme for FluentCV.", | ||
"author": "hacksalot <[email protected]>", | ||
"engine": "handlebars" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\documentclass{article} | ||
\title{[[ r.name ]]'s Resume} | ||
\author{[[ r.name ]]} | ||
\date{December 2015} | ||
\begin{document} | ||
\maketitle | ||
Hello world! My name is [[ r.name ]]. | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "awesome", | ||
"description": "A visually compact résumé theme for FluentCV.", | ||
"author": "hacksalot <[email protected]>", | ||
"engine": "underscore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "modern", | ||
"description": "A contemporary resume template suitable for modern technical candidates and employees.", | ||
"author": "hacksalot <[email protected]>", | ||
"engine": "underscore" | ||
} |