Tagged Questions
1
vote
1answer
80 views
Increasing vertical distance between bibliography items [duplicate]
Numeration in the bibliography looks like
1. Book1
2. Book2
I want to change it to
[1] Book1
[2] Book2
Also, I would like to increase a space between separate item.
I'm using the ...
3
votes
1answer
117 views
How to change bibliography style from [1] to 1
I know that several people have already asked this question, but for some strange reason the suggestions are not working.
I have tried inserting:
\makeatletter
\renewcommand\@biblabel[1]{#1.}
...
3
votes
1answer
119 views
Omit hanging indent in bibtex
I use \bibliographystyle{alpha} with bibtex (not biblatex). The document class is scrreprt. The output looks like
[Abc07] Example Abc. The title and all other stuff.
dddd. 2007.
[Bcd08] Ex ...
1
vote
1answer
55 views
How to change font of reference header into boldface using apacite
I am relatively new to latex, most things work however amazingly easily, nevertheless I have a small problem with the the font of the reference header. The start of my code looks like:
...
2
votes
1answer
161 views
Can \bibitem and BibTeX give the same output?
I am adding a slide to a beamer presentation containing some references and, since I only have three references, I was thinking about not creating an external .bib file this time.
However I realized ...
2
votes
1answer
51 views
Removing the italicized parts from an APA bibliography
This journal guidelines requires that
References should follow the APA style, but without any use of italic
type
In the apa6 package some parts of the references are italicized. I'm ...
5
votes
1answer
275 views
Make volume bold in custom bibliography style .bst
Since I could not find the style that met my teacher's requirements for the bibliography I have to do, I created my own bst with latex makebst on my mac. I had chosen to make the volume bold but it ...
3
votes
1answer
90 views
Formatting the bibliographic references
What should I change in order to make my bibliographic references (see latex code bellow), look like the ones attached in the form of image bellow? If you run the code you will see that
only the ...
8
votes
3answers
176 views
How can I number the references in a bibliography irrespective of their order of appearance in a document?
I'm putting together a linguistics bibliography using lsalike.bib and lsalike.sty. I'm generating it by using \nocite{*} and would like the references to be numbered (but kept in the usual order).
...
7
votes
2answers
226 views
How to insert invisible linebreaks in urls?
I'm using biblatex and I'm quoting a commit on github that looks like this:
http://github.com/torvalds/linux/commit/693d92a1bbc9e42681c42ed190bd42b636ca876f
The biblatex-entry looks like this,
...
1
vote
1answer
103 views
References into the tables in different style of the text
I would like to do one question concerning to references into the tables. So, I am writing my Phd thesis and I have so many tables with theoretical and experimental values. For the experimental values ...
2
votes
1answer
103 views
Suppress abbreviated citation in list of references when using nocite
Dear TeX Exchange users,
I'm converting a MS Word document to LaTeX and am using \nocite{*} to include a bibliography of references that are not cited within the .tex document using \cite, rather are ...
5
votes
1answer
623 views
Bold of authors list changes style with bibtex
This is related to another question I had, but when I try to make an entire entry bold in my bilbiliography, it changes the format of the author list. I would like to be able to make only some ...
5
votes
2answers
358 views
Make one author's name bold every time it shows up in the bibliography (continued)
The solution provided here
Make one author's name bold every time it shows up in the bibliography
does unfortunately not work, as soon as the Author's name contains
special characters, e.g. Hans ...
0
votes
2answers
116 views
SO-style Markups for References in the Bottom of the Page in Bibtex-ed Document?
I often have a long bibliography and then later I find that I should have a notice like this buying-list in a project (not that important so not wanting them to the bibtex). I find it overkill to ...
29
votes
2answers
2k views
Make one author's name bold every time it shows up in the bibliography
I'm working on a CV. I'd like to highlight my name in every entry in the bibliography. I've tried simply replacing {myname} with {\bf myname} or {{\bf myname}}, but they fail with various errors, ...
2
votes
2answers
176 views
Modifing bibliography and citation display
I put all my references in a file PaperBib.bib, and call \bibliography{PaperBib} in the end. I have several questions:
For the references part, is it possible to make my own style? For instance, I ...
3
votes
1answer
299 views
Enclosing Page Numbers using the `Backref=Pages` Extension of `Hyperref`
I'm using the backref=pages extension of the hyperref package, as I'd like to have a list of back-reference pages after my bibliographic items. Is there a way to enclose these page numbers in brackets ...
9
votes
3answers
1k views
Underline my name in the bibliography
For several documents I'm preparing, I need to highlight (or underline) occurences of my name within the bibliography.
Is there an easy way of doing this?
8
votes
2answers
620 views
How to get two column references with author-year style
Is there a way to get a two column layout for author-year-citations with a label of "(Wolfram 2002)" in the first column and "Wolfram, S. 2002. A new kind of science. Wolfram Media, Champaign, Ill." ...

