Search found 11 matches
- Tue Nov 17, 2020 3:25 pm
- Forum: Theses, Books, Title pages
- Topic: Format of Headline in Master / Doctoral Thesis
- Replies: 1
- Views: 7115
Format of Headline in Master / Doctoral Thesis
Solved it with deactivating ihead in the cls-file.
- Mon Nov 16, 2020 8:21 pm
- Forum: Theses, Books, Title pages
- Topic: Format of Headline in Master / Doctoral Thesis
- Replies: 1
- Views: 7115
Format of Headline in Master / Doctoral Thesis
Hi @all,
I am using
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
currently Headline is configured as
Chapter 1. Introduction PageNo.
I would like to have for all content pages only the PageNo. on the right side of the page.
How can this be realized?
Thanks in advance.
I am using
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
currently Headline is configured as
Chapter 1. Introduction PageNo.
I would like to have for all content pages only the PageNo. on the right side of the page.
How can this be realized?
Thanks in advance.
- Mon Nov 16, 2020 8:18 pm
- Forum: Theses, Books, Title pages
- Topic: Missing Headline separator in Master / Doctoral Thesis
- Replies: 0
- Views: 4226
Missing Headline separator in Master / Doctoral Thesis
After using the following code in
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
\documentclass{book}
\begin{document}
\chapter{Heading on the page}
Text
\begingroup
% no newpage
\let\cleardoublepage\relax
%\renewcommand{\cleardoublepage}{}
\chapter{Heading one the same ...
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
\documentclass{book}
\begin{document}
\chapter{Heading on the page}
Text
\begingroup
% no newpage
\let\cleardoublepage\relax
%\renewcommand{\cleardoublepage}{}
\chapter{Heading one the same ...
- Sun Nov 15, 2020 8:02 pm
- Forum: Theses, Books, Title pages
- Topic: Masters/Doctoral Thesis Header Issues
- Replies: 1
- Views: 4643
Masters/Doctoral Thesis Header Issues
After solving the issue - PAGEBREAK after Chapter - in Masters/Doctoral Thesis with
\documentclass{book}
\begin{document}
\chapter{Heading on the page}
Text
\begingroup
% no newpage
\let\cleardoublepage\relax
%\renewcommand{\cleardoublepage}{}
\chapter{Heading one the same page}
Text
\endgroup ...
\documentclass{book}
\begin{document}
\chapter{Heading on the page}
Text
\begingroup
% no newpage
\let\cleardoublepage\relax
%\renewcommand{\cleardoublepage}{}
\chapter{Heading one the same page}
Text
\endgroup ...
- Sun Nov 15, 2020 6:19 pm
- Forum: Theses, Books, Title pages
- Topic: MastersDoctoralThesis avoid pagebreak between CHAPTERS
- Replies: 6
- Views: 64915
MastersDoctoralThesis avoid pagebreak between CHAPTERS
Now I have another issue :-)
using the proposed code is helping perfectly for putting chapters together.
But ...
%headsepline, % Uncomment to get a line under the header
is not working anymore.
and how can I disable e.g. Chapter 5. Examples.
I just want on every "normal" page with exception of ...
using the proposed code is helping perfectly for putting chapters together.
But ...
%headsepline, % Uncomment to get a line under the header
is not working anymore.
and how can I disable e.g. Chapter 5. Examples.
I just want on every "normal" page with exception of ...
- Sun Nov 15, 2020 5:28 pm
- Forum: Theses, Books, Title pages
- Topic: MastersDoctoralThesis avoid pagebreak between CHAPTERS
- Replies: 6
- Views: 64915
MastersDoctoralThesis avoid pagebreak between CHAPTERS
It WORKS ...
the problem was, this part needs to be before the \begingroup ;-)
% Define some commands to keep the formatting separated from the content
\newcommand{\keyword}[1]{\textbf{#1}}
\newcommand{\tabhead}[1]{\textbf{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\file}[1]{\texttt ...
the problem was, this part needs to be before the \begingroup ;-)
% Define some commands to keep the formatting separated from the content
\newcommand{\keyword}[1]{\textbf{#1}}
\newcommand{\tabhead}[1]{\textbf{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\file}[1]{\texttt ...
- Sun Nov 15, 2020 5:25 pm
- Forum: Theses, Books, Title pages
- Topic: MastersDoctoralThesis avoid pagebreak between CHAPTERS
- Replies: 6
- Views: 64915
MastersDoctoralThesis avoid pagebreak between CHAPTERS
Thanks for the quick response. Much appreciated.
Unfortunately it is mixing up my complete document:
Before: Chapter 1 -> 1.5 pages, Chapter 2 starting as a new page
With the settings proposed:
Chapter 1: First page empty, starting completely mixed up on Page 2 with big gaps between lines, no ...
Unfortunately it is mixing up my complete document:
Before: Chapter 1 -> 1.5 pages, Chapter 2 starting as a new page
With the settings proposed:
Chapter 1: First page empty, starting completely mixed up on Page 2 with big gaps between lines, no ...
- Sun Nov 15, 2020 4:02 pm
- Forum: Theses, Books, Title pages
- Topic: MastersDoctoralThesis avoid pagebreak between CHAPTERS
- Replies: 6
- Views: 64915
MastersDoctoralThesis avoid pagebreak between CHAPTERS
Hi @all,
I am using
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
which I downloaded here. Actually a very nice and helpful template !!!
I have one question related to chapter change. I have a pagebreak between the chapters which I would like to avoid.
Pagebreak is OK for TOC ...
I am using
%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
which I downloaded here. Actually a very nice and helpful template !!!
I have one question related to chapter change. I have a pagebreak between the chapters which I would like to avoid.
Pagebreak is OK for TOC ...
- Mon Oct 05, 2020 10:45 pm
- Forum: Theses, Books, Title pages
- Topic: Masters/Doctoral Thesis Problem empty pages
- Replies: 4
- Views: 7016
Masters/Doctoral Thesis Problem empty pages
SOLVED - activated onepage:
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
english, % ngerman for German
singlespacing, % Single line spacing, alternatives ...
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
english, % ngerman for German
singlespacing, % Single line spacing, alternatives ...
- Mon Oct 05, 2020 10:43 pm
- Forum: Theses, Books, Title pages
- Topic: Masters/Doctoral Thesis Problem empty pages
- Replies: 4
- Views: 7016
Masters/Doctoral Thesis Problem empty pages
Your are right. I am using MastersDoctoralThesis and checked the file:
Can find:
\newcommand{\checktoopen}{% New command to move content to the next page which prints to the next odd page if twosided mode is active
\if@openright\cleardoublepage\else\clearpage\fi
\ifdef{\phantomsection ...
Can find:
\newcommand{\checktoopen}{% New command to move content to the next page which prints to the next odd page if twosided mode is active
\if@openright\cleardoublepage\else\clearpage\fi
\ifdef{\phantomsection ...