summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Examples/Contents
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Examples/Contents')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partA.tex4
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partB.tex4
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partC.tex9
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/footer_sign.tex4
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_contacts.tex14
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_title.tex3
6 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partA.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partA.tex
new file mode 100644
index 00000000000..a5ba9e0d58c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partA.tex
@@ -0,0 +1,4 @@
+
+\begin{mychangemargin}{0.1in}{0.1in}
+ \lipsum[73]
+\end{mychangemargin} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partB.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partB.tex
new file mode 100644
index 00000000000..d67ed1614b6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partB.tex
@@ -0,0 +1,4 @@
+
+\begin{mychangemargin}{0.1in}{0.1in}
+ \lipsum[74]
+\end{mychangemargin} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partC.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partC.tex
new file mode 100644
index 00000000000..175ff82cbf0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/contents_partC.tex
@@ -0,0 +1,9 @@
+
+\begin{mychangemargin}{0.1in}{0.1in}
+ A list:
+ \begin{myitemize}
+ \item this is item 1;
+ \item this is item 2;
+ \item .....
+ \end{myitemize}
+\end{mychangemargin} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/footer_sign.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/footer_sign.tex
new file mode 100644
index 00000000000..60307f9f051
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/footer_sign.tex
@@ -0,0 +1,4 @@
+
+\bigskip\bigskip
+\ifmodel{verSPL}{\flushleft}{\relax}
+{\Large\calligra{Adam Smith}} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_contacts.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_contacts.tex
new file mode 100644
index 00000000000..93066603a85
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_contacts.tex
@@ -0,0 +1,14 @@
+\def\cvcontactsep{\\}
+\vspace{0pt} %trick for alignment
+\begin{tikzpicture}
+ \node [fill=myshadecolor,rounded corners=10pt, minimum size= 2.5cm]{%
+ \begin{tabular*}{6cm}{l|l}
+ &Unknown address XYZXYZXYZ\cvcontactsep
+ \raisebox{-3pt}{\Mobilefone} &+39\,0123\,456789\cvcontactsep
+ \raisebox{-3pt}{\Telefon} &Telephone\cvcontactsep
+ \raisebox{-3pt}{\Email} &\href{mailto:unknown@gmail.com}
+ {unknown@gmail.com}\cvcontactsep
+ \end{tabular*}
+ };
+\end{tikzpicture}
+\bigskip \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_title.tex b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_title.tex
new file mode 100644
index 00000000000..6fb52bda72e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_title.tex
@@ -0,0 +1,3 @@
+\bigskip
+{\sffamily\Huge{}Dr. Adam Smith}\\[3pt]%
+{\color{myheadingscolor}\huge\calligra{CurriculumVitae}\\[25pt]} \ No newline at end of file