General ⇒ Page numbering... again
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Page numbering... again
I have already posted this question and had some replies from you, but... It still doesn't work as I want to... I have no idea where the problem is despite the fact I had tried so many options to place commands \pagenumbering{arabic}....
I need to have numbered my thesis from the very first page in arabic letter (excluding the very title page). How can I do that?
It somehow keeps numbering the first part in roman letter although I can't see anything regarding this numbering anywhere in my document. It eventually disappears when I insert \pagenumbering{arabic} command but... Then it starts numbering twice....
Would it be the option to place here my tex files? Or? Would be willig someone to give an advice via Skype?
Sorry to bother you again but I really have to solve it somehow....
Thanks a lot...
a.k.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page numbering... again
You can place your source file(s) here as attachment. Some kind of private help via Skype or on similar ways is no good idea, because other users can't follow the discussion, hence they wouldn't benefit in that case.kostoglotov wrote:[…] Would it be the option to place here my tex files? Or? Would be willig someone to give an advice via Skype? […]
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering... again
I'll try better.
I need to have: All pages numbered (except title page) in arabic letters
I have: First section numbered in roman letters
I attached main tex file as well as cls file.
I can see in cls file a note "starts roman page numbering until chapter 1" but I do not know WHERE it i defined so where I can change it...
- Attachments
-
- thesis.tex
- (8.3 KiB) Downloaded 300 times
-
- PhDthesisPSnPDF.cls
- (12.64 KiB) Downloaded 291 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page numbering... again
Code: Select all
\ProvidesClass{Latex/Classes/PhDthesisPSnPDF}[2007/09/06 v2 PhD thesis class]
The file thesis.tex demands some files to be included and therefore doesn't represent a MWE as I requested.
Code: Select all
%: Macro file for Latex
% Macros help you summarise frequently repeated Latex commands.
% Here, they are placed in an external file /Latex/Macros/MacroFile1.tex
% An macro that you may use frequently is the figuremacro (see introduction.tex)
\include{Latex/Macros/MacroFile1}
...
%: ----------------------- generate cover page ------------------------
\maketitle % command to print the title page with above variables
%: ----------------------- tie in front matter ------------------------
\frontmatter
\include{9_backmatter/declaration}
\include{0_frontmatter/dedication}
\include{0_frontmatter/acknowledgement}
%: ----------------------- abstract ------------------------
% Your institution may have specific regulations if you need an abstract and where it is to be placed in the document. The default here is just after title.
\include{0_frontmatter/abstract}
% The original template provides and abstractseparate environment, if your institution requires them to be separate. I think it's easier to print the abstract from the complete thesis by restricting printing to the relevant page.
% \begin{abstractseparate}
% \input{Abstract/abstract}
% \end{abstractseparate}
...
%: ----------------------- subdocuments ------------------------
% Parts of the thesis are included below. Rename the files as required.
% But take care that the paths match. You can also change the order of appearance by moving the include commands.
%\include{9_backmatter/declaration}
\include{1_introduction/introduction} % background information
\include{2/aims} % aims of the project
\include{3/Interface}
\include{4/Luminescence}
\include{5/Materials}
\include{6/Calibration}
\include{10/Composite}
\include{11/Suggestions}
%\include{7/discussion} % discussion of results
%\include{8/materials_methods} % description of lab methods
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering... again
i do not really understand what you mean... Do you really need ALL files? There is nothing special in them - they all have this structure:
\chapter{Reinforced polymer matrix composites}
\ifpdf
\graphicspath{{2/figures/PNG/}{2/figures/PDF/}{2/figures/}}
\else
\graphicspath{{2/figures/EPS/}{2/figures/}}
\fi
I thought that there must be somewhere in the document source of that romans numbering...
I have found that "PhDthesisPSnPDF" file but it contains only this:
../../thesis.tex
That's it....
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page numbering... again
Code: Select all
! Package ifpdf Error: Name clash, \ifpdf is already defined.
See the ifpdf package documentation for explanation.
Type H <return> for immediate help.
...
l.142 }
%
)))
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering... again
So would you suggest to put there the files directly e.g. /include file xy rather then /include front matter/file xy?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page numbering... again
I don't understand that question. Just omit these two commands. The file inclusion remains untouched.kostoglotov wrote:[…] So would you suggest to put there the files directly e.g. /include file xy rather then /include front matter/file xy?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering... again
I have attached the original files...
Btw I compile it on Mac but it should be an issue since it works ok on my PC as well....
- Attachments
-
- PhD_na upravovani 3.zip
- (194.68 KiB) Downloaded 198 times
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm