-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd9ff73
commit 2ba2685
Showing
2 changed files
with
5 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Docker Awesome CV | ||
# Docker XeLaTeX Image for Awesome CV | ||
|
||
Docker Image used to compile [Awesome CV](https://github.com/posquit0/Awesome-CV). | ||
Minimal Docker Image used to compile XeLaTeX files. It can also be used to compile [Awesome CV](https://github.com/posquit0/Awesome-CV). | ||
|
||
Based on Ubuntu 20.04 and with all the tools needed to build Awesome CV, font-awesome included. | ||
Based on Ubuntu 20.04, it contains `make`, `texlive-xetex` and `git`. | ||
|
||
## How to use it | ||
|
||
You can use it interactively and use xelatex to compile your CV `xelatex cv.tex`. | ||
You can use it interactively and use XeLaTeX to compile your file `xelatex file.tex`. |