From 1e158b164cdea1c70e144f305da28c797ec0f6d2 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 2 Dec 2015 07:37:45 +0100 Subject: [doc] load luatexbase for the catcodetable stuff --- doc/Makefile | 2 +- doc/luaotfload-latex.tex | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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, } -- cgit v1.2.3 From 334aceef887d77f2ad53aba2a8623aedf77a6370 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 9 Dec 2015 22:52:54 +0100 Subject: [*] bump version and date We still had some 2014 values lingering around dark corners. In theory this is all meaningless wrt. the Git repo. --- doc/luaotfload-latex.tex | 2 +- doc/luaotfload-main.tex | 2 +- doc/luaotfload-tool.rst | 4 ++-- doc/luaotfload.conf.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex index 1cff661..bdcf45f 100644 --- a/doc/luaotfload-latex.tex +++ b/doc/luaotfload-latex.tex @@ -1,5 +1,5 @@ \suppresslongerror1%% sigh ... -%% Copyright (C) 2009-2014 +%% Copyright (C) 2009-2015 %% %% by Elie Roux %% and Khaled Hosny diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex index 26d7314..967f5a2 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -32,7 +32,7 @@ \beginfrontmatter \setdocumenttitle {The \identifier{luaotfload} package} - \setdocumentdate {2015/11/05 v2.6} + \setdocumentdate {2015/12/09 v2.6} \setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\ Home: \hyperlink {https://github.com/lualatex/luaotfload}\\ Support: \email {lualatex-dev@tug.org}} diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst index 99e3fb2..4c05c44 100644 --- a/doc/luaotfload-tool.rst +++ b/doc/luaotfload-tool.rst @@ -6,9 +6,9 @@ generate and query the Luaotfload font names database ----------------------------------------------------------------------- -:Date: 2014-07-24 +:Date: 2015-12-09 :Copyright: GPL v2.0 -:Version: 2.5 +:Version: 2.6 :Manual section: 1 :Manual group: text processing diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst index 958ecee..d624e00 100644 --- a/doc/luaotfload.conf.rst +++ b/doc/luaotfload.conf.rst @@ -6,7 +6,7 @@ Luaotfload configuration file ----------------------------------------------------------------------- -:Date: 2015-04-20 +:Date: 2015-12-09 :Copyright: GPL v2.0 :Version: 2.6 :Manual section: 5 -- cgit v1.2.3