% ====================[ moderncv-lyx-conf.sty         ]====================
%                     [ Time-stamp: "2009-04-18 19:29:36 leycec" ]
%
% --------------------( CHANGELOG                          )--------------------
% 2009-09-12  Cecil Curry  <http://raiazome.com>
%   * Created.

% ....................{ PROVIDES                           }....................
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{moderncv-lyx-conf}[2009/09/12 v0.0.1 moderncv cum LyX Configuration]

% ....................{ THEME                              }....................
% Set boolean options declared at the top of "moderncv-lyx.sty".
\setkeys{mcvl}{theme=-postmodern}

% ....................{ STRINGS                            }....................
\AtBeginDocument{
% The following strings are mandatory.
\firstname{Brian}
\familyname{W.~Curry}

% The following strings are optional. If unwanted, you may comment them out
% (e.g., prefix the line on which they appear with a '%').
\title{Software Architect | Archetypal Poet | Permaculturist}
\address{8 Te Ara Crescent\\ RD 1\\ Lyttelton 8971\\ \textsc{New Zealand}}
\phone{\textbf{+}64 3 329 3151}
%\phone{+64 3 329 3151}
%\mobile{mobile (optional)}
%\fax{fax (optional)}
\email{\href{mailto:leycec@gmail.com}%
            {\textsc{mailto:}leycec
             \textbf{\{}at\textbf{\}}gmail
             \textbf{\{}dot\textbf{\}}com}}
\extrainfo{\href{http://raiazome.com/leycec}%
                {\textsc{http://}raiazome.com/leycec}}
%\quote{``To stop and consider.'' \textit{--- John Keats}}

% '64pt' is the height the picture must be resized to and 'picture' is the name
% of the picture file.
%\photo[64pt]{picture}
\photo{grapheme}
}

% --------------------( COPYRIGHT AND LICENSE              )--------------------
% The information below applies to everything in this distribution,
% except where noted.
%              
% Copyleft 2010, 2009 by Cecil Curry.
%   
%   http://www.raiazome.com
% 
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 3 of the License, or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program. If not, see <http://www.gnu.org/licenses/>.
