Textgröße variiert bei template

Schriftbild, Absätze und Auflistungen einstellen


xarife
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Do 20. Sep 2018, 17:52

Textgröße variiert bei template

Beitrag von xarife »

Hey GoLatex Community,
ich arbeite gerade an meinem Lebenslauf und greife dafür auf ein Template von Overleaf zurück. Mir ist allerdings aufgefallen, dass die Schriftgröße der einzelnen Zeilen variiert. So ist der erste Unterpunkt bei "Education" einen ticken kleiner als z.B. der zweite Unterpunkt. Woran kann das liegen? Im Text steht ja kein Befehl zur Textgröße.
\documentclass[paper=letter,fontsize=11pt]{scrartcl} % KOMA-article class
							
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm}     % Math packages
\usepackage{graphicx}                    % Enable pdflatex
\usepackage[svgnames]{xcolor}            % Colors by their 'svgnames'
\usepackage{geometry}
	%\textheight=700px                    % Saving trees ;-)
%\usepackage{url}
\usepackage[colorlinks=true,
linkcolor=blue,
urlcolor=blue]{hyperref}
\usepackage{float}
\usepackage{etaremune}
\usepackage{wrapfig}

\usepackage{attachfile}

\frenchspacing              % Better looking spacings after periods
\pagestyle{empty}           % No pagenumbers/headers/footers

%\addtolength{\voffset}{-40pt}
%\addtolength{\textheight}{20pt}

\setlength\topmargin{0pt}
\addtolength\topmargin{-\headheight}
\addtolength\topmargin{-\headsep}
\setlength\oddsidemargin{0pt}
\setlength\textwidth{\paperwidth}
\addtolength\textwidth{-2in}
\setlength\textheight{\paperheight}
%\addtolength\textheight{-3in}
\addtolength\textheight{-2in}
\usepackage{layout}

%%% Custom sectioning}{sectsty package)
%%% ------------------------------------------------------------
\usepackage{sectsty}

\sectionfont{%			            % Change font of \section command
	\usefont{OT1}{phv}{b}{n}%		% bch-b-n: CharterBT-Bold font
	\sectionrule{0pt}{0pt}{-5pt}{1pt}}

%%% Macros
%%% ------------------------------------------------------------
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888}			% Box to align text
\newcommand{\sepspace}{\vspace*{1em}}		% Vertical space macro

\newcommand{\MyName}[1]{ % Name
		\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
		\par \normalsize \normalfont}
		
\newcommand{\MySlogan}[1]{ % Slogan}{optional)
		\large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
		\par \normalsize \normalfont}

\newcommand{\NewPart}[2]{\section*{\uppercase{#1} \small \normalfont #2}}

\newcommand{\NewParttwo}[1]{
		\noindent \huge \textbf{#1}
        \normalsize \par}



\newcommand{\PersonalEntry}[2]{\small
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}		       % Entry name}{birth, address, etc.)
		\small\hspace{1.5em} #2 \par}    % Entry value

\newcommand{\SkillsEntry}[2]{      % Same as \PersonalEntry
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}			   % Entry name}{birth, address, etc.)
		\hspace{1.5em} #2 \par}    % Entry value	
		
\newcommand{\EducationEntry}[4]{
		\noindent \textbf{#1} \hfill      % Study
		\colorbox{White}{%
			\parbox{6em}{%
			\hfill\color{Black}#2}} \par  % Duration
		\noindent \textit{#3} \par        % School
		\noindent\hangindent=2em\hangafter=0 \small #4 % Description
		\normalsize \par}

\newcommand{\WorkEntry}[5]{
		\noindent \textbf{#1}
        \noindent \small \textit{#2}
        \hfill      % Study
        \colorbox{White}{%
			\parbox{6em}{%
			\hfill\color{Black}#3}} \par  % Duration
		\noindent \textit{#4} \par        % School
		\noindent\hangindent=2em\hangafter=0 \small #5 % Description
		\normalsize \par}

\newcommand{\Language}[2]{
		\noindent \textbf{#1}
        \noindent \small \textit{#2}}
        
\newcommand{\Text}[1]{\par       
		\noindent \small #1 
		\normalsize \par}
        
\newcommand{\Textlong}[4]{
		\noindent \textbf{#1} \par
        \sepspace
        \noindent \small #2
        \par\sepspace      
		\noindent \small #3
        \par\sepspace      
		\noindent \small #4
        \normalsize \par}
	    
              

\newcommand{\PaperEntry}[7]{
		\noindent #1, ``\href{#7}{#2}", \textit{#3} \textbf{#4}, #5 (#6).}


\newcommand{\ArxivEntry}[3]{
		\noindent #1, ``\href{http://arxiv.org/abs/#3}{#2}", \textit{{cond-mat/}#3}.}
        
\newcommand{\BookEntry}[4]{
		\noindent #1, ``\href{#3}{#4}", \textit{#3}.}
        
\newcommand{\FundingEntry}[5]{
        \noindent #1, ``#2", \$#3 (#4, #5).}

\newcommand{\TalkEntry}[4]{
		\noindent #1, #2, #3 #4}

\newcommand{\ThesisEntry}[5]{
		\noindent #1 -- #2 #3 ``#4" \textit{#5}}

\newcommand{\CourseEntry}[3]{
		\noindent \item{#1: \textbf{#2} \\ #3}}

%%% Begin Document
%%% ------------------------------------------------------------
\begin{document}

%\layout

% you can upload a photo and include it here...


\MyName{Mikael Kajbring}
\MySlogan{Curriculum Vit\ae\ (\today)}

\sepspace
\sepspace

%%% Personal details
%%% ------------------------------------------------------------
\NewPart{}{}

\PersonalEntry{Address:}{{Clemensstrasse 81}, 80796 München}
\PersonalEntry{Phone:}{+ 49 (0)152/58461296}
\PersonalEntry{Mail:}{\href{mailto:appelbaum@physics.umd.edu}{kajbring@kth.se}}
\PersonalEntry{Nationality:}{Swedish}
\PersonalEntry{Born:}{03.04.1989}






%%% Work experience
%%% ------------------------------------------------------------
\NewPart{Education}{}

\EducationEntry{Master in Vehicle engineering}{2013-2018}{Royal Institute of Technology(KTH), Stockholm, Sweden}{\begin{itemize}
\item{On-going education in Mechanical engineering with focus on vehicles, transportation and production management}
\item{Basic knowledge CAD, Solid Edge}\end{itemize}}
\sepspace

\EducationEntry{Economics, law
}{2011-2012}{Uppsala University}{\begin{itemize}
\item{Basic micro- and macro-theory}
\item{Basic commercial law}\end{itemize}}

\sepspace

\EducationEntry{Upper secondary diploma, technical industrial design
}{2005-2008}{Stockholm, Sweden}{\begin{itemize}\item{Basic knowledge CAD, 3D-studiomax, AutoCAD}\end{itemize}}




\end{document}

Gast

Beitrag von Gast »

Vergiss die Vorlage. Sie hat diverse Probleme wie unerwünschte Leerzeichen, nicht empfohlene Optionen, nicht empfohlene Paketkombinationen etc.

Und verwendest du wirklich Papier im amerikanischen letter-Format?

xarife
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Do 20. Sep 2018, 17:52

Beitrag von xarife »

Eigentlich benutze ich nicht das amerikanische letter-format.

Soll ich mir also eine neue Vorlage suchen? Abgesehen von der Größe der Schrift war ich soweit eigentlich mit der vorlage zufrieden. bin allerdings auch wirklich kein latex experte.

Ratgeber

Neuanfang

Beitrag von Ratgeber »

Meine Antwort auf die Frage lautet: "Ja!". Aber Vorsicht, denn eine minimale Vorlage kann maximale Probleme verursachen. Es gibt eine recht lange Liste mit Klassen und Paketen für einen Lebenslauf. Da ist dann weitaus weniger Basteln nötig. Möglicherweise haben einige davon auch explizite Beispiele an Bord (im gleichen Ordnung wie die jeweilige Anleitung), die nur noch inhaltlich angepasst werden müssen. Auf »LaTeX Templates« gibt es ebenfalls komplette Vorlagen in der Kategorie "Lebenslauf". Ein Tutorium ist vielleicht auch ganz gut.

Antworten