Lebenslauf mit moderncv

Layout von Seiten, Rändern, Fusszeilen, usw, modifizieren


utrec
Forum-Newbie
Forum-Newbie
Beiträge: 7
Registriert: Sa 16. Feb 2013, 13:16

Lebenslauf mit moderncv

Beitrag von utrec »

Hallo Leute,
ich möchte meinen Lebenslauf entwerfen. Woweit klappt alles ganz gut. Das einzigste was ich gerne ändern würde ist, dass ich meine Namensangabe und den Schriftzug "Curriculum Vitae" gerne etwas nach oben verscheiben würde, damit er nicht mehr bündig zur Unterkante des Bildes und der Anschrift steht.
Kann mir jemand dabei helfen?

Vielen Dank :)

\documentclass[11pt,a4paper,sans]{moderncv}

%----------------------------------------------------------------------------------
% Grundeinstellungen
%----------------------------------------------------------------------------------
%\usepackage[utf8x]{inputenc}		% Zeichenkodierung: Unterstützung erweiterter Eingabe-Zeichensätze mit ihren unterschiedlichen Kodierungen (z. B. ä, ö, ü usw.)
\usepackage[T1]{fontenc}		% Schriftart: alle 256 Zeichen des europäischen Zeichenvorrates in T1-Kodierung
\usepackage[ngerman]{babel}		% Babel-System: Anpassung für LaTeX an viele Sprachen
\usepackage{microtype}			% Mikrotypograï¬￾sche Feinheiten: optischen Randausgleich und minimale Skalierung der Buchstaben
\usepackage{ellipsis}			% kümmert sich um den Leerraum rund um die Auslassungspunkte
\moderncvstyle{classic}			% style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue}
\usepackage[scale=0.77]{geometry}
\setlength{\hintscolumnwidth}{3.02cm}	% if you want to change the width of the column with the dates
\AtBeginDocument{\recomputelengths}	% required when changes are made to page layout lengths
%\nopagenumbers{} 			% uncomment to suppress automatic page numbering for CVs longer than one page

%----------------------------------------------------------------------------------
% personal data
%----------------------------------------------------------------------------------
\firstname{Max}
\familyname{Mustermann}
\title{Curriculum Vitae}               % optional, remove the line if not wanted
\address{Street}{City}    % optional, remove the line if not wanted
\mobile{12345678}                    % optional, remove the line if not wanted
% \phone{+49\,89\,22530412}                      % optional, remove the line if not wanted%\fax{fax (optional)}                          % optional, remove the line if not wanted
\email{mustermann@max.com}                      % optional, remove the line if not wanted
\photo[85pt]{picture.jpg}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted

%----------------------------------------------------------------------------------
% Neue Befehele
%----------------------------------------------------------------------------------

Epllus
Forum-Guru
Forum-Guru
Beiträge: 470
Registriert: So 23. Sep 2012, 17:31

Beitrag von Epllus »

Poste mal ein lauffähiges, vollständiges Minimalbeispiel.

Grüße
Epllus

utrec
Forum-Newbie
Forum-Newbie
Beiträge: 7
Registriert: Sa 16. Feb 2013, 13:16

Beitrag von utrec »

So das ist dsa Beispiel. Danke!
\documentclass[11pt,a4paper,sans]{moderncv} 

%---------------------------------------------------------------------------------- 
% Grundeinstellungen 
%---------------------------------------------------------------------------------- 
%\usepackage[utf8x]{inputenc}      % Zeichenkodierung: Unterstützung erweiterter Eingabe-Zeichensätze mit ihren unterschiedlichen Kodierungen (z. B. ä, ö, ü usw.) 
\usepackage[T1]{fontenc}      % Schriftart: alle 256 Zeichen des europäischen Zeichenvorrates in T1-Kodierung 
\usepackage[ngerman]{babel}      % Babel-System: Anpassung für LaTeX an viele Sprachen 
\usepackage{microtype}         % Mikrotypograï¬￾sche Feinheiten: optischen Randausgleich und minimale Skalierung der Buchstaben 
\usepackage{ellipsis}         % kümmert sich um den Leerraum rund um die Auslassungspunkte 
\moderncvstyle{classic}         % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking' 
\moderncvcolor{blue} 
\usepackage[scale=0.77]{geometry} 
\setlength{\hintscolumnwidth}{3.02cm}   % if you want to change the width of the column with the dates 
\AtBeginDocument{\recomputelengths}   % required when changes are made to page layout lengths 
%\nopagenumbers{}          % uncomment to suppress automatic page numbering for CVs longer than one page 

%---------------------------------------------------------------------------------- 
% personal data 
%---------------------------------------------------------------------------------- 
\firstname{Max} 
\familyname{Mustermann} 
\title{Curriculum Vitae}               % optional, remove the line if not wanted 
\address{Street}{City}    % optional, remove the line if not wanted 
\mobile{12345678}                    % optional, remove the line if not wanted 
% \phone{+49\,89\,22530412}                      % optional, remove the line if not wanted%\fax{fax (optional)}                          % optional, remove the line if not wanted 
\email{mustermann@max.com}                      % optional, remove the line if not wanted 
\photo[85pt]{picture.jpg}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted 

%---------------------------------------------------------------------------------- 
% Neue Befehele 
%---------------------------------------------------------------------------------- 

\newcommand{\Rechts}[1]{\mbox{}~\hfill\raggedleft\footnotesize\itshape \mbox{#1}}

% to show numerical labels in the bibliography; only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother

% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}


%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------

\begin{document}
\maketitle

\section{Persönliche Angaben}
    \cvline{Geburtsdatum}{30. Januar 1900}
    \cvline{Geburtsort}{abc}

    
\section{Hochschulstudium }
    \cvline{seit 04/2020}{\textbf{college}, \newline{} 
    BWL, B.Sc \Rechts{1. Semester}}
  

\section{Schulische Bildung}
  \cvline{09/2000\,--\,08/2020}{\textbf{Allgemeine Hochschulreife}, \textit{school}, city}

  
\section{Sprachen}
  \cvline{Deutsch}{Muttersprache}
  \cvline{Englisch}{Flie\ss end}




  \vspace*{1.5cm} % vor diesem Befehl muss ein Absatz stehen!!!
  \normalsize city, \today

  \vspace*{1.2cm}
  \textit{\normalsize Max Mustermann}

\end{document}

Epllus
Forum-Guru
Forum-Guru
Beiträge: 470
Registriert: So 23. Sep 2012, 17:31

Beitrag von Epllus »

So?
\documentclass[11pt,a4paper,sans,draft]{moderncv} 

%---------------------------------------------------------------------------------- 
% Grundeinstellungen 
%---------------------------------------------------------------------------------- 
%\usepackage[utf8x]{inputenc}      % Zeichenkodierung: Unterstützung erweiterter Eingabe-Zeichensätze mit ihren unterschiedlichen Kodierungen (z. B. ä, ö, ü usw.) 
\usepackage[T1]{fontenc}      % Schriftart: alle 256 Zeichen des europäischen Zeichenvorrates in T1-Kodierung 
\usepackage[ngerman]{babel}      % Babel-System: Anpassung für LaTeX an viele Sprachen 
\usepackage{microtype}         % Mikrotypograï¬￾sche Feinheiten: optischen Randausgleich und minimale Skalierung der Buchstaben 
\usepackage{ellipsis}         % kümmert sich um den Leerraum rund um die Auslassungspunkte 
\moderncvstyle{classic}         % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking' 
\moderncvcolor{blue} 
\usepackage[scale=0.77]{geometry} 
\setlength{\hintscolumnwidth}{3.02cm}   % if you want to change the width of the column with the dates 
\AtBeginDocument{\recomputelengths}   % required when changes are made to page layout lengths 
%\nopagenumbers{}          % uncomment to suppress automatic page numbering for CVs longer than one page 

%---------------------------------------------------------------------------------- 
% personal data 
%---------------------------------------------------------------------------------- 
\firstname{Max} 
\familyname{Mustermann} 
\title{Curriculum Vitae\vspace{10pt}}               % optional, remove the line if not wanted 
\address{Street}{City}    % optional, remove the line if not wanted 
\mobile{12345678}                    % optional, remove the line if not wanted 
% \phone{+49\,89\,22530412}                      % optional, remove the line if not wanted%\fax{fax (optional)}                          % optional, remove the line if not wanted 
\email{mustermann@max.com}                      % optional, remove the line if not wanted 
\photo[85pt]{picture.jpg}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted 

%---------------------------------------------------------------------------------- 
% Neue Befehele 
%---------------------------------------------------------------------------------- 

\newcommand{\Rechts}[1]{\mbox{}~\hfill\raggedleft\footnotesize\itshape \mbox{#1}} 

% to show numerical labels in the bibliography; only useful if you make citations in your resume 
%\makeatletter 
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}} 
%\makeatother 

% bibliography with mutiple entries 
%\usepackage{multibib} 
%\newcites{book,misc}{{Books},{Others}} 


%---------------------------------------------------------------------------------- 
%            content 
%---------------------------------------------------------------------------------- 

\begin{document} 
\maketitle 

\section{Persönliche Angaben} 
    \cvline{Geburtsdatum}{30. Januar 1900} 
    \cvline{Geburtsort}{abc} 

    
\section{Hochschulstudium } 
    \cvline{seit 04/2020}{\textbf{college}, \newline{} 
    BWL, B.Sc \Rechts{1. Semester}} 
  

\section{Schulische Bildung} 
  \cvline{09/2000\,--\,08/2020}{\textbf{Allgemeine Hochschulreife}, \textit{school}, city} 

  
\section{Sprachen} 
  \cvline{Deutsch}{Muttersprache} 
  \cvline{Englisch}{Flie\ss end} 




  \vspace*{1.5cm} % vor diesem Befehl muss ein Absatz stehen!!! 
  \normalsize city, \today 

  \vspace*{1.2cm} 
  \textit{\normalsize Max Mustermann} 

\end{document} 
Du kannst \vspace{} nach deinen Wünschen anpassen.

Hoffe es hilft
Epllus

Antworten