I need that in my list of tables and figures appear the word Table 1 - and Figure 1 -, I can do that the word Table and figure appear but I cant make that the symbol -- appear after the table or figure number, I'm using the following command, just need know how to insert the symbol --, like this Table 1 -- and Figure 1 --;
Code: Select all
\makeatletter
\renewcommand\l@figure[2]{\@dottedtocline{1}{3.0em}{1.5em}{\hspace*{-3.15em}Figura #1}{#2}}
\renewcommand\l@table[2]{\@dottedtocline{1}{3.0em}{1.5em}{\hspace*{-3.15em}Tabela #1}{#2}}
\makeatother