Texmaker and TeXstudioInstall Texmaker 4.0.4.

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Stephi391
Posts: 8
Joined: Wed Sep 07, 2016 8:43 am

Install Texmaker 4.0.4.

Post by Stephi391 »

Öhm ok if I put this after loading Bibtex it works:

Code: Select all

\makeatletter
\def\blx@maxline{77}
\makeatother
The problem with the headings I solve while I change the value in this command:

Code: Select all

\renewcommand*{\chapterheadstartvskip}{\vspace*{-0.5cm}}
I don't know why it is different for various versions of texmaker but it works ;)

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Re: Install Texmaker 4.0.4.

Post by Stefan Kottwitz »

That's a bug in BibTeX support if biblatex. Yes, the lines you added were recommended by the biblatex developer as a workaround fix.

Actually it's not different between TeXmaker versions but TeX versions I think.

So all is fixed for now?

Stefan
LaTeX.org admin
Stephi391
Posts: 8
Joined: Wed Sep 07, 2016 8:43 am

Re: Install Texmaker 4.0.4.

Post by Stephi391 »

Yes, all is ok at the moment. Thank you for your help :D
Post Reply