车讯:2016广州车展:Huracan Spyder LP580-2
百度 按人均面积征收的话,拥有住宅面积越多,税费越高。
package implements a system for eXternal References (cross referencing to any `\label`s in external files)
40 questions with no upvoted or accepted answers
7
votes
0
answers
962
views
How can I automatically copy a LyX-generated .aux file to the working directory for cross referencing?
This is a follow up to: Using the xr package in LyX (for cross-referencing an external LyX document)
I have two LyX documents, called draft.lyx and supplement.lyx. I need to compile them into ...
6
votes
0
answers
558
views
Include bibliography of xr (xcite) citations, that only contains the relevant entries
Short description of my Question:
I am using the xr or xcite package in my derivative project supplementary.tex to give references/citations the same number that they already have in an external ...
3
votes
0
answers
674
views
xr package + latexmkrc not working with includegraphics command?
I am trying to implement the trick described here for using the xr package to have latex references work across multiple files automatically. The technique works great, except if there is an ...
3
votes
0
answers
661
views
Cross referencing line numbers between multiple documents with the pagewise option set
I am using the lineno package with pagewise numberings set. I would like to reference these line numbers from another file, so I am using the xr package. However, it doesn't seem to pick up on the ...
2
votes
0
answers
72
views
The warning of xr package with xelatex but not pdflatex and lualatex?
I seemed to found the relative question the same as this:
MWE
And the below is the details to replicate, I seem to confrant with hyperref and xr:
I make an example aaa.tex:
% aaa.tex
\documentclass{...
2
votes
0
answers
2k
views
xr package not working properly
I'm trying to use the xr package, and I'm having problems.
My document is
\documentclass[11pt,a4paper]{article}
\usepackage{xr}
\externaldocument{ch04}
\begin{document}
Exercice - Page \pageref{ex3....
2
votes
0
answers
80
views
xr package and pgfplots/tikz
I'm using tikz/pgfplots to draw my figures. Usually, my figure is a standalone file that I compile and in my main file, I simply import the pdf with \includegraphcis.
I now want to refer to curve in ...
2
votes
0
answers
63
views
Use text passages including references of one .tex file in another .tex file
I (teacher at university) plan to create a questionnaire based on the following MWE questionnare.tex. The important point is that some of the questions refer to each other.
\documentclass[DIV=12]{...
2
votes
0
answers
246
views
Trick/Workaround for cross reference between files without xr
I have a main manuscript and a supplementary materials tex files.
These are based on templates by the AGU journals, therefore it is not recommended to add any other packages, than those provided.
I ...
1
vote
0
answers
34
views
How To Restart A List From An External Document?
I need to start an enumerate list from where it left off in an external document. I'd like any changes in the items in the external document to automatically change where the number starts in the ...
1
vote
0
answers
52
views
how to point an hyperlink from a citation in an external document to the bibliography in the main document?
I am using the xr-hyper package with the usual \externaldocument command (with argument "external document") in the preamble of a main document to refer to sections, equations, etc. ...
1
vote
0
answers
104
views
\ref command only works for 1 out of 2 tables (overleaf)
I have two files, see below (main_text.tex and supplemental_text.tex, respectively). Output is "1 ??". Why is there not a 2 in place of the question marks?
I compiled both documents multiple ...
1
vote
0
answers
43
views
Use wildcard in xr's externaldocument command?
Is it possible to somehow tell the xr package's externaldocument command to use wildcards? Instead of:
\externaldocument{ch_A/figures/a}
\externaldocument{ch_A/figures/b}
\externaldocument{ch_A/...
1
vote
0
answers
25
views
Sub file references main file, but references do not appear when compiling main file
I am trying to write a large document, and for the sake of organized editing, it makes sense to have each chapter as a standalone document. I am using the standalone package to accomplish this. I have ...
1
vote
0
answers
1k
views
Getting xr and xr-hyper to ignore the bibliographies
Now that xr and xr-hyper allow \cite to refer to \bibitems in the external document, is there a way to get these packages to ignore the \bibitems of the external document? In other words, is there an ...