Difference between revisions of "Main Page"

From LuaTeXWiki
(Useful modules: add nodetree package)
(9 intermediate revisions by 6 users not shown)
Line 22: Line 22:
 
* [[TeX without TeX]] is about using TeX's functionality (typesetting, pdf writing) only using Lua code (no <tt>\TeX</tt> macros).
 
* [[TeX without TeX]] is about using TeX's functionality (typesetting, pdf writing) only using Lua code (no <tt>\TeX</tt> macros).
 
* [[fontsampler|Create a fontsampler]] using plain LuaTeX and <tt>luaotfload</tt>.
 
* [[fontsampler|Create a fontsampler]] using plain LuaTeX and <tt>luaotfload</tt>.
 +
* [[Annotate math expressions]] in PDF with a bounding box using LuaLaTeX.
 +
 +
== Packages on LuaTeX ==
 +
 +
* [http://ctan.org/pkg/lua-visual-debug lua-visual-debug] Visual debugging with LuaLaTeX.
 +
* [https://github.com/koppor/luabibentry luabibentry] Repeat BibTeX entries in a LuaLaTeX document body.
 +
* [http://ctan.org/pkg/luacode luacode] Helper for executing lua code from within TeX.
 +
* [http://en.sourceforge.jp/projects/luatex-ja/ LuaTeX-ja] LuaTeX-ja is a macro package to typeset Japanese(also Chinese) texts using Lua(La)TeX.
 +
* [http://ctan.org/pkg/luaindex luaindex] Create index using lualatex.
 +
* [http://ctan.org/pkg/luainputenc luainputenc] Replacing inputenc for use in LuaTeX.
 +
* [http://ctan.org/pkg/lualatex-math lualatex-math] Fixes for mathematics-related LuaLaTeX issues.
 +
* [http://ctan.org/pkg/lualibs lualibs] Additional Lua functions for LuaTeX macro programmers.
 +
* [http://ctan.org/pkg/luamplib luamplib] Use LuaTeX's built-in MetaPost interpreter.
 +
* [http://ctan.org/pkg/luaotfload luaotfload] OpenType layout system for Plain TeX and LaTeX.
 +
* [http://ctan.org/pkg/luasseq luasseq] Drawing spectral sequences in LuaLaTeX.
 +
* [http://ctan.org/pkg/luatexbase luatexbase] Basic resource management for LuaTeX code.
 +
 +
== Useful modules ==
 +
 +
 +
* [http://ctan.org/pkg/nodetree nodetree] visualize node lists in a tree view
 +
 +
* [https://gist.github.com/556247 viznodelist] LuaTeX nodelist visualization
  
 
== From the old bluwiki.com ==
 
== From the old bluwiki.com ==
Line 40: Line 63:
 
* example code to [[mirror characters with Bidi_Mirrored property]];
 
* example code to [[mirror characters with Bidi_Mirrored property]];
 
* using mplib to write [[metapost with LuaTeX]]
 
* using mplib to write [[metapost with LuaTeX]]
[[http://baovevn.vn/cong-ty-tu-van-nghiep-vu-bao-ve/ cong ty bao ve]]
 
[[http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html thành lập doanh nghiệp]]
 
[[http://thutucthanhlapcongty.net/index.php/dich-vu-tu-van-tim-ke-toan/ dịch vụ kế toán]]
 
[[http://www.cuudulieu24h.com cuu du lieu]]
 
[[http://noithathoangduy.com.vn noithat]]
 
[[http://ihrp.fis.com.vn/ Phần mềm nhân sự]]
 
[[http://ihrp.fis.com.vn/ Quản lý Nhân sự]]
 
[[http://ihrp.fis.com.vn/ Phần mềm quản lý nhân sự tiền lương]]
 
[[http://thamtuthanglong.com/ tham tu]]
 
[[http://thamtuthanglong.com/ cong ty tham tu]]
 

Revision as of 10:44, 9 July 2016

Welcome to the LuaTeX wiki

This is a wiki for LuaTeX, a typesetting engine derived from TeX that includes Lua as an embedded scripting language.

See all the articles or the recent changes.

Some articles

Packages on LuaTeX

  • lua-visual-debug Visual debugging with LuaLaTeX.
  • luabibentry Repeat BibTeX entries in a LuaLaTeX document body.
  • luacode Helper for executing lua code from within TeX.
  • LuaTeX-ja LuaTeX-ja is a macro package to typeset Japanese(also Chinese) texts using Lua(La)TeX.
  • luaindex Create index using lualatex.
  • luainputenc Replacing inputenc for use in LuaTeX.
  • lualatex-math Fixes for mathematics-related LuaLaTeX issues.
  • lualibs Additional Lua functions for LuaTeX macro programmers.
  • luamplib Use LuaTeX's built-in MetaPost interpreter.
  • luaotfload OpenType layout system for Plain TeX and LaTeX.
  • luasseq Drawing spectral sequences in LuaLaTeX.
  • luatexbase Basic resource management for LuaTeX code.

Useful modules

  • nodetree visualize node lists in a tree view

From the old bluwiki.com

(Mostly by and thanks to Yannis Haralambous)