You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -420,7 +420,7 @@ When child documents are inserted into the main chapter, a dependency timestamp
420
420
421
421
This timestamp records the modification time of the template used to generate the child files. It can be used to detect when a frozen child document may no longer be valid because its template has changed.
422
422
423
-
In addition to the template itself, users can specify external resources that influence the generated content, such as R scripts loaded with `source()` or data files read from disk. These can be declared via the `template_deps` argument in the `autoqmd_insert_includes()` or `autoqmd_prepare()` functions. When `template_deps` is supplied, modification times of the listed files are recorded alongside the template timestamp. This makes all relevant inputs explicit and helps track when autogenerated content depends on files outside the template.
423
+
In addition to the template itself, users can specify external resources that influence the generated content, such as R scripts loaded with `source()` or data files read from disk. These can be declared via the `template_deps` argument in the `autoqmd_insert_children()` or `autoqmd_prepare()` functions. When `template_deps` is supplied, modification times of the listed files are recorded alongside the template timestamp. This makes all relevant inputs explicit and helps track when autogenerated content depends on files outside the template.
0 commit comments