Skip to main content

All Questions

Tagged with
0 votes
1 answer
86 views

How to include a bib file into my latex file? [duplicate]

What is wrong with my code? It doesn't compile! I use Zotero to gather my references. I exported the references from Zotero as biblatex file, and I used this code and It doesn't compile! \...
A witch's user avatar
  • 101
0 votes
1 answer
26 views

Can't open reference.aux with 2 bib files in another directory

I have 2 .bib files in a directory called RequiredFiles. One level back from this I have a file called Backmatter.tex which loads the bib like this: \bibliography{RequiredFiles/refs1} This works fine ...
Dimitri_896's user avatar
0 votes
0 answers
55 views

How to resolve a citation compilation error which occurs randomly

Occasionally when I compile a multi-chapter document it refuses to compile and says that there are math equations in the citations. If I comment out all lines with citations in one particular chapter, ...
Tessa's user avatar
  • 1
0 votes
0 answers
29 views

Error compiling LaTeX file after modifying entry in bibliography file

I have a .tex file that was running normally, but when I changed the reference year of a citation in the .bib file, an error keeps appearing. I have tried clearing the cache using the command "...
Betania's user avatar
0 votes
4 answers
207 views

Issue with -blx file path using custom build directory

I know there are plenty of other topics related to this question, however none of the ones I read resolves the issue presented here. I made a minimum working example available here, if you want to ...
mranvick's user avatar
  • 400
0 votes
1 answer
658 views

Lyx problem I found no \bibstyle command---while reading file

While trying to compile an old lyx file I worked on a while ago, I got the message I found no \bibstyle command---while reading file I came across the following link, which says that I should move the ...
GSofer's user avatar
  • 113
1 vote
0 answers
46 views

Is there any benefit to compiling LaTeX docs as opposed to using an IDE? [duplicate]

This post is my first question on StackExchange, so please feel free to tell me how to improve. Here's my typical makefile. I usually use pdflatex, and whatever document viewer is available on the ...
Jeff Severino's user avatar
2 votes
1 answer
277 views

How can I programatically write a biblatex file, containing all and only the references in a given .tex file? [duplicate]

Sorry if this is a dupe. Searching for 'extract bibtex' or 'export bibtex' just gives me results about getting bibtex from other formats, like zotero. I have a single, huge biblatex file, where I ...
modallyFragile's user avatar
0 votes
1 answer
2k views

Bibliography does not compile - I found no \bibdata command---while reading file

I worked for a while on a Latex thesis without any issue using Git to commit the changes I made across the time. I just changed the device where I'm working on, cloning the repo and using the same ...
user840718's user avatar
0 votes
0 answers
1k views

Overleaf will not compile although there are no errors

This is for my dissertation and at the last second the pdf will not compile, and I don't understand why. Here is the url https://www.overleaf.com/read/jqqgfrrjzskv If anyone can help I would be so ...
Fleuryette's user avatar
1 vote
2 answers
1k views

Package inputenc Error: Unicode character (U+2005)(inputenc) not set up for use with LaTeX

I got an error message when I insert a citation in my document, it says Package inputenc Error: Unicode character (U+2005)(inputenc) not set up for use with LaTeX. ...Paul, J.~C. Conesa, S.~Shleev, A.~...
qyua3175's user avatar
0 votes
0 answers
169 views

Compiling process with chapterbib and subdirectories

Let's consider the following directory structure: . ├── contents │   ├── backmatter │   │   ├── appendix.bib │   │   └── appendix.tex │   ├── frontmatter │   │   ├── preface.bib │   │   └── preface....
Vincent's user avatar
  • 5,327
0 votes
1 answer
650 views

Compile with Bibtex but I don't want any citation

I think this question is pretty vague, and I can delete it if needed. I have a huge report template, which include every chapter. I've done it so I can compile each part in Texmaker via pdflatex > ...
Gowachin's user avatar
  • 131
0 votes
0 answers
67 views

TeX, LaTeX and friends files optimization or how do you deal with heavy LaTeX files?

I am typesetting a general report on my research for my group. I have typeset it using LaTeX, generated all the pictures, figures, tables, drawings, etc using LaTeX packages. However, when I run it ...
enthu's user avatar
  • 3,815
0 votes
1 answer
519 views

How to avoid undefined citations with biber

I start with this script: \documentclass{article} \usepackage[backend=bibtex]{biblatex} \addbibresource{bibtextest.bib} \begin{document} See \cite{somebook} \printbibliography \end{document} with ...
Viesturs's user avatar
  • 8,095

15 30 50 per page
1
2 3 4 5