Hi I have the following issue (my guess is that it is a LaTeX issue, still help is welcome)
I have defined a command \qu : \global\long\def\qu#1#2#3{\begin{quote} ``{#1}'' (\cite[pg.#2]{#3}) \end{quote}}. For something like \qu{text}{12}{Writer_A}, when I try to pdflatex I get the error msg: --- {text}{12}{Writer\_A} The control sequence marked <to be read again> should not appear between \csname and \endcsname. --- However I may insert \cite[12]{Writer_A} and compile without any trouble. Is there a way out, if I try to keep my citations with '_'? Thankd cheers mario