[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
reftex+catchfilebetweentags, reftex support for catchfilebetweentags tag
From: |
Uwe Brauer |
Subject: |
reftex+catchfilebetweentags, reftex support for catchfilebetweentags tags |
Date: |
Wed, 30 Nov 2022 22:21:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Hi
The logic of catchfilebetweentags is as follows.
In an external file a text snippet has to be surrounded by tags like
this
,----
| %<*external-catches:1>
| This is important information
|
|
| %</external-catches:1>
`----
While in the main file this snipped can be inserted by
,----
| \ExecuteMetaData[external-catches.tex]{external-catches:1}
`----
Now in the current implementation of ExecuteMetaData
,----
|(TeX-add-symbols
| ("ExecuteMetaData"
| ;; Act like \include and not like \input:
| [TeX-arg-input-file "File" t] "Tag"))
`----
the file name of the external file can be easily inserted, however to
select the correct tag is more difficult. Even with
,----
| \usepackage{xr-hyper}
| \usepackage[colorlinks]{hyperref}
| \externaldocument[A-]{external-catches}
`----
Reftex does not support tags like <*external-catches:1>
Any idea how this could be implemented?
Thanks and regards
Uwe Brauer
--
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- reftex+catchfilebetweentags, reftex support for catchfilebetweentags tags,
Uwe Brauer <=