Search found 9 matches

by vicentear
Tue Oct 15, 2019 11:29 am
Forum: Theses, Books, Title pages
Topic: Problem with bibliography
Replies: 2
Views: 3991

Problem with bibliography

I think I managed to figure out what you're talking about with respect to the hyperlinks (despite the fact that the example you attached doesn't even have 15 pages). The solution is to leave out "hypertexnames=false"; commenting that line out fixed the broken targets for me.

To get a physics-style ...
by vicentear
Tue Oct 08, 2019 12:09 pm
Forum: Theses, Books, Title pages
Topic: Problem with bibliography
Replies: 2
Views: 3991

Problem with bibliography

Hello everyone

I'm using the template Masters/Doctoral Thesis by Vel and I'm having troubles with the bibliography.

First, the option backref is not working properly. It gives the correct number where the citation was called, but the hyperref is broken, it goes to the wrong page. For instance, if ...
by vicentear
Tue Oct 08, 2019 11:22 am
Forum: Theses, Books, Title pages
Topic: Change size and line spacing
Replies: 4
Views: 15426

Change size and line spacing

Sorry, but because I do not recommend to use MasterDoctorlalThesis-Template , I cannot give a recommendation about packages to use with this template. I can only tell, which packages you could try, as I've done in my last post.

BTW: AFAIK the template also uses package caption so if \setstrech ...
by vicentear
Sat Aug 31, 2019 1:59 pm
Forum: Theses, Books, Title pages
Topic: Change size and line spacing
Replies: 4
Views: 15426

Change size and line spacing

I'm sorry, I completely forgot to post which template I'm using. As you mentioned, I am currently working with the Vel's version https://www.latextemplates.com/template/masters-doctoral-thesis of the template.

Since I'm writing mathematical expressions that are bigger than the usual linespacing ...
by vicentear
Thu Aug 29, 2019 11:51 pm
Forum: Theses, Books, Title pages
Topic: Change size and line spacing
Replies: 4
Views: 15426

Change size and line spacing

Hello everyone!

I would like to change the font size below the minimum value, that actually is 10pt. I have seen that just putting 9 or 8pt do not make anything, so I guess that something else should be changed. In addition, I would be interested in changing the line spacing of my thesis to a ...
by vicentear
Mon Jun 24, 2019 12:35 am
Forum: Theses, Books, Title pages
Topic: Problem labelling equations
Replies: 7
Views: 9952

Problem labelling equations

Thank you so much!! This completely solves the problem! Now references do not have any color, but for sure cleverer will have some way to put them.

Again thank you so much! I am indebted to you
by vicentear
Sat Jun 22, 2019 10:55 pm
Forum: Theses, Books, Title pages
Topic: Problem labelling equations
Replies: 7
Views: 9952

Problem labelling equations

Unfortunately, you did not post a minimal working example. I cannot test the code snippet you posted and cannot guess the reason, why the references don't work for you.
From the log file i can see, that at least one command ( tabhead ) is unknown. You should fix things like that.

Sorry. I did't ...
by vicentear
Fri Jun 21, 2019 9:19 am
Forum: Theses, Books, Title pages
Topic: Problem labelling equations
Replies: 7
Views: 9952

Problem labelling equations

Even with a proper environment the references are still missing. I attached new files with a longer extension. I hope that they are better.

Thank you for your help



Johannes_B wrote:Do not use \beq and \eeq.
Use the proper long form.

Aside from that, please provide a minimal working example.
by vicentear
Thu Jun 20, 2019 8:27 pm
Forum: Theses, Books, Title pages
Topic: Problem labelling equations
Replies: 7
Views: 9952

Problem labelling equations

Good morning everybody

I am using the latex template created by Steve R. Gunn and modified by Vel to write my PhD thesis. However, I have a problem referencing equations.

I have, for instance, written the following code:

\beq
H_s = s \vf \sigma^i (p_i + e A_i)
\label{eq:ch1_w}
\eeq
where $s ...