summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/longline.tex
blob: 44c763956098748c25537447dc4d983b959185ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% $Id$
% Public domain.  Originally written 2010, Karl Berry.
% Test for bibtex not breaking when longer than max_print_line.

\input btxmac

\let\mbox = \hbox

\bibliography{longline}
\bibliographystyle{plain}

\nocite{*}

\end