summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/komacv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-17 22:26:24 +0000
committerKarl Berry <karl@freefriends.org>2017-04-17 22:26:24 +0000
commit73141e9a7897a597eeaa15107728bb7cf2879dbe (patch)
tree77d41ed16dfa75218e94cb86d48d1e780dbebe54 /Master/texmf-dist/doc/latex/komacv
parentf0f5600c20467be8d19a1fc45b61463c26718ebe (diff)
komacv (17apr17)
git-svn-id: svn://tug.org/texlive/trunk@43902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/komacv')
-rw-r--r--Master/texmf-dist/doc/latex/komacv/examples/komacv_example.pdfbin0 -> 122312 bytes
-rw-r--r--Master/texmf-dist/doc/latex/komacv/examples/komacv_example.tex40
-rw-r--r--Master/texmf-dist/doc/latex/komacv/examples/komacv_example_casual.pdfbin121808 -> 222056 bytes
-rw-r--r--Master/texmf-dist/doc/latex/komacv/examples/komacv_example_classic.pdfbin121722 -> 203366 bytes
-rw-r--r--Master/texmf-dist/doc/latex/komacv/examples/komacv_example_oldstyle.pdfbin115014 -> 218490 bytes
-rw-r--r--Master/texmf-dist/doc/latex/komacv/komacv.pdfbin304192 -> 187133 bytes
6 files changed, 20 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.pdf b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.pdf
new file mode 100644
index 00000000000..705d2a22c80
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.tex b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.tex
index 3e8dc81900f..d5bdb86df26 100644
--- a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.tex
+++ b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example.tex
@@ -1,15 +1,15 @@
-
-%%start of file `komacv_example.tex'; shows exemplarily the use of the komacv class
+%% start of file `komacv_example.tex'; shows exemplarily the use of the komacv class
%% (c) Copyright 2014-2017 Salome Södergran (salome.soedergran@gmx.ch)
%%
%% Test the flexibility of the class komacv by removing (or adding) the comment signs and changing the values. These are preset not as recommendations of good style but to make the effect as clear as possible!
%%
\documentclass[%
-xcolor=svgnames,%
+% xcolor=svgnames,%
% color=mycolor,%
% DIV=19,
+% fontsize=20,
% style=classic,% (default) OR
-% style=casual,% OR
+% style=casual,% !! remove linebreak in facebook definition (see personal data); OR
% style=oldstyle,%
% headline=name,%
]{komacv}
@@ -40,29 +40,28 @@ xcolor=svgnames,%
% \setlength\aftersecvspace{4\baselineskip}
% \setlength\beforesubsecvspace{3\baselineskip}
% \setlength\aftersubsecvspace{4\baselineskip}
+% \setlength\listitemsymbolwidth{1cm}
% ===========================
% COLORS
% ===========================
-%\xdefinecolor{mycolor}{cmyk}{0.92,0,0.87,0.09}
-%\colorlet{firstnamecolor}{blue}
-%\colorlet{familynamecolor}{red}
-%\colorlet{acadtitlecolor}{green}
-%\colorlet{addresscolor}{gray}
-%\colorlet{quotecolor}{pink}
-%\colorlet{framecolor}{yellow}
-%\colorlet{framebackcolor}{black}
-%\colorlet{secbarcolor}{firstnamecolor}
-%\colorlet{seccolor}{familynamecolor}
-%\colorlet{subseccolor}{pink!70!black}
-%\colorlet{hintcolor}{orange}
+% \xdefinecolor{mycolor}{cmyk}{0.92,0,0.87,0.09}
+% \colorlet{firstnamecolor}{blue}
+% \colorlet{familynamecolor}{red}
+% \colorlet{acadtitlecolor}{green}
+% \colorlet{addresscolor}{gray}
+% \colorlet{quotecolor}{pink}
+% \colorlet{framecolor}{yellow}
+% \colorlet{framebackcolor}{black}
+% \colorlet{secbarcolor}{firstnamecolor}
+% \colorlet{seccolor}{familynamecolor}
+% \colorlet{subseccolor}{pink!70!black}
+% \colorlet{hintcolor}{orange}
% ===========================
% FONTS
% ===========================
-\renewcommand*{\familydefault}{\sfdefault}% default font sans-serif
-
%% Fonts, for use with LuaLaTeX oder XeLaTeX
% \defaultfontfeatures{Renderer=Basic,Ligatures=TeX}
% \setmainfont[Numbers=OldStyle]{Palatino Linotype}
@@ -75,7 +74,7 @@ xcolor=svgnames,%
% \setkomafont{addressfont}{\scriptsize}
% \setkomafont{acadtitlefont}{\usekomafont{familynamefont}}
% \setkomafont{quotefont}{\ttfamily}
-% \setkomafont{section}{\Huge\rmfamily\slshape}
+% \addtokomafont{section}{\Huge\rmfamily\slshape}
% \addtokomafont{subsection}{\bfseries}
@@ -112,7 +111,8 @@ sorting=ydnt,%
\renewcommand*{\homepage}{www.jeyre.me.uk}
% \renewcommand*{\twitter}{twitter.com/janeeyre}
% \renewcommand*{\github}{github.com/janeeyre}
-\renewcommand*{\facebook}{facebook.com/jane.eyre}
+\renewcommand*{\facebook}{facebook.com/\\jane.eyre}
+% \renewcommand*{\facebook}{facebook.com/jane.eyre} % avoid linebreaks in casual style
% \renewcommand*{\linkedin}{https://uk.linkedin.com/pub/jane-eyre}
\renewcommand*{\extrainfo}{Some extra info}
% \renewcommand*{\cvquote}{\enquote{Convinced I grew that neither earth should perish, \\nor one of the souls it treasured.}} %p.373
diff --git a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_casual.pdf b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_casual.pdf
index ac5a724f122..d6d88b2f25e 100644
--- a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_casual.pdf
+++ b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_casual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_classic.pdf b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_classic.pdf
index 7db0bb315c1..2b05eb357e9 100644
--- a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_classic.pdf
+++ b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_classic.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_oldstyle.pdf b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_oldstyle.pdf
index 81a3bbc2497..ed04079df7c 100644
--- a/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_oldstyle.pdf
+++ b/Master/texmf-dist/doc/latex/komacv/examples/komacv_example_oldstyle.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/komacv/komacv.pdf b/Master/texmf-dist/doc/latex/komacv/komacv.pdf
index 6722dd50aea..141ecd61dc3 100644
--- a/Master/texmf-dist/doc/latex/komacv/komacv.pdf
+++ b/Master/texmf-dist/doc/latex/komacv/komacv.pdf
Binary files differ