General ⇒ Title of Chapter NOT to appear
Title of Chapter NOT to appear
Hi,
I am writing a thesis using a pre'defined
Uni´s class. I use Texmaker on Win.
I seperate thesis into labelled chapters,
and I call/print them from the main thesis file.
Everything works just fine so far except one detail.
I made a seperate chapter for the Dedication single page
and I use the \chapter*{Dedication}
so that the page will not appear numbered.
However, I don´t want the title Dedication to appear on the page.
I am thinking if \nochapter could be of any help,
but still cannot fix that. Any workaround?
I hope the problem is clearly described
Cheers!
N
I am writing a thesis using a pre'defined
Uni´s class. I use Texmaker on Win.
I seperate thesis into labelled chapters,
and I call/print them from the main thesis file.
Everything works just fine so far except one detail.
I made a seperate chapter for the Dedication single page
and I use the \chapter*{Dedication}
so that the page will not appear numbered.
However, I don´t want the title Dedication to appear on the page.
I am thinking if \nochapter could be of any help,
but still cannot fix that. Any workaround?
I hope the problem is clearly described
Cheers!
N
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Title of Chapter NOT to appear
Just write your text and omit the structuring command completely. You will need a \newpage command and some vertical space right at the beginning to make your dedication appear properly aligned on a new page.
Best regards
Thorsten¹
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Title of Chapter NOT to appear
Hi Thorsten,
thanks for your reply.
This obviously works, but
since I want to reduce the
text in main tex file to the
basic commands, I still wonder
if there is any other way.
Cheers!
N
thanks for your reply.
This obviously works, but
since I want to reduce the
text in main tex file to the
basic commands, I still wonder
if there is any other way.
Cheers!
N
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Title of Chapter NOT to appear
Please explain to me what you consider as basic commands.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Title of Chapter NOT to appear
More than you need,
but anyway. Cheers
but anyway. Cheers
Code: Select all
\documentclass{hwthesis} % final thesis format without logo
%\documentclass[edit,draft2]{hwthesis} % final thesis format with watermark
\newcommand{\includeFigures} {1}
% pdf setup2
\input{pdfsetup_prep}
%\newcommand{\includeAbstract} {1}
...
\newcommand{\includeAppendix} {1}
\begin{document}
\title{}
\include{tex/chapter_Dedication}
%\renewcommand{\thepage}{Acknowledgements}
\include{tex/chapter_Acknowledgements}
% declaration statement here
%\cleardoublepage
\tableofcontents
% list of tables,figures and publications
%\cleardoublepage
%\listoftables
\listoffigures
\include{tex/chapter_List_of_Abreviations_and_Symbols}
\pagenumbering{arabic}
\include{tex/chapter_Introduction}
\include{tex/chapter_Previous_Work}
\include{tex/chapter_Space_Time_Registration}
\include{tex/chapter_Results}
\include{tex/chapter_Summary_and_Outlook}
\include{tex/chapter_Bibliography}
\appendix
\include{tex/chapter_Appendix}
\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Title of Chapter NOT to appear
Please use the code environment for LaTeX code in future posts. Nevertheless there is no piece of useful information in your example. I only see a main file with lots of included external files. Reduce the problem to a minimal working example (MWE) that will run on every system.wuming wrote:More than you need,
but anyway.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Title of Chapter NOT to appear
You could use \chapter*{}
to ensure that your page numbers follow the guidelines,
and include "Dedications" to TOC manually(if you want it there)
to ensure that your page numbers follow the guidelines,
and include "Dedications" to TOC manually(if you want it there)
Title of Chapter NOT to appear
Is there a problem in doing what Thorsten suggested in your Dedication chapter file? That way, you are still left with just what you had earlier.wuming wrote: This obviously works, but since I want to reduce the text in main tex file to the basic commands, I still wonder if there is any other way.
Regards.
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim