Lebenslauf mit moderncv

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Lebenslauf mit moderncv

von Epllus » Sa 16. Feb 2013, 21:42

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

von utrec » Sa 16. Feb 2013, 17:59

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}

von Epllus » Sa 16. Feb 2013, 15:23

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

Grüße
Epllus

Lebenslauf mit moderncv

von utrec » Sa 16. Feb 2013, 13:23

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
%----------------------------------------------------------------------------------

Nach oben