Change Tex Engine to Luatex

This commit is contained in:
Sebastian Hugentobler 2014-03-25 20:38:43 +01:00
parent fe212a040e
commit 9a1a42b286
2 changed files with 5 additions and 4 deletions

View File

@ -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"`

View File

@ -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}