summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 19:47:30 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 19:47:30 +0200
commit1a2e7a02faa73856c665d0700303844c5219ef5e (patch)
tree7e9e19433b777f7c238719c99202dcdbb4e1669a /doc
parentbb91eaddcf575dbab69f8c001984711ce192270e (diff)
parentfc3414e490d272380dae269ef3153f39f759a85d (diff)
downloadluaotfload-1a2e7a02faa73856c665d0700303844c5219ef5e.tar.gz
Merge pull request #230 from phi-gamma/master
last minute fixes closing in on the release
Diffstat (limited to 'doc')
-rw-r--r--doc/luaotfload-main.tex3
-rw-r--r--doc/luaotfload.conf.example30
2 files changed, 1 insertions, 32 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 9fe9829..2e89ff0 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -1276,8 +1276,7 @@ additions.
\beginsubsection {Callback Functions}
The \luafunction{patch_font} callback is inserted in the wrapper
-\identifier{luaotfload} provides for the font definition callback
-(see below, page \pageref{define-font}).
+\identifier{luaotfload} provides for the font definition callback.
%
At this place it allows manipulating the font object immediately after
the font loader is done creating it.
diff --git a/doc/luaotfload.conf.example b/doc/luaotfload.conf.example
deleted file mode 100644
index 2756d62..0000000
--- a/doc/luaotfload.conf.example
+++ /dev/null
@@ -1,30 +0,0 @@
-;; Example configuration file for Luaotfload. This file contains the
-;; defaults only, see luaotfload.conf(5) for more information.
-
-[db]
- compress = true
- formats = otf, ttf, ttc, dfont
- max-fonts = 2.2517998136852e15
- scan-local = false
- skip-read = false
- strip = true
- update-live = true
-
-[misc]
- statistics = false
- termwidth = nil
-
-[paths]
- cache-dir = fonts
- names-dir = names
- index-file = luaotfload-names.lua
- lookups-file = luaotfload-lookup-cache.lua
-
-[run]
- color-callback = pre_linebreak_filter
- definer = patch
- log-level = 0
- resolver = cached
-
-;; vim:ft=dosini:et:sw=4:ts=8
-