中部地区、新経済という「試験」を受けている
百度 一个对女性缺少尊重的人,怎么可能是一个自由主义者?心里住着一个后宫嫔妃无数的皇帝倒是真的。
package implements a system for eXternal References (cross referencing to any `\label`s in external files)
136 questions
3
votes
2
answers
94
views
+100
tex4ht: xr package in texlive 2025
I'm using tex4ht to generate html with cross references between files using the xr package. The output has changed from texlive 2024 to texlive 2025.
mwe1.tex
\documentclass{article}
\begin{document}
\...
6
votes
3
answers
911
views
How to cross-reference labels between two documents without hyperlinks, while still creating hyperlinks to labels within the same document?
I have two documents (A and B) with labels. I would like to reference the labels in document A from document B. I would like to use the hyperref package to create hyperlinks in document B to the ...
2
votes
1
answer
80
views
Issue cross-referencing two documents on OverLeaf
I can't figure out why my document can't cross-reference. Two files: main.tex and supp.tex. I've got equation, figure, etc. labels working independently within each. I followed the tutorial here to ...
0
votes
0
answers
50
views
Texifier(Texpad) cross referencing with the xr package do not work
I downloaded a template of 'Cross referencing with the xr package' from Overleaf, but it doesn't run properly on Texifier. The result shows ???? in the output. Is there any way to make it display ...
9
votes
2
answers
2k
views
Restate theorem in separate file
I state a theorem in the main body of a document and prove it in the appendix. I use thmtools's restatable environment to restate the theorem there. However, I now need to have my appendix in a ...
-2
votes
1
answer
54
views
xr-hyper seems not to work with \usepackage{empheq}
running TL 2023 the following does not work:
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{xr-hyper}
\usepackage[colorlinks,citecolor=blue]{hyperref}
\externaldocument[A-]{section1A}
\...
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 ...
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{...
0
votes
0
answers
71
views
How to make xr references work with subfiles and a separate build folder
I started experimenting with LaTeX about half a year ago and so far I've been able to solve all problems I encountered by looking at other people's questions and answers on here. This one however has ...
0
votes
0
answers
18
views
how to use the glossaries package like the xr package
I would like to have a separate latex document, say B, produce the glossaries (an index of symbols in my case) for document A (with the page numbers for document A). So basically I would like to have ...
1
vote
1
answer
87
views
make4ht xr-hyper and hyperref unable to compile
Similar to xr-hyper and cleveref unable to compile with make4ht, the following example compiles with pdflatex but fails to compile with make4ht
main.tex:
\documentclass{article}
\usepackage{hyperref}
...
16
votes
1
answer
744
views
Cleveref mistakenly showing filename in external references
I am using a combination of xr-hyper, hyperref and cleveref with multiple files. Old code that I have is no longer working correctly. The external references now include the file name of the ...
0
votes
0
answers
144
views
Unexpected "multiply defined label" when importing with import and using xr for referencing, on Overleaf
I'm working on a multi chapter thesis and I thought it would be a good idea to separate each one in a standalone .tex file, so that I could easily work without having to compile the whole document ...
0
votes
0
answers
92
views
How to make xr and standalone work together?
I like to use standalone document to separate my figures (or others) in dedicated files that are compiled once (or recompiled automatically if modified) then include in my main document.
But for some ...
1
vote
1
answer
115
views
Add the prefix "Supplementary" to a subfigure when cross-referencing it (with "zref-clever")
This is a follow-up question to
Add the word "Supplementary" to tables and figures, in a cross-referenced file, and
How can I pass the name of a section from a tex file to another (with &...