Tagged Questions
2
votes
0answers
58 views
Inputenc problem in Beamer [closed]
I need to use Spanish accents in beamer but I get errors when I use it
\documentclass{beamer}
\usepackage{amsmath, amsthm, amscd, amssymb, amsfonts, amsxtra}
\usepackage[spanish]{babel}
...
0
votes
0answers
359 views
Bug with inputenc and fontenc in fragile frames in Beamer presentation [closed]
I use combination of inputenc package (originally using 'latin2' encoding, but using 'utf8' encoding gives the same error) and fontenc package with T1 font encoding for writing LaTeX.
This ...