BibTeX, biblatex and biberCan't get my bibliography printed

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
kidziman
Posts: 3
Joined: Tue Dec 22, 2015 3:51 pm

Can't get my bibliography printed

Post by kidziman »

Hello,

I've spent many hours trying to solve this but probably I can't :( So, the problem is that I can't get the bibliography printed from files below. I use texmaker and it says that there is "No "backend"" specified, using Biber backend" than that the bibliography is empty and at the end "Please (re)run Biber on the file(biblatex) praca(biblatex) and rerun LaTeX afterwards". So, backend is indeed not specified. When I define it to be bibtex, error "Undefined control sequence \abx@aux@sortscheme" appears. It is probably caused by preferences, when I locate the bibtex.exe under the bibtex setting the file compiles but still says that the bibliography is empty. There are no other warnings, which is nice but still have no bibliography. I think bibtex should be used here but also tried biber. It won't work at all, there are 54 errors so that is probably the wrong way.

Anyone meybe can help me or have any ideas? Meybe the .bib file is wrong? I don't know how but meybe. I have no more clues here.

Files attached are all that the file needs to compile.
Attachments
bibliografia.bib
bib file
(3.81 KiB) Downloaded 285 times
aghdpl.cls
my document class
(7.99 KiB) Downloaded 271 times
picture for main page
picture for main page
agh.jpg (74.97 KiB) Viewed 10116 times
praca.tex
tex file
(4.44 KiB) Downloaded 303 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Can't get my bibliography printed

Post by Johannes_B »

Hi and welcome,

I am a bit in a hurry, so i will just post two links toanother site:

biblatex for starters
biber and my favourite editor

The answers to the question will get you a good start.


AGH: Are you the guys with those triangular cups? They are a pain, but awesome ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
kidziman
Posts: 3
Joined: Tue Dec 22, 2015 3:51 pm

Re: Can't get my bibliography printed

Post by kidziman »

Hi,

it may be, I'm not sure, were not at the Uni for like a year now :( But there is a good point, I've found the solution. The usage of bibtex was correct, the problem was with this entry n the .bib file:

@Misc{11,
Title = {Autodesk MatchMover},
HowPublished = {\url{https://apps.autodesk.com/MAYA/pl/Detail/Index?id=appstore.exchange.autodesk.com%3Aautodeskmatchmover_windows64%3Aen}},
Note = {Accessed: 2015.10.30}
}

Like I don't know why :( Meybe it is something with the % sign, but I've found only " { $ are critical. I change the howpublished to the bit.ly link and now everything works. I hate when I don't know why something works and other thing doesn't :(
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Can't get my bibliography printed

Post by Johannes_B »

Misc was often used in the past, since you are using biblatex now, you can do the following:

Code: Select all

@online{autodeskMatchover,
Title = {Autodesk MatchMover},
url = {https://apps.autodesk.com/MAYA/pl/Detail/Index?id=appstore.exchange.autodesk.com%3Aautodeskmatchmover_windows64%3Aen},
urldate = {2015-10-30}
}

Have seen the cups a few years ago, they might have chaged that.

Even more off-topic than the thing with the cups: It is maybe, not meybe :-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
kidziman
Posts: 3
Joined: Tue Dec 22, 2015 3:51 pm

Re: Can't get my bibliography printed

Post by kidziman »

And by the way, since it gets offtop, Maybe you know how to do an appendix, but so that it appears just after the bibliography withount the page with "aapendix" word and so the name looks like: "Dodatek A. 'title'"?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Can't get my bibliography printed

Post by Stefan Kottwitz »

Hi kidziman,

welcome to the forum!

You can simply open a new topic / thread for a new question. That would be the best. So any reader can see, not just Johannes would notice. Here is space for millions of topics. One issue per topic (thread) makes it easier to follow, to notice and to sort into the archive.

Stefan
LaTeX.org admin
Post Reply