Search found 2 matches

by schrader
Wed Jul 15, 2009 6:45 pm
Forum: General
Topic: problem with /chapter* and /ref
Replies: 2
Views: 1757

Re: problem with /chapter* and /ref

Thank You for help and explanation,

\refstepcounter{chapter} did that trick.
by schrader
Wed Jul 15, 2009 4:48 pm
Forum: General
Topic: problem with /chapter* and /ref
Replies: 2
Views: 1757

problem with /chapter* and /ref

Hi,

When I am using \chapter* command (to generate chapter without number in title) \ref command points to the last standard chapter (i.e. without *)

This is reproduction of my problem:


\documentclass[a4paper]{book}
\begin{document}
\chapter{chap1}\label{lab1}
xxx

\addtocounter{chapter}{1 ...