summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/limecv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-25 20:59:01 +0000
committerKarl Berry <karl@freefriends.org>2017-11-25 20:59:01 +0000
commiteaf5f8406e86635e0c9299c7784662d3f39a2546 (patch)
treebfd92e93988c3620b18e2d0dc713fb0b4482cf87 /Master/texmf-dist/doc/latex/limecv
parent2f6ef1426efcea1eafdd9ca9d5cbd08e0e9726d5 (diff)
limecv (25nov17)
git-svn-id: svn://tug.org/texlive/trunk@45906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/limecv')
-rw-r--r--Master/texmf-dist/doc/latex/limecv/README.md20
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdfbin112411 -> 112373 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.tex5
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdfbin95466 -> 95394 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.tex4
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdfbin53487 -> 56455 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex6
-rw-r--r--Master/texmf-dist/doc/latex/limecv/limecv.pdfbin329677 -> 333109 bytes
8 files changed, 13 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/limecv/README.md b/Master/texmf-dist/doc/latex/limecv/README.md
index 989f872feaa..c50155f639b 100644
--- a/Master/texmf-dist/doc/latex/limecv/README.md
+++ b/Master/texmf-dist/doc/latex/limecv/README.md
@@ -11,14 +11,16 @@ Example CV:
<img src="images/cover_letter.png" alt-="cover letter example" width="300px"/>
</div>
+`limecv` offers support for a bio/profile, contact details, language skills, (general) skills, projects, education, experience and references. It also features a custom cover letter design.
+
## Installation
-The package is available from CTAN, to install this document class using your favourite package manager.
+The package is [available from CTAN](https://ctan.org/pkg/limecv), so you should use a package manager to install this package.
After installing this package, make sure you have the following fonts installed:
* [FontAwesome][FA]
-* [Fira][fira]
+* [Fira][fira] (only needed when using XeLaTeX/LuaLaTeX)
The following packages need to be installed on your system. They are all available on CTAN:
`kvoptions`,
@@ -40,7 +42,7 @@ The following packages need to be installed on your system. They are all availab
## Documentation
-The class documentation can be found on CTAN.
+The class documentation can be found on [CTAN](http://mirrors.ctan.org/macros/latex/contrib/limecv/limecv.pdf).
Alternatively, the documentation can also be created by running `pdflatex limecv.dtx`.
@@ -48,18 +50,6 @@ Alternatively, the documentation can also be created by running `pdflatex limecv
To compile the examples in `/examples/`, install the package from CTAN or compile from source by running: `pdflatex limecv.ins` and copy the resulting `limecv.cls` file to the `/examples/` folder.
-## Roadmap
-
-Below is a list of upcoming features and important to-d items. After these have been resolved, the first stable release will be released.
-
-- [x] Publish to CTAN.
-- [x] Initial release.
-- [x] LuaLaTeX support.
-- [x] LaTeX support.
-- [ ] Cleaned code.
-- [x] `.dtx` source code format.
-- [ ] Real testing by third party.
-
## Licence
LPPL v1.3c See LICENSE file.
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
index 9558f626fdc..9f80f454148 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.tex b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.tex
index 96e0e9a1a34..6f2b24734fd 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.tex
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.tex
@@ -27,6 +27,7 @@
% Defaults used in template design.
\usepackage[margin=\cvMargin,noheadfoot]{geometry}
+ \cvSetLanguage{dutch}
% For cover letter.
\usepackage{lipsum}
@@ -34,7 +35,7 @@
\begin{document}
% Design of side bar.
- \begin{cvSideBar}
+ \begin{cvSidebar}
\cvID{John}{Doe}{picture}{position}
\begin{cvProfile}
@@ -71,7 +72,7 @@
\cvProject[image=limecv-icon,width=1cm,link=https://github.com/opieters/limecv]{\texttt{limecv}}{A \LaTeX\ CV document class.}
\end{cvProjects}
- \end{cvSideBar}
+ \end{cvSidebar}
\begin{cvMainContent}
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
index 390eb037877..28d661bf7e1 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.tex b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.tex
index 93b67070225..8c585ca6070 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.tex
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.tex
@@ -35,7 +35,7 @@
\begin{document}
% Design of side bar.
- \begin{cvSideBar}
+ \begin{cvSidebar}
\cvID{John}{Doe}{picture}{position}
\begin{cvProfile}
@@ -72,7 +72,7 @@
\cvProject[image=limecv-icon,width=1cm,link=https://github.com/opieters/limecv]{\texttt{limecv}}{A \LaTeX\ CV document class.}
\end{cvProjects}
- \end{cvSideBar}
+ \end{cvSidebar}
\begin{cvMainContent}
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
index c7d990b2fac..2d339ef2270 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
index 8f6e288f42c..e390aecfd00 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
@@ -36,7 +36,7 @@
% Design of side bar.
-\begin{cvSideBar}
+\begin{cvSidebar}
\cvID{John}{Doe}{picture}{position}
\begin{cvProfile}
@@ -73,7 +73,7 @@
\cvProject[image=limecv-icon,width=1cm,link=https://github.com/opieters/limecv]{\texttt{limecv}}{A \LaTeX\ CV document class.}
\end{cvProjects}
-\end{cvSideBar}
+\end{cvSidebar}
\begin{cvMainContent}
@@ -136,7 +136,7 @@ Dear Miss.\ Smith
\vspace{\baselineskip}
-\lipsum[1-3]
+\lipsum[1-8]
\vspace{\cvMargin}
diff --git a/Master/texmf-dist/doc/latex/limecv/limecv.pdf b/Master/texmf-dist/doc/latex/limecv/limecv.pdf
index 325eecc76f4..b17f45cddc2 100644
--- a/Master/texmf-dist/doc/latex/limecv/limecv.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/limecv.pdf
Binary files differ