Search found 2 matches
- Wed Oct 31, 2007 6:22 pm
- Forum: General
- Topic: What does \c@figure mean
- Replies: 4
- Views: 6109
Re: latex coding help
It seems like the two forum are one isnt it? thanks anyway
- Wed Oct 31, 2007 1:01 am
- Forum: General
- Topic: What does \c@figure mean
- Replies: 4
- Views: 6109
What does \c@figure mean
Here is part of the code that confused me:
% FIGURE
%
\newcounter{figure}[chapter]
\def\thefigure{\thechapter.\@arabic\c@figure} % numbering for figures, they are numbered for each chapters
\def\fps@figure{tbp} % default placement for figures
can anyone explane the job of \c@figure please ...
% FIGURE
%
\newcounter{figure}[chapter]
\def\thefigure{\thechapter.\@arabic\c@figure} % numbering for figures, they are numbered for each chapters
\def\fps@figure{tbp} % default placement for figures
can anyone explane the job of \c@figure please ...