~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to texk/web2c/tests/auxinclude.tex

  • Committer: karl
  • Date: 2018-06-10 22:13:16 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:47979
bibtex: fallback check for subsidiary aux files in the directory of the main aux file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% $Id$
 
2
% Top-level test file for bibtex-auxinclude.test (q.v.).
 
3
% Public domain. Originally written 2018, Karl Berry.
 
4
% built with the usual: latex auxinclude && bibtex auxinclude &&
 
5
%   latex auxinclude && latex auxinclude
 
6
% (although we don't use the normal output, just the .aux/bib files).
 
7
\documentclass{article}
 
8
\begin{document}
 
9
article-minimal from main file: \cite{article-minimal}. Including subfile:
 
10
\include{auxinclude2}
 
11
\bibliographystyle{apalike}% just because we already have it in web2c/tests
 
12
\bibliography{xampl}
 
13
\end{document}