From 9a1a42b2861c9db1a2e652b6f608d6c1cbf3e1b4 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 25 Mar 2014 20:38:43 +0100 Subject: [PATCH] Change Tex Engine to Luatex --- Makefile | 4 ++-- singalongs.tex | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fe5fc74..2faf46e 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ OUTDIR=out PDFDIR=pdf FILE = singalongs GITINFO=revision.tex -LILY_PDF = lilypond-book --process="lilypond -dinclude-settings=lilysettings.ly" --pdf -o $(OUTDIR) -PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex +LILY_PDF = lilypond-book --latex-program=lualatex --process="lilypond -dinclude-settings=lilysettings.ly" --pdf -o $(OUTDIR) +PDF=cd $(OUTDIR) && lualatex $(FILE).tex INDEX=cd $(OUTDIR) && makeindex $(FILE).tex REVISIONINFO = `git log -1 --format="%h"` diff --git a/singalongs.tex b/singalongs.tex index 4410c94..822ff13 100644 --- a/singalongs.tex +++ b/singalongs.tex @@ -1,6 +1,7 @@ \documentclass[12pt, a4paper, openany]{scrbook} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} +%\usepackage[utf8]{inputenc} +%\usepackage[T1]{fontenc} +\usepackage{fontspec} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{geometry}