西班牙包裹的问题

西班牙包裹的问题

希望你一切顺利。当我尝试使用 spanish babel 包编译我的文档时,我遇到了以下问题。

\documentclass[12pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[spanish, es-tabla]{babel}
\usepackage[margin=1cm,font=normalsize,labelfont=bf]{caption}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
\usepackage{array}
\usepackage{enumerate}
\usepackage[shortlabels]{enumitem}
\usepackage{booktabs}
\usepackage{subcaption}
\usepackage{subfig}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{bm}
\usepackage{multirow}
\usepackage{lscape}
\usepackage{natbib}
\usepackage{tikz}
\usepackage[makeroom]{cancel}
\usetikzlibrary{shapes.geometric,arrows}
\providecommand{\abs}[1]{\lvert#1\rvert}
\setlength\parindent{0pt}

\tikzstyle{startstop}=[rectangle, rounded corners, minimum width=3cm, minimum height=1cm, text centered, text width=5cm, draw=black, fill=red!30]

\tikzstyle{io}=[trapezium, trapezium left angle=70, trapezium right angle=110, minimum width=3cm, minimum height=1cm, text centered, text width=3cm, draw=black, fill=blue!30]

\tikzstyle{process}=[rectangle, minimum width=3cm, minimum height=1cm, text centered, text width=5cm, draw=black, fill=orange!30]

\tikzstyle{decision}=[diamond, minimum width=3cm, minimum height=1cm, text centered, text width=4cm, draw=black, fill=green!30]

\tikzstyle{arrow}=[thick,->,>=stealth]

\begin{document}
El término agua generalmente se refiere a la sustancia en su estado líquido, aunque la misma puede hallarse en su forma sólida llamada hielo, y en su forma gaseosa denominada vapor. Es una sustancia bastante común en el universo y el sistema solar, donde se encuentra principalmente en forma de vapor o de hielo. Es esencial para la supervivencia de todas las formas conocidas de vida. ¿Qué opina usted de ésto?



\bibliographystyle{apalike}
\bibliography{ref_hw10}
\end{document}

我在编译时收到的一些错误消息是:

! Undefined control sequence. \StartBabelCommands
! LaTeX Error: Missing \begin{document}.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help.... \StartBabelCommands

! Undefined control sequence. \AddBabelHook

日志文件可以在这里找到: http://share.udec.cl/server/php/files/mkuschel/compartir/hw_10.log

我该怎么办?提前致谢

相关内容