I am using \paragraph{} at the beginning of chapter. All my paragraphs are intended automatically but first indent is always little bit shorter than others (I mean that white space).
Does anyone experienced this problem before? I have no idea what's wrong
\documentclass[a4paper,12pt,oneside,onecolumn,final,openany]{report}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[slovak]{babel}
\usepackage{ae}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{makeidx}
\usepackage[top=2.5cm, bottom=2.5cm, left=3cm, right=2.5cm, includefoot]{geometry} %total={17cm,25cm},
\usepackage{longtable}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{textcomp}
\pagestyle{fancy}
\usepackage{hyperref}
\usepackage{float}
\usepackage{subfig}
\usepackage{booktabs, multicol, multirow}
\usepackage{bigstrut}
\begin{document}
\def\baselinestretch{1.2}\normalsize
\chapter*{First one}
\paragraph{}
\bigskip
{\bf First} - aaaaaa\\
{\bf Second} - bbbbbb\\
{\bf Third} - ccccccc\\
\end{document}
\documentclass{...}and ending with\end{document}. – Marco Daniel May 05 '13 at 11:50\bf, see Does it matter if I use\textitor\it,\bfseriesor\bf, etc.. It looks like you're creating a list, and there are list environments for that, see e.g. http://en.wikibooks.org/wiki/LaTeX/List_Structures. – Torbjørn T. May 05 '13 at 12:23