diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-16 18:41:09 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-16 18:41:09 +0200 |
commit | fc3ec276bc47d208beaf2d7602258e13de1385a1 (patch) | |
tree | 8c93831117f54c6c93831a2a0a055aeca7d7d95d /reference/nested/content | |
parent | build(treewide): Update (diff) | |
download | lpm-fc3ec276bc47d208beaf2d7602258e13de1385a1.tar.gz lpm-fc3ec276bc47d208beaf2d7602258e13de1385a1.zip |
chore(references): Add testing data
Diffstat (limited to 'reference/nested/content')
5 files changed, 19 insertions, 0 deletions
diff --git a/reference/nested/content/01_zusammenfassung/chapter.tex b/reference/nested/content/01_zusammenfassung/chapter.tex new file mode 100644 index 0000000..8ef629d --- /dev/null +++ b/reference/nested/content/01_zusammenfassung/chapter.tex @@ -0,0 +1,4 @@ +% SUMMERY BEGIN +Hi! I'm a summary. +\input{content/01_zusammenfassung/other.tex} +% SUMMERY END diff --git a/reference/nested/content/01_zusammenfassung/other.tex b/reference/nested/content/01_zusammenfassung/other.tex new file mode 100644 index 0000000..f0c2822 --- /dev/null +++ b/reference/nested/content/01_zusammenfassung/other.tex @@ -0,0 +1,3 @@ +% OTHER CONTENT BEGIN +Other content +% OTHER CONTENT END diff --git a/reference/nested/content/static/bibliography.tex b/reference/nested/content/static/bibliography.tex new file mode 100644 index 0000000..2c991d2 --- /dev/null +++ b/reference/nested/content/static/bibliography.tex @@ -0,0 +1,5 @@ +% BIBLIOGRAPHY BEGIN +Hi! I'm a bibliography. +\input{content/static/further.tex} +\include{content/01_zusammenfassung/other.tex} +% BIBLIOGRAPHY END diff --git a/reference/nested/content/static/further.tex b/reference/nested/content/static/further.tex new file mode 100644 index 0000000..689f850 --- /dev/null +++ b/reference/nested/content/static/further.tex @@ -0,0 +1,3 @@ +% FURTHER BEGIN +Further content. +% FURTHER END diff --git a/reference/nested/content/static/title.tex b/reference/nested/content/static/title.tex new file mode 100644 index 0000000..30cb210 --- /dev/null +++ b/reference/nested/content/static/title.tex @@ -0,0 +1,4 @@ +% TITLE BEGIN +Hi! I'm a title. +\input{content/static/further.tex} +% TITLE END |