Hallo zusammen,
leider habe ich das Problem, dass mein Text nicht im Blocksatz angezeigt wird und  Absätze werden auch nicht deutlich angezeigt.
mein code lautet :
\documentclass[11pt]{article}
\usepackage[a4paper,left=2.5cm,right=2.5cm,top=3cm,bottom=4cm,bindingoffset=5mm]{geometry}
% encoding
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\rmdefault}{cmss} 	% font: CMSS (CM Sans).
%--------------------------------------
% German-specific commands
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage{hyphenat}
%\usepackage{indentfirst}
%\parindent 0pt
%--------------------------------------
% Symbolverzeichnis
\usepackage{acronym}
% Literaturverzeichnis
\bibliographystyle{apalike}
\usepackage{cite}
% images and tables
\usepackage{graphicx}
\graphicspath{ {./images/} }        
\usepackage[table]{xcolor}          
\usepackage{array}
\usepackage{multirow}               
\usepackage{booktabs}               
\usepackage[section]{placeins}
\usepackage{placeins}
\usepackage{pdfpages}
\usepackage{subfigure}	
% mathematical expressions     
\usepackage{amsmath}
\usepackage{amssymb}
%--------------------------------------
% code listings                 Nummerierung der Seiten
\usepackage{listings,chngcntr,verbatim}
\usepackage[framed,numbered,autolinebreaks,useliterate]{mcode}		% option 'framed' for a frame around the code, 'numbered' for line numbering...
\renewcommand\lstlistingname{Code}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\numberwithin{equation}{section}	% enumeration of equations contains the number of the current chapter
\numberwithin{figure}{section}		% enumeration of figures contains the number of the current chapter
\numberwithin{table}{section}       % enumeration of tables contains the number of the current chapter
%page layout                    Aussehen der Seite (FANCYHDR)
\usepackage{fancyhdr}       % headers and footers
\pagestyle{fancy}			% page layout
 
\lhead{} \rhead{} \cfoot{\thepage}
\pagenumbering{roman}
\fancyfoot[C] {\thepage}
\renewcommand{\headrulewidth}{0.0pt}
\renewcommand{\footrulewidth}{0.4pt}
\setlength{\parskip}{1pt}Über eine Rückmeldung würde ich mich freuen!!
mfg ivy

