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

Support for multibib? #56

Open
shuwens opened this issue Feb 23, 2018 · 1 comment
Open

Support for multibib? #56

shuwens opened this issue Feb 23, 2018 · 1 comment

Comments

@shuwens
Copy link

shuwens commented Feb 23, 2018

Hi,
I am working with multibib lib and using different bib files to generate different kinds of publications. However I can't get all the publications items right in the xxx.aux in latex.out. Is it because latexrun doesn't support multibib currently?

Example of latex compiling process with multibib (here)

@shuwens
Copy link
Author

shuwens commented Feb 27, 2018

I research it a bit and decide to use biblatex eventually. Here is my Makefile:

LATEXRUN = ./latexrun --bibtex-cmd='biber'

.PHONY: FORCE
${latexfile}.pdf: FORCE trs.bib demos.bib 
	$(LATEXRUN) ${latexfile}.tex

.PHONY: full
full :
#${latexfile}.pdf: FORCE trs.bib demos.bib 
	$(LATEXRUN) ${latexfile}.tex
	biber sun_cv --output-directory latex.out  
	$(LATEXRUN) ${latexfile}.tex



.PHONY: clean
clean:
	./latexrun --clean-all

We can close if there is no incentive to do more things..

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

No branches or pull requests

1 participant