> I am writing a book using komascript book class. In this, I am getting > captions for figures and tables like Figure x, Table x. But I want > captions like Figure 1-34, Table 2-15. How to do this?
Assure in the document settings ->packages that you use AMSmath.
Asuming that the first number is the chapter-number, insert in the preamble
the following line:
\numberwithin{table}{chapter}
For the figures replace "table" by "figure".
