All Questions
20 questions
0
votes
0
answers
47
views
LaTeX citation with included chapters
this is my first time asking a question at StackExchange and my first time using Latex to write something so pls excuse some form mistakes. I already invested a lot of time to find my mistake while ...
0
votes
1
answer
1k
views
Bibtex with included files
A couple weeks ago I didn't have any issue when using Bibtex on a document where the different parts were included with \include commands, but today I updated Miktex, and now it seems not to work ...
0
votes
1
answer
59
views
Using \include(only) to produce 2 pdf-s: text and references
This is what I want to do:
you keep the references in the same document, but in a file included
with \include. Then you can use \includeonly to produce separate PDFs,
one without references and ...
11
votes
1
answer
2k
views
Dealing with strict rules for paper submission using LaTeX
My dear LaTeX users,
I'm quite new to Latex and as PhD student in Chemistry at want to prepare all my manuscripts in LaTeX even though my groups is not a big LaTeX user (I'm tired of Word).
...
1
vote
0
answers
89
views
How to structure my thesis [duplicate]
I am currently writing my BSc thesis and want to use LaTeX. I am using Texmaker on Windows and have several problems that occured. I want to use BibTeX for my literature and \bibliographystyle{...
1
vote
1
answer
132
views
How do I tell XeLaTeX where to find the .bbl files?
I am trying to compile a multi-chapter dissertation. I am using chapterbib so I run bibtex on each chapter.
xelatex dissertation
bibtex chapters/chapter1
bibtex chapters/chapter2
xelatex dissertation
...
0
votes
1
answer
947
views
Problem with include command and bibtex in beamer [Metropolis theme]
I have a problem with references in beamer (metropolis theme) and the use of include commands. Indeed, my presentation consists of several files. Each file is included via the include command.
The ...
2
votes
1
answer
1k
views
Biblatex and "Already encountered file ______.aux"
Consider the following MWE:
\documentclass{article}
\usepackage[backend=bibtex]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{mybib.bib}
@misc{A01,
author={Author, A.},
year={...
5
votes
0
answers
453
views
`\includeonly` and bibtex
Following the method described in the LaTeX Wikibook, I have set up the folders of my project in the following fashion:
Project...
main.tex
mystyle.tex
img...
fig1.png
tex...
...
1
vote
1
answer
130
views
use joint bibtex library in multiple files
My document is split into several smaller ones which are included in a joint document. Now how can I use one bibtex file for all subdocuments?
I am using lyx, but all plain tex solutions are also ...
2
votes
1
answer
379
views
How to compile just one chapter, with bibliography of citations in that chapter?
I'd like to compile one chapter in a thesis, and include the bibliography, with only the citations found in that chapter.
I am using \include and \includeonly to get just the chapter I want, but it ...
0
votes
0
answers
221
views
Is there a version of \include and \input for bibtex? [duplicate]
I'd like to spread out my references between multiple bibtex files. I tried putting all my references into a file called etho.bib, then put \input{etho.bib} into my main bibtex file. This didn't word. ...
3
votes
0
answers
840
views
\include{} and bibtex [closed]
I can't make \include{} and BibTeX work together for some reasons. The bibliography is displayed but not the references. They all appear with ?. What is wrong with me?
Here is my code :
\...
2
votes
0
answers
832
views
Texmaker bibtex works with \input not with \include
I use bibtex 0.99d with Texmaker 4.3. I have a multi .tex file document with the main document using \include{} for chapters. The bibtex configured as bibtex build/%.aux doesn't work. However when ...
3
votes
1
answer
2k
views
How to use reftex in multiple files
I tried some solutions but fail so far.
I divide large data into multiple files and then include all of them in main file. I used emacs24. Here is general of my main.tex file
\include{chapter1}
\...
1
vote
0
answers
843
views
Combine sections into chapter. Each section a separate .tex file
I am putting together a portfolio of evidence together. I have written all the individual pieces of evidence as separate latex documents. Some of these documents have references at the end of the ...
3
votes
0
answers
2k
views
Run Bibtex on aux files in subfolders, multiple OS
I have a complete framework for my PhD thesis based on classicthesis/arsclassica. Single chapters are located in Subfolders like this.
main.tex
Chapters/project1/project1.tex
Chapters/project2/...
0
votes
1
answer
4k
views
A question mark instead of reference number appears when \cite is in a separate file inlcuded in the main file by \include
I am using the book style and each chapter is put in a separate file and included in the main file by \include. At the end of the main file, I put the following lines:
\bibliographystyle{plain}
\...
12
votes
0
answers
2k
views
BibTeX not working with \input or \include [closed]
I need some help with BibTeX. I use a seperate *.bib file which is working perfectly, but when the commands \input or \include are used to input text from another *.tex file the application tells me ...
24
votes
3
answers
19k
views
Multiple bibliographies
I have the following:
\documentclass{report}
\begin{document}
\include{chapter1}
\include{chapter2}
\end{document}
I also have a reference.bib file, with entries book1, book2 and book3.
chapter1....