I want to append the paper's name on my paper,
i'm using
Code: Select all
\usepackage[sort&compress]{natbib}
Code: Select all
\defcitealias{Ding2009a}{Behavior-Based Proactive Detection of Unknown Malicious Codes}
But when I put;
Code: Select all
\begin{table}
\caption{Feature vectors}
\begin{tabular}{|p{5cm}|p{4cm}|p{3cm}|}
\hline
Issue & Author & Features\\
\hline
\citealias{Ding2009a}&\cite{Ding2009a}&35 features\\
\hline
\end{tabular}
\end{table}
Code: Select all
! Undefined control sequence.
<recently read> \citealias
l.242 \citealias
{Ding2009a}&\cite{Ding2009a}&35 features\\
but it does work with \citepalias --> but I don't want brackets in my thesis, does not look nice.