我需要在 Beamer 中使用西班牙语口音,但使用时出现错误
\documentclass{beamer}
\usepackage{amsmath, amsthm, amscd, amssymb, amsfonts, amsxtra}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usetheme{Darmstadt}
\title[The Title]{ Códigos}
%\subtitle[The Subtitle]{The Subtitle \\ Based on A Really Important Paper \\ by Some Other Author}
\author[The Author]{}
\institute{UNC - Famaf \\ Córdoba}
\begin{document}
\section{Introducción}
\begin{frame}
\titlepage
\end{frame}
\end{document}
重音没有出现或者我在编译时出错,有人能帮助我吗?我总是inputenc
在其他文档类中使用该包,没有遇到任何问题。