4
votes
2answers
96 views

How to remove parentheses from year in the references in chicago bibliography style

I'm using chicago bibliography style (\bibliographystyle{chicago}) and the references appear like: Leibowitz, A. (1974). Education and home production. The American Economic Review 64(2), ...
3
votes
1answer
51 views

How to create a numbered list of references when using verbose-trad1 style with the biblatex package?

I am using the biblatex package in the verbose-trad1 style. When generating a bibliography at the end of my chapter, all references are listed in alphabetical author, but they are NOT numbered. Is ...
5
votes
1answer
44 views

Link to the bibliography chapter

How to make a reference to the bibiography chapter in the document? What I need is something like: For information about source please refer to the Bibliography. I want the word "Bibliography" to ...
1
vote
1answer
99 views

How to redefine the second line indent for the author-citation references?

I am using elsarticle-harv.bst for author-citation references. However, the indent value for second line is a bit small, see e.g.: \documentclass[12 pt,a4paper,twoside] {article} \usepackage{natbib} ...
2
votes
0answers
95 views

how to delete extra line in amsplain-url_bst.bst after URL [closed]

I use amsplain-url.bst for the bibliographic format. When a reference has a URL it adds an extra line before the end of the reference. I want to delete this extra line:
6
votes
1answer
121 views

Bibliography and Index \label for cross-reference

I have each chapter of my book class in a different file all linked up in a master file. I also have bibliography in refs.bib file and also have an index. I'm trying to create a cross-reference to the ...
3
votes
2answers
256 views

How to generate hard-coded latex (insert bibtex and references)

I have written a paper in LaTeX using Bibtex for my citations (I use \citep{} and \citet{} in the text) and of course referencing tables, equations and figures using \ref{}. Unfortunately the journal ...
18
votes
2answers
253 views

Replace unknown reference (?) with the tag from \ref or \cite

While working on a document, it would be helpful if instead of a ? for unresolved references or citations the tag used in the \ref{thisthings} or \cite{Bloke1978} could appear instead. Is there a ...
4
votes
1answer
744 views

How do I use a phantom section in conjunction with nameref?

To have the bibtex bibliography properly in the toc I use a \phantomsection and give it a label. Then I add it to the toc using \addcontentsline{toc}{section}{References}. You can see a full example ...
8
votes
1answer
380 views

Web links in the bibliographical labels

The class for the AIMS journals has one nice feature: In the bibliography, one can click over the label of a bib reference and the AMS' MathReview pops out in the browser. See an example. I used to ...
78
votes
9answers
4k views

Starting a PhD; Any guides to setting up a 'system'?

I'm starting a PhD and am being overwhelmed with the different possible ways people do things, and how they very rarely mix. I'm (obviously) sold on TeXing it, and have a ViM background I intend on ...
7
votes
1answer
383 views

Use bibliography numbers and citation from other file

This question led to a new package: xcite I want to reference to citations from other file. Similar to what xr package does to labels, but I want to apply it for the bibliography. If I'm able ...
3
votes
1answer
167 views

State where within the book a reference was cited

I am using a plain sort in my thesis. However, ordering the authors by last name does not help the reader find where the author/reference was cited within the book. Using the unsrt option would not ...
1
vote
1answer
186 views

Convert latex conference paper to html with figures and bibliographic references

I wrote a paper for a conference in latex format. It contains figures and bibliographic references. I got the output in PDF format and it looks fine. Now I would like to convert it to HTML. I just ...
3
votes
1answer
323 views

Split Journal Paper into Multiple Parts [duplicate]

Possible Duplicate: How can I reference a table/figure/section in another document? I am writing a journal paper that has grown to 30 pages long, so I would like to split it into two 15 ...
1
vote
2answers
235 views

Bibliography Autokey Generation in batch mode

Is it possible to generate the bibtex keys for many bibliography entries at the same time or in a batch mode? I am using Jabref for the bibliograpy database and get the bibtex key while inputting ...