diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-02 07:37:45 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-02 07:37:45 +0100 |
commit | 1e158b164cdea1c70e144f305da28c797ec0f6d2 (patch) | |
tree | 80d4a0c8972dcf9416807431903474496378b138 | |
parent | 5725506aca4a679e6f85092a25318b425e70d96e (diff) | |
download | luaotfload-1e158b164cdea1c70e144f305da28c797ec0f6d2.tar.gz |
[doc] load luatexbase for the catcodetable stuff
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/luaotfload-latex.tex | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0355a0e..d6b576c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,7 +29,7 @@ all: manuals doc graph: $(DOTPDF) manuals: $(TOOLMAN) $(CONFMAN) -$(DOCPDF): $(DOCSRC) +$(DOCPDF): $(DOCSRC) graph @echo "creating PDF documentation ($@)" $(DO_LATEX) $(DO_LATEX) diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex index e3541c5..1cff661 100644 --- a/doc/luaotfload-latex.tex +++ b/doc/luaotfload-latex.tex @@ -206,6 +206,7 @@ %% one that we could map directly onto Latex’s \verb|…|. \usepackage {listings} +\usepackage {luatexbase} \lstset { basicstyle=\ttfamily, } |