General ⇒ Title of Chapter NOT to appear
Title of Chapter NOT to appear
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
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
Title of Chapter NOT to appear
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Title of Chapter NOT to appear
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Title of Chapter NOT to appear
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.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Title of Chapter NOT to appear
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