Here's my preamble:
\usepackage{graphicx}
\usepackage{pdflscape}
\usepackage[utf8]{inputenc}
\DeclareUnicodeCharacter{00A0}{~}
\usepackage[russian]{babel}
and problematic part of code:
\begin{figure}[h]
\begin{minipage}{\hsize}
\begin{center}
\includegraphics[width=\textwidth]{"Figure 1_2_8(GIMP)".jpg}
When I try to compile the code I get this error:
! Argument of \language@active@arg" has an extra }.
<inserted text>
\par
l.69 ...idth=\textwidth]{"Figure 1_2_8(GIMP)".jpg}
? Runaway argument?
! Paragraph ended before \language@active@arg" was complete.
<to be read again>
\par
l.69 ...idth=\textwidth]{"Figure 1_2_8(GIMP)".jpg}
?
I suppose it could be caused by incorrect using quotes. I tried use {} before {, but it didn't help. Can you help? Thanks!
\shorthandoff{"}before the graphic, but better is to avoid spaces in file names -- then you don't need quotes. – Ulrike Fischer Nov 23 '16 at 21:17\begin{minipage}{\hsize} \begin{center}by\centering– David Carlisle Nov 23 '16 at 21:43