Hi,
I'm trying to use the geometry package to set the margins for my document. When I'm trying to compile my document into PDF format, I get the following error message.
Code: Select all
[PDFLaTeX] test.tex => test.pdf (pdflatex)
[PDFLaTeX] finished with exit code 1
./test.aux:7Undefined control sequence \begin{document}
./test.aux:4Undefined control sequence \select@language{magyar}
[PDFLaTeX] 2 errors, 0 warning, 0 badboxes
Code: Select all
\documentclass[12pt]{report}
\usepackage[magyar]{babel}
\usepackage{geometry}
\begin{document}
Abc
\end{document}
report
class instead, I don't get any errors. I've attached the test.log file.What's wrong with my document?