I have the following problem:
Code: Select all
\documentclass[11pt]{scrartcl}
\usepackage{graphicx}
\begin{document}
\includegraphics{\ifnum23=23 chart\_research\_de.png\fi}
\end{document}
Code: Select all
! Extra }, or forgotten \endgroup.
\filename@path ...lename@area {\filename@area #1/}
\def \reserved@a {\filenam...
l.7 ...ics{\ifnum23=23 chart\_research\_de.png\fi}
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
Runaway argument?
\\\ifx \filename@ext \relax \@for \Gin@temp :=\Gin@extensions \do {\ifx \ETC.
! Paragraph ended before \filename@path was complete.
<to be read again>
\par
l.8
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./test.aux) )
(\end occurred inside a group at level 2)
### semi simple group (level 2) entered at line 7 (\begingroup)
### semi simple group (level 1) entered at line 7 (\begingroup)
### bottom level
(\end occurred when \ifx on line 7 was incomplete)
Thanks in advance,
Telofy