Inputfiles need the extension '.tex'.

Lilypond-book seems to get confused when there is no extension in an input
directive. So just add them again.
This commit is contained in:
Sebastian Hugentobler 2013-04-09 09:27:07 +02:00
parent 1284a2fd08
commit 340f03ca07

View File

@ -7,9 +7,9 @@
\usepackage{xmpincl} \usepackage{xmpincl}
\usepackage{hyperref} \usepackage{hyperref}
\input{settings} \input{settings.tex}
\input{headfoot} \input{headfoot.tex}
\input{revision} \input{revision.tex}
\begin{document} \begin{document}
\widowpenalties 1 10000 \widowpenalties 1 10000