| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This reverts commit 9a27f3658bdc57fe39f7a9d95e3e99922818118d.
Oops! otfl-font-otp.lua was committed by mistake, it doesn't work
properly right now.
|
| |
|
| |
|
|
|
|
| |
No one seems to object.
|
|
|
|
| |
See http://tug.org/pipermail/lualatex-dev/2010-May/000525.html.
|
| |
|
|
|
| |
closes #5
|
| |
|
|
|
|
| |
This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541.
|
|
|
|
| |
Related question: do Manuel and I have to add our
names to the copyright?
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Hope I haven't deleted any of your favourite bits
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* using the new luatexbase callback functions
* fixing a tiny bug
|
| |
|
|
|
|
| |
are now in luaextra.
|
|
|
|
|
| |
We are now stabilizing against 0.60.x, also make the message less
dramatic.
|
| |
|
|
|
|
|
| |
This code proved to cause harm than good; unicode-math is doing better
without it. So, revert it back, until we are ready for it.
|
|
|
|
|
|
|
|
|
| |
Modules that provide OpenType and Unicode math related functionality,
not very tested yet, but it seems to magically fix some of unicode-math
issues.
May be it should be trimmed a bit, since a good chunk of the code is of
no use to us.
|
|
|
|
| |
Also, fix date and version number to match that of latex package.
|
| |
|
| |
|
| |
|
|
|
|
| |
+ remove some unused compatibility code.
|
|
|
|
|
|
|
| |
Group all our font names functions in |otfl-font-nms.lua| and make
|luaotfload.lua| load it. Now |otfl-font-dum.lua| is an unmodified,
we instead override the needed functions in the names module. This
decreases the redundancy that we had.
|
|
|
|
| |
Now encoding related code gone.
|
|
|
|
|
| |
Now many of our fixes are incorporated upstream or fixed in a different
way.
|
|
|
|
|
| |
To minimize differences between original ConTeXt files, this module
overrides functions defined in |luat-dum| module.
|
|
|
|
| |
+ Remove some, now unneeded, code.
|
|
|
|
| |
It deals with colors only now.
|
|
|
|
| |
Don't pretend that we support luatex < 50.
|
|
|
|
|
|
| |
Will moves |logs.report| to |otfl-luat-dumm.lua|.
This reverts commit 4479c85beec3b201db096d9320d203a58fd210d4.
|
|
|
|
|
|
| |
I'm abusing versioning, version number should be increased only after
making a release (since CTAN version is 1.06, git should be 1.07), we
should tag releases too.
|
| |
|
|
|
|
| |
For easier maintenance.
|
| |
|
|
|
|
|
|
|
| |
Apparently, LuaTeX weren't happy by massive assignments to
tex.pdfpageresources (we were reassigning it for almost every node!).
Now the code seems to work, but it is just a big hack at best.
|
|
|
|
|
|
| |
Switch to pdfliteral default (indirect) mode which will make sure text
blocks are surrounded by BT ET (see PDFTeX manual, 7.12), which, for
some obscure reason, adobe reader needs for transparency to work.
|
| |
|
| |
|
|
|
|
|
| |
Very ugly code, hacky like hell and crashes LuaTeX if transparency is
set for a large portion of text.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The idea is very simple, we set a special |color| field in the font
table, then we surround each glyph in that font with color |whatsit|
node (actually pdfliteral whatsit nodes).
The resulting PDF file is larger than XeTeX output (because insert
color nodes around continues glyph nodes only, even if it was
interrupted by just a |glue| or |kern| node). This can be better
optimized, but I gave up.
Also we don't handle transparency, yet.
|
|
|
|
|
| |
The new module will hold our extended features that are not supported
by luatex-fonts, currently slant and extend.
|