I would be thankful if someone can help. My problem is with margins.
This is my code (generated automatically by "TexStudio"):
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[width=216.00mm, height=279.00mm, left=15.00mm, right=15.00mm, top=20.00mm, bottom=20.00mm]{geometry}
\author{Afshin.J}
\begin{document}
My text...
\end{document}
File ended while scanning definition of \@ProcessOptionsKV
When I remove:
Code: Select all
\usepackage[width=216.00mm, height=279.00mm, left=15.00mm, right=15.00mm, top=20.00mm, bottom=20.00mm]{geometry}
Thanks