作者dorminia (重新出发)
看板LaTeX
标题[问题] overleaf跨档案cross referencing
时间Wed Jan 2 13:59:36 2019
我在overleaf上有两个档案(A, B)要cross referencing
目前的方式是两个档案都挂这个
\usepackage{xr}
\makeatletter
\newcommand*{\addFileDependency}[1]{\typeout{(#1)}
\@addtofilelist{#1}%
\IfFileExists{#1}{}{\typeout{No file #1.}}
\makeatother
\newcommand*{\myexternaldocument}[1]{%
\externaldocument{#1}%
\addFileDependency{#1.tex}%
\addFileDependency{#1.aux}%}
在A档案中放
\myexternaldocument{B}
在B档案中放
\myexternaldocument{A}
最後生latexmkrc档。基本上参照这篇的作法:
https://www.overleaf.com/learn/how-to/Cross_referencing_with_the_xr_package_in_Overleaf
奇怪的是,equation等都可以\ref,但section number却无法,
有强者大大知道怎麽修改吗 @@ 谢
--
切记 任何事情都不能抹杀我们对唱歌的热情
因为这是我们活着的原因
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.113.114.32
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1546408779.A.833.html
1F:推 sppmg: 稍微看了下,他latexmkrc是使用pdflatex,会不会影响? 01/02 16:34