Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Lead us in a few words of silent prayer." -- Bill Peterson, former Houston Oiler football coach


computers / comp.text.tex / Re: BibLaTeX

SubjectAuthor
* BibLaTeXdb
+* Re: BibLaTeXUlrike Fischer
|`* Re: BibLaTeXdb
| `* Re: BibLaTeXPaweł Wlaź
|  `* Re: BibLaTeXdb
|   `- Re: BibLaTeXUlrike Fischer
+- Re: BibLaTeXbkleine
+* Re: BibLaTeXPeter Flynn
|`* Re: BibLaTeXdb
| `* Re: BibLaTeXdb
|  `* Re: BibLaTeXPeter Flynn
|   `* Re: BibLaTeXdb
|    +- Re: BibLaTeXdb
|    `- Re: BibLaTeXPeter Flynn
`- Re: BibLaTeXUlrich D i e z

1
BibLaTeX

<u25s1d$b85p$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6489&group=comp.text.tex#6489

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: BibLaTeX
Date: Mon, 24 Apr 2023 14:17:49 +0200
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <u25s1d$b85p$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 24 Apr 2023 12:17:49 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="63d9dfc5f199c58f56e051fcb2f5b2c6";
logging-data="368825"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Lq8aMkyCYz/xFjME7by/jv2/4lAqTEA4="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:CbcDmfobsydanNfMg3jR5C8/Xms=
Content-Language: en-US
 by: db - Mon, 24 Apr 2023 12:17 UTC

I decided to get to griups with BibLaTeX. I googled it and tried
this:

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\usepackage{biblatex}
\addbibresource{~/latex/bib/general.bib}

\begin{document}
Citing Miller\,\cite{G.Mill1952}
\printbibliography
\end{document}

The bib exists, as you see here:

~/latex> ls bib/gen*
bib/general.bib bib/general.bib.bak

and the entry G.Mill1952 also exists

~/latex> grep G.Mill1952 bib/*
grep: bib/SDS: Is a directory
bib/general.bib:@ARTICLE{G.Mill1952,
bib/general.bib.bak:@ARTICLE{G.Mill1952,

But I get an error upon attempting to compile the thing,
using

pdflatex biblatexttest
....
LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input line 10.

LaTeX Warning: Empty bibliography on input line 11.

So what am I missing here?
--
Dieter Britz

Re: BibLaTeX

<13vrdi0ku0wgz$.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6490&group=comp.text.tex#6490

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Mon, 24 Apr 2023 14:44:12 +0200
Lines: 26
Message-ID: <13vrdi0ku0wgz$.dlg@nililand.de>
References: <u25s1d$b85p$1@dont-email.me>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 7g8iQ1KJYNLkk/E/5BNAEgdFWJmtyYnMzdDbcnhA2YJUDTagmp
Cancel-Lock: sha1:lXa/gJmMY6UxxD2rmNLFYCI0Owc=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Mon, 24 Apr 2023 12:44 UTC

Am Mon, 24 Apr 2023 14:17:49 +0200 schrieb db:

> I decided to get to griups with BibLaTeX. I googled it and tried
> this:

> \addbibresource{~/latex/bib/general.bib}

I doubt that ~ will work. Use a normal path and not shorthands from
the command line.

> But I get an error upon attempting to compile the thing,
> using
>
> pdflatex biblatexttest
> ...
> LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input line 10.
>

well apart from pdflatex you will also have to call biber

--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Re: BibLaTeX

<u25tpv$3mvll$1@tota-refugium.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6491&group=comp.text.tex#6491

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.tota-refugium.de!.POSTED!not-for-mail
From: bernhard...@gmx.net (bkleine)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Mon, 24 Apr 2023 14:48:00 +0200
Message-ID: <u25tpv$3mvll$1@tota-refugium.de>
References: <u25s1d$b85p$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 24 Apr 2023 12:47:59 -0000 (UTC)
Injection-Info: tota-refugium.de;
logging-data="3899061"; mail-complaints-to="abuse@news.tota-refugium.de"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:bF3lIjqkaTbcotAnxJ5YGXnaVhM=
In-Reply-To: <u25s1d$b85p$1@dont-email.me>
X-User-ID: eJwNx8ERACEIA8CWZCC5UA6g9l+Ct7+F0zhfEAxc3EWU+siVs6PijNiwSBb+0mJ7Lm1Vplf2AxUmELc=
 by: bkleine - Mon, 24 Apr 2023 12:48 UTC

Am 24.04.2023 um 14:17 schrieb db:
>
> ~/latex> ls bib/gen*
> bib/general.bib  bib/general.bib.bak
>
> and the entry G.Mill1952 also exists
>
> ~/latex> grep G.Mill1952 bib/*
> grep: bib/SDS: Is a directory
> bib/general.bib:@ARTICLE{G.Mill1952,
> bib/general.bib.bak:@ARTICLE{G.Mill1952,
>

I would be care full withs names and dots. Try an underscore G_Mill1952.

Re: BibLaTeX

<u28o2f$tduf$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6495&group=comp.text.tex#6495

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Tue, 25 Apr 2023 16:28:31 +0200
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <u28o2f$tduf$1@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <13vrdi0ku0wgz$.dlg@nililand.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 25 Apr 2023 14:28:31 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e8bf32cba417cc944a3b159e5f62945d";
logging-data="964559"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18zQ5a+NNyysMJeYPdHuE/dGNOWEZfZ+kw="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:+XE2IwsBjULDEQ9XF2z7IiHYWG8=
In-Reply-To: <13vrdi0ku0wgz$.dlg@nililand.de>
Content-Language: en-US
 by: db - Tue, 25 Apr 2023 14:28 UTC

On 24.04.2023 14.44, Ulrike Fischer wrote:
> Am Mon, 24 Apr 2023 14:17:49 +0200 schrieb db:
>
>> I decided to get to griups with BibLaTeX. I googled it and tried
>> this:
>
>>
>
> I doubt that ~ will work. Use a normal path and not shorthands from
> the command line >
>
>> But I get an error upon attempting to compile the thing,
>> using
>>
>> pdflatex biblatexttest
>> ...
>> LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input line 10.
>>
>
> well apart from pdflatex you will also have to call biber

OK, but I tried \addbibresource{/home/db/latex/bib/general.bib}
and \addbibresource{$home/db/latex/bib/general.bib}
with the same result.

--
Dieter Britz

Re: BibLaTeX

<48f367a-bc8f-c9aa-e342-8da0755c1d52@pollub.pl>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6497&group=comp.text.tex#6497

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.uzoreto.com!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!newsfeed.neostrada.pl!unt-exc-02.news.neostrada.pl!unt-spo-a-01.news.neostrada.pl!news.neostrada.pl.POSTED!not-for-mail
Newsgroups: comp.text.tex
Date: Tue, 25 Apr 2023 17:02:39 +0200
From: p.w...@pollub.pl (Paweł Wlaź)
Subject: Re: BibLaTeX
In-Reply-To: <u28o2f$tduf$1@dont-email.me>
Message-ID: <48f367a-bc8f-c9aa-e342-8da0755c1d52@pollub.pl>
References: <u25s1d$b85p$1@dont-email.me> <13vrdi0ku0wgz$.dlg@nililand.de> <u28o2f$tduf$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8BIT
Lines: 43
Organization: Telekomunikacja Polska
NNTP-Posting-Host: 212.182.64.174
X-Trace: 1682434961 unt-rea-a-02.news.neostrada.pl 19618 212.182.64.174:39450
X-Complaints-To: abuse@news.neostrada.pl
X-Received-Bytes: 1823
 by: Paweł Wlaź - Tue, 25 Apr 2023 15:02 UTC

On Tue, 25 Apr 2023, db wrote:

> On 24.04.2023 14.44, Ulrike Fischer wrote:
>> Am Mon, 24 Apr 2023 14:17:49 +0200 schrieb db:
>>
>>> I decided to get to griups with BibLaTeX. I googled it and tried
>>> this:
>>
>>>
>>
>> I doubt that ~ will work. Use a normal path and not shorthands from
>> the command line >
>>
>>> But I get an error upon attempting to compile the thing,
>>> using
>>>
>>> pdflatex biblatexttest
>>> ...
>>> LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input line 10.
>>>
>>
>> well apart from pdflatex you will also have to call biber
>
> OK, but I tried \addbibresource{/home/db/latex/bib/general.bib}
> and \addbibresource{$home/db/latex/bib/general.bib}
> with the same result.

But you DO NOT mention if you use biber (as indicated above) or bibtex
comands. So do you use biber command? Or bibtex? Because pdflatex
alone is not enough: "you will also have to call biber"

--
Paweł

>
> --
> Dieter Britz
>
>

Re: BibLaTeX

<kaqahqFql2vU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6498&group=comp.text.tex#6498

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!lilly.ping.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Tue, 25 Apr 2023 16:39:38 +0100
Lines: 24
Message-ID: <kaqahqFql2vU1@mid.individual.net>
References: <u25s1d$b85p$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net yP8M08hw516UMQ/IENfVKQSC4xZt47vyyYZFZC92VDS2bVGVXF
Cancel-Lock: sha1:5Jn4CyBfXM70Qx/RNBznb7Jw8yU=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Content-Language: en-US
In-Reply-To: <u25s1d$b85p$1@dont-email.me>
 by: Peter Flynn - Tue, 25 Apr 2023 15:39 UTC

On 24/04/2023 13:17, db wrote:
> I decided to get to griups with BibLaTeX. I googled it

Have a look at http://latex.silmaril.ie/formattinginformation/xrefs.html#bib

> So what am I missing here?

1. You need to run LaTeX, then biber, then LaTeX again.

2. You may get better results using

\usepackage{fontspec}

instead of

\usepackage[utf8]{inputenc}

3. Try processing with XeLaTeX or LuaLaTeX instead of pdflatex.

4. You probably need to specify your processor:

\usepackage[backend=biber]{biblatex}

Peter

Re: BibLaTeX

<u2b4qh$1ch9r$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6503&group=comp.text.tex#6503

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Wed, 26 Apr 2023 14:18:25 +0200
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <u2b4qh$1ch9r$2@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <13vrdi0ku0wgz$.dlg@nililand.de>
<u28o2f$tduf$1@dont-email.me> <48f367a-bc8f-c9aa-e342-8da0755c1d52@pollub.pl>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 26 Apr 2023 12:18:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="24fd3056157f8c6c6f0c8a5ef36134aa";
logging-data="1459515"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/j+6PTVe0GWyC5n8midtuycUVXhSVikXo="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:TmJG7jJKQnx0+jSIuh3se9P2pJI=
Content-Language: en-US
In-Reply-To: <48f367a-bc8f-c9aa-e342-8da0755c1d52@pollub.pl>
 by: db - Wed, 26 Apr 2023 12:18 UTC

On 25.04.2023 17.02, Paweł Wlaź wrote:
>
>
> On Tue, 25 Apr 2023, db wrote:
>
>> On 24.04.2023 14.44, Ulrike Fischer wrote:
>>> Am Mon, 24 Apr 2023 14:17:49 +0200 schrieb db:
>>>
>>>> I decided to get to griups with BibLaTeX. I googled it and tried
>>>> this:
>>>
>>>>
>>>
>>> I doubt that ~ will work. Use a normal path and not shorthands from
>>> the command line >
>>>
>>>> But I get an error upon attempting to compile the thing,
>>>> using
>>>>
>>>> pdflatex biblatexttest
>>>> ...
>>>> LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input
>>>> line 10.
>>>>
>>>
>>> well apart from pdflatex you will also have to call biber
>>
>> OK, but I tried \addbibresource{/home/db/latex/bib/general.bib}
>>             and \addbibresource{$home/db/latex/bib/general.bib}
>> with the same result.
>
> But you DO NOT mention if you use biber (as indicated above) or bibtex
> comands. So do you use biber command? Or bibtex? Because pdflatex alone
> is not enough: "you will also have to call biber"
>
No, I have not. I use LaTeX with typed in commands, until now first
pdflatex, followed by bibtex, and pdflatex once again.
SO, if I switch to bibLaTeX, what commands should I use?
--
Dieter Britz

Re: BibLaTeX

<u2b57b$1ch9r$3@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6504&group=comp.text.tex#6504

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Wed, 26 Apr 2023 14:25:15 +0200
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <u2b57b$1ch9r$3@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 26 Apr 2023 12:25:15 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="24fd3056157f8c6c6f0c8a5ef36134aa";
logging-data="1459515"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Ti4YcH3wQSMsbG4ae4UokL/2ET+Nv+SE="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:PZ1J0H65PthAFU+Yh//uwKHwNkA=
In-Reply-To: <kaqahqFql2vU1@mid.individual.net>
Content-Language: en-US
 by: db - Wed, 26 Apr 2023 12:25 UTC

On 25.04.2023 17.39, Peter Flynn wrote:
> On 24/04/2023 13:17, db wrote:
>> I decided to get to griups with BibLaTeX. I googled it
>
> Have a look at
> http://latex.silmaril.ie/formattinginformation/xrefs.html#bib
>
>> So what am I missing here?
>
> 1. You need to run LaTeX, then biber, then LaTeX again.

I tried that, and still get "undefined reference" for the
bib file that does indeed exist, and exists where I say it is.
--
Dieter Britz

Re: BibLaTeX

<u2b7ub$1d2jt$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6505&group=comp.text.tex#6505

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Wed, 26 Apr 2023 15:11:39 +0200
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <u2b7ub$1d2jt$1@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
<u2b57b$1ch9r$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 26 Apr 2023 13:11:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="24fd3056157f8c6c6f0c8a5ef36134aa";
logging-data="1477245"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ojIdgLH9NoXNQWxQkx60y66x0x2g/PHE="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:TWRLIv6yJDlwsMMvMUqa9UOdCeU=
Content-Language: en-US
In-Reply-To: <u2b57b$1ch9r$3@dont-email.me>
 by: db - Wed, 26 Apr 2023 13:11 UTC

On 26.04.2023 14.25, db wrote:
> On 25.04.2023 17.39, Peter Flynn wrote:
>> On 24/04/2023 13:17, db wrote:
>>> I decided to get to griups with BibLaTeX. I googled it
>>
>> Have a look at
>> http://latex.silmaril.ie/formattinginformation/xrefs.html#bib
>>
>>> So what am I missing here?
>>
>> 1. You need to run LaTeX, then biber, then LaTeX again.
>
> I tried that, and still get "undefined reference" for the
> bib file that does indeed exist, and exists where I say it is.

This works, using pdflatex, bibtex, pdflatex, pdflatex.

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\begin{document}
Citing Miller\,\cite{G.Mill1952}

\bibliographystyle{/home/db/latex/elsevier/elsarticle-num}
\bibliography{%
/home/db/latex/bib/general}

\end{document}

- which shows the reference is indeed resolvable. I must be
using bibLaTeX incorrectly, but how?

--
Dieter Britz

Re: BibLaTeX

<1jj2uhao5v7zn$.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6506&group=comp.text.tex#6506

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Wed, 26 Apr 2023 15:23:53 +0200
Lines: 14
Message-ID: <1jj2uhao5v7zn$.dlg@nililand.de>
References: <u25s1d$b85p$1@dont-email.me> <13vrdi0ku0wgz$.dlg@nililand.de> <u28o2f$tduf$1@dont-email.me> <48f367a-bc8f-c9aa-e342-8da0755c1d52@pollub.pl> <u2b4qh$1ch9r$2@dont-email.me>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net a4MSlL6QHhO3S0khF3gfOg9K4TSVX35wvPGEHj/uhPqrUeFzML
Cancel-Lock: sha1:7/tJwb6FEUjkf2Xj4PiCjiMj2Xs=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Wed, 26 Apr 2023 13:23 UTC

Am Wed, 26 Apr 2023 14:18:25 +0200 schrieb db:

> No, I have not. I use LaTeX with typed in commands, until now first
> pdflatex, followed by bibtex, and pdflatex once again.
> SO, if I switch to bibLaTeX, what commands should I use?

Well as I wrote (and Pawel repeated): "you will also have to call
biber"

And just to make sure: bib_ER_ is not bib_TEX_

--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Re: BibLaTeX

<kass13F82toU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6507&group=comp.text.tex#6507

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Wed, 26 Apr 2023 15:50:11 +0100
Lines: 11
Message-ID: <kass13F82toU1@mid.individual.net>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
<u2b57b$1ch9r$3@dont-email.me> <u2b7ub$1d2jt$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net qp0xAOGto0Fm7+20LzTwOwzHQ6bkp+28xQa2uzXWitDu/J+5uo
Cancel-Lock: sha1:E3cUOcSyRx38jIxhAgdD/hZ+9N0=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Content-Language: en-US
In-Reply-To: <u2b7ub$1d2jt$1@dont-email.me>
 by: Peter Flynn - Wed, 26 Apr 2023 14:50 UTC

On 26/04/2023 14:11, db wrote:
[...]
> - which shows the reference is indeed resolvable. I must be using
> bibLaTeX incorrectly, but how?

Can you post the document and the bib file somewhere we can download and
test them?

Peter

Re: BibLaTeX

<u2ddov$1ro6v$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6512&group=comp.text.tex#6512

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Thu, 27 Apr 2023 11:03:26 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <u2ddov$1ro6v$1@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
<u2b57b$1ch9r$3@dont-email.me> <u2b7ub$1d2jt$1@dont-email.me>
<kass13F82toU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 27 Apr 2023 09:03:27 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b12ad37bc75f406dd8b988af24a4c838";
logging-data="1958111"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Euw/xtGYTYR94Le0tqTbUoE7FghE3M48="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:O5TjGNlO0mawF96B4r1/pLV5jsI=
Content-Language: en-US
In-Reply-To: <kass13F82toU1@mid.individual.net>
 by: db - Thu, 27 Apr 2023 09:03 UTC

On 26.04.2023 16.50, Peter Flynn wrote:
> On 26/04/2023 14:11, db wrote:
> [...]
>> - which shows the reference is indeed resolvable. I must be using
>> bibLaTeX incorrectly, but how?
>
> Can you post the document and the bib file somewhere we can download and
> test them?
>
> Peter
>
>

That might be awkward, the entry is one out of 1268. I could extract
the one cited here and put it into its own file, but that might not
replicate the problem. The problem is no doubt due to the specs for
where the entry is (inside the larger bib file general.bib).

I will experiment a bit more, e.g. do just that and put it in the
same directory as the document file, see what happens.
--
Dieter Britz

Re: BibLaTeX

<u2df2u$1ruup$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6513&group=comp.text.tex#6513

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Thu, 27 Apr 2023 11:25:50 +0200
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <u2df2u$1ruup$1@dont-email.me>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
<u2b57b$1ch9r$3@dont-email.me> <u2b7ub$1d2jt$1@dont-email.me>
<kass13F82toU1@mid.individual.net> <u2ddov$1ro6v$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 27 Apr 2023 09:25:50 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b12ad37bc75f406dd8b988af24a4c838";
logging-data="1965017"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Ftg4nsxnIf1OLrkRCcVBWL+j2tsR1jXM="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:OrKfCKnyH+9axatQDJUnIJCR94A=
In-Reply-To: <u2ddov$1ro6v$1@dont-email.me>
Content-Language: en-US
 by: db - Thu, 27 Apr 2023 09:25 UTC

On 27.04.2023 11.03, db wrote:
> On 26.04.2023 16.50, Peter Flynn wrote:
>> On 26/04/2023 14:11, db wrote:
>> [...]
>>> - which shows the reference is indeed resolvable. I must be using
>>> bibLaTeX incorrectly, but how?
>>
>> Can you post the document and the bib file somewhere we can download
>> and test them?
>>
>> Peter
>>
>>
>
> That might be awkward, the entry is one out of 1268. I could extract
> the  one cited here and put it into its own file, but that might not
> replicate the problem. The problem is no doubt due to the specs for
> where the entry is (inside the larger bib file general.bib).
>
> I will experiment a bit more, e.g. do just that and put it in the
> same directory as the document file, see what happens.

That worked. I extrascted the entry G.Mill1952 as the file Miller.bib
in the directory I am working in, and changed the sentence in the
document to
\addbibresource{Miller.bib}

and it worked. So the problem is that the thread doesn't work. It
works if I don't use biblatex.
--
Dieter Britz

Re: BibLaTeX

<u2e5rc$3r2gk$1@solani.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6517&group=comp.text.tex#6517

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: ud.usene...@web.de (Ulrich D i e z)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Thu, 27 Apr 2023 17:54:55 +0200
Message-ID: <u2e5rc$3r2gk$1@solani.org>
References: <u25s1d$b85p$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 27 Apr 2023 15:54:20 -0000 (UTC)
Injection-Info: solani.org;
logging-data="4033044"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:60.0) Gecko/20100101
Thunderbird/60.9.0
Cancel-Lock: sha1:g+nk7D7925u4iF2CH7rI33lzQvE=
X-User-ID: eJwNyccBwDAIA8CVjIMo41Ci/UdI7nt4TGxcDaYgeLPGL1DZXTdmuxxxhMFdFeixJPSV+psaHyS9EV8=
In-Reply-To: <u25s1d$b85p$1@dont-email.me>
Content-Language: en-US
 by: Ulrich D i e z - Thu, 27 Apr 2023 15:54 UTC

db wrote:

> I decided to get to griups with BibLaTeX. I googled it and tried
> this:
>
> \documentclass{article}
> \usepackage[utf8]{inputenc}
> \usepackage[english]{babel}
>
> \usepackage{biblatex}
> \addbibresource{~/latex/bib/general.bib}

Seems you want to use the tilde character, ~ , for denoting your home-directory.

So in this context you want to use ~ within LaTeX as an ordinary character.

But ~ is an active character in LaTeX. It is defined as an expandable macro
which in turn expands to some tokens which denote directives for adding
horizontal space while not allowing a linebreak.

So my _blind guess_ is:

Probably s.th. like

\expandafter\addbibresource\expandafter{\string~/latex/bib/general.bib}

or

\expandafter\addbibresource\expandafter{\detokenize{~/latex/bib/general.bib}}

does the trick.

Assuming your example is saved as test.tex , command-sequence for compiling might be:

Open a shell like bash or a command-prompt or whatever is used on your
computer-platform for typing commands.
Change to the directory where test.tex is saved.
Then:

pdflatex test.tex
biber test.bcf
pdflatex test.tex
pdflatex test.tex
pdflatex test.tex

(When calling biber you may need to provide more options.
Consult the biber manual for more information.)

Nowadays, biblatex as backend uses biber by default.

If you want to use bibtex as backend, then instead of

\usepackage{biblatex}

you need to do

\usepackage[backend=bibtex]{biblatex}

and compile via

pdflatex test.tex
bibtex test.aux
pdflatex test.tex
pdflatex test.tex
pdflatex test.tex

(When calling bibtex you may need to provide more options, e.g.,
denoting bibliography style etc.
Consult the bibtex manual for more information.)

or

\usepackage[backend=bibtex8]{biblatex}

and compile via

pdflatex test.tex
bibtex8 --wolfgang test.aux
pdflatex test.tex
pdflatex test.tex
pdflatex test.tex

(bibtex8 is an 8-bit implementation of BibTeX written in C
which has been enhanced by some features.

The manual sysd about the -W/--wolfgang-option: set really
huge BibTeX capacity for Wolfgang.

When calling bibtex you may need to provide more options, e.g.,
denoting bibliography style etc.
Consult the bibtex manual for more information.)

> \begin{document}
> Citing Miller\,\cite{G.Mill1952}
> \printbibliography
> \end{document}
>
> The bib exists, as you see here:
>
> ~/latex> ls bib/gen*
> bib/general.bib  bib/general.bib.bak
>
> and the entry G.Mill1952 also exists
>
> ~/latex> grep G.Mill1952 bib/*
> grep: bib/SDS: Is a directory
> bib/general.bib:@ARTICLE{G.Mill1952,
> bib/general.bib.bak:@ARTICLE{G.Mill1952,
>
> But I get an error upon attempting to compile the thing,
> using
>
> pdflatex biblatexttest
> ...
> LaTeX Warning: Citation 'G.Mill1952' on page 1 undefined on input line 10.
>
>
> LaTeX Warning: Empty bibliography on input line 11.
>
> So what am I missing here?

You did not provide a bib-file which lets testers reproduce the
erroneous behavior.

You did not reveal your platform and tex-distribution.

You did not reveal what commands you type for compiling or what commands
the fancy editor/interface in use by you passes on for doing the
compilation.

Therefore I cannot say for certain, only do some guesswork.

Ulrich

Re: BibLaTeX

<kb01mbFn888U1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6518&group=comp.text.tex#6518

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: BibLaTeX
Date: Thu, 27 Apr 2023 20:45:15 +0100
Lines: 28
Message-ID: <kb01mbFn888U1@mid.individual.net>
References: <u25s1d$b85p$1@dont-email.me> <kaqahqFql2vU1@mid.individual.net>
<u2b57b$1ch9r$3@dont-email.me> <u2b7ub$1d2jt$1@dont-email.me>
<kass13F82toU1@mid.individual.net> <u2ddov$1ro6v$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net okUzPY6pQKyew5CAB3iUwgLChWcgDlia+jEwtg7a95+DNEwwKX
Cancel-Lock: sha1:I/eWanev3cJWUla4CR/hGmKs9YU=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Content-Language: en-US
In-Reply-To: <u2ddov$1ro6v$1@dont-email.me>
 by: Peter Flynn - Thu, 27 Apr 2023 19:45 UTC

On 27/04/2023 10:03, db wrote:
> On 26.04.2023 16.50, Peter Flynn wrote:
>> On 26/04/2023 14:11, db wrote:
>> [...]
>>> - which shows the reference is indeed resolvable. I must be
>>> using bibLaTeX incorrectly, but how?
>>
>> Can you post the document and the bib file somewhere we can
>> download and test them?
>
> That might be awkward, the entry is one out of 1268. I could extract
> the one cited here and put it into its own file, but that might not
> replicate the problem.

If you could do that we could at least eliminate some of the possibilities.

> The problem is no doubt due to the specs for where the entry is
> (inside the larger bib file general.bib).

I would be very surprised if it was due to size. Both bibtex and
biblatex have been used to typeset files very much larger than that.

> I will experiment a bit more, e.g. do just that and put it in the
> same directory as the document file, see what happens.
That could possibly eliminate filename problems.

Peter

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor