ritchie31
unread,May 5, 2011, 12:53:42 AM5/5/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
Hello forum, I wanted to change the caption of my figures (2) using
listing, for example:
\lstinputlisting[language=Matlab,caption=FEM-Weak
Formulation,label=list:fem]{heat2dFEM.m}
lstinputlisting[language=Matlab,caption=FDM-Explicit
scheme,label=list:explicit]{expheat2d.m}
but this appears in my document:
listing 1:FEM-Weak Formulation
listing 2:FDM-Explicit scheme
as titles of my figures, how can I change the listing1 and listing 2
to figure1 and figue 2 respectively?
Thanks in advance