Anzeige:
Ergebnis 1 bis 11 von 11

Thema: Plasmati Graduate CV mit Foto!?

  1. #1
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174

    Plasmati Graduate CV mit Foto!?

    Versuche gerade den Plasmati Graduate CV anzupassen.

    Code:
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    % Plasmati Graduate CV
    % LaTeX Template
    % Version 1.0 (24/3/13)
    %
    % This template has been downloaded from:
    % http://www.LaTeXTemplates.com
    %
    % Original author:
    % Alessandro Plasmati (alessandro.plasmati@gmail.com)
    %
    % License:
    % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
    %
    % Important note:
    % This template needs to be compiled with XeLaTeX.
    % The main document font is called Fontin and can be downloaded for free
    % from here: http://www.exljbris.com/fontin.html
    %
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    Hier ein Minimalbsp (Beispielfoto aus dem Internet im Anhang):

    Code:
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
    \setmainfont[]{Fontin Regular}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{\centering{\Huge John \textsc{Smith}}\bigskip\par} % Your name
    
    \section{Persönliche Daten}
    
    \begin{minipage}{0.5\textwidth}
    \begin{tabular}{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Mustermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john@smith.com}{john@smith.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \textsc{Familienstand:} & ledig, keine Kinder
    \end{tabular}
    \end{minipage}
    
    \begin{minipage}{0.2\textwidth}
    \includegraphics{bewerbungsfoto-45x65}
    \end{minipage}
    
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    
    \section{Work Experience}
    
    \begin{tabular}{r|p{11cm}}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    \textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabular}
    
    \end{document}
    Wie bekommt man denn das Foto rechts neben die Tabelle mit den persönliche Daten? Mit Minipage? Ich hab keine Ahnung von Design. Wie sollte man das Foto positionieren?

    P.s.: Man muss mit XeLaTeX kompilieren und braucht die Schriftart "Fontin" http://www.exljbris.com/fontin.html
    Angehängte Grafiken Angehängte Grafiken

  2. #2
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Ok, bin einen Schritt weiter. Man darf zwischen den beiden Umgebungen minipage keine Leerzeile lassen:

    Code:
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
    \setmainfont[]{Fontin Regular}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{\centering{\Huge John \textsc{Smith}}\bigskip\par} % Your name
    
    \section{Persönliche Daten}
    
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \begin{tabular}[t]{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Mustermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john@smith.com}{john@smith.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \textsc{Familienstand:} & ledig, keine Kinder
    \end{tabular}
    \end{minipage}
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \hspace{2.3cm}
    \includegraphics{bewerbungsfoto-45x65}
    \end{minipage}
    
    
    
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    
    \section{Work Experience}
    
    \begin{tabular}{r|p{11cm}}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    \textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabular}
    
    \end{document}
    Das Problem ist nur, dass die Ausrichtung nicht "exakt" ist. Das ist Pi mal Daumen. Welche Möglichkeiten gibt es, das Foto exakt auszurichten? Das Foto sollte zur oberen Linie den gleichen Abstand haben wie der Text daneben. Und rechtsbündig zum Zeilenumbruch...

  3. #3
    Registrierter Benutzer
    Registriert seit
    03.04.2007
    Ort
    Wrestedt
    Beiträge
    987

    ...

    Zitat Zitat von fünfhaus Beitrag anzeigen
    Ok, bin einen Schritt weiter. Man darf zwischen den beiden Umgebungen minipage keine Leerzeile lassen:

    Code:
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
    \setmainfont[]{Fontin Regular}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{\centering{\Huge John \textsc{Smith}}\bigskip\par} % Your name
    
    \section{Persönliche Daten}
    
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \begin{tabular}[t]{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Mustermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john@smith.com}{john@smith.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \textsc{Familienstand:} & ledig, keine Kinder
    \end{tabular}
    \end{minipage}
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \hspace{2.3cm}
    \includegraphics{bewerbungsfoto-45x65}
    \end{minipage}
    
    
    
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    
    \section{Work Experience}
    
    \begin{tabular}{r|p{11cm}}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    \textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabular}
    
    \end{document}
    Das Problem ist nur, dass die Ausrichtung nicht "exakt" ist. Das ist Pi mal Daumen. Welche Möglichkeiten gibt es, das Foto exakt auszurichten? Das Foto sollte zur oberen Linie den gleichen Abstand haben wie der Text daneben. Und rechtsbündig zum Zeilenumbruch...
    Hallo fünfhaus,

    teste mal diesen geänderten Code:
    Code:
    \end{minipage}
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \hspace{4.4cm}
    \includegraphics[scale=0.58]{bewerbungsfoto.jpg}
    \end{minipage}
    Viel Erfolg

    Gruß

    Martin
    Der aus Büchern erworbene Reichtum fremder Erfahrung heißt Gelehrsamkeit. Eigene Erfahrung ist Weisheit. Das kleinste Kapital von dieser ist mehrt wert, als Millionen von jener.

    Gotthold Ephraim Lessing

  4. #4
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Danke für Deine Antwort. Das Foto sollte allerdings auf dem Papier ca. 4,5 x 6,5 cm groß sein...

  5. #5
    Registrierter Benutzer
    Registriert seit
    03.04.2007
    Ort
    Wrestedt
    Beiträge
    987

    ...

    Hallo fünfhaus,

    ganz stimmen die Maße nicht, teste mal diesen Code:
    Code:
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
    \setmainfont[]{Adobe Caslon Pro}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{\centering{\Huge John \textsc{Smith}}\bigskip\par} % Your name
    
    \section{Persönliche Daten}
    
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \begin{tabular}[t]{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Mustermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john@smith.com}{john@smith.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \textsc{Familienstand:} & ledig, keine Kinder
    \end{tabular}
    \end{minipage}
    \begin{minipage}[b][6.5cm][t]{0.5\textwidth}
    \hspace{2.5cm}
    \includegraphics{bewerbungsfoto-45x65}
    \end{minipage}
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    \section{Work Experience}
    \begin{tabular}{r|p{11cm}}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    \textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabular}
    \end{document}
    Irgendwie kann ich gerade kein Bild/Grafik hochladen, ich habe dein Bild mit Gimp auf 45mmX65mm skaliert.

    Gruß

    Martin
    Der aus Büchern erworbene Reichtum fremder Erfahrung heißt Gelehrsamkeit. Eigene Erfahrung ist Weisheit. Das kleinste Kapital von dieser ist mehrt wert, als Millionen von jener.

    Gotthold Ephraim Lessing

  6. #6
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Danke, das sieht gut aus! Das Bild ist jetzt rechts an den horizontalen Trennlinen ausgerichtet. Gefällt Dir das? Das Bild soll ja laut google rechts oben stehen. Ist das rechts oben genug? Ist der Name direkt über dem Lebenlaud zu aufdringlich? Laut google soll da eher nicht "Lebenslauf" darüberstehen".

    Hab die Schriftart wieder zurückgeändert und überlege gerade, warum keine Umlaute mehr dargestellt werden....!?

  7. #7
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Hab nochmal etwas herumgebastelt. Das Bild ist nun ganz rechts oben:

    Code:
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    \usepackage[ngerman]{babel}
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    
    \setmainfont[]{Fontin Regular}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \usepackage{ltablex} %allows a pagebreak for tabularx
    \usepackage{multirow}
    \usepackage {picins}
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \parpic[r]{\includegraphics[width=0.25\textwidth]{bewerbungsfoto-45x65}}
    
    \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{{\Huge John \textsc{Smith}}\bigskip\par} % Your name
    \section*{Persönliche Daten}
    
    \begin{tabular}[t]{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Mustermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john@smith.com}{john@smith.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \textsc{Familienstand:} & ledig, keine Kinder
    \end{tabular}
    
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    \section{Work Experience}
    \begin{tabularx}{\textwidth}{r|X}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    \textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabularx}
    
    \section{Ausbildung}
    \begin{tabularx}{\textwidth}{r|X}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    01/1900--01/1999 & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    Jan-Mar 2011 & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}\\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Test \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Test \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Test \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Test \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Test \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    \end{tabularx}
    
    \end{document}
    Frage 1: Warum werden keine Umlaute mehr dargestellt? Ich finds nicht...

    Frage 2: Wenn man den Latex-Befehl \section dokumentenweit anpasst, z.B. mit

    Code:
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    wie kann man dann irgendwo im Dokument eine einzelne section von dieser Anpassung explizit ausnehmen? Also damit die Standardformatierung genommen wird...

  8. #8
    Registrierter Benutzer
    Registriert seit
    03.04.2007
    Ort
    Wrestedt
    Beiträge
    987
    Hallo fünfhaus,

    sorry, die alte Version gefällt mir besser. Bei mir werden die Umlaute korrekt angezeigt.... Die zweite Frage kann ich dir nicht beantworten. Es gibt einige "Profis", die von Fotos etc. abraten.

    Gruß

    Martin

    PS.: Bei deiner jetzigen Version fände ich es besser, wenn das Bild den Raum (rechts) zwischen "Geburtsdatum" und "Familienstand" einnehmen würde.

    Die vertikalen Linien gefallen mir auch nicht
    Geändert von nixversteh (30-01-2015 um 14:53 Uhr) Grund: Nachtrag
    Der aus Büchern erworbene Reichtum fremder Erfahrung heißt Gelehrsamkeit. Eigene Erfahrung ist Weisheit. Das kleinste Kapital von dieser ist mehrt wert, als Millionen von jener.

    Gotthold Ephraim Lessing

  9. #9
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Danke für Deine Rückmeldung! Ja, das mit dem Bewerbungsfoto ist in D immer noch so eine Sache. Mir wurde gesagt, dass die Personaler immer noch gern ein Bild sehen. Auskommentiert ist das Foto ja schnell. Hier nochmal eine etwas abgeänderte Version (mit Foto):

    Code:
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    % Plasmati Graduate CV
    % LaTeX Template
    % Version 1.0 (24/3/13)
    %
    % This template has been downloaded from:
    % http://www.LaTeXTemplates.com
    %
    % Original author:
    % Alessandro Plasmati (alessandro.plasmati@gmail.com)
    %
    % License:
    % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
    %
    % Important note:
    % This template needs to be compiled with XeLaTeX.
    % The main document font is called Fontin and can be downloaded for free
    % from here: http://www.exljbris.com/fontin.html
    %
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    
    %----------------------------------------------------------------------------------------
    %	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
    %----------------------------------------------------------------------------------------
    
    \documentclass[a4paper,10pt]{article} % Default font size and paper size
    
    \usepackage{fontspec} % For loading fonts
    \defaultfontfeatures{Mapping=tex-text}
    %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
    \setmainfont[]{Fontin Regular}
    
    \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
    
    \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
    
    \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
    % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
    
    \usepackage{hyperref} % Required for adding links	and customizing them
    \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
    \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
    
    \usepackage{titlesec} % Used to customize the \section command
    
    \usepackage {picins}
    \usepackage{ltablex} %allows a pagebreak for tabularx
    
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[] % Text formatting of sections
    \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
    
    \begin{document}
    
    \pagestyle{empty} % Removes page numbering
    
    \parpic[r]{\includegraphics[width=0.27\textwidth]{pictures/bewerbungsfoto-45x65}}
    
    %\font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
    
    %----------------------------------------------------------------------------------------
    %	NAME AND CONTACT INFORMATION
    %----------------------------------------------------------------------------------------
    
    \par{{\Huge Mäx \textsc{Mustermänn}}\bigskip\par} % Your name
    
    \section{Persönliche Daten}
    
    \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
    
    \vspace{0pt}
    \begin{tabular}[t]{rl}
    \textsc{Geburtsdatum:} & 20 November 1987 \\
    \textsc{Geburtsort:} & Kitchener, Ontario \\
    \textsc{Anschrift:} & Müstermannstraße 1, \\
                        & 12345 Musterstadt\\
    \textsc{Telefon:} & 030 123456789\\
    \textsc{Mobil:} &  0172 123456789\\
    \textsc{E--Mail:} & \href{mailto:john.smith@posteo.com}{max.mustermann@mail.com}\\
    \textsc{Staatsangehörigkeit:} & Ausland \\
    \end{tabular}
    
    %----------------------------------------------------------------------------------------
    %	WORK EXPERIENCE 
    %----------------------------------------------------------------------------------------
    
    \section{Berufserfahrung}
    
    \begin{tabularx}{\textwidth}{rX}
    01/2010--heute & Ölhändler in Ödland \\
    01/2010--02/2014 & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    05/2004--02/206 & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    
    %------------------------------------------------
    
    \textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
    \end{tabularx}
    
    \section{Ausbildung}
    \begin{tabularx}{\textwidth}{rX}
    \emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\
    01/1900--01/1999 & \emph{Commodities Structured Trading}\\ 
    & \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    \textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\
    & \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\
    \multicolumn{2}{c}{} \\
    %------------------------------------------------
    Jan-Mar 2011 & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\
    & \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}\\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text\\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text \\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    01/2010--02/201 & Text\\
    \multicolumn{2}{c}{}\\
    %------------------------------------------------
    \end{tabularx}
    
    \end{document}
    Die Umlaute werden übrigens wieder dargsestellt. Keine Ahnung warum. Nachdem ich den Fehler nicht finden konnnte, hab ich nochmal alles neu gemacht...

  10. #10
    Registrierter Benutzer
    Registriert seit
    03.04.2007
    Ort
    Wrestedt
    Beiträge
    987
    Hallo fünfhaus,

    kann so bleiben, sieht gut aus.

    Gruß

    Martin
    Der aus Büchern erworbene Reichtum fremder Erfahrung heißt Gelehrsamkeit. Eigene Erfahrung ist Weisheit. Das kleinste Kapital von dieser ist mehrt wert, als Millionen von jener.

    Gotthold Ephraim Lessing

  11. #11
    Registrierter Benutzer
    Registriert seit
    24.05.2009
    Beiträge
    174
    Danke für Deine Rückmeldung!

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •