It is a management software for formatting lists of references, intended for use together with Latex.
1
vote
0answers
48 views
Sublime Text 2 Latextools does not display cite keys
I am beginning to use Sublime Text 2 with Latextools on a Mac, and trying to typeset a document with a bibliography using Biblatex. Here's a minimal example:
\documentclass{article}
...
1
vote
1answer
39 views
Pandoc performs very slowly when referencing large biblatex file
Whenever I have a pandoc markdown file that I am converting to PDF or HTML, and it contains a reference to a large biblatex file (> 100 KB) for citations, the performance is incredibly slow. I end up ...
2
votes
1answer
602 views
pandoc not converting latex style citations correctly
I want to use latex-style citations \cite{key} in my markdown so that I can create tex and pdf documents nicely using pandoc. However, when I cite something, it shows the keyword in brackets instead ...
3
votes
2answers
152 views
Why is my search in BBEdit causing a “stack overflow” error?
I'm stumped about a "stack overflow" error--"out of stack space (application error code: 12246)--that I'm getting in BBEdit when I do a "replace all", searching for
...
7
votes
3answers
557 views
Avoid \printbibliography being swallowed by Org-mode headings
When using Org-mode and its LaTeX export BibTeX or Biblatex is often used to handle references. In that case the LaTeX command \printbibliography is often included in the org file. \printbibliography ...
1
vote
1answer
228 views
Org-mode fails to export when the plural cite macros of biblatex are used
When I try to export an Org buffer containing plural biblatex cite macros the export fails and I get the following message:
org-export-latex-preprocess: Wrong type argument: stringp, nil
A ...
3
votes
1answer
5k views
How to change the space between the itemize items in latex? [closed]
How to change the space between the itemize "items" in latex so that I can continue to use the "itemize" and "item" tag without needing to redefine any new tags?
Thank for your help!
0
votes
2answers
983 views
How to cite full author name using Jabref in latex?
Hi. I am using JabRef for citation and Harvard style. I want cite the full author name in some cases. How do I do this with JabRef?
For example:
Many people defined frogs as animals (John ...
0
votes
2answers
2k views
Why Bibliography and References appears in Latex TOC?
I am using these commands for including references:
\addcontentsline{toc}{chapter}{References}
\bibliographystyle{agsm}
\bibliography{dissrefs}
The problem is that in the table of contents both ...
5
votes
2answers
3k views
IEEE bibliography style for BibLaTeX (not BibTeX)?
Does anyone have or know where to find o bibliography style file like IEEEtr or IEEEtran for BibLaTeX? I've been searching all over, but could only find the ones for BibTeX. BibTeX can't really do the ...
3
votes
2answers
9k views
citep and citet not working even when using natbib package [closed]
I am writing a document in latex and I have a big .bib file and a large number of citations.
I want to have citations in the form [Author, year] format and am using the package natbib, but can't get ...
1
vote
1answer
509 views
Making \cite behave like \textcite in biblatex
I use biblatex and I basically use \textcite all the time. It would be quicker (and allow me to use some emacs reftex macros) if I could make \cite display like \textcite does. I use the style=apa ...
3
votes
3answers
1k views
MLA-style bibliography with BibLaTeX: How to organise by section?
I'm using the MLA authoring style. I would like to print out a bibliography subdivided into different sections. I also want annotations on each source. Is this possible with BibLaTeX? Should I just do ...