-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concordance for child documents #225
Comments
It would be nice to have concordance for child documents implemented as it is by Sweave. |
Yes, I (partially) implemented this once before v1.2 and removed it later because it was too complicated to maintain. |
I'm afraid I have to support jalvesaq's suggestion. Jan Gleixner solved the problem of patching foo.synctex.gz with information out of foo-concordance.tex. After slight corrections, an R package has been prepared, to be submitted to CRAN (pending Jan's review), whose use has been tested with emacs and Eclipse+StatET. The abllity to use the same chunks in different documents is especially important in a lot of Knitr use cases. The use of the concordance information to go back and forth between source .Rnw and target PDF is a HUGE help to debugging and refining such reports. To be able to have both wold be a huge boon in many complicated use cases. Sincerely, |
I am wondering whether there is something new with this concordance-with-childs issue. I confirm that such concordance would be a HUGE help, not only for the back and forth between source .Rnw and PDF, but also (when using the patchLog feature of patchDVI) for jumping from the .log to the concerned place in the source when a LaTeX error is detected. Best, |
Sorry, but no. It is just that I don't want to make the code complicated in this package. It is much easier to maintain it without having to think about concordance for child documents. Honestly I rarely use child documents myself. I use a single document even when writing a 300-page book. |
Thanks for this answer. I personally also prefer to weave files independently. I just asked because we are currently extending the support for R, Sweave and knitr for the WinEdt editor with Karl Koeller from the WinEdt team, and we received multiple requests to add something to handle child files. Best. From: Yihui Xie [mailto:notifications@github.com] Sorry, but no. It is just that I don't want to make the code complicated in this package. It is much easier to maintain it without having to think about concordance for child documents. Honestly I rarely use child documents myself. I use a single document even when writing a 300-page book. — |
Thanks for your understanding. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
the infrastructure functions are in
concordance.R
; just need time to arrange the line numbers appropriatelyThe text was updated successfully, but these errors were encountered: