summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-21 23:58:58 +0000
committerKarl Berry <karl@freefriends.org>2012-05-21 23:58:58 +0000
commita7b8fe1003c960fbd27086146bb341a6ddae788a (patch)
treeed903293e66d4470669962e1d77abfb05dc561e2 /Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex
parenteec1bcc6efce237f93a0615bee7089ba973beedc (diff)
mycv (21may12)
git-svn-id: svn://tug.org/texlive/trunk@26558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex63
1 files changed, 0 insertions, 63 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex b/Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex
deleted file mode 100644
index f02c81481e5..00000000000
--- a/Master/texmf-dist/doc/latex/mycv/Doc/FrontBackMatter/Titlepage+Abstract.tex
+++ /dev/null
@@ -1,63 +0,0 @@
-
-\begin{titlepage}
-\begin{center}
-
-% ===========
-% Definitions
-% ===========
-
-% 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 \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} \ No newline at end of file