Theses, Books, Title pagesCan you help me to set up my text editor in order to compile

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Can you help me to set up my text editor in order to compile

Post by templateuser »

The format of the book is what I was looking for but now I am a little frustrated because I cannot even compile it correctly. I just download biber but I do not know what to do with it. I use texmaker. How can I set up the conditions:
1) pdflatex main

2) makeindex main.idx -s StyleInd.ist

3) biber main

4) pdflatex main x 2

Please help me.

elchilote

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Can you help me to set up my text editor in order to com

Post by Vel »

Hi,

In general, you can compile the template from Texmaker using Build which (I assume) will use pdflatex automatically. You only need to worry about makeindex and biber when you want to update your index or bibliography. When you want to do this, you need to open Terminal (Linux/Mac OS) or Command Prompt (Windows) and navigate to the directory of the template. Once there, you just type makeindex main.idx -s StyleInd.ist or biber main. You can then recompile from within Texmaker as usual. Hope that helps!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Can you help me to set up my text editor in order to compile

Post by templateuser »

Hi,

thanks for your answer, but I'm still have the same problem. When I try to compile the following error appears:

error line 183: ! Undefined control sequence. \newmdenv

I don't have idea of what is happening. I'm using windows 7. Do you know what can the problem be?

Best;
elchilote
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Can you help me to set up my text editor in order to com

Post by Vel »

Hi,

What happens when you skip the errors?

I'd recommend you update your LaTeX distribution to the newest version and also update your packages. Older versions of packages can cause issues with some of the larger templates, like this one.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Can you help me to set up my text editor in order to com

Post by templateuser »

Hi,

I updated Mixtek and then the problem was solved! Sorry for waste your time and thank you for your work!

Best,
Angel.
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Can you help me to set up my text editor in order to com

Post by Vel »

Awesome! Updating tends to fix a lot of problems :)
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply