Code: Select all
\documentclass[11pt,epsfig]{article}
\usepackage{polski}
\usepackage[utf8]{inputenc}
\oddsidemargin=0in
\evensidemargin=0in
\textwidth=6.3in
\topmargin=-0.5in
\textheight=9in
\parindent=0in
\pagestyle{empty}
\begin{document}
[...]
\begin{problem}{5p}
\textbf{1.} Ustal, jaką liczbą, \emph{dodatnią}, czy \emph{ujemną} jest:
\\ \qquad a) liczba przeciwna iloczynowi dwóch liczb przeciwnych
\\ \hspace{12pt} b) iloraz wartości bezwględnej liczby ujemnej i liczby odwrotnej do niej
\\ c) iloczyn sumy dwóch liczb ujemnych i ilorazu tych liczb
\\ d) liczba przeciwna odwrotności sześcianu iloczynu wartości bezwzględnej ilorazu kwadratu dwóch liczb o przeciwnych znakach i odwrotności liczby przeciwnej w stosunku do tego ilorazu
\vfill
\end{problem}
5p 1. Math problem
_____a)
_____b)
_____c)
Where in place of "____" there should be just a blank space
However, when I convert my .tex file into the .pdf file there's no indentation and it looks like this:
5p 1. Math problem
a)
b)
c)
Any suggestions on how to fix it?