diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-10 22:13:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-10 22:13:16 +0000 |
commit | 407ba94a3472d34da2cac80b6eb9e3ff77fe5f2e (patch) | |
tree | 62b201431f9173bd930179b02f9247c4dbabd0cc /Build/source/texk/web2c/tests/auxinclude.tex | |
parent | df7ae27df461a7a5058a1edb9ed53dc630d51082 (diff) |
bibtex: fallback check for subsidiary aux files in the directory of the main aux file
git-svn-id: svn://tug.org/texlive/trunk@47979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tests/auxinclude.tex')
-rw-r--r-- | Build/source/texk/web2c/tests/auxinclude.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tests/auxinclude.tex b/Build/source/texk/web2c/tests/auxinclude.tex new file mode 100644 index 00000000000..e36dfd191d6 --- /dev/null +++ b/Build/source/texk/web2c/tests/auxinclude.tex @@ -0,0 +1,13 @@ +% $Id$ +% Top-level test file for bibtex-auxinclude.test (q.v.). +% Public domain. Originally written 2018, Karl Berry. +% built with the usual: latex auxinclude && bibtex auxinclude && +% latex auxinclude && latex auxinclude +% (although we don't use the normal output, just the .aux/bib files). +\documentclass{article} +\begin{document} +article-minimal from main file: \cite{article-minimal}. Including subfile: +\include{auxinclude2} +\bibliographystyle{apalike}% just because we already have it in web2c/tests +\bibliography{xampl} +\end{document} |