Re: Problems with Chapter* style

2006-06-19 Thread Julio Rojas

On 6/19/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-19 Thread Julio Rojas

I did... I'm goint to print my work today thanks to that solution... But I'm
curious about a more elegant solution...

On 6/19/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-19 Thread Juergen Spitzmueller
Julio Rojas wrote:
 I did... I'm goint to print my work today thanks to that solution... But
 I'm curious about a more elegant solution...

I would have told you if I knew ;-)
The problem is that [EMAIL PROTECTED] and similar commands (like amsmath's 
\numberwithin) need *two* counters. The one who has to be reset (e.g. 
footnote) and the one, who decides when the former has to be reset (e.g. 
chapter). By design, chapter* does not use a counter. So I fear you have to 
reset manually (maybe there's a package for that, dunno). 
The alternative is to redefine [EMAIL PROTECTED] [1], but I think it's not 
worth it.

Jürgen

[1] something like (for book.cls):

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@makeschapterhead{#1}]%
\else
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\fi}


Re: Problems with Chapter* style

2006-06-19 Thread Julio Rojas

On 6/19/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-19 Thread Julio Rojas

I did... I'm goint to print my work today thanks to that solution... But I'm
curious about a more elegant solution...

On 6/19/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-19 Thread Juergen Spitzmueller
Julio Rojas wrote:
 I did... I'm goint to print my work today thanks to that solution... But
 I'm curious about a more elegant solution...

I would have told you if I knew ;-)
The problem is that [EMAIL PROTECTED] and similar commands (like amsmath's 
\numberwithin) need *two* counters. The one who has to be reset (e.g. 
footnote) and the one, who decides when the former has to be reset (e.g. 
chapter). By design, chapter* does not use a counter. So I fear you have to 
reset manually (maybe there's a package for that, dunno). 
The alternative is to redefine [EMAIL PROTECTED] [1], but I think it's not 
worth it.

Jürgen

[1] something like (for book.cls):

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@makeschapterhead{#1}]%
\else
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\fi}


Re: Problems with "Chapter*" style

2006-06-19 Thread Julio Rojas

On 6/19/06, Juergen Spitzmueller <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> Yup, that's a solution... Thanks a lot... But I guess if there isn't a
> better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with "Chapter*" style

2006-06-19 Thread Julio Rojas

I did... I'm goint to print my work today thanks to that solution... But I'm
curious about a more "elegant" solution...

On 6/19/06, Juergen Spitzmueller <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> Yup, that's a solution... Thanks a lot... But I guess if there isn't a
> better solution???

Probably. But in the time you wait (or search) for that, you probably have
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with "Chapter*" style

2006-06-19 Thread Juergen Spitzmueller
Julio Rojas wrote:
> I did... I'm goint to print my work today thanks to that solution... But
> I'm curious about a more "elegant" solution...

I would have told you if I knew ;-)
The problem is that [EMAIL PROTECTED] and similar commands (like amsmath's 
\numberwithin) need *two* counters. The one who has to be reset (e.g. 
footnote) and the one, who decides when the former has to be reset (e.g. 
chapter). By design, chapter* does not use a counter. So I fear you have to 
reset manually (maybe there's a package for that, dunno). 
The alternative is to redefine [EMAIL PROTECTED] [1], but I think it's not 
worth it.

Jürgen

[1] something like (for book.cls):

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@makeschapterhead{#1}]%
\else
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\fi}


Problems with Chapter* style

2006-06-18 Thread Julio Rojas

Hi, I'm using chapter* of book style for some titles of my work. The
problem is thou I would like to reset the footnote counter each chapter,
with chapter* it doesn't work.

I tried using:

[EMAIL PROTECTED]

and the regular:

[EMAIL PROTECTED]

Need some fast help. I have to submit my work this week and this problem
have to be solved. Thanks in advance!!!

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
 I would like to reset the footnote counter each chapter,
 with chapter* it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen


Re: Problems with Chapter* style

2006-06-18 Thread Julio Rojas

Yup, that's a solution... Thanks a lot... But I guess if there isn't a
better solution???

On 6/18/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 I would like to reset the footnote counter each chapter,
 with chapter* it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have 
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen


Problems with Chapter* style

2006-06-18 Thread Julio Rojas

Hi, I'm using chapter* of book style for some titles of my work. The
problem is thou I would like to reset the footnote counter each chapter,
with chapter* it doesn't work.

I tried using:

[EMAIL PROTECTED]

and the regular:

[EMAIL PROTECTED]

Need some fast help. I have to submit my work this week and this problem
have to be solved. Thanks in advance!!!

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
 I would like to reset the footnote counter each chapter,
 with chapter* it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen


Re: Problems with Chapter* style

2006-06-18 Thread Julio Rojas

Yup, that's a solution... Thanks a lot... But I guess if there isn't a
better solution???

On 6/18/06, Juergen Spitzmueller [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 I would like to reset the footnote counter each chapter,
 with chapter* it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with Chapter* style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
 Yup, that's a solution... Thanks a lot... But I guess if there isn't a
 better solution???

Probably. But in the time you wait (or search) for that, you probably have 
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen


Problems with "Chapter*" style

2006-06-18 Thread Julio Rojas

Hi, I'm using "chapter*" of book style for some titles of my work. The
problem is thou I would like to reset the footnote counter each chapter,
with "chapter*" it doesn't work.

I tried using:

[EMAIL PROTECTED]

and the regular:

[EMAIL PROTECTED]

Need some fast help. I have to submit my work this week and this problem
have to be solved. Thanks in advance!!!

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with "Chapter*" style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
> I would like to reset the footnote counter each chapter,
> with "chapter*" it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen


Re: Problems with "Chapter*" style

2006-06-18 Thread Julio Rojas

Yup, that's a solution... Thanks a lot... But I guess if there isn't a
better solution???

On 6/18/06, Juergen Spitzmueller <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> I would like to reset the footnote counter each chapter,
> with "chapter*" it doesn't work.

\setcounter{footnote}{0}
after the chapter*'s

Jürgen





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Problems with "Chapter*" style

2006-06-18 Thread Juergen Spitzmueller
Julio Rojas wrote:
> Yup, that's a solution... Thanks a lot... But I guess if there isn't a
> better solution???

Probably. But in the time you wait (or search) for that, you probably have 
inserted the mentioned command easily. I thought you are in a hurry ...

Jürgen