BibTeX, biblatex and biberWhen building a BiBTeX it just shows [?]

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

When building a BiBTeX it just shows [?]

Post by firass »

Hello, I'm new to this forum.

My problem is as follows.
When I try to build my pdf, the pdf works and everything looks great, except the bibtex.

I'm using TeXmaker 2.6 with Win7.

The thing is, it works with TeXnicCenter but if it could work with TeXmaker, I would be a happy little boy!

I have tried the "pdflatex -> bibtex -> 2x pdflatex" thingy.

I use a preamble to define my documents, where the code to the bibtex is as follows.

Code: Select all

Code, edit and compile here:
\usepackage{natbib}
\bibpunct[,]{[}{]}{;}{a}{,}{,}
\bibliographystyle{nature}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Also when I call the Bibtex in the major file (dunno if thats the right word) the code is as follows.

Code: Select all

Code, edit and compile here:
\begingroup
\raggedright
\bibliography{bibtex/litteratur}
\endgroup
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
There are no warnings or errors, it just wont produce the bibtex and all i get is alot of [?] - can anyone please help me with it?

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: When building a BiBTeX it just shows [?]

Post by josephwright »

Please post a full example, and also consider sending the log files (.log and .blg) that you get when you compile it.
Joseph Wright
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

When building a BiBTeX it just shows [?]

Post by firass »

Well I can't find a .blg file that matches the date, so that might be the problem or?

An example of the code or the output?

The full code is:

Code: Select all

Code, edit and compile here:
\input{preamble}
\raggedbottom % Sørger for at LaTeX ikke "strækker" teksten
\begin{document}
%%%% Forside %%%%
%\input{formalia/forside.tex}
\input{formalia/tomside.tex}
%%%% Titelblad %%%%
\input{formalia/titelblad.tex}
\input{formalia/tomside.tex}
\setcounter{page}{1}
\renewcommand{\thepage}{\Roman{page}}
%%%% Forord %%%%
%\input{formalia/tomside.tex}
%%%% Indholdsfortegnelse %%%%
\setlength\parskip{0ex}
\tableofcontents
\setlength\parskip{1ex}
%%%% Kode, der sørger for at indledningen starter på side 1 %%%%
\cleardoublepage
\setcounter{page}{1}
\renewcommand{\thepage}{\arabic{page}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{chapter}{0}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
And preamble is as follows

Code: Select all

Code, edit and compile here:
\documentclass[english,12pt,a4paper,twoside]{report}
\usepackage[latin1]{inputenc}
%\usepackage[danish]{babel} DANSK TEKST
\usepackage{hyperref}
\usepackage{subfigure}
%Sideopsætning
\setlength{\textwidth}{16.1cm}
\setlength{\topmargin}{-1.0cm}
\setlength{\topskip}{0.5cm}
\setlength{\textheight}{23.5cm}
\addtolength{\hoffset}{-1.6cm}
\setlength{\oddsidemargin}{2.00cm}
\setlength{\evensidemargin}{1.00cm}
\headheight =13.65pt
\parindent = 0pt %Fjerner indryk ved start på nyt \paragraph
%Sidehoved og sidefod
\usepackage{fancyhdr}
\renewcommand{\sectionmark}[1]{\leftmark{\thechapter.\ #1}}
\renewcommand{\chaptermark}[1]{\rightmark{\thechapter.\ #1}}
%%% hvordan det øverste ser ud
%% Vores eget %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\fancypagestyle{plain}
\pagestyle{fancy}{ %Her fra
\fancyhead{}
%\fancyhead[LE]{\nouppercase \rightmark}
%\fancyhead[RE]{\nouppercase \leftmark}
\fancyfoot[LE,RO]{\thepage}
\fancyfoot{}
} %Her til, dækker dobbelt side nummerering som denne kommando giver, af en underlig grund
\pagestyle{fancy}{ %Giver streg med kapitel
\fancyhead{}
\fancyhead[RE]{\nouppercase \leftmark} %RE angiver Right Even page
%\fancyhead[RE]{\nouppercase \rightmark}
\fancyfoot[LE,RO]{\thepage}}\fancypagestyle{plain}{
\fancyhf{} % Sletter alt nuværende hoved- og fodkonfiguration
\fancyfoot[LE,RO]{\thepage}
%\fancyfoot[C]{\thepage\\ \tiny{Kompileret \today { }kl. \printtime { }af \input{userfile}}}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
And an example of the .tex document called litteratur:

Code: Select all

@book{bib:cheryan,
title = {Ultrafiltration and Mirofiltration},
author = {Munir Cheryan},
year = {1987},
publisher = {Addision-Wesley},
series = {ISBN: 1-56676-598-6}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Here is some of the output:
exampleac.png
exampleac.png (3.6 KiB) Viewed 11811 times
Edit by localghost: No external links for attachments!

As I said, the document can be compiled and viewed afterwards, but as it is seen from the image (might be a bad one, tell me if u want a higher quality image), the bibtex doesn't work, even though i tried the fancy pancy pdflatex->bibtex->2x pdflatex trick!

EDIT:

I forgot the .log file, here it is:

Code: Select all

This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.6) (preloaded format=pdflatex 2010.2.23) 24 MAY 2010 08:16
entering extended mode
**Rapport.tex
(Rapport.tex
LaTeX2e <2005/12/01>
Babel <v3.8g> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, french, loaded.
(preamble.tex ("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\base\report.cls"
Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\base\size12.clo"
File: size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\base\inputenc.sty"
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\base\latin1.def"
File: latin1.def 2006/05/05 v1.1b Input encoding file
))
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2007/06/14 v6.76i Hypertext links for LaTeX
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
("C:\Program Files (x86)\MiKTeX 2.6\tex\latex\oberdiek\hycolor.sty"
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

When building a BiBTeX it just shows [?]

Post by localghost »

Attachments shall be uploaded to the forum server (see Board Rules). External links can get lost with time and make problem incomprehensible.

When asked for a minimal example, this is meant to be a minimal working example (MWE) [1,2]. The operative word is »minimal«. Complete (log) files should be uploaded as attachment to the forum server.

[1] View topic: Avoidable mistakes
[2] Creating a LaTeX Minimal Example


Best regards and welcome to the board
Thorsten
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

Re: When building a BiBTeX it just shows [?]

Post by firass »

I thought the first post was a MWE, but he asked for an example, so I just thought he wanted everything.

Ask me for anything and I will post it.
I dislike TeXnicCenter, but the BiBTeX works there, so if I could get TeXmaker to do the same, that would be very nice.
It might be my bibtex compiler that is the problem, it seems when I try to compile the bibtex, it finishes just after I clicked the button, as if it didn't do it, but it says "Process started ... Process exited normally".

And thanks for the welcome :)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

When building a BiBTeX it just shows [?]

Post by localghost »

firass wrote:I thought the first post was a MWE, but he asked for an example, so I just thought he wanted everything.

Ask me for anything and I will post it. [...]
Just follow the links in my last reply and you know exactly how to build a MWE.
firass wrote:[...] I dislike TeXnicCenter, but the BiBTeX works there, so if I could get TeXmaker to do the same, that would be very nice. [...]
TeXnicCenter (TXC) starts BibTeX by default in all its output profiles. I don't know anything about TeXmaker (TXM). But I think that the TeXmaker Documentation (Section 1.2) should provide help on configuring this editor.
firass wrote:[...] It might be my bibtex compiler that is the problem, it seems when I try to compile the bibtex, it finishes just after I clicked the button, as if it didn't do it, but it says "Process started ... Process exited normally". [...]
I don't think so. Compiling the bibliography with BibTeX usually takes not much time and the message says that everything went right. You have to do at least two more compiler runs to get all the references right. I assume that TXM has a »Quick Build« function. Perhaps you can configure it in a way that BibTeX is also executed.
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

When building a BiBTeX it just shows [?]

Post by firass »

localghost wrote: I don't think so. Compiling the bibliography with BibTeX usually takes not much time and the message says that everything went right. You have to do at least two more compiler runs to get all the references right. I assume that TXM has a »Quick Build« function. Perhaps you can configure it in a way that BibTeX is also executed.
I've tried before with 2 or more compiler runs, without the wanted results.
TXM have a quick build function, I don't actually know how to code it, so it would do pdflatex -> bibtex -> 2x pdflatex

But if anyone knows, please let me know :)
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

When building a BiBTeX it just shows [?]

Post by firass »

Okay, now I got TXM to work with the quick build function (pdflatex -> bibtex -> 2x pdflatex) automatic, still nothing happens so I have gathered this little MWE (I hope is enough) and the .log file.

The master document:

Code: Select all

Code, edit and compile here:
\input{preamble}
\raggedbottom
\begin{document}
%\input{a tex document}
\setcounter{page}{1}
\renewcommand{\thepage}{\Roman{page}}
\setlength\parskip{0ex}
\tableofcontents
\setlength\parskip{1ex}
\cleardoublepage
\setcounter{page}{1}
\renewcommand{\thepage}{\arabic{page}}
\setcounter{chapter}{0}
%\input{alot of tex documents}
%%%% Sources %%%%
\begingroup
\raggedright
\bibliography{bibtex/litteratur}
\endgroup
%%%% Fixme-list %%%%%
\newpage
\listoffixmes
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The preamble:

Code: Select all

Code, edit and compile here:
%Filled with packages and etc
%bibtex
\usepackage{natbib}
\bibpunct[,]{[}{]}{;}{a}{,}{,} % Definerer de 6 parametre ved Harvard henvisning (bl.a. parantestype og seperatortegn)
\bibliographystyle{nature}
%Filled with packages and etc
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The bibtex:

Code: Select all

@book{bib:cheryan,
title = {Ultrafiltration and Mirofiltration},
author = {Munir Cheryan},
year = {1987},
publisher = {Addision-Wesley},
series = {ISBN: 1-56676-598-6}
}
%and loads of other bibliographies
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I dunno how to upload the .log file to the server, tried reading FAQ's and all I got to that was how to manage my attachments - yay.
firass
Posts: 8
Joined: Sun May 23, 2010 5:39 pm

When building a BiBTeX it just shows [?]

Post by firass »

Woo, I fixed it!

Apparently the TXM is more sensitive to how the bibtex is written, for example.

Code: Select all

@book{bib:cheryan,
title = {Ultrafiltration and Mirofiltration},
author = {Munir Cheryan},
year ={1987},
publisher = {Addision-Wesley},
series = {ISBN: 1-56676-598-6}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Does not work, but if I place a space between " ={ " at the "year ={1987}" it works.

:)

I ARE AWESOME!
Mimmi
Posts: 1
Joined: Fri May 28, 2010 1:17 pm

Re: When building a BiBTeX it just shows [?]

Post by Mimmi »

Hello everybody.

I have a similar problem. I use WinEdt 6 and MikTex 2.7.

Somehow, my Bibliographia doesn´t show up in my Paper at all, although I inserted it und instead of references I have only [?].
:?

Can anybody help me?
Do I need any additional package?
Post Reply