3
votes
2answers
114 views

How to set the title of a book in the References in an upright font shape

I am trying to set the book title style to plain in namedplus.bst but don't seem to be able to. Currently this is what I have FUNCTION {format.btitle} { title emphasize } and replacing it with the ...
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 ...
4
votes
1answer
141 views

Editing .bst file to modify printing of publisher and address information

I'm lost in some bst hell. Basically I'm trying to get Springer's spbasic.bst file to work. I'm almost there, but there are few annoying issues. First, instead of getting Address: Publisher, I get ...
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 ...
2
votes
1answer
78 views

Printing a single bibtex entry as enumeration item

I have a bibliography in BibTeX. However I need to report the most important literature I have written thus far. These three entries must be presented in the enumeration environment. Of course one ...
1
vote
1answer
294 views

Formatting apalike-url.bst link to reference

I am using apalile-url.bst to get APA references formatting, but I want to format the reference link when I am using a URL, for example when I reference a URL I get. this is a url reference ...
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). ...
11
votes
2answers
939 views

Is it possible to italicize journal names and book titles through the .bst file?

I am working on an article for a Springer journal, and the specifications for manuscripts clearly ask to italicize all journal names and book titles. Doing it manually feels stupid, so I wonder if ...
5
votes
2answers
654 views

problem with moderncv and \bf inside bibliography

I've this problem using moderncv. I'm using multibib and the first bibliography entry is: @article{Aad:2011tw, author = "Aad, Georges and others", title = "{Measurement of the ...
2
votes
1answer
208 views

How to avoid gap in the bibliography when there is a number but no volume

I'm trying to customize my bts to match the requirements of my institute. My problem is followingoutput when citing articles that have a number but no volume: Amable, Bruno (2010): Morals and ...
4
votes
2answers
217 views

Override first/last name splitting for one entry in BibTeX

I want to preserve the ordering of the author field and avoid the automatic abbreviations, and only that, for this specific entry. I have something like: @TECHREPORT{abcd2012, author = {Free ...
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 ...
0
votes
1answer
301 views

Multiple references separated by semi-colon

The following is in the preamble I "inherited": \documentclass[a4paper,12pt]{book} \usepackage{amsmath, amsthm, amssymb} \usepackage{fancyhdr} \pagestyle{fancy} \renewcommand{\headrulewidth}{0.1pt} % ...
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 ...
5
votes
1answer
367 views

Can you invoke stylizing commands in a .bib-file when using the BiBLaTeX apa package?

This question has been heavily rewritten. That's why some of the comments and answers might be a little bit odd (they were responses to earlier versions of the question). I'm using the BiBLaTeX apa ...
5
votes
1answer
322 views

biblatex: What's the first character of a field?

I would like to know, what's the first character of the value of the editor field. If the character is a curly bracket "{" the value should be printed for example bold, if the first character is ...
4
votes
1answer
2k views

Italics/roman in BibTeX

I use a BibTeX style which automatically italicises booktitles (using \emph). I have certain entries which contain italicised words in the title. I would like these to appear non-italicised (in roman) ...
1
vote
1answer
471 views

Change BibTeX output formatting?

I am using the bibliography style "plain", which in a Technical Report, formats "Technical report" in roman font. However, my publishers want "Technical Report" to be capitalised, and in italics. ...
7
votes
2answers
385 views

Looking for a specific BibTeX style

I am brand new to BibTeX, so I apologize if this question is painfully naive. Up until now, I have been manually creating my bibliography for each paper using the environment thebibliography. I'm ...
2
votes
1answer
1k views

Custom .bst style and reformatting \cite entries

I have created a custom .bst file with makebst. I managed to reformat the thebibliography-environment entries look by editing the .bst file by hand. This wasn't a hard task. But, now I would like to ...