Hello,
I am using [allowframebreak] in frame so that beamer will split the frame into multiple slides. My problem is beamer inserts a Roman numeral I, II in the continuation slides.
Please let me know how to change this default behavior. Beamer user guide suggests this
"Beamer-Template/-Color ...
Search found 17 matches
- Thu Jan 15, 2009 12:18 pm
- Forum: Document Classes
- Topic: Beamer frame continuation text
- Replies: 1
- Views: 3795
- Wed Dec 17, 2008 9:28 pm
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Re: Page number restarts in the middle of document
Hi,
I am not sure if anyone else faced this kind of problem. But this problem of page number restarting in the middle of document is due to some conflicting package. If I add package fncychap then that problem goes off.
For now the problem is resolved. But please do let me know if anyone also ...
I am not sure if anyone else faced this kind of problem. But this problem of page number restarting in the middle of document is due to some conflicting package. If I add package fncychap then that problem goes off.
For now the problem is resolved. But please do let me know if anyone also ...
- Mon Dec 15, 2008 1:18 pm
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Re: Page number restarts in the middle of document
Hello,
I have not defined any command in the text that changes the page number.
If i include all chapters in my master file, page numbers are restarting in ch5. I checked the contents of that chapter but i hve not reset page numbering anywhere in it.
So to check, i removed ch5 from the master ...
I have not defined any command in the text that changes the page number.
If i include all chapters in my master file, page numbers are restarting in ch5. I checked the contents of that chapter but i hve not reset page numbering anywhere in it.
So to check, i removed ch5 from the master ...
- Mon Dec 15, 2008 12:20 am
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Re: Page number restarts in the middle of document
Yea, that is the first thing I tried. But the place where page number restarts only contains text with lot of \cref commands and figures. I have not specified anything to reset the page number.
Can anyone help me out ? Is it due to any conflicting package or wrong settings?
Thanks and Regards,
Can anyone help me out ? Is it due to any conflicting package or wrong settings?
Thanks and Regards,
- Sun Dec 14, 2008 9:32 pm
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Re: Page number restarts in the middle of document
Thanks for the response.
I have scanned my document, But I am not able to find it. I will try going through it again.
Regards,
Atul
I have scanned my document, But I am not able to find it. I will try going through it again.
Regards,
Atul
- Sun Dec 14, 2008 8:22 pm
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Re: Page number restarts in the middle of document
The included files contain standard chapter commands like
\chapter{}
blah blah
\section{}
table enviornment
eqn enviornment
.
.
.
\subsection{}
text with \cref commands .......
so on.....
\chapter{}
blah blah
\section{}
table enviornment
eqn enviornment
.
.
.
\subsection{}
text with \cref commands .......
so on.....
- Sun Dec 14, 2008 5:39 pm
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Page number restarts in the middle of document
my master file is as given below:
\documentclass[12pt,a4paper,english]{iiscthes}
%\includeonly{Front}
%\includeonly{ch1}
%\includeonly{ch2}
%\includeonly{ch3}
%\includeonly{ch4}
%\includeonly{ch5}
%\includeonly{ch6}
\includeonly{ch7}
\usepackage{epsfig, graphicx}
\usepackage{algorithm,algorithmic ...
\documentclass[12pt,a4paper,english]{iiscthes}
%\includeonly{Front}
%\includeonly{ch1}
%\includeonly{ch2}
%\includeonly{ch3}
%\includeonly{ch4}
%\includeonly{ch5}
%\includeonly{ch6}
\includeonly{ch7}
\usepackage{epsfig, graphicx}
\usepackage{algorithm,algorithmic ...
- Sun Dec 14, 2008 7:05 am
- Forum: General
- Topic: Regarding \cref
- Replies: 2
- Views: 8815
Re: Regarding \cref
Thanks, it is working now. I was using include and includeonly commands to include individual chapters. Once I compiled all of the chapters. This problem of recognizing Appendix using \cref command was solved.
But I have run into another problem. In the middle of my thesis, the page number ...
But I have run into another problem. In the middle of my thesis, the page number ...
- Sun Dec 14, 2008 6:33 am
- Forum: Document Classes
- Topic: Page number restarts in the middle of document
- Replies: 15
- Views: 50647
Page number restarts in the middle of document
Hello,
I am writing my thesis, and my problem is that in the middle of thesis, page numbers restart from 1. I am not sure what is the reason for this behavior.
I am using hyperref and cleveref packages. I added cleverref package recently and suspect that it is because of its conflict. Can anyone ...
I am writing my thesis, and my problem is that in the middle of thesis, page numbers restart from 1. I am not sure what is the reason for this behavior.
I am using hyperref and cleveref packages. I added cleverref package recently and suspect that it is because of its conflict. Can anyone ...
- Tue Dec 09, 2008 11:09 am
- Forum: General
- Topic: Regarding \cref
- Replies: 2
- Views: 8815
Regarding \cref
Hi,
I am using cleveref package for labeling and referencing in my document.
I have labeled an Appendix as say, \label(text) and when I am referring it using \cref{text}
I am not getting the reference as 'Appendix A' but my compiled document shows "?? A"
I am using this in my preamble ...
I am using cleveref package for labeling and referencing in my document.
I have labeled an Appendix as say, \label(text) and when I am referring it using \cref{text}
I am not getting the reference as 'Appendix A' but my compiled document shows "?? A"
I am using this in my preamble ...