BibTeX, biblatex and biberNeed help for the right citation-output

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Mitmensch
Posts: 2
Joined: Sun Jan 25, 2015 2:14 pm

Need help for the right citation-output

Post by Mitmensch »

Hallo!

I have the following entry in my bibliography:

Code: Select all

@inbook{necrodies,
maintitle={Dioeceses Augustensis,
Constantiensis, Curiensis},
author={}, 
title={Necrologium Diessense},
year={1888},
editor={Franz Ludwig Baumann},
options = {shorthandibid=false},
shorthand={Necrologium Diessense},
keywords={Quelle},
series={Monumenta Germaniae Historica.
Necrologia Germaniae},
number ={1},
pages={S. 7-32},
address={Hannover}
}
In the document it shoes this: Necrologium Diessense, in:
Dioeceses Augustensis, Constantiensis, Curiensis, hrsg. v. Franz
Ludwig Baumann (Monumenta Germaniae Historica. Necrologia
Germaniae 1), Hannover 1888, S. 7–32.

The way it should be is: Necrologium Diessense, hrsg. v. Franz
Ludwig Baumann, in: Dioeceses Augustensis, Constantiensis,
Curiensis (Monumenta Germaniae Historica. Necrologia Germaniae
1), Hannover 1888, S. 7–32.

How do I have to change the entry to get this output?

Thx!

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

Need help for the right citation-output

Post by Johannes_B »

Changing the output of the bibliography is fairly easy with biblatex, but quite time consuming.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Mitmensch
Posts: 2
Joined: Sun Jan 25, 2015 2:14 pm

Re: Need help for the right citation-output

Post by Mitmensch »

I use biblatex, but isn't there a solution only by changing the entry (fields or types)?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Need help for the right citation-output

Post by Johannes_B »

The entry is just the database. Which fields are used and in whhich order is defined by the biblatex style you are using.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Need help for the right citation-output

Post by Stefan Kottwitz »

Which is your current biblatex style with modifications?

Perhaps post a Infominimal working example which shows the specific current situation.

Btw. I see you might write in German, so feel free to post in our German language parter sites. One is TeXwelt, an advanced site for focused specific questions, one is goLaTeX, more for general LaTeX talk like in a classical web forum. If it's a cross-post though, with similar content, a link to the other site should be set for transparency. But feel free to continue here of course. :)

Stefan
LaTeX.org admin
Post Reply