~ubuntu-branches/ubuntu/raring/texlive-extra/raring

« back to all changes in this revision

Viewing changes to texmf-dist/tex/latex/mycv/mycv_style.sty

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-16 08:22:07 UTC
  • mfrom: (1.1.12) (3.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120516082207-41ox35jj1qsu46a7
Tags: 2012.20120516-1
* new upstream snapshot based on TL2012 tlpretest
* switch to xz compression for orig and deb (Closes: #672428)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
% -------------------------------------------------------
7
7
 
8
8
\RequirePackage{svn-prov}
9
 
\def\versionstr{1.5.4}
 
9
\input{mycv_version.def}
10
10
 
11
11
\ProvidesPackageSVN
12
 
   {$Id: mycv_style.sty 66 2012-04-28 14:38:41Z ghangenit $}
 
12
   {$Id: mycv_style.sty 85 2012-05-12 17:07:42Z ghangenit $}
13
13
   [v\@versionstr][Default style file]
14
14
 
15
15
\RequirePackage{titlesec}  % for title format and spacing
16
 
\RequirePackage{fancyhdr}  % custom footer
17
 
\RequirePackage{xcolor}    % for color
18
 
\RequirePackage{calligra}  % for calligra font 
19
 
\RequirePackage{times}     % times font
20
 
\RequirePackage{pifont}    % 'ding' style for itemize env.
 
16
\RequirePackage{fancyhdr}  % for custom headers and footers
 
17
\RequirePackage{xcolor}    % for colors
 
18
\RequirePackage{calligra}  % for the calligra font 
 
19
\RequirePackage{times}     % for times font
 
20
\RequirePackage{pifont}    % for the ’ding’ style (itemize environment)
21
21
\RequirePackage{marvosym}  % symbols - phone
22
22
\RequirePackage{amssymb}   % symbols - email
23
23
\RequirePackage{hyperref}  % for hypertext links and other stuff
24
 
\RequirePackage{xparse}
 
24
\RequirePackage{xparse}    % for commands with multiple default arguments
25
25
 
26
26
%%%%%%%%%%%
27
27
%         %