summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cv4tw
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-12 22:22:08 +0000
committerKarl Berry <karl@freefriends.org>2014-07-12 22:22:08 +0000
commit19b2d7d90094fbc85b6282f6be53e4bb10f6ab70 (patch)
treea6ec1c33451026c28694ff5fc54420abdc768101 /Master/texmf-dist/doc/latex/cv4tw
parentf89df87bd91c2b2d85ca74b1bd348b08874c98dc (diff)
cv4tw (12jul14)
git-svn-id: svn://tug.org/texlive/trunk@34577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cv4tw')
-rw-r--r--Master/texmf-dist/doc/latex/cv4tw/README78
-rw-r--r--Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-compact.pdfbin0 -> 41818 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-sharp.pdfbin0 -> 42459 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-simple.pdfbin0 -> 40528 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne.pdfbin47469 -> 0 bytes
5 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cv4tw/README b/Master/texmf-dist/doc/latex/cv4tw/README
new file mode 100644
index 00000000000..ffef0201b0c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cv4tw/README
@@ -0,0 +1,78 @@
+cv4tw
+=====
+
+LaTeX CV class, with assets, social networks, and customizable styles.
+
+Official site is on GitHub: https://github.com/Cicatrice/cv4tw
+
+
+Available themes
+----------------
+* [`sharp`](examples/sample-jules-verne-sharp.pdf): Elegant header, to introduce a long resume
+* [`simple`](examples/sample-jules-verne-simple.pdf): A classic format, perfect for resume with short contacts details
+* [`compact`](examples/sample-jules-verne-compact.pdf): design for short CV (1 page), with a left column showing your picture and contact details
+
+[Have a look to the themes matrix !](http://cv4tw.6kt.eu/themes-matrix.html)
+
+Available schemes
+-----------------
+* `celadon`
+* `tan`
+* `gray`
+* `purple`
+* `teal`
+* `minuit`
+* Default theme is red
+* If you want a custom scheme, add the following lines right before `\usetheme` statement
+```tex
+\definecolorifnotdef{contrastmain}{RGB}{219,255,242} % Main theme color in contrast mode
+\definecolorifnotdef{main}{RGB}{60,76,70} % Main theme color
+\definecolorifnotdef{soft}{RGB}{50,64,58} % Soft color, for title
+```
+
+Quick install guide
+===================
+
+on Fedora
+---------
+* Run the following command
+```bash
+sudo yum install texlive texlive-xetex texlive-newenviron texlive-xetex-def texlive-xstring texlive-lastpage texlive-libertine texlive-euenc texlive-pbox texlive-needspace texlive-fontawesome fontawesome-fonts texlive-realboxes
+```
+
+on Debian-based
+---------------
+* Run the following command
+```bash
+sudo apt-get install texlive-latex-extra texlive-xetex texlive-fonts-extra fonts-linuxlibertine
+```
+
+on Windows
+----------
+* Install MikTeX
+* All depedencies might be installed automatically on LaTeX processing
+
+Compile example
+===============
+* go in [`examples`](examples) folder
+* on Windows, edit Makefile, and replace `TEXINPUTS=.:..:` with `TEXINPUTS=..`
+* run:
+```bash
+make clean all
+```
+* default theme is [`sharp`](examples/sample-jules-verne-sharp.pdf). To use another exemple, run the following command:
+```bash
+CVTHEME=compact make clean all
+```
+
+Go further with customization
+=============================
+If you need some changes in themes, you can have a look to [this guide](CUSTOMIZE.md).
+
+Change logs
+===========
+* 2014-05-25: even more documentation
+* 2014-05-21: quick install guide, custom fields added
+* 2014-01-19: working version, lack a bit of documentation
+* 2014-01-08: alpha version, almost working
+
diff --git a/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-compact.pdf b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-compact.pdf
new file mode 100644
index 00000000000..bda8855d1be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-compact.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-sharp.pdf b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-sharp.pdf
new file mode 100644
index 00000000000..c90bab67f37
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-sharp.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-simple.pdf b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-simple.pdf
new file mode 100644
index 00000000000..dbc3a70676a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne-simple.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne.pdf b/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne.pdf
deleted file mode 100644
index 866c8cd577f..00000000000
--- a/Master/texmf-dist/doc/latex/cv4tw/sample-jules-verne.pdf
+++ /dev/null
Binary files differ