Change Tex Engine to Luatex
This commit is contained in:
parent
fe212a040e
commit
9a1a42b286
4
Makefile
4
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"`
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user