I am learning to use latex. This is my first post here. If I put it where it isn't, I'm sorry. I still don't really know how the page works.
The problem I have is:
I decided to change the left and right margins a bit and the following error: "missing \ begin {document}. ... 00cm, top = 2.00cm, bottom = 2.50cm] {geometry}". I put back the values I had before and it keeps giving me the same error. When older, I put a blank page before the title that was not there before. I don't know what it means or why it does it. Can somebody help me? My code is the following:
Code: Select all
\documentclass[a4paper,openany,oneside,10pt]{book}
\usepackage[Spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.50cm]{geometry}.
\usepackage{amssymb, amsmath}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\title{{\Huge Técnicas Experimentales I}\\
\large Prácticas de laboratorio }
\author{Raquel Solleiro Vaamonde}
\date{2021}
\begin{document}
text
\end{document}