Tagged Questions
4
votes
1answer
43 views
How can I make title quotations use single quotes?
I'm trying to display all titles in my bibliography / references using single quotes.
In other words,
Gordon E Moore, “Cramming more com- ponents onto integrated circuits” (1965) 38(8) Electronics ...
2
votes
0answers
36 views
Add custom information to text citations with biblatex
I've come across a case now where I need to refer to items in my bibliography as well as to something someone has told me personally. I would like that text citation to look something like this:
I ...
2
votes
1answer
26 views
Change position of prenote when ibid (if statement in \DeclareCiteCommand)
The referencing guide that I follow requires the prenote to come after the 'Ibid' literal in cases where ibid is appropriate.
For example:
s 1 Really Awesome Statute.
s 3 Ibid demonstrates awesome ...
9
votes
2answers
92 views
Deleting Footnotes Temporarily For Better Readability
In a document I use \autocite and \footnote(and biblatex what might not be an important information). I redefined \footnote (\renewcommand{\footnote}[1]{}) in order to produce a document with no ...
3
votes
1answer
40 views
Biblatex \textcite using a superscript reference number
I would like to typeset the citation number produced by \textcite as a superscript number, rather than enclosed by brackets, in line with the rest of my document. Is it possible to typeset "Author ^1" ...
2
votes
0answers
91 views
Biblatex: Can We Delete `\autocite` From Biblatex?
Why do we have two different commands for citing? One when citing exactly one source (\autocite) and another one that is conceived to be used when citing more than one source (\autocites)?
If you ...
1
vote
0answers
68 views
Biblatex apa-style citation link issue
The biblatex apa-citation only link the year other than author-year together.
apa-style:
while the citation of a typical journal paper looks like this:
So how to make the default apa-style ...
9
votes
1answer
102 views
how to \cite without an entry in the bibliography?
Even though it may sound weird: is it possible to have a \cite{key}-command that cites a bibliographic item without including that item in the bibliography?
As it were, I am looking for the opposite ...
0
votes
0answers
14 views
biblatex - year in parentheses for references with authoryear? [duplicate]
According to guidelines, besides printing the year in parentheses in the bibliography (which is working by default), I must have the year in parentheses for the references. Also, I have to use ...
3
votes
1answer
70 views
BibLatex Cite Primary Source Within Book
How do I cite a Primary Source within a secondary source?
For example, in Eyewitness to Irish History, a section of the Primary Source The Mystery of the Casement Ship, the particular section being a ...
7
votes
1answer
68 views
Problems with BibLaTeX and origyear in bibliography
This is my first time posting a question here so please excuse some mistakes. What I want to do is to cite something with its original publication year and have it appear as such in my bibliography. I ...
4
votes
1answer
57 views
Colon problems in BibLaTeX citation style
I have to use the bibliography entry for the first citation of a source. This bibliography string contains several colons which are unfortunately not visible in the footnote. The following minimal ...
0
votes
0answers
85 views
Redefine \cite for brackets [duplicate]
EDIT: I finally found out how to do it:
\newrobustcmd*{\parentexttrack}[1]{%
\begingroup
\blx@blxinit
\blx@setsfcodes
\blx@bibopenparen#1\blx@bibcloseparen
\endgroup}
\AtEveryCite{%
...
3
votes
1answer
115 views
BibLaTeX Citetracker Confusion
I have the following requirement: For the first time an author / the authors are mentioned, there has to be a "full" citation, matching the entry of the bibliography. After that, a short form is used, ...
2
votes
2answers
177 views
Getting a Harvard-style list of references using Biblatex
I've been dabbling with biblatex because I'm using TeXpad on the iPad. I have managed, I think, except for one thing: the final references are all numbered in the sequence they were used rather than ...
1
vote
0answers
51 views
Biblatex Citation Problem [closed]
I have my bibliography contained in my LaTeX document, as
\usepackage{biblatex}
Words... \cite{ref1}
\begin{thebibliography}{9}
\bibitem{ref1}
...
\end{thebibliography}
I've done this many times ...
8
votes
1answer
46 views
order of multiple keys in \cite-command
The biblatex-command \cite{key} can take several keys, separated by a comma: \cite{ckey1,akey2,bkey3}.
The output is a list ordered alphabetically by surname: akey2; bkey3; ckey1 (where key of course ...
0
votes
0answers
41 views
How do I cite range of references? [duplicate]
I have to cite in LaTeX a range of sources (I'm using Miktex 2.9, TexnicCenter and Bibtex), all together.
If I write
... in 1990 \cite{ref1,ref2,ref3,ref4,ref5}
I would like to get
"... in 1990 ...
3
votes
1answer
32 views
Biblatex: No \postnotedelim for citations that aren't numerals
When I am citing pages in books, I use the citation format
(Author 1982:45)
But when I am citing something like paragraphs or online data with an ID number (i.e. things that aren't a plain ...
1
vote
1answer
220 views
ShareLaTeX Bibliography in ApJ format
I am trying to use ShareLaTex to compile my bibliography in the Astrophysical Journal (ApJ) format. The document compiles in ApJ format just fine, but the bibliography is compiled in some generic ...
3
votes
1answer
77 views
How to set prenote for \cite globally using biblatex?
How can I set prenote for \cite globally with the possibility to pass an individual option via optional parameter to a single \cite command?
It should work like this:
\cite{key} --> ...
5
votes
1answer
152 views
biblatex and German juristic commentaries
I need to get my manuscript ready for my publisher, and can't seem to get a few things fixed with biblatex. I'm using biblatex with the biblatex-juradiss style together with jurabook as a document ...
2
votes
1answer
176 views
How to use \cite with biblatex in figures? (using style=footnote-dw) [duplicate]
After googling for a while, I decided to ask this question on here..
I am desperately trying to make a citation inside a figure (using BibLaTeX and the footnote-dw style [the sources are added as ...
2
votes
1answer
68 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
96 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:
...
3
votes
0answers
84 views
Is the biblatex toggle behavior expected or should the result stabilize [closed]
In my previous question an issue arose due to the use of multiple bibliographies in the given solution, that I extended here.
So the issue is that the numbering in the second bibliography toggles ...
0
votes
0answers
39 views
Biblatex: Chronological sorting in citations only [duplicate]
Presently I am using sort=nyt scheme, which correctly sorts the bibliography section. However, the citations are appearing as:
(Author1 et al. 2002; Author2 et al. 1975; Author3 et al. 1999)
I ...
2
votes
1answer
52 views
Biblatex custom cite macro
I don't really understand how to use macros, but this would be a good way to learn.
Currently, I simply use \cite, which prints Author, Year. When I have this in a sentence, I want the year to be in ...
7
votes
2answers
136 views
Biblatex: nested citations with the \textcites command
I'd like to type a citation within the text and another citation inside the parenthesis for the year, something like this:
The work of Author 1 (year; cited by Author 2, year)
For this, I've ...
1
vote
0answers
25 views
Citation format and style in biber [duplicate]
Possible Duplicate:
Name delimiters in biblatex
I'm trying to format my citations according to my supervisors wishes and getting stuck.
The first problem is getting citations with ...
8
votes
2answers
135 views
Have a default pre value in a multicite
I am using the biblatex package and I am trying to modify the \cites command.
The \cites command is defined as
...
4
votes
1answer
122 views
Optional argument within another optional argument in biblatex \cite
What is the right way to define a macro with an optional argument that can be called within the <postnote> optional argument to biblatex \cite?
The last two \cite below don't work.
(Unless ...
8
votes
1answer
127 views
Automatically citing all entries in a class in a bib file
I usually add my publications to my CV from my bib file (using biblatex). At first, I used to manually cite each entry, but as the list grows, it's becoming a chore (especially since there are quite a ...
2
votes
1answer
133 views
bibLaTeX authoryear citation style with unknown year
I have an @inbook reference in my bibtex library with an unknown year. Since I use the bibLaTeX authoryear citation style with some customizations my normal citations (with known year) look like:
...
1
vote
0answers
150 views
Latex stopped creating a bibliography after updating the system [closed]
I use vim with with vim-latexsuite and TexLive.
I use the .sty and .cls files, respectively the whole package date 2012-05-10 from the university of Hagenberg Link to zip package.
Till yesterday ...
7
votes
1answer
131 views
How to get an “and” before the last element in BibLaTeX's textcite commands?
When using \textcite or \textcites with more than one author in BibLaTeX, the result is not really usable and has to be fixed manually which can hardly be the point of the command:
...
5
votes
1answer
193 views
Uppercase name in BibLaTeX authortitle citestyle
How can I make an author's name uppercase in BibLaTeX authortitle citestyle? The statement \DeclareNameFormat{author}{\MakeUppercase{#1}} changes the cited references but not the citations in ...
1
vote
0answers
322 views
\footcite and \footcitetext produce empty citation in beamer [closed]
I'm using biblatex with bibtex in the beamer document class. In a very weird way the \footcite produces a rather empty citation "2." In the example, whereas \footcitefull gives a very nice citation.
...
5
votes
1answer
185 views
Biblatex-chicago: \fullcite flips first and last name
I'm writing an annotated bibliography which requires full in-line citations in Chicago format. However, when I use biblatex-chicago and \fullcite to list the full citation, it varies from the ...
6
votes
1answer
190 views
How to multicite volumes style-independently
The family of multicite commands based on \cites typeset two or more citations from a list of keys. For example, \parencites[<page>]{<key>}[<page>]{<key>}.
However, I can't ...
3
votes
0answers
164 views
biblatex supercite wikipedia style with postnotes as footnotes [closed]
What i want to achieve is a wikipedia style citation (like so Biblatex supercite command with use of square brackets (like a reference style in Wikipedia) ). At the same time (to handle the problem ...
5
votes
1answer
190 views
Citing author inline and year in footnote using biblatex
I've been looking around and note found an answer to this question, which surprises me given the style is somewhat common.
I just switched over to biblatex because some journals in my field use ...
7
votes
2answers
100 views
biblatex: test whether a command is inside a cite command
The idea is the following: Normally, \fullcite just prints the full bibliography entry by calling \usedriver. In my style biblatex-fiwi I added the option to suppress stuff like foreword and ...
3
votes
1answer
165 views
Problem with biblatex and footnotes
I'm currently writing a research paper and want to manage my bibliography with biblatex. Everything is working fine except a minor annoyance:
Whenever I use the \footfullcite[pagenumber]{key} command ...
5
votes
1answer
135 views
How to set the in line citation style globally in biblatex?
I'm using biblatex and biber to generate my bibliography and I would like to be able to control the style of a "normal" citation in the text globally in the preamble. At the moment I use \supercite{} ...
4
votes
2answers
118 views
Biblatex not compress specific group
I am doing a literature review. And I want to put references about a certain topic inside the table.
My question is very similar to: Sort but do not compress numeric citations in BibLaTeX
However, ...
7
votes
1answer
126 views
Restrict Idem tracker to the same footnote
I want to change the behavior of the biblatex-option idemtracker=constrict. In the documentation it is described as follows:
This mode is similar to context with one additional condition: a
...
10
votes
2answers
278 views
Make biblatex treat different author names as same author in text citations
Some guy has written a few books, but he is inconsistent from book to book when it comes to including and/or abbreviating his middle name. When I cite this author in the text, I would like biblatex to ...
4
votes
1answer
210 views
Biblatex \autocite in case of would-be nested footnotes
I have the same situation as the following user:
biblatex: Enhancing \autocite in case of would-be nested footnotes
I want to use \autocite within a \footnote. This results in the citation being ...
6
votes
2answers
245 views
Automatically indexing references by author and year
I'm writing a literature review, and would like to add indices for both authors and publication year (i.e., two separate indices). Now, I could manually enter the appropriate \index{} commands, but it ...



