These images are in the CV are personals. Please replace them with your own photos and logos if you use this template!
IT Dev EN | Physics IT Electronic darkpython EN | Physics IT Hydrogeology darkxp EN |
---|---|---|
The following guide just briefly describes the requirements and build procedure as there are many ways to install a LaTeX distribution on various OS.
- Build Procedure
-
Downloading and Editing
- Clone or download this project.
- Change to a template folder, which contains a
main.tex
file do. - Edit the
main.tex
according to your CV credentials.
-
Terminal build method
- Run
pdflatex main.tex
(build/compile). - The
main.pdf
file should show on output.
- Run
-
Additional build procedure for windows users and for forkers
-
The following two methods needs more programs to install :
*
Python is to create a copy ofmain.tex
namedcompile.tex
and modify it and build from it pdf(s) and image(s).**
ImageMagick &**
Ghostscript to convert pdf(s) to image(s).
-
Batchfile build method
- Execute
compile_"folder container name".bat
(build/compile). - The
CV "theme name" "language" "date".pdf
file(s) should show on output. - The converted image(s) will be moved to
previews
folder.
- Execute
-
Python build method
- Execute
build.py
(build/compile). - The
CV "theme name" "language" "date".pdf
file(s) should show on output. - The converted image(s) will be moved to
previews
folder.
- Execute
-
-
*
recommended for all users
**
additional for forkers
MIT License
Copyright (c) 2021 ACHRAF NAJMI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files CV Rex, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.