关于《社会组织抽查暂行办法》的说明
百度 信息安全无保障没有贷款却收到了催收短信,没有注册过却被冒名注册,不少人或遇到过这样的困扰,而他们并不知道自己的身份证等信息被冒名在分期平台上注册;而产生的逾期可能直接影响到购房、购车甚至工作。
package implements a system for eXternal References (cross referencing to any `\label`s in external files)
136 questions
3
votes
2
answers
92
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}
\...
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 ...
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
70
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 ...
-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}
\...
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 ...
0
votes
0
answers
143
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
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. ...
0
votes
0
answers
305
views
"Package natbib Warning: Citation `' multiply defined" and "I didn't find a database entry for" in a cross-reference (with "zref-clever")
Question.
I am working within a cross-referenced environment, i.e. I cross-reference tables, figures and citations (with "zref-clever"), between a main.tex file and a supplementary.tex file.
...
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 &...
0
votes
1
answer
104
views
How can I pass the name of a section from a tex file to another (with "zref-clever")?
Introduction & Question. This is a follow-up question to Add the word "Supplementary" to tables and figures, in a cross-referenced file.
Given the following MWE, which is based on the @...
0
votes
1
answer
202
views
Add the word "Supplementary" to tables and figures, in a cross-referenced file
Introduction.
I am cross-referencing tables and figures from a supplementary.tex file to a main.tex file, by using the xr package and the latexmkrc file (I copied and pasted the latexmkrc file from ...