3
votes
1answer
45 views

Capitalizing “forthcoming” in bibliography but not in citation

I'm citing a couple of forthcoming articles without a known publication date, so I want to have "forthcoming" instead of the year in both in-text citations and the bibliography. However, I want to ...
5
votes
1answer
131 views

Capitalize the first letter of each word in biblatex

I'm trying to get every word in the title of each article in my reference list in capital letters (So Something Like This For Every Title). However, somehow \MakeSentenceCase remains active no matter ...
7
votes
3answers
122 views

biblatex: Preserve capitalisation in inproceedings/booktitle

I'm using Biblatex-APA/Biber with LyX and a Bibtex-file produced from Mendeley. I can produce bibliographies without any problem, but I would like to change the reference style for ...
2
votes
1answer
65 views

New command to create a new type of citation

I defined a new command to an specific type of citation: \newcommand{\apud}[4]{\citeauthor{#1} \mkbibparens{\citeyear{#1},\space{#2} apud \cite{#3},\space{#4}}} That produce this output: Carnap ...
4
votes
1answer
95 views

biblatex: uppercase in \parencite, but not in \textcite

How can I make \parencite produce an uppercase output, but normal case for \textcite? Result: \parencite{CARNAP1934} -> (CARNAP, 1934) \textcite{CARNAP1934} -> Carnap (1934) MWE: ...
2
votes
1answer
214 views

How to get BibLaTeX-chicago use title case capitalization?

According to the 16th version of the Chicago Manual of Style, titles in the reference list are now supposed to be capitalized in title case style rather than sentence casing. Yet, as far as I ...
10
votes
2answers
167 views

author name with periods produces Et al

I want to cite this article: @article{kc2010ppe, author = {K.C., Samir and Barakat, B. and Goujon, A. and Skirbekk, V. and Sanderson, W. and Lutz, W.}, journal = {Demographic Research}, number = ...
2
votes
1answer
116 views

biblatex-apa: sentence case not working

Biblatex-Apa should automatically print titles in the reference list in sentence case, but for some reason it doesn't work (note the lowercase A after the colon): \documentclass{article} ...
9
votes
1answer
182 views

In biblatex, make title sentence case but not journal name

To force reference titles to a sentence case I use the following line in my .bbx style file: ...
2
votes
0answers
625 views

How to get capital letters in the titles of a biblatex bibliography [closed]

I am using biblatex together with biber and the biblatex-fiwi package. Each word in the title data entry of the items in my bibliography should have an initial capital letter. Is there any easy way ...
4
votes
2answers
818 views

Using Springer lncs and biblatex - wrong heading is shown for last page

I have a little problem with the Springer llncs class and biblatex. I use the parameter runninghead with the llncs class to show title and page number in the document head. At the last page where the ...
4
votes
2answers
316 views

Capitalising prefix of second name in citation with biblatex

The \Cite command in biblatex capitalises the first prefix in a list of names: \cite: de Jonge and de Bruin \Cite: De Jonge and de Bruin Unfortunately in Dutch publications all prefices need to be ...
10
votes
1answer
1k views

Sentence case for titles in biblatex

I'd like to have the titles of articles in Biblatex in sentence case (first word capitialized, the rest lowercase, override with {}) as is the default in Bibtex. I tried: ...
11
votes
1answer
1k views

Proper casing in citation/bibliography titles using biblatex/Biber

My understanding is that bibtex lets the citation style handle capitalization of titles, which is what I would expect from an automated citation tool. Do biblatex and Biber also do this? The document ...
6
votes
1answer
679 views

biblatex: sentence case and nested quotation marks

If a title contains formatting commands, how can we hook in \MakeSentenceCase to ensure correct casing and, say, nesting of quotation marks? The example below doesn't work; the quotes are properly ...
18
votes
1answer
1k views

Biblatex, capitalization of arabic names and name prefixes

As we know, using the useprefix option, when name prefixes like von, della etc. are present in the bibliography, enables us to change name sorting as well as capitalize those prefixes using commands ...