Question about ecv: Modify the size of ecvPortrait (image and frame placeholder)
The class is available here and a template here.
In the class, the following command, defines the image environment.
% Command to layout the portrait (must be 60mmx40mm)
newcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-6.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=60mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
Below I have a minimal example. How can I overload with my settings the image environment? E.g., modify the image size to 50mmx40mm and the frame accordingly as well.
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
end
cv ecv
add a comment |
The class is available here and a template here.
In the class, the following command, defines the image environment.
% Command to layout the portrait (must be 60mmx40mm)
newcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-6.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=60mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
Below I have a minimal example. How can I overload with my settings the image environment? E.g., modify the image size to 50mmx40mm and the frame accordingly as well.
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
end
cv ecv
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50
add a comment |
The class is available here and a template here.
In the class, the following command, defines the image environment.
% Command to layout the portrait (must be 60mmx40mm)
newcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-6.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=60mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
Below I have a minimal example. How can I overload with my settings the image environment? E.g., modify the image size to 50mmx40mm and the frame accordingly as well.
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
end
cv ecv
The class is available here and a template here.
In the class, the following command, defines the image environment.
% Command to layout the portrait (must be 60mmx40mm)
newcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-6.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=60mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
Below I have a minimal example. How can I overload with my settings the image environment? E.g., modify the image size to 50mmx40mm and the frame accordingly as well.
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
end
cv ecv
cv ecv
edited Jan 6 at 15:52
dimitris
asked Jan 6 at 15:45
dimitrisdimitris
326110
326110
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50
add a comment |
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50
add a comment |
1 Answer
1
active
oldest
votes
You can use renewcommandecv@Portrait[1]{...}
to overwrite the definition of ecv@Portrait
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
makeatletter
% Command to layout the portrait (must be 60mmx40mm)
renewcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-5.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=50mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
makeatother
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f468838%2fquestion-about-ecv-modify-the-size-of-ecvportrait-image-and-frame-placeholder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use renewcommandecv@Portrait[1]{...}
to overwrite the definition of ecv@Portrait
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
makeatletter
% Command to layout the portrait (must be 60mmx40mm)
renewcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-5.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=50mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
makeatother
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
add a comment |
You can use renewcommandecv@Portrait[1]{...}
to overwrite the definition of ecv@Portrait
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
makeatletter
% Command to layout the portrait (must be 60mmx40mm)
renewcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-5.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=50mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
makeatother
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
add a comment |
You can use renewcommandecv@Portrait[1]{...}
to overwrite the definition of ecv@Portrait
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
makeatletter
% Command to layout the portrait (must be 60mmx40mm)
renewcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-5.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=50mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
makeatother
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
You can use renewcommandecv@Portrait[1]{...}
to overwrite the definition of ecv@Portrait
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
documentclass[english]{ecv}
usepackage{blindtext}
% Dateiname: images/<portrait>.jpg
ecvPortrait{portrait}
ecvName{<Surname(s), Name>}
makeatletter
% Command to layout the portrait (must be 60mmx40mm)
renewcommandecv@Portrait[1]{%
%% A frame as placeholder (with some 1mm inner padding):
pgfrect[stroke]{pgfxy(6.85,0.65)}{pgfxy(4.3,-5.3)}
%% Actually a concrete digital image:
pgfdeclareimage[interpolate=true,height=50mm,width=40mm]{portrait}{#1}
pgfputat{pgfxy(6.77,0.5)}{pgfbox[left,top]{pgfuseimage{portrait}}}
}
makeatother
begin{document}
begin{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Person
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSec{hypertarget{hypertarget:ecvPerson}{ecvPerson}}
ecvEPR{Name} {textsc{<Name>}, <Surname(s)>}
ecvEPR{Addresse}{<House number> <Street>ecvNewLine
<City>, <Postcode>, <Country>}
ecvEPR{Telephone}{<Area code>--<Telephone number>}
ecvEPR{Fax}{<Area code>--<Faxnumber>}
ecvEPR{E-Mail} {ecvHyperEMail{<E-Mail>}}
ecvEPR{Nationality}
{<Nationality>}
ecvEPR{Date of birth}
{<Date of birth>}
ecvBSec{Objective}
ecvEFR{}{blindtext[1]}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvProfession}{ecvProfession}}
% Chronologisch beginnend mit den juengsten Beschaeftigungen
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Company name>}\
<House number><Street>, <City>, <Postcode>, <Country>}
%
ecvEFR{Project <From> until <To>}
{<Topic>}
ecvENR{Position}{<Position held>}
ecvENR{Main responsibilities}
{<List of activities>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Education
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvEducation}{ecvEducation}}
% Universit"at
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{ecvBold{<Title>}}
ecvENR{Institute}
{<Name of educational institution>}
ecvENR{Principal subjects}
{<List of the major subjects>}
ecvENR{Minor subjects}
{<List of minor subjects>}
ecvENR{Grade} {Avarage grade <overall avarage grade>}
% Schule
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Accquired qualifications}
{<Title>}
ecvENR{Graduate school}
{<Name of the school>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Research
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvResearch}{ecvResearch}}
ecvEFB{Diploma thesis}{"`<Title of the diploma thesis>"' --- <Institute>}
ecvEFB{Seminar paper}{"`<Title of the seminar paper>"'
--- <Institute>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Publications
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvPublications}{ecvPublications}}
ecvEFR{Publication}{<Author>:
emph{<Title of the publication>}
<Name of the journal>. <Publisher>,
<City>, <Year>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Jobs
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvJobs}{ecvJobs}}
ecvEFR{Period}{<Year>--<Year>}
ecvENR{Employer}
{ecvBold{<Name of the Company>}, <City>/<Country>}
ecvENR{Employment}
{<Type of the employment>}
ecvENR{Main responsibilities}
{<List of activities>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Languages
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvLanguages}{ecvLanguages}}
ecvERSub{First language}{ecvBold{English}}
ecvEBSub{Other languages}
{<Language> -- Read: <Degree>, Write:
<Degree>, Talk: <Degree>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Language Travels
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSub{ecvLanguageTravels}
ecvEFR{Period}{<Date>--<Date>}
ecvENR{Place} {<City>/<Country>}
ecvENR{Vendor}
{<Organizer>}
ecvENR{Certificate}
{<Name of the accquired certificate>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvPageBreak
ecvBSec{hypertarget{hypertarget:ecvAbilities}{ecvAbilities}}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / social
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Social Skills}
{<Description of the social strengths>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / organisational
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvEBSub{Organisational Skills}
{<Description of organisational skills>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abilities / professional
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Technical Skills}
{<Description of technical skills>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Hobbies
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBEBSub{Hobbies}
{<List of major hobbies and private interests>
}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Attachments
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvBSec{hypertarget{hypertarget:ecvAttachements}{ecvAttachements}}
ecvOVR {<Lsit of all attachements>
}
end{ecv}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Signature
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ecvSig{<Name>, <Surname(s)>}{<City>}
end{document}
answered Jan 6 at 15:52
samcartersamcarter
86.7k795279
86.7k795279
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f468838%2fquestion-about-ecv-modify-the-size-of-ecvportrait-image-and-frame-placeholder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you edit the title of your question to reflect what your question is about? This would help future users who face the same problem to find your question.
– samcarter
Jan 6 at 15:50