Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to make Texlipse run biber during build #67

Open
santa-klaus opened this issue Feb 5, 2019 · 4 comments
Open

Unable to make Texlipse run biber during build #67

santa-klaus opened this issue Feb 5, 2019 · 4 comments

Comments

@santa-klaus
Copy link

santa-klaus commented Feb 5, 2019

Feature Request

This is probably more a feature request than a bug report. I use biblatex with backend biber in my file. However, Texlipse does not run biber automatically. I know that probably I can set up a builder to let it do that, however I am unaware of how to do it. The documentation of the old project tells me to set up a builder for biber, but does not explain how. The documentation linked in Eclipse only tells me to use bibtex, which is not recommended anymore (better use biblatex, especially if you deal with other languages than english).

#60 sounds like usually it should work out of the box, so maybe it´s a bug after all. Let me know if you need some more information or if I can help in any way (e.g. by updating the documentation after I got explained how to do it).

What is the current behavior?

Texlipse does not run biber automatically. No documentation available for how let it run biber.

What is the expected or desired behavior?

Either Texlipse detecting automatically if biber is needed to be run, or documentation for builder setup to include biber.

Please provide use cases for changing the current behavior:

Everybody using biblatex with backend biber, which is the recommended bibliography setup in Latex for most usecases.

Other relevant information:

I am on Windows 10, Eclipse 4.10.0, Texlipse 2.0.2.

Thank you for taking over this project, it is by far my favourite Latex Editor!

@montex
Copy link
Contributor

montex commented Sep 23, 2020

I also had this problem, a simple way to solve it is to use latexmk as build command, instead of latex/pdflatex. It will automatically run biber or bibtex if needed.

@santa-klaus
Copy link
Author

@montex Thank you for the tip! However, I cannot find latexmk among the build tools. Can you give me a tip of how to set it up?

@montex
Copy link
Contributor

montex commented Nov 4, 2020

Hello @santa-klaus!

If you are using Linux, probably you have to install the corresponding package. Under Debian, latexmk comes in a package with the same name. I am not sure under Windows, but is seems it can be used on Windows as well.

The configuration in TeXlipse is simple: just replace the normal builder (e.g., /usr/bin/pdflatex) with the latexmk binary /usr/bin/latexmk and the appropriate parameters. You find this in Window/Preferences/TeXlipse/Builder Setttings. See the screenshots below for more details.

Hope this helps!

latexmk-pdf

latexmk-xelatex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@turesheim @santa-klaus @montex and others