From e70002cc73d7cee264bc67b5ebbd7d6f0dc7e4fc Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Fri, 11 Dec 2015 09:55:05 +0100 Subject: [PATCH] restructured files and folders --- README.md | 17 +++--------- classic/README.md | 1 + infographics/README.md | 1 + modern/README.md | 46 ++++++++++++++++++++++++++++++++ main.pdf => modern/main.pdf | Bin main.tex => modern/main.tex | 0 myfoto.jpg => modern/myfoto.jpg | Bin qrcode.png => modern/qrcode.png | Bin 8 files changed, 51 insertions(+), 14 deletions(-) create mode 100644 classic/README.md create mode 100644 infographics/README.md create mode 100644 modern/README.md rename main.pdf => modern/main.pdf (100%) rename main.tex => modern/main.tex (100%) rename myfoto.jpg => modern/myfoto.jpg (100%) rename qrcode.png => modern/qrcode.png (100%) diff --git a/README.md b/README.md index 7d75cdc..0ef9215 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ latexcv Introduction ------------ -A modern cv / resume written in latex. +A collection of simple and easy to use, yet powerful LaTex templates for CV and resume. Where to download? ------------------ -You can build from this source. The main.pdf shows the example output. +You can build them from this source. In each folder is a main.tex, which needs to be compiled by your LaTex distribution. The main.pdf shows the example output. License @@ -34,12 +34,6 @@ 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. - - -Versioning scheme ------------------ - - Build instructions @@ -49,13 +43,8 @@ Build instructions - Run the main.tex and build with a LaTeX environment of your choice. -Contributing guidelines ------------------------ - -Standard procedure. - Credits ------- -2014, Jan Küster +Jan Küster www.jankuester.com diff --git a/classic/README.md b/classic/README.md new file mode 100644 index 0000000..faa9605 --- /dev/null +++ b/classic/README.md @@ -0,0 +1 @@ +This will son include a classic cv. \ No newline at end of file diff --git a/infographics/README.md b/infographics/README.md new file mode 100644 index 0000000..436831e --- /dev/null +++ b/infographics/README.md @@ -0,0 +1 @@ +This will soon include a cv with lots of infographics. \ No newline at end of file diff --git a/modern/README.md b/modern/README.md new file mode 100644 index 0000000..a30376d --- /dev/null +++ b/modern/README.md @@ -0,0 +1,46 @@ +latexcv/modern +======= + +Introduction +------------ + +A modern cv / resume written in latex. + + + +License +------- + +The MIT License (MIT) + +Copyright (c) 2014 Jan Küster + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), 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 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. + + + +Build instructions +------------------ + +- You need the tex-live distribution and tex-live fonts to build. +- Run the main.tex and build with a LaTeX environment of your choice. + + +Credits +------- + +Jan Küster +www.jankuester.com diff --git a/main.pdf b/modern/main.pdf similarity index 100% rename from main.pdf rename to modern/main.pdf diff --git a/main.tex b/modern/main.tex similarity index 100% rename from main.tex rename to modern/main.tex diff --git a/myfoto.jpg b/modern/myfoto.jpg similarity index 100% rename from myfoto.jpg rename to modern/myfoto.jpg diff --git a/qrcode.png b/modern/qrcode.png similarity index 100% rename from qrcode.png rename to modern/qrcode.png