summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex
blob: 14079c3c0ac415ac6dfe807288a2ff7aee05e672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

\begin{titlepage}
\begin{center}

% ===========
% Definitions
% ===========

%\def\version{1.5.2}

% this sets the counter to symbols (*, dagger, and so on)
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}

\def\versionMsg{This file has version number \version{} \texttt{---} %
   documentation dated April 13, 2012 \texttt{---} %
   last revised \today}

% =======================
% Upper part of the page
% =======================

% Date
\textsc{\large\color{gray}\today}\\[0.5cm]

% Title
\HRule\\[0.4cm]%
{\huge\medskip\bfseries\myTitle\footnote{\versionMsg}}\\[0.4cm]%
\HRule\\[1.5cm]

% Author
\large\emph{Author:}\\
\href{mailto:\myMail}{\textsc{\myName}}

\vspace{20pt}
\includegraphics[width=0.30\textwidth]{Images/logo-1.png}\\[1cm]

\vspace{10pt}
\textbf{\textit{Abstract}}\normalsize\par\bigskip
\begin{minipage}{0.75\textwidth}
\noindent
This \LaTeX{} class provides a set of functionality for writing \textit{curriculum vit\ae{}}
with different layouts. To achieve this goal, it adopts a different approach with respect
to the other c.v. classes or packages.

Basically, the idea is that a user can write some custom configuration directives, by means of which
is possible both to produce different c.v. layouts and quickly switch among them.
\\
In order to process such directives, this class uses a set of lists, provided by the package
\textit{etextools}.\;A basic support for using the \textit{TikZ} decorations is also provided.

\end{minipage}

% ==================
% Bottom of the page
% ==================

% --------------------------------------------
% this resets the numbering back to arabic and
% makes sure that the footnote is numbered 1
% --------------------------------------------
\renewcommand{\thefootnote}{\arabic{footnote}}\setcounter{footnote}{0}

\end{center}
\end{titlepage}