Search found 679 matches

by templateuser
Mon Mar 30, 2015 1:25 pm
Forum: Theses, Books, Title pages
Topic: how to set the figure's position
Replies: 2
Views: 6236

how to set the figure's position

Hi,

First of all thanks for the help and templates, it's great!

I wonder how to set the position of the figures and tables. I want them to be at the place in between the paragraphs but not at the end of the chapter.

Thank you in advance

Nacho
by templateuser
Mon Mar 30, 2015 1:25 pm
Forum: Theses, Books, Title pages
Topic: Multiple Authors
Replies: 1
Views: 4326

Multiple Authors

Hi,

In thesis.cls , in variables, simply add a line:

\supervisor{{Firstname \textsc{LASTNAME}} % Supervisor name
% {\hspace{1cm}}} % whith space for alignement when 2 authors (uncomment)
%-------------------------------------------------
\examiner ...
by templateuser
Mon Mar 30, 2015 1:24 pm
Forum: Theses, Books, Title pages
Topic: Multiple Authors
Replies: 1
Views: 4326

Multiple Authors

At first, I would like to thank you for your efforts! I just started with adjusting the template for my purpose. Although, I tried several times, I was not able to add additional authors to my thesis. It seems that the hyperref pack is the problem:

This is what I want to do (title page):

Authors ...
by templateuser
Mon Mar 30, 2015 1:24 pm
Forum: Theses, Books, Title pages
Topic: Chapters first page numbering roman numbering
Replies: 0
Views: 3404

Chapters first page numbering roman numbering

Hello,

I modified the template to get fancyhdr , to have the page numbering in the bottom right. I deleted the lines about fancyhdr in thesis.cls and added that in main.tex :

\fancyfoot{} % Clear the footer
\fancyhead{} % Clear the header
\fancyfoot[R]{\thepage} %right side footer page number ...
by templateuser
Mon Mar 30, 2015 1:23 pm
Forum: Theses, Books, Title pages
Topic: No newpage before each chapter
Replies: 1
Views: 24395

No newpage before each chapter

Hello,

I am currently making an action plan and I have noticed that most chapters are very short. I would like to get rid of the newpage that is added before each chapter. How do I do that?

Thanks in advance

Liam
by templateuser
Mon Mar 30, 2015 1:23 pm
Forum: Theses, Books, Title pages
Topic: Contents title
Replies: 5
Views: 6295

Re: Contents title

Hello,

This didn't work for me, it gave me the following error:

LaTeX Error: \mtctitle undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.14 \renewcommand{\mtctitle}
{}

How can I solve this problem?

Thanks in advance,
Liam
by templateuser
Mon Mar 30, 2015 1:22 pm
Forum: Theses, Books, Title pages
Topic: Contents title
Replies: 5
Views: 6295

Re: Contents title

Hi,
I'm asking about thesis template.

Messi007
by templateuser
Mon Mar 30, 2015 1:22 pm
Forum: Theses, Books, Title pages
Topic: Contents title
Replies: 5
Views: 6295

Contents title

hey,
Can I delete or hide the word "contents" at mini table of contents (minitoc) for each chapter ?
Thank you

Messi007
by templateuser
Mon Mar 30, 2015 1:21 pm
Forum: Theses, Books, Title pages
Topic: How can I get rid of the first "Chapter #" header?
Replies: 15
Views: 31911

Re: How can I get rid of the first "Chapter #" header?

Hi Vel,
I am writing my thesis in latex. I just want to change the font size of chapter title. I used the titlesec package. But the problem is now "Chapter #" disappear and it just appears "# Introduction". I want to display it as

Chapter #
Introduction

I used
\titleformat{\chapter}
{\normalfont ...
by templateuser
Mon Mar 30, 2015 1:20 pm
Forum: Theses, Books, Title pages
Topic: How can I get rid of the first "Chapter #" header?
Replies: 15
Views: 31911

Re: How can I get rid of the first "Chapter #" header?

Thank you very much! Your \addcontentsline suggestion did it for me.

Sliwa