I use TexMaker to compile LaTeX and received this error: ! LaTeX Error: Unicode character ́ (U+0301)
not set up for use with LaTeX.
Two instances of the problem occurs in the example below:
Code: Select all
\documentclass{article}\usepackage{xcolor}\usepackage{titlesec}\usepackage[a4paper, total={7in, 10in}]{geometry}\usepackage[demo]{graphicx}\usepackage[english] {babel}\usepackage{blindtext}\usepackage[section]{placeins}\usepackage{subcaption}\usepackage[colorlinks]{hyperref}\pagestyle {empty}\usepackage[labelformat=empty]{caption}\usepackage {wrapfig}\usepackage{microtype}\usepackage{parskip}\usepackage{geometry}\titleformat*{\section}{\fontsize{12}{14}\selectfont}\graphicspath{ {D:/a_surf/BB/Linazasoro} }\usepackage{enotez}\let\footnote=\endnote\begin{document}\hspace{\parindent}\pagecolor{yellow!30}\begin{figure}[htb]\centering\begin{subfigure}{0.45\textwidth}\includegraphics[width=\linewidth]{LE_2.jpg}\caption{}\end{subfigure}\hfill\begin{subfigure}{0.45\textwidth}\includegraphics[width=\linewidth]{LE_4.jpg}\caption{ }\end{subfigure}\caption{ Photos from the workshop - txampero mold. Echegaray Eizaguirre, Lázaro, and Mikel Troitiño Berasategi. 2007. What the waves brought in: a history of surfing in Zarautz. Zarautz: Ayuntamiento de Zarautz, Departamento de Cultura.}\end{figure}\end{document}
This particular example is Spanish, but I have also had difficulty with other languages and words such as Hawai`i and Māori . Rather than trying to find workarounds for each word (M\={a}ori), is there a more
general solution? If not where can I find workarounds for individual words?
Thanks
Bob