From 57000058f2521712364faa03b344cc49b193ca75 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sun, 10 Jan 2016 02:13:22 +0900 Subject: [PATCH] Issue 4734: Add lilypond-book can use XeTeX backend for auto-detect lilypond-book uses TeX engine for auto-detect default settings. In the case of using XeTeX , the detection did not work. When there is no glyphs, pdfTeX creates PDF. However, XeTeX does not create PDF. Threfore, the detection is failed. --- python/book_texinfo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/book_texinfo.py b/python/book_texinfo.py index 226ec8eb6f..1055615d67 100644 --- a/python/book_texinfo.py +++ b/python/book_texinfo.py @@ -170,6 +170,8 @@ TEXINFO_INSPECTION_DOCUMENT = r''' @message{Global: textwidth=@the@hsize,exampleindent=@the@lispnarrowing} +dummy + @bye ''' -- 2.39.2