summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mycv/mycv_style.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mycv/mycv_style.sty')
-rw-r--r--Master/texmf-dist/tex/latex/mycv/mycv_style.sty128
1 files changed, 74 insertions, 54 deletions
diff --git a/Master/texmf-dist/tex/latex/mycv/mycv_style.sty b/Master/texmf-dist/tex/latex/mycv/mycv_style.sty
index 26e4a110870..57db144615d 100644
--- a/Master/texmf-dist/tex/latex/mycv/mycv_style.sty
+++ b/Master/texmf-dist/tex/latex/mycv/mycv_style.sty
@@ -1,21 +1,38 @@
-% -------------------------------------------------------
-% Copyright 2012 Ghersi Andrea (ghanhawk@gmail.com).
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License version
-% 1.3c, available at 'http://www.latex-project.org/lppl'.
-% -------------------------------------------------------
-
+%%
+%% This is file `mycv_style.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% mycv.dtx (with options: `mycv-style.sty')
+%% --------------------------------------------------------
+%% Author: Andrea Ghersi
+%% Copyright 2012 Ghersi Andrea (ghanhawk@gmail.com).
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License version
+%% 1.3c, available at 'http://www.latex-project.org/lppl'.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%% The Current Maintainer of this work is Andrea Ghersi.
+%%
+%% This work consists of the files listed in the README
+%% file.
+%% --------------------------------------------------------
+
+\NeedsTeXFormat{LaTeX2e}
\RequirePackage{svn-prov}
+
\input{mycv_version.def}
\ProvidesPackageSVN
- {$Id: mycv_style.sty 85 2012-05-12 17:07:42Z ghangenit $}
+ {$Id: mycv_style.sty 89 2012-05-19 18:23:03Z ghangenit $}
[v\@versionstr][Default style file]
\RequirePackage{titlesec} % for title format and spacing
\RequirePackage{fancyhdr} % for custom headers and footers
\RequirePackage{xcolor} % for colors
-\RequirePackage{calligra} % for the calligra font
+\RequirePackage{calligra} % for the calligra font
\RequirePackage{times} % for times font
\RequirePackage{pifont} % for the ’ding’ style (itemize environment)
\RequirePackage{marvosym} % symbols - phone
@@ -23,16 +40,16 @@
\RequirePackage{hyperref} % for hypertext links and other stuff
\RequirePackage{xparse} % for commands with multiple default arguments
-%%%%%%%%%%%
-% %
-% Layout %
-% %
-%%%%%%%%%%%
+%%%%%%%%%%%%
+%% %
+%% Layout %
+%% %
+%%%%%%%%%%%%
-% -----------------------------------------------------
-% passing the option 'showframe' to the package permits
-% to see the page margins: that may be useful for debug
-% -----------------------------------------------------
+%% -----------------------------------------------------
+%% passing the option 'showframe' to the package permits
+%% to see the page margins: that may be useful for debug
+%% -----------------------------------------------------
\RequirePackage[
paperwidth=210mm,
paperheight=297mm,
@@ -41,11 +58,11 @@
columnsep=18pt
]{geometry}
-%%%%%%%%%%%%%%%%%%%%%
-% %
-% Header and footer %
-% %
-%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%
+%% %
+%% Header and footer %
+%% %
+%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\headrulewidth}{0.0pt}
@@ -57,34 +74,34 @@
\pagestyle{fancy}
-%%%%%%%%%%%%%%%%%%%%%%%%
-% %
-% Hyperref and colours %
-% %
-%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %
+%% Hyperref and colours %
+%% %
+%%%%%%%%%%%%%%%%%%%%%%%%%
-% ------------------------------------------
-% setup colours for links, text and headings
-% ------------------------------------------
+%% ------------------------------------------
+%% setup colours for links, text and headings
+%% ------------------------------------------
\definecolor{mylinkcolour}{HTML}{0000FF} % {FF0080} %light purple link for the email
\definecolor{myshadecolor}{HTML}{F0F0F0} % {E4E3E3}%{D4D7FE} %light blue shade
\definecolor{mytextcolor}{HTML}{2b2b2b} % text is almost black
\definecolor{myheadingscolor}{HTML}{701112} % dark red
-% ----------------------
-% setup hyperref package
-% ----------------------
+%% ----------------------
+%% setup hyperref package
+%% ----------------------
\hypersetup{%
colorlinks,breaklinks,%
urlcolor=mylinkcolour,%
linkcolor=mylinkcolour,%
}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% %
-% Section title format and spacing %
-% %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %
+%% Section title format and spacing %
+%% %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareDocumentCommand{\mysectionTitleFormat}%
{O{myheadingscolor} O{myheadingscolor}}%
@@ -103,23 +120,26 @@
\mysectionTitleFormat
\mysectionTitleSpacing
-%%%%%%%%%%%%%%%%%%%
-% %
-% Customized list %
-% %
-%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%
+%% %
+%% Customized list %
+%% %
+%%%%%%%%%%%%%%%%%%%%
\newenvironment{myitemize}%
{\renewcommand{\labelitemi}{\ding{43}}\begin{itemize}}%
{\end{itemize}}
-%%%%%%%%%%%%%%%
-% %
-% Other stuff %
-% %
-%%%%%%%%%%%%%%%
-
-% --------------------------------
-% set text color for the whole doc
-% --------------------------------
-\color{mytextcolor} \ No newline at end of file
+%%%%%%%%%%%%%%%%
+%% %
+%% Other stuff %
+%% %
+%%%%%%%%%%%%%%%%
+
+%% --------------------------------
+%% set text color for the whole doc
+%% --------------------------------
+\color{mytextcolor}
+\endinput
+%%
+%% End of file `mycv_style.sty'.