I am trying align the text "Chapter" before the section title.
I've tried
\documentclass[chapterprefix=false]{scrreprt}
\makeatletter
\renewcommand*{\chapterformat}{%
\mbox{\chapapp~\thechapter\autodot:\enskip}%
}
And much more got from another answers but it's not working for my issue.
\documentclass[12pt,a4paper]{article}
\usepackage[latin2]{inputenc}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{ {figures/} }
\usepackage{array}
This is what I want
I am very new to latex. Please help me to solve this problem.
Thank you in advance.
scrreprtclass? B.t.w. in the last code why do you loadinputencwith optionlatin2, thenutf8? This is inconsistent! – Bernard Apr 14 '18 at 18:53