summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mycv/mycv_misc.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mycv/mycv_misc.def')
-rw-r--r--Master/texmf-dist/tex/latex/mycv/mycv_misc.def69
1 files changed, 47 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/mycv/mycv_misc.def b/Master/texmf-dist/tex/latex/mycv/mycv_misc.def
index f1d69bb39ad..ae6b57543de 100644
--- a/Master/texmf-dist/tex/latex/mycv/mycv_misc.def
+++ b/Master/texmf-dist/tex/latex/mycv/mycv_misc.def
@@ -1,9 +1,31 @@
-% -------------------------------------------------------
-% 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_misc.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% mycv.dtx (with options: `mycv-misc.def')
+%% --------------------------------------------------------
+%% 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.
+%% --------------------------------------------------------
+%% -------------------------------------------------------
+%% 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'.
+%% -------------------------------------------------------
\ProvidesFileSVN
{$Id: mycv_misc.def 66 2012-04-28 14:38:41Z ghangenit $}
@@ -11,9 +33,9 @@
\RequirePackage{hyperref}
-% -----------------------------------------------------
-% partial hyperref setup: the rest is set in style file
-% -----------------------------------------------------
+%% -----------------------------------------------------
+%% partial hyperref setup: the rest is set in style file
+%% -----------------------------------------------------
\hypersetup{%
pdfstartpage = 1,
@@ -25,11 +47,11 @@
pdfcreator = \LaTeX{} with 'mycv' (v\@versionstr)
}
-%%%%%%%%%%%
-% %
-% Margins %
-% %
-%%%%%%%%%%%
+%%%%%%%%%%%%
+%% %
+%% Margins %
+%% %
+%%%%%%%%%%%%
\newenvironment{mychangemargin}[2]
{\begin{list}{}{%
@@ -59,20 +81,23 @@
}%
{\end{list}}
-%%%%%%%%%%%%%%%
-% %
-% Other stuff %
-% %
-%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%
+%% %
+%% Other stuff %
+%% %
+%%%%%%%%%%%%%%%%
\DeclareRobustCommand{\mylang}[2][english]{%
\foreignlanguage{#1}{{z#2}}} %{\color{blue}{#2}}}
-% ------------
-% pdf metadata
-% ------------
+%% ------------
+%% pdf metadata
+%% ------------
\DeclareRobustCommand{\mypdfsubject}[1]{\def\@pdfsubject{#1}}
\DeclareRobustCommand{\mypdfauthor}[1]{\def\@pdfauthor{#1}}
\DeclareRobustCommand{\mypdftitle}[1]{\def\@pdftitle{#1}}
+\endinput
+%%
+%% End of file `mycv_misc.def'.